Re: [PATCH 1/3] x86, reboot: Use NMI instead of REBOOT_VECTOR tostop cpus

From: Don Zickus
Date: Wed Oct 12 2011 - 08:55:12 EST


On Wed, Oct 12, 2011 at 09:30:25AM +0200, Ingo Molnar wrote:
>
> * Don Zickus <dzickus@xxxxxxxxxx> wrote:
>
> > + if (register_nmi_handler(NMI_LOCAL, smp_stop_nmi_callback,
> > + NMI_FLAG_FIRST, "smp_stop"))
> > + return; /* return what? */
>
> That comment looks a bit odd.

Yeah, I copied it from the kdump code because it seemed relevant. The
point was to express the paranoid concern, if we can't register the NMI
handler for whatever reason, what happens!?. How do we explain to anyone
we failed to shut down the other cpus?

I can expand the comment to be more specific in the paranoia. I just
wasn't sure the right way to handle that failure case.

Thanks for your comments in the other patches, I'll work on those.

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/