Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

question on panic()?

0 views
Skip to first unread message

devnetfs

unread,
Jul 30, 2003, 7:15:45 AM7/30/03
to
Hello,

I am writing a module and want to truly panic the machine in case
of critical errors. I used the panic() function. But after
panic() is called and panic() does its job, I am still able
to ping to this box from outside.

Looking at the panic() function, it looks all cpus _except_
the one on which panic() got called are halted ("hlt"). and
interrupts are reenabled on _this_ CPU, hence NIC interrupts
are allowed and pkts sent out in response to ping.

Why is this done? should'nt panic() halt all the CPUs?
And is there any way to halt all cpus? (can't do that after
called panic() as its NORET!). I am working on RH 2.4.X kernel.
(AFAIK this has not changed in 2.5 too).

Thanks in Advance,
A.

PS: please Cc: me the reply. I am not subscribed to lkml.

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

0 new messages