====================================== | # 124.71 [+0.00] [ 869.204583] br1: port 1(vx1) entered disabled state | # 124.72 [+0.00] [ 1088.764791] Mirror/redirect action on | # 124.72 [+0.00] [ 1095.395085] tc (7823) used greatest stack depth: 23520 bytes left | # 124.72 [+0.00] [ 1180.322032] irq 51: nobody cared (try booting with the "irqpoll" option) # 124.73 [+0.00] [ 1180.322654] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 # 124.73 [+0.00] [ 1180.322661] Call Trace: # 124.73 [+0.00] [ 1180.322666] # 124.73 [+0.00] [ 1180.322669] dump_stack_lvl (lib/dump_stack.c:123) # 124.73 [+0.00] [ 1180.322709] __report_bad_irq (kernel/irq/spurious.c:170) # 124.73 [+0.00] [ 1180.322727] note_interrupt (kernel/irq/spurious.c:372) # 124.73 [+0.00] [ 1180.322734] handle_irq_event (kernel/irq/handle.c:245 kernel/irq/handle.c:257) # 124.74 [+0.00] [ 1180.322742] handle_edge_irq (kernel/irq/chip.c:857) # 124.74 [+0.00] [ 1180.322752] __common_interrupt (./include/asm-generic/irq_regs.h:28 arch/x86/kernel/irq.c:328) # 124.74 [+0.00] [ 1180.322771] common_interrupt (arch/x86/kernel/irq.c:318 (discriminator 14)) # 124.74 [+0.00] [ 1180.322779] # 124.74 [+0.00] [ 1180.322780] # 124.74 [+0.00] [ 1180.322784] asm_common_interrupt (./arch/x86/include/asm/idtentry.h:688) # 124.74 [+0.00] [ 1180.322795] RIP: 0010:_raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194) # 124.75 [+0.00] [ 1180.322813] Code: 74 24 10 e8 41 fa fe fd 48 89 ef e8 69 49 ff fd 81 e3 00 02 00 00 75 25 9c 58 f6 c4 02 75 2d 48 85 db 74 01 fb bf 01 00 00 00 fa 81 f3 fd 65 8b 05 b3 6b 07 02 85 c0 74 0a 5b 5d c3 e8 f7 0d All code ======== 0: 74 24 je 0x26 2: 10 e8 adc %ch,%al 4: 41 fa rex.B cli 6: fe (bad) 7: fd std 8: 48 89 ef mov %rbp,%rdi b: e8 69 49 ff fd call 0xfffffffffdff4979 10: 81 e3 00 02 00 00 and $0x200,%ebx 16: 75 25 jne 0x3d 18: 9c pushf 19: 58 pop %rax 1a: f6 c4 02 test $0x2,%ah 1d: 75 2d jne 0x4c 1f: 48 85 db test %rbx,%rbx 22: 74 01 je 0x25 24: fb sti 25: bf 01 00 00 00 mov $0x1,%edi 2a:* e8 fa 81 f3 fd call 0xfffffffffdf38229 <-- trapping instruction 2f: 65 8b 05 b3 6b 07 02 mov %gs:0x2076bb3(%rip),%eax # 0x2076be9 36: 85 c0 test %eax,%eax 38: 74 0a je 0x44 3a: 5b pop %rbx 3b: 5d pop %rbp 3c: c3 ret 3d: e8 .byte 0xe8 3e: f7 .byte 0xf7 3f: 0d .byte 0xd Code starting with the faulting instruction =========================================== 0: e8 fa 81 f3 fd call 0xfffffffffdf381ff 5: 65 8b 05 b3 6b 07 02 mov %gs:0x2076bb3(%rip),%eax # 0x2076bbf c: 85 c0 test %eax,%eax e: 74 0a je 0x1a 10: 5b pop %rbx 11: 5d pop %rbp 12: c3 ret 13: e8 .byte 0xe8 14: f7 .byte 0xf7 15: 0d .byte 0xd # 124.75 [+0.01] [ 1180.322817] RSP: 0018:ffffc90009cb7a88 EFLAGS: 00000206 # 124.76 [+0.00] [ 1180.322824] RAX: 0000000000000006 RBX: 0000000000000200 RCX: 0000000000000040 # 124.76 [+0.00] [ 1180.322826] RDX: 0000000000000000 RSI: ffffffff87d86bbe RDI: 0000000000000001 # 124.76 [+0.00] [ 1180.322828] RBP: ffffffff8a66e520 R08: 0000000000000001 R09: 0000000000000001 # 124.77 [+0.00] [ 1180.322830] R10: ffffffff88c24057 R11: ffff888005f28970 R12: 00000000ffffffff # 124.77 [+0.00] [ 1180.322832] R13: 0000000000000001 R14: ffffffff8a66e628 R15: 00000000ffffffff # 124.77 [+0.00] [ 1180.322848] uart_write (drivers/tty/serial/serial_core.c:74 drivers/tty/serial/serial_core.c:92 drivers/tty/serial/serial_core.c:88 drivers/tty/serial/serial_core.c:634) # 124.77 [+0.00] [ 1180.322869] process_output_block (drivers/tty/n_tty.c:561) # 124.77 [+0.00] [ 1180.322881] ? _raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:151 kernel/locking/spinlock.c:194) # 124.78 [+0.00] [ 1180.322888] n_tty_write (drivers/tty/n_tty.c:2378) # 124.78 [+0.00] [ 1180.322892] ? _copy_from_iter (./arch/x86/include/asm/uaccess_64.h:126 ./arch/x86/include/asm/uaccess_64.h:141 lib/iov_iter.c:55 ./include/linux/iov_iter.h:30 ./include/linux/iov_iter.h:302 ./include/linux/iov_iter.h:330 lib/iov_iter.c:249 lib/iov_iter.c:260) # 124.78 [+0.00] [ 1180.322910] ? n_tty_receive_signal_char (drivers/tty/n_tty.c:2348) # 124.78 [+0.00] [ 1180.322916] ? __init_waitqueue_head (kernel/sched/wait.c:458) # 124.78 [+0.00] [ 1180.322928] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831) # 124.78 [+0.00] [ 1180.322935] ? iterate_tty_write (drivers/tty/tty_io.c:939 drivers/tty/tty_io.c:958) # 124.79 [+0.00] [ 1180.322945] iterate_tty_write (drivers/tty/tty_io.c:1007) # 124.79 [+0.00] [ 1180.322952] ? tty_ldisc_ref_wait (drivers/tty/tty_ldisc.c:244) # 124.79 [+0.00] [ 1180.322959] file_tty_write.constprop.0 (drivers/tty/tty_io.c:1081) # 124.79 [+0.00] [ 1180.322967] vfs_write (fs/read_write.c:594 fs/read_write.c:686) # 124.79 [+0.00] [ 1180.322980] ? find_held_lock (kernel/locking/lockdep.c:5350) # 124.80 [+0.00] [ 1180.322985] ? kernel_write (fs/read_write.c:667) # 124.80 [+0.00] [ 1180.322992] ? clockevents_program_event (kernel/time/clockevents.c:326) # 124.80 [+0.00] [ 1180.323012] ? clockevents_program_event (kernel/time/clockevents.c:336 (discriminator 3)) # 124.80 [+0.00] [ 1180.323020] ksys_write (fs/read_write.c:738) # 124.80 [+0.00] [ 1180.323025] ? __ia32_sys_read (fs/read_write.c:728) # 124.80 [+0.00] [ 1180.323036] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94) # 124.81 [+0.00] [ 1180.323043] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130) # 124.81 [+0.00] [ 1180.323045] RIP: 0033:0x7f4acf28c257 # 124.81 [+0.00] [ 1180.323050] Code: 0f 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7 0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 48 89 54 24 18 48 89 74 24 All code ======== 0: 0f 00 (bad) 2: f7 d8 neg %eax 4: 64 89 02 mov %eax,%fs:(%rdx) 7: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax e: eb b7 jmp 0xffffffffffffffc7 10: 0f 1f 00 nopl (%rax) 13: f3 0f 1e fa endbr64 17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax 1e: 00 1f: 85 c0 test %eax,%eax 21: 75 10 jne 0x33 23: b8 01 00 00 00 mov $0x1,%eax 28: 0f 05 syscall 2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction 30: 77 51 ja 0x83 32: c3 ret 33: 48 83 ec 28 sub $0x28,%rsp 37: 48 89 54 24 18 mov %rdx,0x18(%rsp) 3c: 48 rex.W 3d: 89 .byte 0x89 3e: 74 24 je 0x64 Code starting with the faulting instruction =========================================== 0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax 6: 77 51 ja 0x59 8: c3 ret 9: 48 83 ec 28 sub $0x28,%rsp d: 48 89 54 24 18 mov %rdx,0x18(%rsp) 12: 48 rex.W 13: 89 .byte 0x89 14: 74 24 je 0x3a # 124.82 [+0.01] [ 1180.323052] RSP: 002b:00007ffc3f076dd8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001 # 124.83 [+0.01] [ 1180.323055] RAX: ffffffffffffffda RBX: 0000560f58120420 RCX: 00007f4acf28c257 # 124.83 [+0.00] [ 1180.323057] RDX: 0000000000000001 RSI: 0000560f58120420 RDI: 0000000000000001 # 124.83 [+0.00] [ 1180.323059] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000000002000 # 124.83 [+0.00] [ 1180.323060] R10: 0000000000000001 R11: 0000000000000246 R12: 0000560f5810b600 # 124.84 [+0.00] [ 1180.323062] R13: 0000560f580ec2a0 R14: 0000000000000001 R15: 0000560f5810b600 | 0 | xx__-> [ 1088.764791][ T7712] Mirror/redirect action on | [ 1095.395085][ T7823] tc (7823) used greatest stack depth: 23520 bytes left | [ 1180.322032][ C0] irq 51: nobody cared (try booting with the "irqpoll" option) [ 1180.322654][ C0] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 1180.322661][ C0] Call Trace: [ 1180.322666][ C0] [ 1180.322669][ C0] dump_stack_lvl (lib/dump_stack.c:123) [ 1180.322709][ C0] __report_bad_irq (kernel/irq/spurious.c:170) [ 1180.322727][ C0] note_interrupt (kernel/irq/spurious.c:372) [ 1180.322734][ C0] handle_irq_event (kernel/irq/handle.c:245 kernel/irq/handle.c:257) [ 1180.322742][ C0] handle_edge_irq (kernel/irq/chip.c:857) [ 1180.322752][ C0] __common_interrupt (./include/asm-generic/irq_regs.h:28 arch/x86/kernel/irq.c:328) [ 1180.322771][ C0] common_interrupt (arch/x86/kernel/irq.c:318 (discriminator 14)) [ 1180.322779][ C0] [ 1180.322780][ C0] [ 1180.322784][ C0] asm_common_interrupt (./arch/x86/include/asm/idtentry.h:688) [ 1180.322795][ C0] RIP: 0010:_raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194) [ 1180.322813][ C0] Code: 74 24 10 e8 41 fa fe fd 48 89 ef e8 69 49 ff fd 81 e3 00 02 00 00 75 25 9c 58 f6 c4 02 75 2d 48 85 db 74 01 fb bf 01 00 00 00 fa 81 f3 fd 65 8b 05 b3 6b 07 02 85 c0 74 0a 5b 5d c3 e8 f7 0d All code ======== 0: 74 24 je 0x26 2: 10 e8 adc %ch,%al 4: 41 fa rex.B cli 6: fe (bad) 7: fd std 8: 48 89 ef mov %rbp,%rdi b: e8 69 49 ff fd call 0xfffffffffdff4979 10: 81 e3 00 02 00 00 and $0x200,%ebx 16: 75 25 jne 0x3d 18: 9c pushf 19: 58 pop %rax 1a: f6 c4 02 test $0x2,%ah 1d: 75 2d jne 0x4c 1f: 48 85 db test %rbx,%rbx 22: 74 01 je 0x25 24: fb sti 25: bf 01 00 00 00 mov $0x1,%edi 2a:* e8 fa 81 f3 fd call 0xfffffffffdf38229 <-- trapping instruction 2f: 65 8b 05 b3 6b 07 02 mov %gs:0x2076bb3(%rip),%eax # 0x2076be9 36: 85 c0 test %eax,%eax 38: 74 0a je 0x44 3a: 5b pop %rbx 3b: 5d pop %rbp 3c: c3 ret 3d: e8 .byte 0xe8 3e: f7 .byte 0xf7 3f: 0d .byte 0xd Code starting with the faulting instruction =========================================== 0: e8 fa 81 f3 fd call 0xfffffffffdf381ff 5: 65 8b 05 b3 6b 07 02 mov %gs:0x2076bb3(%rip),%eax # 0x2076bbf c: 85 c0 test %eax,%eax e: 74 0a je 0x1a 10: 5b pop %rbx 11: 5d pop %rbp 12: c3 ret 13: e8 .byte 0xe8 14: f7 .byte 0xf7 15: 0d .byte 0xd [ 1180.322817][ C0] RSP: 0018:ffffc90009cb7a88 EFLAGS: 00000206 [ 1180.322824][ C0] RAX: 0000000000000006 RBX: 0000000000000200 RCX: 0000000000000040 [ 1180.322826][ C0] RDX: 0000000000000000 RSI: ffffffff87d86bbe RDI: 0000000000000001 [ 1180.322828][ C0] RBP: ffffffff8a66e520 R08: 0000000000000001 R09: 0000000000000001 [ 1180.322830][ C0] R10: ffffffff88c24057 R11: ffff888005f28970 R12: 00000000ffffffff [ 1180.322832][ C0] R13: 0000000000000001 R14: ffffffff8a66e628 R15: 00000000ffffffff [ 1180.322848][ C0] uart_write (drivers/tty/serial/serial_core.c:74 drivers/tty/serial/serial_core.c:92 drivers/tty/serial/serial_core.c:88 drivers/tty/serial/serial_core.c:634) [ 1180.322869][ C0] process_output_block (drivers/tty/n_tty.c:561) [ 1180.322881][ C0] ? _raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:151 kernel/locking/spinlock.c:194) [ 1180.322888][ C0] n_tty_write (drivers/tty/n_tty.c:2378) [ 1180.322892][ C0] ? _copy_from_iter (./arch/x86/include/asm/uaccess_64.h:126 ./arch/x86/include/asm/uaccess_64.h:141 lib/iov_iter.c:55 ./include/linux/iov_iter.h:30 ./include/linux/iov_iter.h:302 ./include/linux/iov_iter.h:330 lib/iov_iter.c:249 lib/iov_iter.c:260) [ 1180.322910][ C0] ? n_tty_receive_signal_char (drivers/tty/n_tty.c:2348) [ 1180.322916][ C0] ? __init_waitqueue_head (kernel/sched/wait.c:458) [ 1180.322928][ C0] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831) [ 1180.322935][ C0] ? iterate_tty_write (drivers/tty/tty_io.c:939 drivers/tty/tty_io.c:958) [ 1180.322945][ C0] iterate_tty_write (drivers/tty/tty_io.c:1007) [ 1180.322952][ C0] ? tty_ldisc_ref_wait (drivers/tty/tty_ldisc.c:244) [ 1180.322959][ C0] file_tty_write.constprop.0 (drivers/tty/tty_io.c:1081) [ 1180.322967][ C0] vfs_write (fs/read_write.c:594 fs/read_write.c:686) [ 1180.322980][ C0] ? find_held_lock (kernel/locking/lockdep.c:5350) [ 1180.322985][ C0] ? kernel_write (fs/read_write.c:667) [ 1180.322992][ C0] ? clockevents_program_event (kernel/time/clockevents.c:326) [ 1180.323012][ C0] ? clockevents_program_event (kernel/time/clockevents.c:336 (discriminator 3)) [ 1180.323020][ C0] ksys_write (fs/read_write.c:738) [ 1180.323025][ C0] ? __ia32_sys_read (fs/read_write.c:728) [ 1180.323036][ C0] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94) [ 1180.323043][ C0] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130) [ 1180.323045][ C0] RIP: 0033:0x7f4acf28c257 [ 1180.323050][ C0] Code: 0f 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b7 0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 48 89 54 24 18 48 89 74 24 All code ======== 0: 0f 00 (bad) 2: f7 d8 neg %eax 4: 64 89 02 mov %eax,%fs:(%rdx) 7: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax e: eb b7 jmp 0xffffffffffffffc7 10: 0f 1f 00 nopl (%rax) 13: f3 0f 1e fa endbr64 17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax 1e: 00 1f: 85 c0 test %eax,%eax 21: 75 10 jne 0x33 23: b8 01 00 00 00 mov $0x1,%eax 28: 0f 05 syscall 2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction 30: 77 51 ja 0x83 32: c3 ret 33: 48 83 ec 28 sub $0x28,%rsp 37: 48 89 54 24 18 mov %rdx,0x18(%rsp) 3c: 48 rex.W 3d: 89 .byte 0x89 3e: 74 24 je 0x64 Code starting with the faulting instruction =========================================== 0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax 6: 77 51 ja 0x59 8: c3 ret 9: 48 83 ec 28 sub $0x28,%rsp d: 48 89 54 24 18 mov %rdx,0x18(%rsp) 12: 48 rex.W 13: 89 .byte 0x89 14: 74 24 je 0x3a [ 1180.323052][ C0] RSP: 002b:00007ffc3f076dd8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001 [ 1180.323055][ C0] RAX: ffffffffffffffda RBX: 0000560f58120420 RCX: 00007f4acf28c257 [ 1180.323057][ C0] RDX: 0000000000000001 RSI: 0000560f58120420 RDI: 0000000000000001 [ 1180.323059][ C0] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000000002000 [ 1180.323060][ C0] R10: 0000000000000001 R11: 0000000000000246 R12: 0000560f5810b600 Finger prints: __report_bad_irq:note_interrupt:handle_irq_event:handle_edge_irq:__common_interrupt