[Posted this mail earlier to lkml. probably its place is here :) ] 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 this list. __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/