Re: Oops (NULL ptr deref) while loading some module

2013-07-14 Thread Mihai Moldovan
* On 15.07.2013 01:54 AM, Mihai Moldovan wrote: > This is obviously happening while booting and udev is loading *some* module, > but > I have no idea which module is affected as such. Quick correction: actually, at that time udev hasn't even started. udev is being started by my initramfs one

Oops (NULL ptr deref) while loading some module

2013-07-14 Thread Mihai Moldovan
Hi all, I'm seeing following oopses when booting up my kernel: [3.173479] BUG: unable to handle kernel NULL pointer dereference at (null) [3.173602] IP: [] futex_wake+0x74/0x130 [3.173679] PGD 231d65067 PUD 231d64067 PMD 0 [3.173783] Oops: [#1] SMP [3.173870]

Oops (NULL ptr deref) while loading some module

2013-07-14 Thread Mihai Moldovan
Hi all, I'm seeing following oopses when booting up my kernel: [3.173479] BUG: unable to handle kernel NULL pointer dereference at (null) [3.173602] IP: [810d2f54] futex_wake+0x74/0x130 [3.173679] PGD 231d65067 PUD 231d64067 PMD 0 [3.173783] Oops: [#1] SMP

Re: Oops (NULL ptr deref) while loading some module

2013-07-14 Thread Mihai Moldovan
* On 15.07.2013 01:54 AM, Mihai Moldovan wrote: This is obviously happening while booting and udev is loading *some* module, but I have no idea which module is affected as such. Quick correction: actually, at that time udev hasn't even started. udev is being started by my initramfs one good