Why can the kernel be stuck by a busy kernel thread ?

Daniel Baluta daniel.baluta at gmail.com
Fri Oct 14 10:14:57 EDT 2011


On Fri, Oct 14, 2011 at 5:04 PM, Parmenides <mobile.parmenides at gmail.com> wrote:
> Hi,
>
>   I code a kernel module which do some nop. When inserted into the
> kernel, the kernel will be stuck and can not reponse my keypress
> anymore. So, I have to reboot to get out. Why?

Is kernel preemption activated? Could you check for # grep
CONFIG_PREEMPT .config?

thanks,
Daniel.



More information about the Kernelnewbies mailing list