======================================
| [ 275.569279][ T3566] veth1: renamed from veth-betaR
| [ 275.671570][ T3567] veth0: renamed from veth-gamma
| [ 285.248564][ T3590] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3590
| [ 285.249069][ T3590] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 285.249316][ T3590] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 285.249318][ T3590] Call Trace:
[ 285.249320][ T3590]
[ 285.249322][ T3590] dump_stack_lvl (lib/dump_stack.c:123)
[ 285.249331][ T3590] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 285.249338][ T3590] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 285.249344][ T3590] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 285.249351][ T3590] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.249358][ T3590] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 285.249362][ T3590] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.249374][ T3590] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 285.249386][ T3590] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 285.249391][ T3590] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 285.249396][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.249405][ T3590] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 285.249410][ T3590] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 285.249419][ T3590] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 285.249435][ T3590] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 285.249438][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.249449][ T3590] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.249455][ T3590] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.249460][ T3590] ? __pfx___sys_sendto (net/socket.c:2147)
[ 285.249474][ T3590] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 285.249481][ T3590] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 285.249490][ T3590] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 285.249497][ T3590] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 285.249507][ T3590] __x64_sys_sendto (net/socket.c:2183)
[ 285.249511][ T3590] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 285.249514][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.249519][ T3590] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 285.249524][ T3590] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 285.249528][ T3590] RIP: 0033:0x7f87936cca4a
[ 285.249532][ T3590] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 285.249535][ T3590] RSP: 002b:00007ffc4ab94bb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 285.249538][ T3590] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f87936cca4a
[ 285.249541][ T3590] RDX: 0000000000000040 RSI: 0000000039dfa340 RDI: 0000000000000005
[ 285.249542][ T3590] RBP: 00007ffc4ab94c40 R08: 0000000000418574 R09: 000000000000001c
[ 285.249544][ T3590] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 285.249546][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.249546][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.249560][ T3590]
| [ 285.261954][ T3590] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3590
| [ 285.262646][ T3590] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.262896][ T3590] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 285.262898][ T3590] Call Trace:
[ 285.262900][ T3590]
[ 285.262902][ T3590] dump_stack_lvl (lib/dump_stack.c:123)
[ 285.262908][ T3590] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 285.262916][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.262922][ T3590] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 285.262929][ T3590] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.262935][ T3590] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 285.262940][ T3590] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.262952][ T3590] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 285.262963][ T3590] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 285.262969][ T3590] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 285.262973][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.262981][ T3590] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 285.262985][ T3590] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 285.262994][ T3590] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 285.263010][ T3590] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 285.263013][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.263024][ T3590] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.263028][ T3590] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.263034][ T3590] ? __pfx___sys_sendto (net/socket.c:2147)
[ 285.263048][ T3590] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 285.263054][ T3590] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 285.263063][ T3590] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 285.263070][ T3590] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 285.263080][ T3590] __x64_sys_sendto (net/socket.c:2183)
[ 285.263084][ T3590] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 285.263087][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.263091][ T3590] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 285.263096][ T3590] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 285.263099][ T3590] RIP: 0033:0x7f87936cca4a
[ 285.263103][ T3590] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 285.263105][ T3590] RSP: 002b:00007ffc4ab94bb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 285.263109][ T3590] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f87936cca4a
[ 285.263111][ T3590] RDX: 0000000000000040 RSI: 0000000039dfa340 RDI: 0000000000000005
[ 285.263112][ T3590] RBP: 00007ffc4ab94c40 R08: 0000000000418574 R09: 000000000000001c
[ 285.263114][ T3590] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 285.263116][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.263116][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.263130][ T3590]
| [ 285.263139][ T3590] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3590
| [ 285.275454][ T3590] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 285.275722][ T3590] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 285.275723][ T3590] Call Trace:
[ 285.275725][ T3590]
[ 285.275727][ T3590] dump_stack_lvl (lib/dump_stack.c:123)
[ 285.275733][ T3590] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 285.275739][ T3590] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 285.275745][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.275759][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.275773][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.275776][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.275786][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.275792][ T3590] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 285.275799][ T3590] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.275804][ T3590] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 285.275809][ T3590] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.275820][ T3590] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 285.275832][ T3590] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 285.275837][ T3590] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 285.275841][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.275849][ T3590] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 285.275852][ T3590] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 285.275861][ T3590] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 285.275877][ T3590] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 285.275879][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.275891][ T3590] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.275895][ T3590] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.275900][ T3590] ? __pfx___sys_sendto (net/socket.c:2147)
[ 285.275915][ T3590] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 285.275921][ T3590] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 285.275928][ T3590] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 285.275936][ T3590] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 285.275946][ T3590] __x64_sys_sendto (net/socket.c:2183)
[ 285.275949][ T3590] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 285.275952][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.275957][ T3590] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 285.275961][ T3590] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 285.275965][ T3590] RIP: 0033:0x7f87936cca4a
[ 285.275968][ T3590] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 285.275970][ T3590] RSP: 002b:00007ffc4ab94bb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 285.275973][ T3590] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f87936cca4a
[ 285.275975][ T3590] RDX: 0000000000000040 RSI: 0000000039dfa340 RDI: 0000000000000005
[ 285.275977][ T3590] RBP: 00007ffc4ab94c40 R08: 0000000000418574 R09: 000000000000001c
[ 285.275979][ T3590] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 285.275981][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.275981][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.275995][ T3590]
| [ 285.275998][ T3590] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3590
| [ 285.289710][ T3590] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.289971][ T3590] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 285.289972][ T3590] Call Trace:
[ 285.289974][ T3590]
[ 285.289976][ T3590] dump_stack_lvl (lib/dump_stack.c:123)
[ 285.289981][ T3590] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 285.289987][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.289994][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.290007][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.290020][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.290024][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.290034][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.290040][ T3590] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 285.290046][ T3590] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.290051][ T3590] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 285.290056][ T3590] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.290068][ T3590] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 285.290080][ T3590] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 285.290085][ T3590] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 285.290089][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.290096][ T3590] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 285.290099][ T3590] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 285.290108][ T3590] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 285.290124][ T3590] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 285.290127][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.290138][ T3590] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.290142][ T3590] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.290148][ T3590] ? __pfx___sys_sendto (net/socket.c:2147)
[ 285.290163][ T3590] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 285.290169][ T3590] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 285.290176][ T3590] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 285.290183][ T3590] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 285.290193][ T3590] __x64_sys_sendto (net/socket.c:2183)
[ 285.290197][ T3590] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 285.290201][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.290205][ T3590] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 285.290210][ T3590] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 285.290213][ T3590] RIP: 0033:0x7f87936cca4a
[ 285.290216][ T3590] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 285.290218][ T3590] RSP: 002b:00007ffc4ab94bb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 285.290221][ T3590] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f87936cca4a
[ 285.290223][ T3590] RDX: 0000000000000040 RSI: 0000000039dfa340 RDI: 0000000000000005
[ 285.290225][ T3590] RBP: 00007ffc4ab94c40 R08: 0000000000418574 R09: 000000000000001c
[ 285.290227][ T3590] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 285.290228][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.290228][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.290243][ T3590]
| [ 285.290251][ T3590] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3590
| [ 285.304532][ T3590] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 285.304809][ T3590] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 285.304811][ T3590] Call Trace:
[ 285.304812][ T3590]
[ 285.304814][ T3590] dump_stack_lvl (lib/dump_stack.c:123)
[ 285.304819][ T3590] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 285.304824][ T3590] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 285.304831][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.304844][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.304858][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.304861][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.304871][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.304878][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.304890][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.304903][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.304907][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.304916][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.304922][ T3590] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 285.304929][ T3590] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.304934][ T3590] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 285.304939][ T3590] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.304951][ T3590] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 285.304962][ T3590] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 285.304968][ T3590] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 285.304971][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.304978][ T3590] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 285.304981][ T3590] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 285.304990][ T3590] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 285.305013][ T3590] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 285.305015][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.305027][ T3590] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.305030][ T3590] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.305036][ T3590] ? __pfx___sys_sendto (net/socket.c:2147)
[ 285.305051][ T3590] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 285.305057][ T3590] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 285.305064][ T3590] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 285.305072][ T3590] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 285.305082][ T3590] __x64_sys_sendto (net/socket.c:2183)
[ 285.305086][ T3590] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 285.305088][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.305093][ T3590] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 285.305097][ T3590] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 285.305100][ T3590] RIP: 0033:0x7f87936cca4a
[ 285.305103][ T3590] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 285.305105][ T3590] RSP: 002b:00007ffc4ab94bb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 285.305108][ T3590] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f87936cca4a
[ 285.305110][ T3590] RDX: 0000000000000040 RSI: 0000000039dfa340 RDI: 0000000000000005
[ 285.305111][ T3590] RBP: 00007ffc4ab94c40 R08: 0000000000418574 R09: 000000000000001c
[ 285.305113][ T3590] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 285.305115][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.305115][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.305129][ T3590]
| [ 285.305131][ T3590] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3590
| [ 285.323387][ T3590] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.323665][ T3590] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 285.323667][ T3590] Call Trace:
[ 285.323669][ T3590]
[ 285.323670][ T3590] dump_stack_lvl (lib/dump_stack.c:123)
[ 285.323676][ T3590] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 285.323682][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.323689][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.323703][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.323716][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.323719][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.323729][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.323736][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.323749][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.323762][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.323765][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.323775][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.323782][ T3590] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 285.323788][ T3590] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.323793][ T3590] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 285.323798][ T3590] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.323811][ T3590] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 285.323822][ T3590] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 285.323828][ T3590] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 285.323831][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.323839][ T3590] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 285.323842][ T3590] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 285.323851][ T3590] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 285.323867][ T3590] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 285.323870][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.323881][ T3590] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.323885][ T3590] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.323890][ T3590] ? __pfx___sys_sendto (net/socket.c:2147)
[ 285.323905][ T3590] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 285.323911][ T3590] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 285.323919][ T3590] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 285.323926][ T3590] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 285.323936][ T3590] __x64_sys_sendto (net/socket.c:2183)
[ 285.323940][ T3590] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 285.323943][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.323947][ T3590] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 285.323952][ T3590] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 285.323955][ T3590] RIP: 0033:0x7f87936cca4a
[ 285.323958][ T3590] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 285.323960][ T3590] RSP: 002b:00007ffc4ab94bb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 285.323963][ T3590] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f87936cca4a
[ 285.323965][ T3590] RDX: 0000000000000040 RSI: 0000000039dfa340 RDI: 0000000000000005
[ 285.323967][ T3590] RBP: 00007ffc4ab94c40 R08: 0000000000418574 R09: 000000000000001c
[ 285.323968][ T3590] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 285.323970][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.323970][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.323985][ T3590]
| [ 285.323992][ T3590] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3590
| [ 285.343355][ T3590] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 285.343644][ T3590] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 285.343646][ T3590] Call Trace:
[ 285.343647][ T3590]
[ 285.343649][ T3590] dump_stack_lvl (lib/dump_stack.c:123)
[ 285.343654][ T3590] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 285.343660][ T3590] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 285.343667][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.343680][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.343694][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.343697][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.343707][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.343714][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.343726][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.343740][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.343743][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.343753][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.343759][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.343772][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.343785][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.343788][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.343798][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.343804][ T3590] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 285.343811][ T3590] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.343816][ T3590] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 285.343821][ T3590] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.343833][ T3590] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 285.343845][ T3590] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 285.343850][ T3590] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 285.343853][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.343861][ T3590] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 285.343863][ T3590] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 285.343872][ T3590] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 285.343889][ T3590] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 285.343891][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.343903][ T3590] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.343907][ T3590] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.343912][ T3590] ? __pfx___sys_sendto (net/socket.c:2147)
[ 285.343927][ T3590] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 285.343933][ T3590] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 285.343941][ T3590] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 285.343948][ T3590] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 285.343958][ T3590] __x64_sys_sendto (net/socket.c:2183)
[ 285.343962][ T3590] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 285.343965][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.343969][ T3590] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 285.343974][ T3590] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 285.343977][ T3590] RIP: 0033:0x7f87936cca4a
[ 285.343980][ T3590] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 285.343982][ T3590] RSP: 002b:00007ffc4ab94bb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 285.343985][ T3590] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f87936cca4a
[ 285.343986][ T3590] RDX: 0000000000000040 RSI: 0000000039dfa340 RDI: 0000000000000005
[ 285.343988][ T3590] RBP: 00007ffc4ab94c40 R08: 0000000000418574 R09: 000000000000001c
[ 285.343989][ T3590] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 285.343991][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.343991][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.344006][ T3590]
| [ 285.344041][ T3590] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3590
| [ 285.365237][ T3590] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.365540][ T3590] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 285.365542][ T3590] Call Trace:
[ 285.365543][ T3590]
[ 285.365545][ T3590] dump_stack_lvl (lib/dump_stack.c:123)
[ 285.365551][ T3590] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 285.365557][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.365564][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.365578][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.365591][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.365595][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.365605][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.365612][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.365625][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.365638][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.365642][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.365651][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.365658][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.365671][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.365684][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.365687][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.365697][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.365704][ T3590] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 285.365710][ T3590] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.365715][ T3590] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 285.365720][ T3590] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.365733][ T3590] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 285.365745][ T3590] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 285.365750][ T3590] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 285.365753][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.365761][ T3590] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 285.365764][ T3590] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 285.365773][ T3590] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 285.365790][ T3590] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 285.365792][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.365804][ T3590] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.365808][ T3590] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.365814][ T3590] ? __pfx___sys_sendto (net/socket.c:2147)
[ 285.365829][ T3590] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 285.365835][ T3590] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 285.365842][ T3590] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 285.365849][ T3590] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 285.365860][ T3590] __x64_sys_sendto (net/socket.c:2183)
[ 285.365864][ T3590] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 285.365867][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.365871][ T3590] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 285.365876][ T3590] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 285.365879][ T3590] RIP: 0033:0x7f87936cca4a
[ 285.365882][ T3590] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 285.365885][ T3590] RSP: 002b:00007ffc4ab94bb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 285.365888][ T3590] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f87936cca4a
[ 285.365890][ T3590] RDX: 0000000000000040 RSI: 0000000039dfa340 RDI: 0000000000000005
[ 285.365891][ T3590] RBP: 00007ffc4ab94c40 R08: 0000000000418574 R09: 000000000000001c
[ 285.365893][ T3590] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 285.365894][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.365894][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.365910][ T3590]
| [ 285.365944][ T3590] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3590
| [ 285.387283][ T3590] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 285.387804][ T3590] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 285.387806][ T3590] Call Trace:
[ 285.387807][ T3590]
[ 285.387809][ T3590] dump_stack_lvl (lib/dump_stack.c:123)
[ 285.387815][ T3590] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 285.387820][ T3590] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 285.387827][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.387841][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.387855][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.387858][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.387868][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.387875][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.387888][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.387901][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.387905][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.387914][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.387921][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.387934][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.387947][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.387950][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.387960][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.387967][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.387979][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.387993][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.387996][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.388006][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.388012][ T3590] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 285.388018][ T3590] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.388024][ T3590] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 285.388028][ T3590] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.388041][ T3590] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 285.388053][ T3590] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 285.388058][ T3590] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 285.388062][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.388069][ T3590] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 285.388072][ T3590] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 285.388081][ T3590] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 285.388098][ T3590] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 285.388100][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.388112][ T3590] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.388116][ T3590] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.388121][ T3590] ? __pfx___sys_sendto (net/socket.c:2147)
[ 285.388137][ T3590] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 285.388143][ T3590] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 285.388151][ T3590] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 285.388158][ T3590] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 285.388168][ T3590] __x64_sys_sendto (net/socket.c:2183)
[ 285.388172][ T3590] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 285.388175][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.388179][ T3590] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 285.388184][ T3590] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 285.388187][ T3590] RIP: 0033:0x7f87936cca4a
[ 285.388190][ T3590] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 285.388192][ T3590] RSP: 002b:00007ffc4ab94bb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 285.388195][ T3590] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f87936cca4a
[ 285.388197][ T3590] RDX: 0000000000000040 RSI: 0000000039dfa340 RDI: 0000000000000005
[ 285.388198][ T3590] RBP: 00007ffc4ab94c40 R08: 0000000000418574 R09: 000000000000001c
[ 285.388200][ T3590] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 285.388202][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.388202][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 285.388217][ T3590]
| [ 285.388219][ T3590] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3590
| [ 285.411444][ T3590] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.411760][ T3590] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 285.411762][ T3590] Call Trace:
[ 285.411763][ T3590]
[ 285.411765][ T3590] dump_stack_lvl (lib/dump_stack.c:123)
[ 285.411771][ T3590] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 285.411777][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.411784][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.411797][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.411811][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.411815][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.411825][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.411832][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.411845][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.411858][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.411862][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.411872][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.411879][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.411892][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.411905][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.411908][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.411918][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.411925][ T3590] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 285.411938][ T3590] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 285.411951][ T3590] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 285.411955][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.411965][ T3590] lwtunnel_output (net/core/lwtunnel.c:359)
[ 285.411971][ T3590] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 285.411978][ T3590] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.411983][ T3590] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 285.411988][ T3590] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 285.412001][ T3590] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 285.412013][ T3590] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 285.412019][ T3590] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 285.412022][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.412029][ T3590] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 285.412032][ T3590] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 285.412042][ T3590] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 285.412059][ T3590] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 285.412062][ T3590] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 285.412073][ T3590] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.412077][ T3590] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 285.412083][ T3590] ? __pfx___sys_sendto (net/socket.c:2147)
[ 285.412098][ T3590] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 285.412105][ T3590] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 285.412112][ T3590] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 285.412119][ T3590] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 285.412130][ T3590] __x64_sys_sendto (net/socket.c:2183)
[ 285.412134][ T3590] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 285.412137][ T3590] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 285.412141][ T3590] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 285.412146][ T3590] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 285.412149][ T3590] RIP: 0033:0x7f87936cca4a
[ 285.412152][ T3590] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 285.412154][ T3590] RSP: 002b:00007ffc4ab94bb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 285.412157][ T3590] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f87936cca4a
[ 285.412159][ T3590] RDX: 0000000000000040 RSI: 0000000039dfa340 RDI: 0000000000000005
[ 285.412161][ T3590] RBP: 00007ffc4ab94c40 R08: 0000000000418574 R09: 000000000000001c
[ 285.412162][ T3590] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 285.412164][ T3590] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f87937f5000
| [ 286.452100][ T3590] lwtunnel_output(): recursion limit reached on datapath
| [ 291.128579][ T3597] check_preemption_disabled: 46 callbacks suppressed
| [ 291.128585][ T3597] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3597
| [ 291.129259][ T3597] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 291.129798][ T3597] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 291.129800][ T3597] Call Trace:
[ 291.129802][ T3597]
[ 291.129804][ T3597] dump_stack_lvl (lib/dump_stack.c:123)
[ 291.129811][ T3597] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 291.129818][ T3597] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 291.129824][ T3597] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 291.129832][ T3597] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 291.129839][ T3597] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 291.129843][ T3597] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 291.129855][ T3597] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 291.129866][ T3597] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 291.129872][ T3597] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 291.129877][ T3597] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 291.129886][ T3597] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 291.129891][ T3597] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 291.129900][ T3597] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 291.129915][ T3597] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 291.129918][ T3597] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 291.129929][ T3597] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 291.129934][ T3597] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 291.129940][ T3597] ? __pfx___sys_sendto (net/socket.c:2147)
[ 291.129954][ T3597] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 291.129960][ T3597] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 291.129969][ T3597] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 291.129976][ T3597] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 291.129986][ T3597] __x64_sys_sendto (net/socket.c:2183)
[ 291.129989][ T3597] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 291.129993][ T3597] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 291.129998][ T3597] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 291.130003][ T3597] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 291.130007][ T3597] RIP: 0033:0x7f2b5cac4a4a
[ 291.130011][ T3597] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 291.130013][ T3597] RSP: 002b:00007fff19d4fd58 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 291.130017][ T3597] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f2b5cac4a4a
[ 291.130019][ T3597] RDX: 0000000000000040 RSI: 000000003ce7b340 RDI: 0000000000000005
[ 291.130021][ T3597] RBP: 00007fff19d4fde0 R08: 0000000000418574 R09: 000000000000001c
[ 291.130022][ T3597] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 291.130024][ T3597] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f2b5cbed000
| [ 291.130024][ T3597] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f2b5cbed000
| [ 291.130038][ T3597]
| [ 291.130041][ T3597] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3597
| [ 291.141366][ T3597] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 291.141604][ T3597] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 291.141606][ T3597] Call Trace:
[ 291.141607][ T3597]
[ 291.141609][ T3597] dump_stack_lvl (lib/dump_stack.c:123)
[ 291.141614][ T3597] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 291.141620][ T3597] lwtunnel_output (net/core/lwtunnel.c:359)
[ 291.141626][ T3597] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 291.141632][ T3597] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 291.141637][ T3597] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 291.141642][ T3597] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 291.141654][ T3597] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 291.141665][ T3597] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 291.141671][ T3597] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 291.141674][ T3597] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 291.141681][ T3597] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 291.141684][ T3597] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 291.141693][ T3597] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 291.141709][ T3597] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 291.141712][ T3597] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 291.141723][ T3597] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 291.141726][ T3597] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 291.141732][ T3597] ? __pfx___sys_sendto (net/socket.c:2147)
[ 291.141746][ T3597] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 291.141752][ T3597] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 291.141759][ T3597] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 291.141766][ T3597] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 291.141776][ T3597] __x64_sys_sendto (net/socket.c:2183)
[ 291.141780][ T3597] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 291.141783][ T3597] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 291.141787][ T3597] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 291.141792][ T3597] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 291.141795][ T3597] RIP: 0033:0x7f2b5cac4a4a
[ 291.141798][ T3597] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 291.141800][ T3597] RSP: 002b:00007fff19d4fd58 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 291.141803][ T3597] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f2b5cac4a4a
[ 291.141805][ T3597] RDX: 0000000000000040 RSI: 000000003ce7b340 RDI: 0000000000000005
[ 291.141807][ T3597] RBP: 00007fff19d4fde0 R08: 0000000000418574 R09: 000000000000001c
[ 291.141808][ T3597] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 291.141810][ T3597] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f2b5cbed000
| [ 291.141810][ T3597] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f2b5cbed000
| [ 291.141824][ T3597]
| [ 291.158706][ T3597] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3597
| [ 291.159064][ T3597] caller is lwtunnel_output (net/core/dev.h:340 net/core/lwtunnel.c:360)
[ 291.159308][ T3597] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 291.159310][ T3597] Call Trace:
[ 291.159311][ T3597]
[ 291.159313][ T3597] dump_stack_lvl (lib/dump_stack.c:123)
[ 291.159320][ T3597] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 291.159327][ T3597] lwtunnel_output (net/core/dev.h:340 net/core/lwtunnel.c:360)
[ 291.159333][ T3597] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 291.159340][ T3597] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 291.159345][ T3597] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 291.159350][ T3597] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 291.159362][ T3597] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 291.159373][ T3597] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 291.159378][ T3597] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 291.159382][ T3597] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 291.159390][ T3597] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 291.159393][ T3597] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 291.159402][ T3597] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 291.159418][ T3597] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 291.159421][ T3597] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 291.159432][ T3597] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 291.159437][ T3597] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 291.159442][ T3597] ? __pfx___sys_sendto (net/socket.c:2147)
[ 291.159456][ T3597] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 291.159462][ T3597] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 291.159470][ T3597] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 291.159477][ T3597] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 291.159487][ T3597] __x64_sys_sendto (net/socket.c:2183)
[ 291.159491][ T3597] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 291.159494][ T3597] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 291.159498][ T3597] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 291.159503][ T3597] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 291.159506][ T3597] RIP: 0033:0x7f2b5cac4a4a
[ 291.159510][ T3597] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 291.159512][ T3597] RSP: 002b:00007fff19d4fd58 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 291.159515][ T3597] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f2b5cac4a4a
[ 291.159517][ T3597] RDX: 0000000000000040 RSI: 000000003ce7b340 RDI: 0000000000000005
[ 291.159519][ T3597] RBP: 00007fff19d4fde0 R08: 0000000000418574 R09: 000000000000001c
[ 291.159520][ T3597] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 291.159522][ T3597] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f2b5cbed000
| [ 291.159522][ T3597] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f2b5cbed000
| [ 291.159536][ T3597]
| [ 292.138688][ T3597] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3597
| [ 292.139171][ T3597] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 292.139447][ T3597] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 292.139449][ T3597] Call Trace:
[ 292.139451][ T3597]
[ 292.139454][ T3597] dump_stack_lvl (lib/dump_stack.c:123)
[ 292.139462][ T3597] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 292.139468][ T3597] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 292.139475][ T3597] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 292.139482][ T3597] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 292.139489][ T3597] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 292.139493][ T3597] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 292.139505][ T3597] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 292.139516][ T3597] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 292.139520][ T3597] ? find_held_lock (kernel/locking/lockdep.c:5348)
[ 292.139530][ T3597] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 292.139535][ T3597] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 292.139545][ T3597] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 292.139561][ T3597] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 292.139565][ T3597] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 292.139576][ T3597] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 292.139582][ T3597] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 292.139587][ T3597] ? __pfx___sys_sendto (net/socket.c:2147)
[ 292.139600][ T3597] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 292.139610][ T3597] ? ktime_get_ts64 (kernel/time/timekeeping.c:226 (discriminator 4) kernel/time/timekeeping.c:335 (discriminator 4) kernel/time/timekeeping.c:907 (discriminator 4))
[ 292.139617][ T3597] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 292.139625][ T3597] ? __x64_sys_poll (fs/select.c:1076 fs/select.c:1062 fs/select.c:1062)
[ 292.139630][ T3597] ? __pfx___x64_sys_poll (fs/select.c:1062)
[ 292.139632][ T3597] ? do_user_addr_fault (./arch/x86/include/asm/atomic.h:93 ./include/linux/atomic/atomic-arch-fallback.h:949 ./include/linux/atomic/atomic-instrumented.h:401 ./include/linux/refcount.h:389 ./include/linux/refcount.h:432 ./include/linux/mm.h:704 ./include/linux/mm.h:799 arch/x86/mm/fault.c:1339)
[ 292.139641][ T3597] __x64_sys_sendto (net/socket.c:2183)
[ 292.139645][ T3597] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 292.139649][ T3597] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 292.139654][ T3597] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 292.139658][ T3597] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 292.139662][ T3597] RIP: 0033:0x7f2b5cac4a4a
[ 292.139667][ T3597] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 292.139670][ T3597] RSP: 002b:00007fff19d4fd58 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 292.139673][ T3597] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f2b5cac4a4a
[ 292.139675][ T3597] RDX: 0000000000000040 RSI: 000000003ce7b340 RDI: 0000000000000005
[ 292.139677][ T3597] RBP: 00007fff19d4fde0 R08: 0000000000418574 R09: 000000000000001c
[ 292.139679][ T3597] R10: 0000000000000800 R11: 0000000000000246 R12: 0000000000419ac0
[ 292.139681][ T3597] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f2b5cbed000
| [ 292.139681][ T3597] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f2b5cbed000
| [ 292.139695][ T3597]
| [ 292.139698][ T3597] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3597
| [ 292.151258][ T3597] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 292.151508][ T3597] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 292.151509][ T3597] Call Trace:
[ 292.151511][ T3597]
[ 292.151514][ T3597] dump_stack_lvl (lib/dump_stack.c:123)
[ 292.151520][ T3597] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 292.151525][ T3597] lwtunnel_output (net/core/lwtunnel.c:359)
[ 292.151531][ T3597] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 292.151538][ T3597] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 292.151544][ T3597] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 292.151548][ T3597] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 292.151560][ T3597] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 292.151572][ T3597] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 292.151576][ T3597] ? find_held_lock (kernel/locking/lockdep.c:5348)
[ 292.151585][ T3597] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 292.151589][ T3597] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 292.151598][ T3597] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 292.151614][ T3597] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 292.151618][ T3597] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 292.151629][ T3597] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 292.151633][ T3597] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 292.151638][ T3597] ? __pfx___sys_sendto (net/socket.c:2147)
[ 292.151651][ T3597] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 292.151659][ T3597] ? ktime_get_ts64 (kernel/time/timekeeping.c:226 (discriminator 4) kernel/time/timekeeping.c:335 (discriminator 4) kernel/time/timekeeping.c:907 (discriminator 4))
[ 292.151666][ T3597] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 292.151673][ T3597] ? __x64_sys_poll (fs/select.c:1076 fs/select.c:1062 fs/select.c:1062)
[ 292.151677][ T3597] ? __pfx___x64_sys_poll (fs/select.c:1062)
[ 292.151680][ T3597] ? do_user_addr_fault (./arch/x86/include/asm/atomic.h:93 ./include/linux/atomic/atomic-arch-fallback.h:949 ./include/linux/atomic/atomic-instrumented.h:401 ./include/linux/refcount.h:389 ./include/linux/refcount.h:432 ./include/linux/mm.h:704 ./include/linux/mm.h:799 arch/x86/mm/fault.c:1339)
[ 292.151687][ T3597] __x64_sys_sendto (net/socket.c:2183)
[ 292.151691][ T3597] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 292.151694][ T3597] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 292.151698][ T3597] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 292.151703][ T3597] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 292.151706][ T3597] RIP: 0033:0x7f2b5cac4a4a
[ 292.151709][ T3597] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 292.151712][ T3597] RSP: 002b:00007fff19d4fd58 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 292.151715][ T3597] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f2b5cac4a4a
[ 292.151717][ T3597] RDX: 0000000000000040 RSI: 000000003ce7b340 RDI: 0000000000000005
[ 292.151719][ T3597] RBP: 00007fff19d4fde0 R08: 0000000000418574 R09: 000000000000001c
[ 292.151721][ T3597] R10: 0000000000000800 R11: 0000000000000246 R12: 0000000000419ac0
[ 292.151722][ T3597] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f2b5cbed000
| [ 292.151722][ T3597] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f2b5cbed000
| [ 292.151737][ T3597]
| [ 292.152083][ T3597] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3597
| [ 292.163608][ T3597] caller is lwtunnel_output (net/core/dev.h:340 net/core/lwtunnel.c:360)
[ 292.163851][ T3597] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 292.163853][ T3597] Call Trace:
[ 292.163855][ T3597]
[ 292.163857][ T3597] dump_stack_lvl (lib/dump_stack.c:123)
[ 292.163863][ T3597] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 292.163869][ T3597] lwtunnel_output (net/core/dev.h:340 net/core/lwtunnel.c:360)
[ 292.163876][ T3597] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 292.163882][ T3597] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 292.163888][ T3597] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 292.163893][ T3597] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 292.163905][ T3597] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 292.163916][ T3597] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 292.163920][ T3597] ? find_held_lock (kernel/locking/lockdep.c:5348)
[ 292.163929][ T3597] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 292.163933][ T3597] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 292.163942][ T3597] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 292.163958][ T3597] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 292.163962][ T3597] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 292.163973][ T3597] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 292.163978][ T3597] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 292.163983][ T3597] ? __pfx___sys_sendto (net/socket.c:2147)
[ 292.163997][ T3597] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 292.164005][ T3597] ? ktime_get_ts64 (kernel/time/timekeeping.c:226 (discriminator 4) kernel/time/timekeeping.c:335 (discriminator 4) kernel/time/timekeeping.c:907 (discriminator 4))
[ 292.164011][ T3597] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 292.164019][ T3597] ? __x64_sys_poll (fs/select.c:1076 fs/select.c:1062 fs/select.c:1062)
[ 292.164023][ T3597] ? __pfx___x64_sys_poll (fs/select.c:1062)
[ 292.164025][ T3597] ? do_user_addr_fault (./arch/x86/include/asm/atomic.h:93 ./include/linux/atomic/atomic-arch-fallback.h:949 ./include/linux/atomic/atomic-instrumented.h:401 ./include/linux/refcount.h:389 ./include/linux/refcount.h:432 ./include/linux/mm.h:704 ./include/linux/mm.h:799 arch/x86/mm/fault.c:1339)
[ 292.164034][ T3597] __x64_sys_sendto (net/socket.c:2183)
[ 292.164037][ T3597] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 292.164041][ T3597] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 292.164045][ T3597] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 292.164050][ T3597] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 292.164053][ T3597] RIP: 0033:0x7f2b5cac4a4a
[ 292.164057][ T3597] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 292.164060][ T3597] RSP: 002b:00007fff19d4fd58 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 292.164063][ T3597] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f2b5cac4a4a
[ 292.164065][ T3597] RDX: 0000000000000040 RSI: 000000003ce7b340 RDI: 0000000000000005
[ 292.164067][ T3597] RBP: 00007fff19d4fde0 R08: 0000000000418574 R09: 000000000000001c
[ 292.164068][ T3597] R10: 0000000000000800 R11: 0000000000000246 R12: 0000000000419ac0
[ 292.164070][ T3597] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f2b5cbed000
| [ 294.597421][ C2] lwtunnel_input(): recursion limit reached on datapath
| [ 295.660578][ C2] lwtunnel_input(): recursion limit reached on datapath
| [ 297.895103][ T3603] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3603
| [ 297.895504][ T3603] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 297.895749][ T3603] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 297.895751][ T3603] Call Trace:
[ 297.895753][ T3603]
[ 297.895755][ T3603] dump_stack_lvl (lib/dump_stack.c:123)
[ 297.895763][ T3603] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 297.895770][ T3603] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 297.895776][ T3603] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 297.895783][ T3603] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.895790][ T3603] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 297.895794][ T3603] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.895806][ T3603] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 297.895818][ T3603] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 297.895823][ T3603] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 297.895828][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.895837][ T3603] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 297.895842][ T3603] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 297.895851][ T3603] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 297.895867][ T3603] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 297.895869][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.895880][ T3603] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.895886][ T3603] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.895891][ T3603] ? __pfx___sys_sendto (net/socket.c:2147)
[ 297.895905][ T3603] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 297.895912][ T3603] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 297.895922][ T3603] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 297.895929][ T3603] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 297.895938][ T3603] __x64_sys_sendto (net/socket.c:2183)
[ 297.895942][ T3603] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 297.895946][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.895951][ T3603] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 297.895956][ T3603] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 297.895960][ T3603] RIP: 0033:0x7fb74c4aea4a
[ 297.895964][ T3603] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 297.895966][ T3603] RSP: 002b:00007fffb8f72628 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 297.895970][ T3603] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb74c4aea4a
[ 297.895972][ T3603] RDX: 0000000000000040 RSI: 0000000008796340 RDI: 0000000000000005
[ 297.895974][ T3603] RBP: 00007fffb8f726b0 R08: 0000000000418574 R09: 000000000000001c
[ 297.895976][ T3603] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 297.895978][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.895978][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.895992][ T3603]
| [ 297.895995][ T3603] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3603
| [ 297.907776][ T3603] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.908017][ T3603] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 297.908018][ T3603] Call Trace:
[ 297.908020][ T3603]
[ 297.908022][ T3603] dump_stack_lvl (lib/dump_stack.c:123)
[ 297.908027][ T3603] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 297.908033][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.908039][ T3603] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 297.908045][ T3603] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.908051][ T3603] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 297.908055][ T3603] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.908067][ T3603] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 297.908079][ T3603] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 297.908084][ T3603] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 297.908088][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.908095][ T3603] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 297.908098][ T3603] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 297.908107][ T3603] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 297.908123][ T3603] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 297.908126][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.908137][ T3603] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.908141][ T3603] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.908146][ T3603] ? __pfx___sys_sendto (net/socket.c:2147)
[ 297.908161][ T3603] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 297.908167][ T3603] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 297.908174][ T3603] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 297.908181][ T3603] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 297.908191][ T3603] __x64_sys_sendto (net/socket.c:2183)
[ 297.908195][ T3603] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 297.908198][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.908202][ T3603] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 297.908207][ T3603] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 297.908210][ T3603] RIP: 0033:0x7fb74c4aea4a
[ 297.908213][ T3603] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 297.908215][ T3603] RSP: 002b:00007fffb8f72628 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 297.908218][ T3603] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb74c4aea4a
[ 297.908220][ T3603] RDX: 0000000000000040 RSI: 0000000008796340 RDI: 0000000000000005
[ 297.908221][ T3603] RBP: 00007fffb8f726b0 R08: 0000000000418574 R09: 000000000000001c
[ 297.908223][ T3603] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 297.908225][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.908225][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.908239][ T3603]
| [ 297.922340][ T3603] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3603
| [ 297.922703][ T3603] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 297.922953][ T3603] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 297.922955][ T3603] Call Trace:
[ 297.922956][ T3603]
[ 297.922958][ T3603] dump_stack_lvl (lib/dump_stack.c:123)
[ 297.922963][ T3603] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 297.922969][ T3603] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 297.922975][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 297.922985][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 297.922996][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 297.923000][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.923009][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.923015][ T3603] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 297.923022][ T3603] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.923027][ T3603] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 297.923031][ T3603] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.923043][ T3603] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 297.923055][ T3603] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 297.923060][ T3603] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 297.923063][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.923070][ T3603] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 297.923073][ T3603] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 297.923082][ T3603] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 297.923098][ T3603] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 297.923100][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.923112][ T3603] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.923115][ T3603] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.923121][ T3603] ? __pfx___sys_sendto (net/socket.c:2147)
[ 297.923135][ T3603] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 297.923141][ T3603] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 297.923148][ T3603] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 297.923155][ T3603] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 297.923165][ T3603] __x64_sys_sendto (net/socket.c:2183)
[ 297.923169][ T3603] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 297.923171][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.923175][ T3603] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 297.923180][ T3603] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 297.923183][ T3603] RIP: 0033:0x7fb74c4aea4a
[ 297.923186][ T3603] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 297.923189][ T3603] RSP: 002b:00007fffb8f72628 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 297.923191][ T3603] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb74c4aea4a
[ 297.923193][ T3603] RDX: 0000000000000040 RSI: 0000000008796340 RDI: 0000000000000005
[ 297.923195][ T3603] RBP: 00007fffb8f726b0 R08: 0000000000418574 R09: 000000000000001c
[ 297.923196][ T3603] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 297.923198][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.923198][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.923212][ T3603]
| [ 297.923214][ T3603] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3603
| [ 297.936250][ T3603] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.936509][ T3603] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 297.936510][ T3603] Call Trace:
[ 297.936512][ T3603]
[ 297.936514][ T3603] dump_stack_lvl (lib/dump_stack.c:123)
[ 297.936519][ T3603] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 297.936524][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.936531][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 297.936540][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 297.936552][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 297.936555][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.936565][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.936571][ T3603] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 297.936578][ T3603] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.936583][ T3603] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 297.936587][ T3603] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.936599][ T3603] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 297.936611][ T3603] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 297.936616][ T3603] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 297.936620][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.936627][ T3603] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 297.936630][ T3603] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 297.936639][ T3603] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 297.936655][ T3603] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 297.936658][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.936669][ T3603] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.936673][ T3603] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.936678][ T3603] ? __pfx___sys_sendto (net/socket.c:2147)
[ 297.936693][ T3603] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 297.936699][ T3603] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 297.936706][ T3603] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 297.936713][ T3603] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 297.936724][ T3603] __x64_sys_sendto (net/socket.c:2183)
[ 297.936727][ T3603] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 297.936730][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.936734][ T3603] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 297.936739][ T3603] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 297.936742][ T3603] RIP: 0033:0x7fb74c4aea4a
[ 297.936745][ T3603] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 297.936747][ T3603] RSP: 002b:00007fffb8f72628 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 297.936750][ T3603] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb74c4aea4a
[ 297.936752][ T3603] RDX: 0000000000000040 RSI: 0000000008796340 RDI: 0000000000000005
[ 297.936753][ T3603] RBP: 00007fffb8f726b0 R08: 0000000000418574 R09: 000000000000001c
[ 297.936755][ T3603] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 297.936756][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.936756][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.936771][ T3603]
| [ 297.936860][ T3603] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3603
| [ 297.951138][ T3603] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 297.951415][ T3603] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 297.951417][ T3603] Call Trace:
[ 297.951418][ T3603]
[ 297.951420][ T3603] dump_stack_lvl (lib/dump_stack.c:123)
[ 297.951425][ T3603] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 297.951431][ T3603] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 297.951437][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 297.951446][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 297.951458][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 297.951461][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.951471][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.951477][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 297.951486][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 297.951498][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 297.951501][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.951510][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.951516][ T3603] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 297.951523][ T3603] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.951528][ T3603] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 297.951532][ T3603] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.951544][ T3603] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 297.951556][ T3603] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 297.951561][ T3603] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 297.951565][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.951572][ T3603] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 297.951575][ T3603] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 297.951584][ T3603] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 297.951601][ T3603] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 297.951603][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.951614][ T3603] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.951618][ T3603] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.951624][ T3603] ? __pfx___sys_sendto (net/socket.c:2147)
[ 297.951638][ T3603] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 297.951644][ T3603] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 297.951651][ T3603] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 297.951658][ T3603] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 297.951668][ T3603] __x64_sys_sendto (net/socket.c:2183)
[ 297.951672][ T3603] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 297.951675][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.951679][ T3603] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 297.951684][ T3603] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 297.951687][ T3603] RIP: 0033:0x7fb74c4aea4a
[ 297.951690][ T3603] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 297.951692][ T3603] RSP: 002b:00007fffb8f72628 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 297.951695][ T3603] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb74c4aea4a
[ 297.951697][ T3603] RDX: 0000000000000040 RSI: 0000000008796340 RDI: 0000000000000005
[ 297.951698][ T3603] RBP: 00007fffb8f726b0 R08: 0000000000418574 R09: 000000000000001c
[ 297.951700][ T3603] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 297.951701][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.951701][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.951716][ T3603]
| [ 297.951766][ T3603] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3603
| [ 297.967590][ T3603] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.967853][ T3603] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 297.967855][ T3603] Call Trace:
[ 297.967857][ T3603]
[ 297.967859][ T3603] dump_stack_lvl (lib/dump_stack.c:123)
[ 297.967864][ T3603] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 297.967870][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.967876][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 297.967885][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 297.967897][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 297.967901][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.967911][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.967917][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 297.967926][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 297.967938][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 297.967941][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.967950][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.967957][ T3603] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 297.967963][ T3603] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.967968][ T3603] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 297.967973][ T3603] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.967986][ T3603] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 297.967998][ T3603] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 297.968003][ T3603] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 297.968006][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.968014][ T3603] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 297.968017][ T3603] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 297.968026][ T3603] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 297.968042][ T3603] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 297.968045][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.968056][ T3603] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.968060][ T3603] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.968065][ T3603] ? __pfx___sys_sendto (net/socket.c:2147)
[ 297.968080][ T3603] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 297.968086][ T3603] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 297.968094][ T3603] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 297.968101][ T3603] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 297.968111][ T3603] __x64_sys_sendto (net/socket.c:2183)
[ 297.968115][ T3603] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 297.968118][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.968122][ T3603] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 297.968127][ T3603] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 297.968130][ T3603] RIP: 0033:0x7fb74c4aea4a
[ 297.968133][ T3603] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 297.968135][ T3603] RSP: 002b:00007fffb8f72628 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 297.968138][ T3603] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb74c4aea4a
[ 297.968140][ T3603] RDX: 0000000000000040 RSI: 0000000008796340 RDI: 0000000000000005
[ 297.968142][ T3603] RBP: 00007fffb8f726b0 R08: 0000000000418574 R09: 000000000000001c
[ 297.968143][ T3603] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 297.968145][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.968145][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.968160][ T3603]
| [ 297.968246][ T3603] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3603
| [ 297.985842][ T3603] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 297.986113][ T3603] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 297.986115][ T3603] Call Trace:
[ 297.986116][ T3603]
[ 297.986118][ T3603] dump_stack_lvl (lib/dump_stack.c:123)
[ 297.986123][ T3603] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 297.986129][ T3603] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 297.986136][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 297.986145][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 297.986157][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 297.986160][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.986170][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.986177][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 297.986186][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 297.986197][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 297.986201][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.986210][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.986217][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 297.986226][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 297.986237][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 297.986241][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.986250][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 297.986257][ T3603] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 297.986263][ T3603] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.986268][ T3603] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 297.986273][ T3603] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 297.986285][ T3603] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 297.986297][ T3603] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 297.986302][ T3603] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 297.986305][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.986313][ T3603] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 297.986316][ T3603] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 297.986325][ T3603] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 297.986342][ T3603] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 297.986345][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 297.986356][ T3603] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.986360][ T3603] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 297.986366][ T3603] ? __pfx___sys_sendto (net/socket.c:2147)
[ 297.986381][ T3603] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 297.986386][ T3603] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 297.986394][ T3603] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 297.986401][ T3603] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 297.986411][ T3603] __x64_sys_sendto (net/socket.c:2183)
[ 297.986415][ T3603] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 297.986418][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 297.986422][ T3603] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 297.986427][ T3603] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 297.986431][ T3603] RIP: 0033:0x7fb74c4aea4a
[ 297.986434][ T3603] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 297.986436][ T3603] RSP: 002b:00007fffb8f72628 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 297.986439][ T3603] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb74c4aea4a
[ 297.986441][ T3603] RDX: 0000000000000040 RSI: 0000000008796340 RDI: 0000000000000005
[ 297.986442][ T3603] RBP: 00007fffb8f726b0 R08: 0000000000418574 R09: 000000000000001c
[ 297.986444][ T3603] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 297.986445][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.986445][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 297.986460][ T3603]
| [ 298.006901][ T3603] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3603
| [ 298.007493][ T3603] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.007766][ T3603] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 298.007768][ T3603] Call Trace:
[ 298.007769][ T3603]
[ 298.007771][ T3603] dump_stack_lvl (lib/dump_stack.c:123)
[ 298.007776][ T3603] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 298.007782][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.007788][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 298.007798][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 298.007810][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 298.007814][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.007824][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.007830][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 298.007839][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 298.007851][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 298.007854][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.007864][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.007870][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 298.007879][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 298.007891][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 298.007895][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.007904][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.007911][ T3603] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 298.007917][ T3603] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 298.007922][ T3603] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 298.007927][ T3603] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 298.007939][ T3603] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 298.007951][ T3603] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 298.007957][ T3603] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 298.007960][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 298.007967][ T3603] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 298.007970][ T3603] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 298.007979][ T3603] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 298.007996][ T3603] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 298.007999][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 298.008010][ T3603] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 298.008014][ T3603] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 298.008020][ T3603] ? __pfx___sys_sendto (net/socket.c:2147)
[ 298.008035][ T3603] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 298.008041][ T3603] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 298.008048][ T3603] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 298.008055][ T3603] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 298.008066][ T3603] __x64_sys_sendto (net/socket.c:2183)
[ 298.008070][ T3603] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 298.008072][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.008077][ T3603] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 298.008082][ T3603] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 298.008085][ T3603] RIP: 0033:0x7fb74c4aea4a
[ 298.008088][ T3603] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 298.008090][ T3603] RSP: 002b:00007fffb8f72628 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 298.008093][ T3603] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb74c4aea4a
[ 298.008094][ T3603] RDX: 0000000000000040 RSI: 0000000008796340 RDI: 0000000000000005
[ 298.008096][ T3603] RBP: 00007fffb8f726b0 R08: 0000000000418574 R09: 000000000000001c
[ 298.008098][ T3603] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 298.008099][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 298.008099][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 298.008114][ T3603]
| [ 298.008252][ T3603] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3603
| [ 298.027936][ T3603] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 298.028216][ T3603] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 298.028218][ T3603] Call Trace:
[ 298.028219][ T3603]
[ 298.028221][ T3603] dump_stack_lvl (lib/dump_stack.c:123)
[ 298.028226][ T3603] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 298.028232][ T3603] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 298.028238][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 298.028248][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 298.028260][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 298.028264][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.028274][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.028280][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 298.028289][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 298.028301][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 298.028305][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.028314][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.028321][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 298.028331][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 298.028343][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 298.028346][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.028356][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.028362][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 298.028371][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 298.028383][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 298.028387][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.028396][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.028403][ T3603] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 298.028409][ T3603] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 298.028414][ T3603] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 298.028419][ T3603] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 298.028431][ T3603] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 298.028443][ T3603] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 298.028449][ T3603] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 298.028452][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 298.028460][ T3603] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 298.028463][ T3603] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 298.028472][ T3603] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 298.028489][ T3603] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 298.028491][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 298.028503][ T3603] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 298.028507][ T3603] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 298.028512][ T3603] ? __pfx___sys_sendto (net/socket.c:2147)
[ 298.028528][ T3603] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 298.028534][ T3603] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 298.028541][ T3603] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 298.028548][ T3603] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 298.028559][ T3603] __x64_sys_sendto (net/socket.c:2183)
[ 298.028562][ T3603] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 298.028565][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.028570][ T3603] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 298.028574][ T3603] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 298.028577][ T3603] RIP: 0033:0x7fb74c4aea4a
[ 298.028580][ T3603] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 298.028582][ T3603] RSP: 002b:00007fffb8f72628 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 298.028585][ T3603] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb74c4aea4a
[ 298.028587][ T3603] RDX: 0000000000000040 RSI: 0000000008796340 RDI: 0000000000000005
[ 298.028589][ T3603] RBP: 00007fffb8f726b0 R08: 0000000000418574 R09: 000000000000001c
[ 298.028590][ T3603] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 298.028592][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 298.028592][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 298.028607][ T3603]
| [ 298.051142][ T3603] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3603
| [ 298.051573][ T3603] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.051862][ T3603] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 298.051863][ T3603] Call Trace:
[ 298.051865][ T3603]
[ 298.051866][ T3603] dump_stack_lvl (lib/dump_stack.c:123)
[ 298.051871][ T3603] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 298.051877][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.051884][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 298.051893][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 298.051905][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 298.051909][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.051919][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.051926][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 298.051935][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 298.051947][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 298.051950][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.051960][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.051967][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 298.051976][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 298.051988][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 298.051991][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.052001][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.052008][ T3603] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 298.052017][ T3603] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 298.052029][ T3603] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 298.052032][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.052042][ T3603] lwtunnel_output (net/core/lwtunnel.c:359)
[ 298.052049][ T3603] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 298.052055][ T3603] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 298.052061][ T3603] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 298.052065][ T3603] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 298.052078][ T3603] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 298.052090][ T3603] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 298.052096][ T3603] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 298.052099][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 298.052107][ T3603] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 298.052110][ T3603] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 298.052119][ T3603] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 298.052136][ T3603] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 298.052139][ T3603] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 298.052151][ T3603] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 298.052155][ T3603] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 298.052160][ T3603] ? __pfx___sys_sendto (net/socket.c:2147)
[ 298.052176][ T3603] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 298.052182][ T3603] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 298.052189][ T3603] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 298.052196][ T3603] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 298.052207][ T3603] __x64_sys_sendto (net/socket.c:2183)
[ 298.052211][ T3603] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 298.052213][ T3603] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 298.052218][ T3603] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 298.052223][ T3603] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 298.052226][ T3603] RIP: 0033:0x7fb74c4aea4a
[ 298.052229][ T3603] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 298.052231][ T3603] RSP: 002b:00007fffb8f72628 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 298.052233][ T3603] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb74c4aea4a
[ 298.052235][ T3603] RDX: 0000000000000040 RSI: 0000000008796340 RDI: 0000000000000005
[ 298.052237][ T3603] RBP: 00007fffb8f726b0 R08: 0000000000418574 R09: 000000000000001c
[ 298.052238][ T3603] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 298.052240][ T3603] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb74c5d7000
| [ 303.596620][ C3] lwtunnel_input(): recursion limit reached on datapath
| [ 305.838508][ T3609] check_preemption_disabled: 46 callbacks suppressed
| [ 305.838515][ T3609] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3609
| [ 305.839183][ T3609] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 305.840593][ T3609] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 305.840595][ T3609] Call Trace:
[ 305.840597][ T3609]
[ 305.840599][ T3609] dump_stack_lvl (lib/dump_stack.c:123)
[ 305.840607][ T3609] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 305.840613][ T3609] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 305.840620][ T3609] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 305.840628][ T3609] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.840634][ T3609] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 305.840639][ T3609] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.840651][ T3609] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 305.840662][ T3609] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 305.840668][ T3609] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 305.840673][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.840683][ T3609] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 305.840687][ T3609] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 305.840696][ T3609] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 305.840712][ T3609] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 305.840715][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.840726][ T3609] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.840732][ T3609] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.840737][ T3609] ? __pfx___sys_sendto (net/socket.c:2147)
[ 305.840751][ T3609] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 305.840758][ T3609] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 305.840766][ T3609] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 305.840773][ T3609] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 305.840783][ T3609] __x64_sys_sendto (net/socket.c:2183)
[ 305.840787][ T3609] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 305.840790][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.840795][ T3609] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 305.840799][ T3609] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.840804][ T3609] RIP: 0033:0x7f5168a4da4a
[ 305.840808][ T3609] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 305.840811][ T3609] RSP: 002b:00007ffd696bb368 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 305.840814][ T3609] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f5168a4da4a
[ 305.840816][ T3609] RDX: 0000000000000040 RSI: 000000002b2ac340 RDI: 0000000000000005
[ 305.840818][ T3609] RBP: 00007ffd696bb3f0 R08: 0000000000418574 R09: 000000000000001c
[ 305.840820][ T3609] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 305.840822][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.840822][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.840836][ T3609]
| [ 305.840838][ T3609] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3609
| [ 305.852147][ T3609] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.852398][ T3609] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 305.852400][ T3609] Call Trace:
[ 305.852402][ T3609]
[ 305.852404][ T3609] dump_stack_lvl (lib/dump_stack.c:123)
[ 305.852410][ T3609] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 305.852415][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.852422][ T3609] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 305.852428][ T3609] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.852433][ T3609] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 305.852438][ T3609] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.852450][ T3609] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 305.852462][ T3609] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 305.852467][ T3609] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 305.852471][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.852479][ T3609] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 305.852482][ T3609] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 305.852491][ T3609] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 305.852507][ T3609] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 305.852509][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.852521][ T3609] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.852525][ T3609] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.852530][ T3609] ? __pfx___sys_sendto (net/socket.c:2147)
[ 305.852545][ T3609] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 305.852551][ T3609] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 305.852558][ T3609] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 305.852565][ T3609] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 305.852575][ T3609] __x64_sys_sendto (net/socket.c:2183)
[ 305.852579][ T3609] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 305.852582][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.852586][ T3609] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 305.852591][ T3609] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.852594][ T3609] RIP: 0033:0x7f5168a4da4a
[ 305.852597][ T3609] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 305.852600][ T3609] RSP: 002b:00007ffd696bb368 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 305.852603][ T3609] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f5168a4da4a
[ 305.852604][ T3609] RDX: 0000000000000040 RSI: 000000002b2ac340 RDI: 0000000000000005
[ 305.852606][ T3609] RBP: 00007ffd696bb3f0 R08: 0000000000418574 R09: 000000000000001c
[ 305.852608][ T3609] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 305.852610][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.852610][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.852624][ T3609]
| [ 305.852726][ T3609] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3609
| [ 305.864765][ T3609] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 305.865031][ T3609] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 305.865033][ T3609] Call Trace:
[ 305.865034][ T3609]
[ 305.865036][ T3609] dump_stack_lvl (lib/dump_stack.c:123)
[ 305.865042][ T3609] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 305.865047][ T3609] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 305.865053][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 305.865057][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.865062][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 305.865067][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 305.865071][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.865085][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 305.865087][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.865090][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 305.865098][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 305.865110][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 305.865116][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.865124][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 305.865128][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 305.865135][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 305.865139][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 305.865142][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.865152][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.865158][ T3609] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 305.865164][ T3609] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.865169][ T3609] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 305.865174][ T3609] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.865186][ T3609] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 305.865197][ T3609] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 305.865203][ T3609] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 305.865206][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.865214][ T3609] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 305.865217][ T3609] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 305.865225][ T3609] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 305.865241][ T3609] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 305.865244][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.865255][ T3609] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.865259][ T3609] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.865265][ T3609] ? __pfx___sys_sendto (net/socket.c:2147)
[ 305.865279][ T3609] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 305.865285][ T3609] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 305.865292][ T3609] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 305.865299][ T3609] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 305.865310][ T3609] __x64_sys_sendto (net/socket.c:2183)
[ 305.865313][ T3609] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 305.865316][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.865321][ T3609] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 305.865327][ T3609] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.865329][ T3609] RIP: 0033:0x7f5168a4da4a
[ 305.865333][ T3609] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 305.865335][ T3609] RSP: 002b:00007ffd696bb368 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 305.865338][ T3609] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f5168a4da4a
[ 305.865340][ T3609] RDX: 0000000000000040 RSI: 000000002b2ac340 RDI: 0000000000000005
[ 305.865341][ T3609] RBP: 00007ffd696bb3f0 R08: 0000000000418574 R09: 000000000000001c
[ 305.865343][ T3609] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 305.865344][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.865344][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.865359][ T3609]
| [ 305.883019][ T3609] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3609
| [ 305.883420][ T3609] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.883684][ T3609] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 305.883685][ T3609] Call Trace:
[ 305.883687][ T3609]
[ 305.883689][ T3609] dump_stack_lvl (lib/dump_stack.c:123)
[ 305.883695][ T3609] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 305.883700][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.883707][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 305.883710][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.883716][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 305.883721][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 305.883724][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.883738][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 305.883741][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.883743][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 305.883751][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 305.883763][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 305.883768][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.883776][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 305.883780][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 305.883787][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 305.883792][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 305.883798][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.883808][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.883815][ T3609] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 305.883821][ T3609] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.883827][ T3609] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 305.883831][ T3609] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.883846][ T3609] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 305.883858][ T3609] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 305.883863][ T3609] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 305.883868][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.883875][ T3609] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 305.883878][ T3609] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 305.883887][ T3609] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 305.883904][ T3609] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 305.883907][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.883918][ T3609] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.883922][ T3609] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.883927][ T3609] ? __pfx___sys_sendto (net/socket.c:2147)
[ 305.883942][ T3609] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 305.883948][ T3609] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 305.883955][ T3609] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 305.883963][ T3609] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 305.883973][ T3609] __x64_sys_sendto (net/socket.c:2183)
[ 305.883977][ T3609] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 305.883979][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.883984][ T3609] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 305.883989][ T3609] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.883992][ T3609] RIP: 0033:0x7f5168a4da4a
[ 305.883995][ T3609] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 305.883998][ T3609] RSP: 002b:00007ffd696bb368 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 305.884001][ T3609] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f5168a4da4a
[ 305.884002][ T3609] RDX: 0000000000000040 RSI: 000000002b2ac340 RDI: 0000000000000005
[ 305.884004][ T3609] RBP: 00007ffd696bb3f0 R08: 0000000000418574 R09: 000000000000001c
[ 305.884006][ T3609] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 305.884008][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.884008][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.884022][ T3609]
| [ 305.884125][ T3609] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3609
| [ 305.904023][ T3609] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 305.904299][ T3609] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 305.904301][ T3609] Call Trace:
[ 305.904303][ T3609]
[ 305.904305][ T3609] dump_stack_lvl (lib/dump_stack.c:123)
[ 305.904310][ T3609] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 305.904316][ T3609] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 305.904323][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 305.904327][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.904333][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 305.904337][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 305.904340][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.904346][ T3609] ? __pfx_pskb_expand_head (net/core/skbuff.c:2219)
[ 305.904358][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 305.904360][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.904363][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 305.904371][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 305.904383][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 305.904388][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.904396][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 305.904401][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 305.904407][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 305.904411][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 305.904415][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.904424][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.904431][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 305.904433][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.904439][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 305.904443][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 305.904446][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.904460][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 305.904462][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.904464][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 305.904472][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 305.904483][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 305.904488][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.904495][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 305.904500][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 305.904506][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 305.904510][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 305.904514][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.904523][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.904529][ T3609] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 305.904536][ T3609] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.904541][ T3609] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 305.904545][ T3609] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.904557][ T3609] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 305.904569][ T3609] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 305.904574][ T3609] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 305.904578][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.904585][ T3609] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 305.904588][ T3609] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 305.904597][ T3609] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 305.904613][ T3609] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 305.904615][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.904627][ T3609] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.904631][ T3609] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.904636][ T3609] ? __pfx___sys_sendto (net/socket.c:2147)
[ 305.904651][ T3609] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 305.904657][ T3609] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 305.904664][ T3609] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 305.904671][ T3609] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 305.904681][ T3609] __x64_sys_sendto (net/socket.c:2183)
[ 305.904685][ T3609] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 305.904688][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.904692][ T3609] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 305.904697][ T3609] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.904700][ T3609] RIP: 0033:0x7f5168a4da4a
[ 305.904703][ T3609] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 305.904706][ T3609] RSP: 002b:00007ffd696bb368 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 305.904709][ T3609] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f5168a4da4a
[ 305.904710][ T3609] RDX: 0000000000000040 RSI: 000000002b2ac340 RDI: 0000000000000005
[ 305.904712][ T3609] RBP: 00007ffd696bb3f0 R08: 0000000000418574 R09: 000000000000001c
[ 305.904714][ T3609] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 305.904715][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.904715][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.904730][ T3609]
| [ 305.931703][ T3609] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3609
| [ 305.932112][ T3609] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.932398][ T3609] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 305.932399][ T3609] Call Trace:
[ 305.932401][ T3609]
[ 305.932403][ T3609] dump_stack_lvl (lib/dump_stack.c:123)
[ 305.932408][ T3609] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 305.932413][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.932420][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 305.932423][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.932428][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 305.932433][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 305.932436][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.932441][ T3609] ? __pfx_pskb_expand_head (net/core/skbuff.c:2219)
[ 305.932453][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 305.932455][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.932457][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 305.932465][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 305.932477][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 305.932482][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.932490][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 305.932494][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 305.932501][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 305.932505][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 305.932508][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.932518][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.932525][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 305.932527][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.932533][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 305.932537][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 305.932539][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.932554][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 305.932556][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.932558][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 305.932566][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 305.932578][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 305.932582][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.932590][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 305.932594][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 305.932601][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 305.932605][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 305.932608][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.932617][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.932624][ T3609] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 305.932630][ T3609] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.932635][ T3609] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 305.932640][ T3609] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.932652][ T3609] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 305.932664][ T3609] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 305.932669][ T3609] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 305.932672][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.932680][ T3609] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 305.932682][ T3609] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 305.932691][ T3609] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 305.932708][ T3609] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 305.932710][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.932722][ T3609] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.932726][ T3609] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.932731][ T3609] ? __pfx___sys_sendto (net/socket.c:2147)
[ 305.932746][ T3609] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 305.932752][ T3609] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 305.932759][ T3609] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 305.932766][ T3609] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 305.932776][ T3609] __x64_sys_sendto (net/socket.c:2183)
[ 305.932780][ T3609] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 305.932783][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.932787][ T3609] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 305.932792][ T3609] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.932794][ T3609] RIP: 0033:0x7f5168a4da4a
[ 305.932798][ T3609] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 305.932800][ T3609] RSP: 002b:00007ffd696bb368 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 305.932803][ T3609] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f5168a4da4a
[ 305.932804][ T3609] RDX: 0000000000000040 RSI: 000000002b2ac340 RDI: 0000000000000005
[ 305.932806][ T3609] RBP: 00007ffd696bb3f0 R08: 0000000000418574 R09: 000000000000001c
[ 305.932807][ T3609] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 305.932809][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.932809][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.932824][ T3609]
| [ 305.932832][ T3609] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3609
| [ 305.960538][ T3609] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 305.961035][ T3609] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 305.961036][ T3609] Call Trace:
[ 305.961038][ T3609]
[ 305.961040][ T3609] dump_stack_lvl (lib/dump_stack.c:123)
[ 305.961045][ T3609] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 305.961050][ T3609] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 305.961056][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 305.961059][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.961065][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 305.961069][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 305.961072][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.961087][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 305.961090][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.961092][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 305.961100][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 305.961112][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 305.961117][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.961125][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 305.961129][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 305.961136][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 305.961140][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 305.961143][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.961153][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.961160][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 305.961162][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.961168][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 305.961172][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 305.961175][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.961180][ T3609] ? __pfx_pskb_expand_head (net/core/skbuff.c:2219)
[ 305.961191][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 305.961193][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.961196][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 305.961203][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 305.961215][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 305.961220][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.961227][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 305.961232][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 305.961238][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 305.961242][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 305.961246][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.961255][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.961261][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 305.961264][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.961269][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 305.961273][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 305.961276][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.961290][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 305.961292][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.961294][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 305.961302][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 305.961314][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 305.961318][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.961327][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 305.961331][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 305.961338][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 305.961342][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 305.961345][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.961355][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.961361][ T3609] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 305.961367][ T3609] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.961372][ T3609] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 305.961377][ T3609] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.961389][ T3609] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 305.961401][ T3609] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 305.961406][ T3609] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 305.961409][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.961416][ T3609] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 305.961419][ T3609] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 305.961428][ T3609] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 305.961445][ T3609] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 305.961447][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.961459][ T3609] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.961462][ T3609] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.961468][ T3609] ? __pfx___sys_sendto (net/socket.c:2147)
[ 305.961483][ T3609] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 305.961489][ T3609] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 305.961496][ T3609] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 305.961503][ T3609] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 305.961513][ T3609] __x64_sys_sendto (net/socket.c:2183)
[ 305.961517][ T3609] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 305.961520][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.961524][ T3609] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 305.961529][ T3609] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.961532][ T3609] RIP: 0033:0x7f5168a4da4a
[ 305.961535][ T3609] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 305.961537][ T3609] RSP: 002b:00007ffd696bb368 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 305.961540][ T3609] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f5168a4da4a
[ 305.961542][ T3609] RDX: 0000000000000040 RSI: 000000002b2ac340 RDI: 0000000000000005
[ 305.961543][ T3609] RBP: 00007ffd696bb3f0 R08: 0000000000418574 R09: 000000000000001c
[ 305.961545][ T3609] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 305.961546][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.961546][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.961561][ T3609]
| [ 305.995765][ T3609] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3609
| [ 305.996428][ T3609] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.996727][ T3609] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 305.996729][ T3609] Call Trace:
[ 305.996730][ T3609]
[ 305.996732][ T3609] dump_stack_lvl (lib/dump_stack.c:123)
[ 305.996737][ T3609] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 305.996743][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.996750][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 305.996753][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.996758][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 305.996763][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 305.996766][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.996781][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 305.996784][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.996786][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 305.996794][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 305.996806][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 305.996812][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.996820][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 305.996824][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 305.996831][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 305.996835][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 305.996838][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.996848][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.996855][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 305.996857][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.996863][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 305.996867][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 305.996870][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.996875][ T3609] ? __pfx_pskb_expand_head (net/core/skbuff.c:2219)
[ 305.996886][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 305.996889][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.996891][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 305.996899][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 305.996911][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 305.996915][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.996923][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 305.996927][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 305.996934][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 305.996938][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 305.996941][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.996951][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.996957][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 305.996959][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.996965][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 305.996969][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 305.996971][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.996986][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 305.996988][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 305.996990][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 305.996998][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 305.997010][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 305.997014][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.997022][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 305.997026][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 305.997033][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 305.997037][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 305.997040][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.997050][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 305.997056][ T3609] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 305.997063][ T3609] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.997068][ T3609] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 305.997073][ T3609] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 305.997085][ T3609] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 305.997097][ T3609] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 305.997103][ T3609] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 305.997106][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.997113][ T3609] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 305.997116][ T3609] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 305.997125][ T3609] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 305.997142][ T3609] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 305.997145][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 305.997156][ T3609] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.997160][ T3609] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 305.997165][ T3609] ? __pfx___sys_sendto (net/socket.c:2147)
[ 305.997180][ T3609] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 305.997186][ T3609] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 305.997194][ T3609] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 305.997201][ T3609] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 305.997211][ T3609] __x64_sys_sendto (net/socket.c:2183)
[ 305.997215][ T3609] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 305.997218][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 305.997222][ T3609] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 305.997227][ T3609] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 305.997230][ T3609] RIP: 0033:0x7f5168a4da4a
[ 305.997233][ T3609] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 305.997235][ T3609] RSP: 002b:00007ffd696bb368 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 305.997238][ T3609] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f5168a4da4a
[ 305.997240][ T3609] RDX: 0000000000000040 RSI: 000000002b2ac340 RDI: 0000000000000005
[ 305.997242][ T3609] RBP: 00007ffd696bb3f0 R08: 0000000000418574 R09: 000000000000001c
[ 305.997243][ T3609] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 305.997245][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.997245][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 305.997260][ T3609]
| [ 306.039060][ T3609] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3609
| [ 306.039529][ T3609] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 306.039841][ T3609] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 306.039843][ T3609] Call Trace:
[ 306.039844][ T3609]
[ 306.039846][ T3609] dump_stack_lvl (lib/dump_stack.c:123)
[ 306.039852][ T3609] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 306.039857][ T3609] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 306.039864][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 306.039867][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.039872][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 306.039877][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 306.039880][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 306.039894][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 306.039897][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.039899][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 306.039907][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 306.039919][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 306.039924][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 306.039932][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 306.039937][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 306.039943][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 306.039947][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 306.039951][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 306.039961][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 306.039967][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 306.039970][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.039975][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 306.039980][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 306.039982][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 306.039997][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 306.039999][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.040001][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 306.040009][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 306.040021][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 306.040026][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 306.040033][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 306.040038][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 306.040045][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 306.040049][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 306.040052][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 306.040061][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 306.040068][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 306.040070][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.040076][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 306.040080][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 306.040082][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 306.040087][ T3609] ? __pfx_pskb_expand_head (net/core/skbuff.c:2219)
[ 306.040098][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 306.040101][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.040103][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 306.040111][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 306.040123][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 306.040127][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 306.040135][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 306.040139][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 306.040146][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 306.040150][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 306.040153][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 306.040163][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 306.040169][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 306.040171][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.040177][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 306.040181][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 306.040183][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 306.040198][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 306.040200][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.040202][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 306.040210][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 306.040222][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 306.040227][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 306.040234][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 306.040238][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 306.040245][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 306.040249][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 306.040252][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 306.040262][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 306.040268][ T3609] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 306.040274][ T3609] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 306.040280][ T3609] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 306.040284][ T3609] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 306.040297][ T3609] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 306.040309][ T3609] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 306.040314][ T3609] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 306.040317][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 306.040324][ T3609] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 306.040328][ T3609] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 306.040337][ T3609] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 306.040354][ T3609] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 306.040357][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 306.040368][ T3609] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 306.040372][ T3609] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 306.040378][ T3609] ? __pfx___sys_sendto (net/socket.c:2147)
[ 306.040393][ T3609] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 306.040399][ T3609] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 306.040406][ T3609] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 306.040413][ T3609] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 306.040424][ T3609] __x64_sys_sendto (net/socket.c:2183)
[ 306.040428][ T3609] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 306.040430][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 306.040435][ T3609] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 306.040440][ T3609] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 306.040442][ T3609] RIP: 0033:0x7f5168a4da4a
[ 306.040446][ T3609] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 306.040448][ T3609] RSP: 002b:00007ffd696bb368 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 306.040451][ T3609] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f5168a4da4a
[ 306.040453][ T3609] RDX: 0000000000000040 RSI: 000000002b2ac340 RDI: 0000000000000005
[ 306.040454][ T3609] RBP: 00007ffd696bb3f0 R08: 0000000000418574 R09: 000000000000001c
[ 306.040456][ T3609] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 306.040458][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 306.040458][ T3609] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f5168b76000
| [ 306.040473][ T3609]
| [ 306.083747][ T3609] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3609
| [ 306.084213][ T3609] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 306.084771][ T3609] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 306.084773][ T3609] Call Trace:
[ 306.084774][ T3609]
[ 306.084776][ T3609] dump_stack_lvl (lib/dump_stack.c:123)
[ 306.084781][ T3609] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 306.084787][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 306.084793][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 306.084796][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.084802][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 306.084806][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 306.084809][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 306.084824][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 306.084827][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.084829][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 306.084837][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 306.084849][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 306.084855][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 306.084862][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 306.084867][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 306.084874][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 306.084878][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 306.084881][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 306.084897][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 306.084904][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 306.084906][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.084912][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 306.084916][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 306.084919][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 306.084934][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 306.084936][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.084938][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 306.084946][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 306.084959][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 306.084964][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 306.084972][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 306.084976][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 306.084983][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 306.084987][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 306.084991][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 306.085001][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 306.085007][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 306.085010][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.085015][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 306.085019][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 306.085022][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 306.085026][ T3609] ? __pfx_pskb_expand_head (net/core/skbuff.c:2219)
[ 306.085038][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 306.085041][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.085043][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 306.085051][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 306.085063][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 306.085068][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 306.085076][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 306.085080][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 306.085087][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 306.085091][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 306.085094][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 306.085104][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 306.085110][ T3609] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 306.085113][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.085118][ T3609] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 306.085122][ T3609] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 306.085125][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 306.085139][ T3609] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 306.085142][ T3609] ? __pfx_dst_output (./include/net/dst.h:458)
[ 306.085144][ T3609] ? _printk (kernel/printk/printk.c:2470)
[ 306.085152][ T3609] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 306.085164][ T3609] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 306.085168][ T3609] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 306.085176][ T3609] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 306.085180][ T3609] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 306.085187][ T3609] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 306.085191][ T3609] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 306.085194][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 306.085204][ T3609] lwtunnel_output (net/core/lwtunnel.c:359)
[ 306.085211][ T3609] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 306.085217][ T3609] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 306.085222][ T3609] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 306.085227][ T3609] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 306.085240][ T3609] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 306.085252][ T3609] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 306.085257][ T3609] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 306.085261][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 306.085268][ T3609] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 306.085271][ T3609] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 306.085281][ T3609] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 306.085298][ T3609] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 306.085300][ T3609] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 306.085312][ T3609] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 306.085316][ T3609] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 306.085321][ T3609] ? __pfx___sys_sendto (net/socket.c:2147)
[ 306.085338][ T3609] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 306.085344][ T3609] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 306.085352][ T3609] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 306.085359][ T3609] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 306.085369][ T3609] __x64_sys_sendto (net/socket.c:2183)
[ 306.085373][ T3609] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:119 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 306.085376][ T3609] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 306.085380][ T3609] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 306.085385][ T3609] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 306.085388][ T3609] RIP: 0033:0x7f5168a4da4a
[ 306.085391][ T3609] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4)
4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax
b: eb b8 jmp 0xffffffffffffffc5
d: 0f 1f 00 nopl (%rax)
10: f3 0f 1e fa endbr64
14: 41 89 ca mov %ecx,%r10d
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 15 jne 0x38
23: b8 2c 00 00 00 mov $0x2c,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 7e ja 0xb0
32: c3 ret
33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
38: 41 54 push %r12
3a: 48 83 ec 30 sub $0x30,%rsp
3e: 44 rex.R
3f: 89 .byte 0x89
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 7e ja 0x86
8: c3 ret
9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
e: 41 54 push %r12
10: 48 83 ec 30 sub $0x30,%rsp
14: 44 rex.R
15: 89 .byte 0x89
[ 306.085393][ T3609] RSP: 002b:00007ffd696bb368 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 306.085396][ T3609] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f5168a4da4a
[ 306.085398][ T3609] RDX: 0000000000000040 RSI: 000000002b2ac340 RDI: 0000000000000005
[ 306.085399][ T3609] RBP: 00007ffd696bb3f0 R08: 0000000000418574 R09: 000000000000001c
[ 306.085401][ T3609] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
Finger prints:
check_preemption_disabled:lwtunnel_output:ip6_send_skb:rawv6_push_pending_frames:rawv6_sendmsg
check_preemption_disabled:lwtunnel_output:rpl_output:lwtunnel_output:rpl_output
check_preemption_disabled:lwtunnel_output:seg6_output_core:seg6_output:lwtunnel_output
check_preemption_disabled:lwtunnel_output:ila_output:lwtunnel_output:ila_output
check_preemption_disabled:lwtunnel_output:rpl_output:lwtunnel_output:ip6_send_skb
check_preemption_disabled:lwtunnel_output:ila_output:lwtunnel_output:ip6_send_skb