======================================
| # 91.65 [+0.00] [ 981.798464] veth1: left promiscuous mode
| # 91.65 [+0.00] [ 981.798933] br1: port 1(veth1) entered disabled state
| # 91.66 [+0.00] [ 1012.435629] tc (4457) used greatest stack depth: 23616 bytes left
| # 91.66 [+0.00] [ 1067.455509] irq 51: nobody cared (try booting with the "irqpoll" option)
# 91.66 [+0.00] [ 1067.456133] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
# 91.66 [+0.00] [ 1067.456135] Call Trace:
# 91.66 [+0.00] [ 1067.456139]
# 91.66 [+0.00] [ 1067.456142] dump_stack_lvl (lib/dump_stack.c:123)
# 91.66 [+0.00] [ 1067.456172] __report_bad_irq (kernel/irq/spurious.c:170)
# 91.67 [+0.00] [ 1067.456190] note_interrupt (kernel/irq/spurious.c:372)
# 91.67 [+0.00] [ 1067.456198] handle_irq_event (kernel/irq/handle.c:245 kernel/irq/handle.c:257)
# 91.67 [+0.00] [ 1067.456204] handle_edge_irq (kernel/irq/chip.c:857)
# 91.67 [+0.00] [ 1067.456215] __common_interrupt (./include/asm-generic/irq_regs.h:28 arch/x86/kernel/irq.c:328)
# 91.67 [+0.00] [ 1067.456230] common_interrupt (arch/x86/kernel/irq.c:318 (discriminator 14))
# 91.67 [+0.00] [ 1067.456237]
# 91.67 [+0.00] [ 1067.456238]
# 91.67 [+0.00] [ 1067.456242] asm_common_interrupt (./arch/x86/include/asm/idtentry.h:693)
# 91.67 [+0.00] [ 1067.456251] RIP: 0010:_raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194)
# 91.68 [+0.00] [ 1067.456267] Code: 74 24 10 e8 d1 35 00 fe 48 89 ef e8 f9 84 00 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 0a bc f4 fd 65 8b 05 c3 d9 08 02 85 c0 74 0a 5b 5d c3 e8 07 3d
All code
========
0: 74 24 je 0x26
2: 10 e8 adc %ch,%al
4: d1 35 00 fe 48 89 shll $1,-0x76b70200(%rip) # 0xffffffff8948fe0a
a: ef out %eax,(%dx)
b: e8 f9 84 00 fe call 0xfffffffffe008509
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 0a bc f4 fd call 0xfffffffffdf4bc39 <-- trapping instruction
2f: 65 8b 05 c3 d9 08 02 mov %gs:0x208d9c3(%rip),%eax # 0x208d9f9
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: 07 (bad)
3f: 3d .byte 0x3d
Code starting with the faulting instruction
===========================================
0: e8 0a bc f4 fd call 0xfffffffffdf4bc0f
5: 65 8b 05 c3 d9 08 02 mov %gs:0x208d9c3(%rip),%eax # 0x208d9cf
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: 07 (bad)
15: 3d .byte 0x3d
# 91.68 [+0.00] [ 1067.456269] RSP: 0018:ffffc90004777a98 EFLAGS: 00000206
# 91.68 [+0.00] [ 1067.456277] RAX: 0000000000000006 RBX: 0000000000000200 RCX: 0000000000000040
# 91.68 [+0.00] [ 1067.456279] RDX: 0000000000000000 RSI: ffffffffa9785e21 RDI: 0000000000000001
# 91.69 [+0.00] [ 1067.456280] RBP: ffffffffac0694e0 R08: 0000000000000001 R09: 0000000000000001
# 91.69 [+0.00] [ 1067.456282] R10: ffffffffaa622857 R11: ffff888005f60970 R12: 00000000ffffffff
# 91.69 [+0.00] [ 1067.456284] R13: 0000000000000001 R14: ffffffffac0695e8 R15: 00000000ffffffff
# 91.69 [+0.00] [ 1067.456302] 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)
# 91.69 [+0.00] [ 1067.456321] process_output_block (drivers/tty/n_tty.c:561)
# 91.69 [+0.00] [ 1067.456331] ? _raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:151 kernel/locking/spinlock.c:194)
# 91.70 [+0.00] [ 1067.456339] n_tty_write (drivers/tty/n_tty.c:2378)
# 91.70 [+0.00] [ 1067.456342] ? _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)
# 91.70 [+0.00] [ 1067.456358] ? n_tty_receive_signal_char (drivers/tty/n_tty.c:2348)
# 91.70 [+0.00] [ 1067.456365] ? __init_waitqueue_head (kernel/sched/wait.c:458)
# 91.70 [+0.00] [ 1067.456372] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831)
# 91.70 [+0.00] [ 1067.456378] ? iterate_tty_write (drivers/tty/tty_io.c:939 drivers/tty/tty_io.c:958)
# 91.70 [+0.00] [ 1067.456389] iterate_tty_write (drivers/tty/tty_io.c:1007)
# 91.70 [+0.00] [ 1067.456395] ? tty_ldisc_ref_wait (drivers/tty/tty_ldisc.c:244)
# 91.71 [+0.00] [ 1067.456402] file_tty_write.constprop.0 (drivers/tty/tty_io.c:1081)
# 91.71 [+0.00] [ 1067.456409] vfs_write (fs/read_write.c:594 fs/read_write.c:686)
# 91.71 [+0.00] [ 1067.456423] ? find_held_lock (kernel/locking/lockdep.c:5350)
# 91.71 [+0.00] [ 1067.456427] ? kernel_write (fs/read_write.c:667)
# 91.71 [+0.00] [ 1067.456436] ? clockevents_program_event (kernel/time/clockevents.c:326)
# 91.71 [+0.00] [ 1067.456453] ? clockevents_program_event (kernel/time/clockevents.c:336 (discriminator 3))
# 91.71 [+0.00] [ 1067.456462] ksys_write (fs/read_write.c:738)
# 91.71 [+0.00] [ 1067.456467] ? __ia32_sys_read (fs/read_write.c:728)
# 91.72 [+0.00] [ 1067.456480] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
# 91.72 [+0.00] [ 1067.456486] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
# 91.72 [+0.00] [ 1067.456489] RIP: 0033:0x7ff73ea7a257
# 91.72 [+0.00] [ 1067.456495] 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
# 91.72 [+0.00] [ 1067.456497] RSP: 002b:00007fff621de908 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
# 91.73 [+0.00] [ 1067.456500] RAX: ffffffffffffffda RBX: 000055a9a770f420 RCX: 00007ff73ea7a257
# 91.73 [+0.00] [ 1067.456502] RDX: 0000000000000001 RSI: 000055a9a770f420 RDI: 0000000000000001
# 91.73 [+0.00] [ 1067.456503] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000000002000
# 91.73 [+0.00] [ 1067.456505] R10: 0000000000000001 R11: 0000000000000246 R12: 000055a9a76fa600
# 91.75 [+0.01] [ 1067.456506] R13: 000055a9a76db2a0 R14: 0000000000000001 R15: 000055a9a76fa600
| xx__-> echo $?
| 0
| xx__-> [ 1012.435629][ T4457] tc (4457) used greatest stack depth: 23616 bytes left
| [ 1067.455509][ C0] irq 51: nobody cared (try booting with the "irqpoll" option)
[ 1067.456133][ C0] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 1067.456135][ C0] Call Trace:
[ 1067.456139][ C0]
[ 1067.456142][ C0] dump_stack_lvl (lib/dump_stack.c:123)
[ 1067.456172][ C0] __report_bad_irq (kernel/irq/spurious.c:170)
[ 1067.456190][ C0] note_interrupt (kernel/irq/spurious.c:372)
[ 1067.456198][ C0] handle_irq_event (kernel/irq/handle.c:245 kernel/irq/handle.c:257)
[ 1067.456204][ C0] handle_edge_irq (kernel/irq/chip.c:857)
[ 1067.456215][ C0] __common_interrupt (./include/asm-generic/irq_regs.h:28 arch/x86/kernel/irq.c:328)
[ 1067.456230][ C0] common_interrupt (arch/x86/kernel/irq.c:318 (discriminator 14))
[ 1067.456237][ C0]
[ 1067.456238][ C0]
[ 1067.456242][ C0] asm_common_interrupt (./arch/x86/include/asm/idtentry.h:693)
[ 1067.456251][ C0] RIP: 0010:_raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194)
[ 1067.456267][ C0] Code: 74 24 10 e8 d1 35 00 fe 48 89 ef e8 f9 84 00 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 0a bc f4 fd 65 8b 05 c3 d9 08 02 85 c0 74 0a 5b 5d c3 e8 07 3d
All code
========
0: 74 24 je 0x26
2: 10 e8 adc %ch,%al
4: d1 35 00 fe 48 89 shll $1,-0x76b70200(%rip) # 0xffffffff8948fe0a
a: ef out %eax,(%dx)
b: e8 f9 84 00 fe call 0xfffffffffe008509
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 0a bc f4 fd call 0xfffffffffdf4bc39 <-- trapping instruction
2f: 65 8b 05 c3 d9 08 02 mov %gs:0x208d9c3(%rip),%eax # 0x208d9f9
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: 07 (bad)
3f: 3d .byte 0x3d
Code starting with the faulting instruction
===========================================
0: e8 0a bc f4 fd call 0xfffffffffdf4bc0f
5: 65 8b 05 c3 d9 08 02 mov %gs:0x208d9c3(%rip),%eax # 0x208d9cf
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: 07 (bad)
15: 3d .byte 0x3d
[ 1067.456269][ C0] RSP: 0018:ffffc90004777a98 EFLAGS: 00000206
[ 1067.456277][ C0] RAX: 0000000000000006 RBX: 0000000000000200 RCX: 0000000000000040
[ 1067.456279][ C0] RDX: 0000000000000000 RSI: ffffffffa9785e21 RDI: 0000000000000001
[ 1067.456280][ C0] RBP: ffffffffac0694e0 R08: 0000000000000001 R09: 0000000000000001
[ 1067.456282][ C0] R10: ffffffffaa622857 R11: ffff888005f60970 R12: 00000000ffffffff
[ 1067.456284][ C0] R13: 0000000000000001 R14: ffffffffac0695e8 R15: 00000000ffffffff
[ 1067.456302][ 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)
[ 1067.456321][ C0] process_output_block (drivers/tty/n_tty.c:561)
[ 1067.456331][ C0] ? _raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:151 kernel/locking/spinlock.c:194)
[ 1067.456339][ C0] n_tty_write (drivers/tty/n_tty.c:2378)
[ 1067.456342][ 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)
[ 1067.456358][ C0] ? n_tty_receive_signal_char (drivers/tty/n_tty.c:2348)
[ 1067.456365][ C0] ? __init_waitqueue_head (kernel/sched/wait.c:458)
[ 1067.456372][ C0] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5831)
[ 1067.456378][ C0] ? iterate_tty_write (drivers/tty/tty_io.c:939 drivers/tty/tty_io.c:958)
[ 1067.456389][ C0] iterate_tty_write (drivers/tty/tty_io.c:1007)
[ 1067.456395][ C0] ? tty_ldisc_ref_wait (drivers/tty/tty_ldisc.c:244)
[ 1067.456402][ C0] file_tty_write.constprop.0 (drivers/tty/tty_io.c:1081)
[ 1067.456409][ C0] vfs_write (fs/read_write.c:594 fs/read_write.c:686)
[ 1067.456423][ C0] ? find_held_lock (kernel/locking/lockdep.c:5350)
[ 1067.456427][ C0] ? kernel_write (fs/read_write.c:667)
[ 1067.456436][ C0] ? clockevents_program_event (kernel/time/clockevents.c:326)
[ 1067.456453][ C0] ? clockevents_program_event (kernel/time/clockevents.c:336 (discriminator 3))
[ 1067.456462][ C0] ksys_write (fs/read_write.c:738)
[ 1067.456467][ C0] ? __ia32_sys_read (fs/read_write.c:728)
[ 1067.456480][ C0] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 1067.456486][ C0] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 1067.456489][ C0] RIP: 0033:0x7ff73ea7a257
[ 1067.456495][ 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
[ 1067.456497][ C0] RSP: 002b:00007fff621de908 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[ 1067.456500][ C0] RAX: ffffffffffffffda RBX: 000055a9a770f420 RCX: 00007ff73ea7a257
[ 1067.456502][ C0] RDX: 0000000000000001 RSI: 000055a9a770f420 RDI: 0000000000000001
[ 1067.456503][ C0] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000000002000
[ 1067.456505][ C0] R10: 0000000000000001 R11: 0000000000000246 R12: 000055a9a76fa600
Finger prints:
__report_bad_irq:note_interrupt:handle_irq_event:handle_edge_irq:__common_interrupt