======================================
|
| WAIT TIMEOUT stdout
| [ 5237.867772][ C2] Oops: general protection fault, probably for non-canonical address 0xdffffc0000000091: 0000 [#1] SMP KASAN NOPTI
| [ 5237.868280][ C2] KASAN: null-ptr-deref in range [0x0000000000000488-0x000000000000048f]
[ 5237.868882][ C2] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 5237.869113][ C2] RIP: 0010:veth_xdp_rcv (./include/linux/netdevice.h:2632 (discriminator 13) drivers/net/veth.c:912 (discriminator 13))
[ 5237.869312][ C2] Code: 40 0d 00 00 e8 7f 7e de 00 85 c0 0f 85 c6 06 00 00 49 8d bc 24 88 04 00 00 48 b8 00 00 00 00 00 fc ff df 48 89 fa 48 c1 ea 03 <0f> b6 04 02 84 c0 74 08 3c 03 0f 8e b6 0a 00 00 41 3b ac 24 88 04
All code
========
0: 40 0d 00 00 e8 7f rex or $0x7fe80000,%eax
6: 7e de jle 0xffffffffffffffe6
8: 00 85 c0 0f 85 c6 add %al,-0x397af040(%rbp)
e: 06 (bad)
f: 00 00 add %al,(%rax)
11: 49 8d bc 24 88 04 00 lea 0x488(%r12),%rdi
18: 00
19: 48 b8 00 00 00 00 00 movabs $0xdffffc0000000000,%rax
20: fc ff df
23: 48 89 fa mov %rdi,%rdx
26: 48 c1 ea 03 shr $0x3,%rdx
2a:* 0f b6 04 02 movzbl (%rdx,%rax,1),%eax <-- trapping instruction
2e: 84 c0 test %al,%al
30: 74 08 je 0x3a
32: 3c 03 cmp $0x3,%al
34: 0f 8e b6 0a 00 00 jle 0xaf0
3a: 41 rex.B
3b: 3b .byte 0x3b
3c: ac lods %ds:(%rsi),%al
3d: 24 88 and $0x88,%al
3f: 04 .byte 0x4
Code starting with the faulting instruction
===========================================
0: 0f b6 04 02 movzbl (%rdx,%rax,1),%eax
4: 84 c0 test %al,%al
6: 74 08 je 0x10
8: 3c 03 cmp $0x3,%al
a: 0f 8e b6 0a 00 00 jle 0xac6
10: 41 rex.B
11: 3b .byte 0x3b
12: ac lods %ds:(%rsi),%al
13: 24 88 and $0x88,%al
15: 04 .byte 0x4
[ 5237.869981][ C2] RSP: 0018:ffffc90000218a20 EFLAGS: 00010202
[ 5237.870222][ C2] RAX: dffffc0000000000 RBX: ffff888009c0a000 RCX: 1ffff92000043153
[ 5237.870499][ C2] RDX: 0000000000000091 RSI: ffffffffb9c53e00 RDI: 0000000000000488
[ 5237.870780][ C2] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 5237.871055][ C2] R10: ffffc90000218e90 R11: 0000000000000000 R12: 0000000000000000
[ 5237.871328][ C2] R13: ffffc90000218bd0 R14: 0000000000000040 R15: ffffc90000218bd0
[ 5237.871606][ C2] FS: 0000000000000000(0000) GS:ffff8880a8ebd000(0000) knlGS:0000000000000000
[ 5237.871932][ C2] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 5237.872167][ C2] CR2: 00007effdbe09000 CR3: 0000000076348006 CR4: 0000000000772ef0
[ 5237.872443][ C2] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 5237.872723][ C2] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 5237.872999][ C2] PKRU: 55555554
[ 5237.873139][ C2] Call Trace:
[ 5237.873278][ C2]
[ 5237.873373][ C2] ? clockevents_program_event (kernel/time/clockevents.c:326)
[ 5237.873574][ C2] ? find_held_lock (kernel/locking/lockdep.c:5348)
[ 5237.873767][ C2] ? __pfx_veth_xdp_rcv (drivers/net/veth.c:902)
[ 5237.873955][ C2] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 5237.874140][ C2] ? _raw_spin_unlock_irqrestore (./include/linux/spinlock_api_smp.h:151 kernel/locking/spinlock.c:194)
[ 5237.874379][ C2] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 5237.874567][ C2] ? _raw_spin_unlock_irqrestore (./arch/x86/include/asm/preempt.h:104 ./include/linux/spinlock_api_smp.h:152 kernel/locking/spinlock.c:194)
[ 5237.874797][ C2] ? napi_complete_done (./include/linux/hrtimer.h:264 net/core/dev.c:6611)
[ 5237.874985][ C2] ? __pfx_napi_complete_done (net/core/dev.c:6547)
[ 5237.875171][ C2] ? __pfx_napi_complete_done (net/core/dev.c:6547)
[ 5237.875354][ C2] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 5237.875541][ C2] veth_poll (drivers/net/veth.c:981)
[ 5237.875681][ C2] ? __pfx_veth_poll (drivers/net/veth.c:969)
[ 5237.875866][ C2] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 5237.876053][ C2] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 5237.876241][ C2] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 5237.876437][ C2] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 5237.876653][ C2] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 5237.876844][ C2] __napi_poll.constprop.0 (net/core/dev.c:7413)
[ 5237.877032][ C2] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 5237.877223][ C2] net_rx_action (net/core/dev.c:7477 net/core/dev.c:7599)
[ 5237.877414][ C2] ? __pfx_net_rx_action (net/core/dev.c:7561)
[ 5237.877606][ C2] ? kvm_clock_get_cycles (./arch/x86/include/asm/preempt.h:95 arch/x86/kernel/kvmclock.c:80 arch/x86/kernel/kvmclock.c:86)
[ 5237.877798][ C2] ? ktime_get (kernel/time/timekeeping.c:251 (discriminator 4) kernel/time/timekeeping.c:360 (discriminator 4) kernel/time/timekeeping.c:778 (discriminator 4))
[ 5237.877939][ C2] ? clockevents_program_event (kernel/time/clockevents.c:334 (discriminator 3))
[ 5237.878176][ C2] handle_softirqs (kernel/softirq.c:580)
[ 5237.878378][ C2] __irq_exit_rcu (kernel/softirq.c:614 kernel/softirq.c:453 kernel/softirq.c:680)
[ 5237.878564][ C2] irq_exit_rcu (kernel/softirq.c:698)
[ 5237.878706][ C2] sysvec_apic_timer_interrupt (arch/x86/kernel/apic/apic.c:1049 arch/x86/kernel/apic/apic.c:1049)
[ 5237.878892][ C2]
[ 5237.878989][ C2]
[ 5237.879083][ C2] asm_sysvec_apic_timer_interrupt (./arch/x86/include/asm/idtentry.h:702)
[ 5237.879315][ C2] RIP: 0010:pv_native_safe_halt (arch/x86/kernel/paravirt.c:81)
[ 5237.879512][ C2] Code: 00 d3 00 c3 cc cc cc cc 0f 1f 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 66 90 0f 00 2d a3 75 25 00 fb f4 7c 57 02 00 66 2e 0f 1f 84 00 00 00 00 00 66 90 90 90 90 90 90
All code
========
0: 00 d3 add %dl,%bl
2: 00 c3 add %al,%bl
4: cc int3
5: cc int3
6: cc int3
7: cc int3
8: 0f 1f 00 nopl (%rax)
b: 90 nop
c: 90 nop
d: 90 nop
e: 90 nop
f: 90 nop
10: 90 nop
11: 90 nop
12: 90 nop
13: 90 nop
14: 90 nop
15: 90 nop
16: 90 nop
17: 90 nop
18: 90 nop
19: 90 nop
1a: 90 nop
1b: f3 0f 1e fa endbr64
1f: 66 90 xchg %ax,%ax
21: 0f 00 2d a3 75 25 00 verw 0x2575a3(%rip) # 0x2575cb
28: fb sti
29: f4 hlt
2a:* e9 7c 57 02 00 jmp 0x257ab <-- trapping instruction
2f: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1)
36: 00 00 00
39: 66 90 xchg %ax,%ax
3b: 90 nop
3c: 90 nop
3d: 90 nop
3e: 90 nop
3f: 90 nop
Code starting with the faulting instruction
===========================================
0: e9 7c 57 02 00 jmp 0x25781
5: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1)
c: 00 00 00
f: 66 90 xchg %ax,%ax
11: 90 nop
12: 90 nop
13: 90 nop
14: 90 nop
15: 90 nop
[ 5237.880164][ C2] RSP: 0018:ffffc90000147de8 EFLAGS: 00000242
[ 5237.880400][ C2] RAX: 0000000003ff1451 RBX: 1ffff92000028fc1 RCX: ffffffffb983ba39
[ 5237.880690][ C2] RDX: 0000000000000000 RSI: ffffffffba50e430 RDI: ffffffffb9c53e80
[ 5237.880962][ C2] RBP: 0000000000000000 R08: 0000000000000001 R09: ffffed100cb2667a
[ 5237.881235][ C2] R10: ffff8880659333d3 R11: 0000000000000000 R12: 0000000000000000
[ 5237.881507][ C2] R13: ffff888001b5a340 R14: dffffc0000000000 R15: 0000000000000000
[ 5237.881786][ C2] ? ct_kernel_exit.constprop.0 (kernel/context_tracking.c:146)
[ 5237.882015][ C2] default_idle (./arch/x86/include/asm/paravirt.h:107 arch/x86/kernel/process.c:748)
[ 5237.882153][ C2] default_idle_call (./include/linux/cpuidle.h:143 kernel/sched/idle.c:118)
[ 5237.882343][ C2] cpuidle_idle_call (kernel/sched/idle.c:186)
[ 5237.882524][ C2] ? __pfx_cpuidle_idle_call (kernel/sched/idle.c:168)
[ 5237.882706][ C2] ? tsc_verify_tsc_adjust (arch/x86/kernel/tsc_sync.c:59)
[ 5237.882896][ C2] do_idle (kernel/sched/idle.c:325)
[ 5237.883038][ C2] cpu_startup_entry (kernel/sched/idle.c:422 (discriminator 1))
[ 5237.883224][ C2] start_secondary (arch/x86/kernel/smpboot.c:203 arch/x86/kernel/smpboot.c:283)
[ 5237.883412][ C2] ? __pfx_start_secondary (arch/x86/kernel/smpboot.c:233)
Finger prints:
veth_xdp_rcv:veth_poll:net_rx_action:handle_softirqs:__irq_exit_rcu