======================================
| # 92.53 [+0.00] [ 1636.772781] br0: port 2(veth2) entered disabled state
| # 92.53 [+0.00] [ 1664.690699] Mirror/redirect action on
| # 92.53 [+0.00] [ 1664.725503] tc (5028) used greatest stack depth: 24096 bytes left
| # 92.54 [+0.00] [ 1727.054915] irq 51: nobody cared (try booting with the "irqpoll" option)
# 92.54 [+0.00] [ 1727.055475] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
# 92.54 [+0.00] [ 1727.055478] Call Trace:
# 92.54 [+0.00] [ 1727.055480]
# 92.54 [+0.00] [ 1727.055482] dump_stack_lvl (lib/dump_stack.c:123)
# 92.54 [+0.00] [ 1727.055494] __report_bad_irq (kernel/irq/spurious.c:170)
# 92.54 [+0.00] [ 1727.055502] note_interrupt (kernel/irq/spurious.c:372)
# 92.55 [+0.00] [ 1727.055509] handle_irq_event (kernel/irq/handle.c:198 kernel/irq/handle.c:210)
# 92.55 [+0.00] [ 1727.055520] handle_edge_irq (kernel/irq/chip.c:851)
# 92.55 [+0.00] [ 1727.055532] __common_interrupt (./include/asm-generic/irq_regs.h:28 arch/x86/kernel/irq.c:295)
# 92.55 [+0.00] [ 1727.055539] common_interrupt (arch/x86/kernel/irq.c:285 (discriminator 14))
# 92.55 [+0.00] [ 1727.055543]
# 92.55 [+0.00] [ 1727.055544]
# 92.55 [+0.00] [ 1727.055548] asm_common_interrupt (./arch/x86/include/asm/idtentry.h:693)
# 92.55 [+0.00] [ 1727.055552] RIP: 0010:_raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194)
# 92.55 [+0.00] [ 1727.055558] Code: 74 24 10 e8 c1 c1 04 fe 48 89 ef e8 e9 10 05 fe 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 da 47 f9 fd 65 8b 05 f3 18 0c 02 85 c0 74 0a 5b 5d c3 e8 37 b3
All code
========
0: 74 24 je 0x26
2: 10 e8 adc %ch,%al
4: c1 c1 04 rol $0x4,%ecx
7: fe 48 89 decb -0x77(%rax)
a: ef out %eax,(%dx)
b: e8 e9 10 05 fe call 0xfffffffffe0510f9
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 da 47 f9 fd call 0xfffffffffdf94809 <-- trapping instruction
2f: 65 8b 05 f3 18 0c 02 mov %gs:0x20c18f3(%rip),%eax # 0x20c1929
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: 37 (bad)
3f: b3 .byte 0xb3
Code starting with the faulting instruction
===========================================
0: e8 da 47 f9 fd call 0xfffffffffdf947df
5: 65 8b 05 f3 18 0c 02 mov %gs:0x20c18f3(%rip),%eax # 0x20c18ff
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: 37 (bad)
15: b3 .byte 0xb3
# 92.56 [+0.01] [ 1727.055561] RSP: 0018:ffffc90002427aa0 EFLAGS: 00000206
# 92.57 [+0.01] [ 1727.055565] RAX: 0000000000000006 RBX: 0000000000000200 RCX: 0000000000000040
# 92.57 [+0.00] [ 1727.055567] RDX: 0000000000000000 RSI: ffffffff963c5496 RDI: 0000000000000001
# 92.57 [+0.00] [ 1727.055569] RBP: ffffffff98c563c0 R08: 0000000000000001 R09: 0000000000000001
# 92.57 [+0.00] [ 1727.055572] R10: ffffffff972140d7 R11: ffff888005f78970 R12: 00000000ffffffff
# 92.58 [+0.00] [ 1727.055575] R13: 0000000000000001 R14: ffffffff98c564c8 R15: 00000000ffffffff
# 92.58 [+0.00] [ 1727.055595] 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:637)
# 92.58 [+0.00] [ 1727.055605] process_output_block (drivers/tty/n_tty.c:561)
# 92.58 [+0.00] [ 1727.055611] ? _raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:151 kernel/locking/spinlock.c:194)
# 92.58 [+0.00] [ 1727.055618] n_tty_write (drivers/tty/n_tty.c:2378)
# 92.58 [+0.00] [ 1727.055628] ? n_tty_receive_signal_char (drivers/tty/n_tty.c:2348)
# 92.58 [+0.00] [ 1727.055633] ? __init_waitqueue_head (kernel/sched/wait.c:440)
# 92.59 [+0.00] [ 1727.055640] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831)
# 92.59 [+0.00] [ 1727.055642] ? iterate_tty_write (drivers/tty/tty_io.c:939 drivers/tty/tty_io.c:958)
# 92.59 [+0.00] [ 1727.055654] iterate_tty_write (drivers/tty/tty_io.c:1007)
# 92.59 [+0.00] [ 1727.055661] ? tty_ldisc_ref_wait (drivers/tty/tty_ldisc.c:244)
# 92.59 [+0.00] [ 1727.055668] file_tty_write.constprop.0 (drivers/tty/tty_io.c:1081)
# 92.59 [+0.00] [ 1727.055676] vfs_write (fs/read_write.c:594 fs/read_write.c:686)
# 92.59 [+0.00] [ 1727.055684] ? kernel_write (fs/read_write.c:667)
# 92.59 [+0.00] [ 1727.055691] ? trace_rseq_update (./include/trace/events/rseq.h:11 (discriminator 21))
# 92.59 [+0.00] [ 1727.055698] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
# 92.59 [+0.00] [ 1727.055705] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
# 92.60 [+0.00] [ 1727.055716] ksys_write (fs/read_write.c:738)
# 92.60 [+0.00] [ 1727.055720] ? __ia32_sys_read (fs/read_write.c:728)
# 92.60 [+0.00] [ 1727.055731] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
# 92.60 [+0.00] [ 1727.055739] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
# 92.60 [+0.00] [ 1727.055741] RIP: 0033:0x7f99970c8337
# 92.60 [+0.00] [ 1727.055746] 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
# 92.61 [+0.00] [ 1727.055748] RSP: 002b:00007ffead08d8f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
# 92.61 [+0.00] [ 1727.055751] RAX: ffffffffffffffda RBX: 000055f5559fc1f0 RCX: 00007f99970c8337
# 92.61 [+0.00] [ 1727.055753] RDX: 0000000000000001 RSI: 000055f5559fc1f0 RDI: 0000000000000001
# 92.61 [+0.00] [ 1727.055756] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000000002000
# 92.61 [+0.00] [ 1727.055758] R10: 0000000000000001 R11: 0000000000000246 R12: 000055f5559e75e0
# 92.62 [+0.00] [ 1727.055761] R13: 000055f5559c82a0 R14: 0000000000000001 R15: 000055f5559e75e0
| 0
| xx__-> [ 1664.690699][ T5029] Mirror/redirect action on
| [ 1664.725503][ T5028] tc (5028) used greatest stack depth: 24096 bytes left
| [ 1727.054915][ C0] irq 51: nobody cared (try booting with the "irqpoll" option)
[ 1727.055475][ C0] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 1727.055478][ C0] Call Trace:
[ 1727.055480][ C0]
[ 1727.055482][ C0] dump_stack_lvl (lib/dump_stack.c:123)
[ 1727.055494][ C0] __report_bad_irq (kernel/irq/spurious.c:170)
[ 1727.055502][ C0] note_interrupt (kernel/irq/spurious.c:372)
[ 1727.055509][ C0] handle_irq_event (kernel/irq/handle.c:198 kernel/irq/handle.c:210)
[ 1727.055520][ C0] handle_edge_irq (kernel/irq/chip.c:851)
[ 1727.055532][ C0] __common_interrupt (./include/asm-generic/irq_regs.h:28 arch/x86/kernel/irq.c:295)
[ 1727.055539][ C0] common_interrupt (arch/x86/kernel/irq.c:285 (discriminator 14))
[ 1727.055543][ C0]
[ 1727.055544][ C0]
[ 1727.055548][ C0] asm_common_interrupt (./arch/x86/include/asm/idtentry.h:693)
[ 1727.055552][ C0] RIP: 0010:_raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194)
[ 1727.055558][ C0] Code: 74 24 10 e8 c1 c1 04 fe 48 89 ef e8 e9 10 05 fe 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 da 47 f9 fd 65 8b 05 f3 18 0c 02 85 c0 74 0a 5b 5d c3 e8 37 b3
All code
========
0: 74 24 je 0x26
2: 10 e8 adc %ch,%al
4: c1 c1 04 rol $0x4,%ecx
7: fe 48 89 decb -0x77(%rax)
a: ef out %eax,(%dx)
b: e8 e9 10 05 fe call 0xfffffffffe0510f9
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 da 47 f9 fd call 0xfffffffffdf94809 <-- trapping instruction
2f: 65 8b 05 f3 18 0c 02 mov %gs:0x20c18f3(%rip),%eax # 0x20c1929
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: 37 (bad)
3f: b3 .byte 0xb3
Code starting with the faulting instruction
===========================================
0: e8 da 47 f9 fd call 0xfffffffffdf947df
5: 65 8b 05 f3 18 0c 02 mov %gs:0x20c18f3(%rip),%eax # 0x20c18ff
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: 37 (bad)
15: b3 .byte 0xb3
[ 1727.055561][ C0] RSP: 0018:ffffc90002427aa0 EFLAGS: 00000206
[ 1727.055565][ C0] RAX: 0000000000000006 RBX: 0000000000000200 RCX: 0000000000000040
[ 1727.055567][ C0] RDX: 0000000000000000 RSI: ffffffff963c5496 RDI: 0000000000000001
[ 1727.055569][ C0] RBP: ffffffff98c563c0 R08: 0000000000000001 R09: 0000000000000001
[ 1727.055572][ C0] R10: ffffffff972140d7 R11: ffff888005f78970 R12: 00000000ffffffff
[ 1727.055575][ C0] R13: 0000000000000001 R14: ffffffff98c564c8 R15: 00000000ffffffff
[ 1727.055595][ 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:637)
[ 1727.055605][ C0] process_output_block (drivers/tty/n_tty.c:561)
[ 1727.055611][ C0] ? _raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:151 kernel/locking/spinlock.c:194)
[ 1727.055618][ C0] n_tty_write (drivers/tty/n_tty.c:2378)
[ 1727.055628][ C0] ? n_tty_receive_signal_char (drivers/tty/n_tty.c:2348)
[ 1727.055633][ C0] ? __init_waitqueue_head (kernel/sched/wait.c:440)
[ 1727.055640][ C0] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831)
[ 1727.055642][ C0] ? iterate_tty_write (drivers/tty/tty_io.c:939 drivers/tty/tty_io.c:958)
[ 1727.055654][ C0] iterate_tty_write (drivers/tty/tty_io.c:1007)
[ 1727.055661][ C0] ? tty_ldisc_ref_wait (drivers/tty/tty_ldisc.c:244)
[ 1727.055668][ C0] file_tty_write.constprop.0 (drivers/tty/tty_io.c:1081)
[ 1727.055676][ C0] vfs_write (fs/read_write.c:594 fs/read_write.c:686)
[ 1727.055684][ C0] ? kernel_write (fs/read_write.c:667)
[ 1727.055691][ C0] ? trace_rseq_update (./include/trace/events/rseq.h:11 (discriminator 21))
[ 1727.055698][ C0] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 1727.055705][ C0] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 1727.055716][ C0] ksys_write (fs/read_write.c:738)
[ 1727.055720][ C0] ? __ia32_sys_read (fs/read_write.c:728)
[ 1727.055731][ C0] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 1727.055739][ C0] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 1727.055741][ C0] RIP: 0033:0x7f99970c8337
[ 1727.055746][ 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
[ 1727.055748][ C0] RSP: 002b:00007ffead08d8f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ 1727.055751][ C0] RAX: ffffffffffffffda RBX: 000055f5559fc1f0 RCX: 00007f99970c8337
[ 1727.055753][ C0] RDX: 0000000000000001 RSI: 000055f5559fc1f0 RDI: 0000000000000001
[ 1727.055756][ C0] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000000002000
[ 1727.055758][ C0] R10: 0000000000000001 R11: 0000000000000246 R12: 000055f5559e75e0
Finger prints:
__report_bad_irq:note_interrupt:handle_irq_event:handle_edge_irq:__common_interrupt