======================================
| # 89.73 [+0.00] [ 1263.158723] veth1: left promiscuous mode
| # 89.73 [+0.00] [ 1263.159207] br1: port 1(veth1) entered disabled state
| # 89.73 [+0.00] [ 1291.014164] Mirror/redirect action on
| # 89.73 [+0.00] [ 1349.722753] irq 51: nobody cared (try booting with the "irqpoll" option)
# 89.73 [+0.00] [ 1349.723377] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
# 89.74 [+0.00] [ 1349.723385] Call Trace:
# 89.74 [+0.00] [ 1349.723390]
# 89.74 [+0.00] [ 1349.723394] dump_stack_lvl (lib/dump_stack.c:123)
# 89.74 [+0.00] [ 1349.723424] __report_bad_irq (kernel/irq/spurious.c:170)
# 89.74 [+0.00] [ 1349.723446] note_interrupt (kernel/irq/spurious.c:372)
# 89.74 [+0.00] [ 1349.723453] handle_irq_event (kernel/irq/handle.c:198 kernel/irq/handle.c:210)
# 89.74 [+0.00] [ 1349.723459] handle_edge_irq (kernel/irq/chip.c:857)
# 89.74 [+0.00] [ 1349.723469] __common_interrupt (./include/asm-generic/irq_regs.h:28 arch/x86/kernel/irq.c:328)
# 89.74 [+0.00] [ 1349.723485] common_interrupt (arch/x86/kernel/irq.c:318 (discriminator 14))
# 89.74 [+0.00] [ 1349.723495]
# 89.74 [+0.00] [ 1349.723497]
# 89.74 [+0.00] [ 1349.723501] asm_common_interrupt (./arch/x86/include/asm/idtentry.h:693)
# 89.75 [+0.00] [ 1349.723510] RIP: 0010:_raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194)
# 89.75 [+0.00] [ 1349.723530] Code: 74 24 10 e8 01 b0 02 fe 48 89 ef e8 29 ff 02 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 8a 32 f7 fd 65 8b 05 e3 9f 0a 02 85 c0 74 0a 5b 5d c3 e8 87 b2
All code
========
0: 74 24 je 0x26
2: 10 e8 adc %ch,%al
4: 01 b0 02 fe 48 89 add %esi,-0x76b701fe(%rax)
a: ef out %eax,(%dx)
b: e8 29 ff 02 fe call 0xfffffffffe02ff39
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 8a 32 f7 fd call 0xfffffffffdf732b9 <-- trapping instruction
2f: 65 8b 05 e3 9f 0a 02 mov %gs:0x20a9fe3(%rip),%eax # 0x20aa019
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: 87 .byte 0x87
3f: b2 .byte 0xb2
Code starting with the faulting instruction
===========================================
0: e8 8a 32 f7 fd call 0xfffffffffdf7328f
5: 65 8b 05 e3 9f 0a 02 mov %gs:0x20a9fe3(%rip),%eax # 0x20a9fef
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: 87 .byte 0x87
15: b2 .byte 0xb2
# 89.75 [+0.00] [ 1349.723533] RSP: 0018:ffffc90003157a98 EFLAGS: 00000206
# 89.75 [+0.00] [ 1349.723542] RAX: 0000000000000002 RBX: 0000000000000200 RCX: 0000000000000040
# 89.75 [+0.00] [ 1349.723545] RDX: 0000000000000000 RSI: ffffffff9b1c6a7b RDI: 0000000000000001
# 89.76 [+0.00] [ 1349.723547] RBP: ffffffff9da4c400 R08: 0000000000000001 R09: 0000000000000001
# 89.76 [+0.00] [ 1349.723549] R10: ffffffff9c013f17 R11: ffff888005fb8970 R12: 00000000ffffffff
# 89.76 [+0.00] [ 1349.723551] R13: 0000000000000001 R14: ffffffff9da4c508 R15: 00000000ffffffff
# 89.76 [+0.00] [ 1349.723567] 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)
# 89.76 [+0.00] [ 1349.723586] process_output_block (drivers/tty/n_tty.c:561)
# 89.76 [+0.00] [ 1349.723598] ? _raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:151 kernel/locking/spinlock.c:194)
# 89.77 [+0.00] [ 1349.723606] n_tty_write (drivers/tty/n_tty.c:2378)
# 89.77 [+0.00] [ 1349.723609] ? _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)
# 89.77 [+0.00] [ 1349.723628] ? n_tty_receive_signal_char (drivers/tty/n_tty.c:2348)
# 89.77 [+0.00] [ 1349.723634] ? __init_waitqueue_head (kernel/sched/wait.c:458)
# 89.77 [+0.00] [ 1349.723645] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831)
# 89.77 [+0.00] [ 1349.723651] ? iterate_tty_write (drivers/tty/tty_io.c:939 drivers/tty/tty_io.c:958)
# 89.77 [+0.00] [ 1349.723665] iterate_tty_write (drivers/tty/tty_io.c:1007)
# 89.77 [+0.00] [ 1349.723672] ? tty_ldisc_ref_wait (drivers/tty/tty_ldisc.c:244)
# 89.77 [+0.00] [ 1349.723682] file_tty_write.constprop.0 (drivers/tty/tty_io.c:1081)
# 89.77 [+0.00] [ 1349.723690] vfs_write (fs/read_write.c:594 fs/read_write.c:686)
# 89.78 [+0.00] [ 1349.723703] ? find_held_lock (kernel/locking/lockdep.c:5350)
# 89.78 [+0.00] [ 1349.723709] ? kernel_write (fs/read_write.c:667)
# 89.78 [+0.00] [ 1349.723716] ? clockevents_program_event (kernel/time/clockevents.c:326)
# 89.78 [+0.00] [ 1349.723733] ? clockevents_program_event (kernel/time/clockevents.c:336 (discriminator 3))
# 89.78 [+0.00] [ 1349.723740] ksys_write (fs/read_write.c:738)
# 89.78 [+0.00] [ 1349.723744] ? __ia32_sys_read (fs/read_write.c:728)
# 89.78 [+0.00] [ 1349.723755] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
# 89.79 [+0.00] [ 1349.723761] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
# 89.79 [+0.01] [ 1349.723763] RIP: 0033:0x7fd352011337
# 89.79 [+0.00] [ 1349.723769] 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
# 89.80 [+0.00] [ 1349.723771] RSP: 002b:00007ffec5634d78 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
# 89.80 [+0.00] [ 1349.723774] RAX: ffffffffffffffda RBX: 0000558fe4e95420 RCX: 00007fd352011337
# 89.80 [+0.00] [ 1349.723776] RDX: 0000000000000001 RSI: 0000558fe4e95420 RDI: 0000000000000001
# 89.80 [+0.00] [ 1349.723778] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000000002000
# 89.81 [+0.00] [ 1349.723780] R10: 0000000000000001 R11: 0000000000000246 R12: 0000558fe4e80600
# 89.81 [+0.00] [ 1349.723781] R13: 0000558fe4e612a0 R14: 0000000000000001 R15: 0000558fe4e80600
| DETECTED CRASH, lowering timeout
| 0
| xx__-> [ 1291.014164][ T8795] Mirror/redirect action on
| [ 1349.722753][ C0] irq 51: nobody cared (try booting with the "irqpoll" option)
[ 1349.723377][ C0] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 1349.723385][ C0] Call Trace:
[ 1349.723390][ C0]
[ 1349.723394][ C0] dump_stack_lvl (lib/dump_stack.c:123)
[ 1349.723424][ C0] __report_bad_irq (kernel/irq/spurious.c:170)
[ 1349.723446][ C0] note_interrupt (kernel/irq/spurious.c:372)
[ 1349.723453][ C0] handle_irq_event (kernel/irq/handle.c:198 kernel/irq/handle.c:210)
[ 1349.723459][ C0] handle_edge_irq (kernel/irq/chip.c:857)
[ 1349.723469][ C0] __common_interrupt (./include/asm-generic/irq_regs.h:28 arch/x86/kernel/irq.c:328)
[ 1349.723485][ C0] common_interrupt (arch/x86/kernel/irq.c:318 (discriminator 14))
[ 1349.723495][ C0]
[ 1349.723497][ C0]
[ 1349.723501][ C0] asm_common_interrupt (./arch/x86/include/asm/idtentry.h:693)
[ 1349.723510][ C0] RIP: 0010:_raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194)
[ 1349.723530][ C0] Code: 74 24 10 e8 01 b0 02 fe 48 89 ef e8 29 ff 02 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 8a 32 f7 fd 65 8b 05 e3 9f 0a 02 85 c0 74 0a 5b 5d c3 e8 87 b2
All code
========
0: 74 24 je 0x26
2: 10 e8 adc %ch,%al
4: 01 b0 02 fe 48 89 add %esi,-0x76b701fe(%rax)
a: ef out %eax,(%dx)
b: e8 29 ff 02 fe call 0xfffffffffe02ff39
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 8a 32 f7 fd call 0xfffffffffdf732b9 <-- trapping instruction
2f: 65 8b 05 e3 9f 0a 02 mov %gs:0x20a9fe3(%rip),%eax # 0x20aa019
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: 87 .byte 0x87
3f: b2 .byte 0xb2
Code starting with the faulting instruction
===========================================
0: e8 8a 32 f7 fd call 0xfffffffffdf7328f
5: 65 8b 05 e3 9f 0a 02 mov %gs:0x20a9fe3(%rip),%eax # 0x20a9fef
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: 87 .byte 0x87
15: b2 .byte 0xb2
[ 1349.723533][ C0] RSP: 0018:ffffc90003157a98 EFLAGS: 00000206
[ 1349.723542][ C0] RAX: 0000000000000002 RBX: 0000000000000200 RCX: 0000000000000040
[ 1349.723545][ C0] RDX: 0000000000000000 RSI: ffffffff9b1c6a7b RDI: 0000000000000001
[ 1349.723547][ C0] RBP: ffffffff9da4c400 R08: 0000000000000001 R09: 0000000000000001
[ 1349.723549][ C0] R10: ffffffff9c013f17 R11: ffff888005fb8970 R12: 00000000ffffffff
[ 1349.723551][ C0] R13: 0000000000000001 R14: ffffffff9da4c508 R15: 00000000ffffffff
[ 1349.723567][ 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)
[ 1349.723586][ C0] process_output_block (drivers/tty/n_tty.c:561)
[ 1349.723598][ C0] ? _raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:151 kernel/locking/spinlock.c:194)
[ 1349.723606][ C0] n_tty_write (drivers/tty/n_tty.c:2378)
[ 1349.723609][ 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)
[ 1349.723628][ C0] ? n_tty_receive_signal_char (drivers/tty/n_tty.c:2348)
[ 1349.723634][ C0] ? __init_waitqueue_head (kernel/sched/wait.c:458)
[ 1349.723645][ C0] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831)
[ 1349.723651][ C0] ? iterate_tty_write (drivers/tty/tty_io.c:939 drivers/tty/tty_io.c:958)
[ 1349.723665][ C0] iterate_tty_write (drivers/tty/tty_io.c:1007)
[ 1349.723672][ C0] ? tty_ldisc_ref_wait (drivers/tty/tty_ldisc.c:244)
[ 1349.723682][ C0] file_tty_write.constprop.0 (drivers/tty/tty_io.c:1081)
[ 1349.723690][ C0] vfs_write (fs/read_write.c:594 fs/read_write.c:686)
[ 1349.723703][ C0] ? find_held_lock (kernel/locking/lockdep.c:5350)
[ 1349.723709][ C0] ? kernel_write (fs/read_write.c:667)
[ 1349.723716][ C0] ? clockevents_program_event (kernel/time/clockevents.c:326)
[ 1349.723733][ C0] ? clockevents_program_event (kernel/time/clockevents.c:336 (discriminator 3))
[ 1349.723740][ C0] ksys_write (fs/read_write.c:738)
[ 1349.723744][ C0] ? __ia32_sys_read (fs/read_write.c:728)
[ 1349.723755][ C0] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 1349.723761][ C0] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 1349.723763][ C0] RIP: 0033:0x7fd352011337
[ 1349.723769][ 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
[ 1349.723771][ C0] RSP: 002b:00007ffec5634d78 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ 1349.723774][ C0] RAX: ffffffffffffffda RBX: 0000558fe4e95420 RCX: 00007fd352011337
[ 1349.723776][ C0] RDX: 0000000000000001 RSI: 0000558fe4e95420 RDI: 0000000000000001
[ 1349.723778][ C0] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000000002000
[ 1349.723780][ C0] R10: 0000000000000001 R11: 0000000000000246 R12: 0000558fe4e80600
Finger prints:
__report_bad_irq:note_interrupt:handle_irq_event:handle_edge_irq:__common_interrupt