* Steven Rostedt wrote: > On Mon, 2012-01-30 at 15:48 +0100, Ingo Molnar wrote: > > * Steven Rostedt wrote: > > > > > > > > Ingo, > > > > > > This is the second round with the suggestions made by Peter > > > and Andrew incorporated (and tested). > > > > they are crashing my testbox: > > > > Policy zone: DMA32 > > Kernel command line: root=/dev/sda6 earlyprintk=ttyS0,115200 > > console=ttyS0,115200 debug initcall_de > > bug sysrq_always_enabled ignore_loglevel selinux=0 > > nmi_watchdog=1 panic=1 3 > > sysrq: sysrq always enabled. > > PANIC: early exception 06 rip 10:ffffffff8101546d error 0 cr2 > > f06f53 > > Pid: 0, comm: swapper Not tainted > > 3.3.0-rc1-tip-02083-ga5066f8-dirty #170372 > > Call Trace: > > [] ? __jump_label_transform+0x81/0x14e > > [] ? try_to_wake_up+0x1f8/0x2cc > > [] early_idt_handler+0x5e/0x71 > > [] ? __jump_label_transform+0x81/0x14e > > [] ? __jump_label_transform+0x6b/0x14e > > [] arch_jump_label_transform_static+0x6f/0x77 > > [] jump_label_init+0x68/0x98 > > [] start_kernel+0x182/0x3b8 > > [] x86_64_start_reservations+0xae/0xb2 > > [] x86_64_start_kernel+0x146/0x153 > > RIP __jump_label_transform+0x81/0x14e > > > > Do you need the config or is the bug obvious at first sight? > > Could you post the exact line of that address? > > > > I know there was some work to default enable some code. I'm > not sure how much made it in. I'm thinking the line you > triggered was: > /* > * The location is not a nop that we were expecting, > * something went wrong. Crash the box, as something could be > * corrupting the kernel. > */ > BUG(); Correct, it's the ud2. > It hits this if we enable a nop that is not what we expect it to be. > > Yeah, send me the config too, and I'll run this against tip/master with > all the patches applied. Attached. (you need to run it through make oldconfig and use the defaults.) Thanks, Ingo