00:25:53 jbk: it's an interrupt for one of the chelsio NICs, and I initially kind of looked past it because it didn't seem interesting, but now I realized it's an error interrupt, which I don't think we often see, so that's fun 00:29:09 so maybe I had some transient hardware failure, or maybe IRM did something screwy 02:23:25 i'm wondering if there's a timing bit there -- apix_wait_till_seen() appears to spin until there's no active or pending interrupts on the cpu 02:25:23 so maybe that interrupt hit at the wrong time 02:25:36 but the fact that cpu hadn't switched for so long does seem problematic 15:02:27 richlowe: Probably just a side effect of the way the original construction did stuff and when we turned it into use _Static_Assert we just didn't think about it. 19:11:54 I'll get that up when I do the other part of this then 19:12:00 and we can decide if I should use _static_assert() in the review