Re: [V6][PATCH 4/6] x86, nmi: add in logic to handle multipleevents and unknown NMIs

From: Don Zickus
Date: Mon Sep 26 2011 - 08:56:35 EST


On Mon, Sep 26, 2011 at 10:59:14AM +0200, Peter Zijlstra wrote:
> On Fri, 2011-09-23 at 15:17 -0400, Don Zickus wrote:
> > + /*
> > + * Use 'false' as back-to-back NMIs are dealt with one level up.
> > + * Of course this makes having multiple 'unknown' handlers useless
> > + * as only the first one is ever run (unless it can actually determine
> > + * if it caused the NMI)
> > + */
> > + handled = nmi_handle(NMI_UNKNOWN, regs, false);
>
> Shouldn't we then also add something like:
>
> WARN_ON_ONCE(type == NMI_UNKNOWN && !list_empty(&desc->head));

That would make sense.

Cheers,
Don
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/