======================================
| [ 265.030325][ T3154] veth1: renamed from veth-betaR
| [ 265.129243][ T3155] veth0: renamed from veth-gamma
| [ 274.757186][ T3178] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3178
| [ 274.757741][ T3178] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 274.757990][ T3178] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 274.757992][ T3178] Call Trace:
[ 274.757995][ T3178]
[ 274.757997][ T3178] dump_stack_lvl (lib/dump_stack.c:123)
[ 274.758006][ T3178] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 274.758016][ T3178] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 274.758022][ T3178] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 274.758032][ T3178] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.758039][ T3178] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 274.758043][ T3178] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.758055][ T3178] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 274.758066][ T3178] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 274.758071][ T3178] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 274.758078][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.758088][ T3178] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 274.758094][ T3178] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 274.758103][ T3178] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 274.758118][ T3178] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 274.758121][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.758132][ T3178] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.758139][ T3178] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.758145][ T3178] ? __pfx___sys_sendto (net/socket.c:2147)
[ 274.758159][ T3178] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 274.758166][ T3178] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 274.758176][ T3178] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 274.758183][ T3178] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 274.758193][ T3178] __x64_sys_sendto (net/socket.c:2183)
[ 274.758197][ T3178] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 274.758202][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.758207][ T3178] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 274.758212][ T3178] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 274.758217][ T3178] RIP: 0033:0x7f65165a9a4a
[ 274.758222][ T3178] 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
[ 274.758225][ T3178] RSP: 002b:00007ffc5a38afb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 274.758229][ T3178] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f65165a9a4a
[ 274.758231][ T3178] RDX: 0000000000000040 RSI: 0000000005c80340 RDI: 0000000000000005
[ 274.758233][ T3178] RBP: 00007ffc5a38b040 R08: 0000000000418574 R09: 000000000000001c
[ 274.758235][ T3178] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 274.758237][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.758237][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.758251][ T3178]
| [ 274.758254][ T3178] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3178
| [ 274.770237][ T3178] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.770481][ T3178] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 274.770483][ T3178] Call Trace:
[ 274.770485][ T3178]
[ 274.770487][ T3178] dump_stack_lvl (lib/dump_stack.c:123)
[ 274.770493][ T3178] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 274.770503][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.770509][ T3178] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 274.770516][ T3178] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.770521][ T3178] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 274.770526][ T3178] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.770538][ T3178] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 274.770550][ T3178] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 274.770555][ T3178] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 274.770560][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.770568][ T3178] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 274.770572][ T3178] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 274.770581][ T3178] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 274.770597][ T3178] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 274.770600][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.770612][ T3178] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.770617][ T3178] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.770622][ T3178] ? __pfx___sys_sendto (net/socket.c:2147)
[ 274.770637][ T3178] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 274.770643][ T3178] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 274.770650][ T3178] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 274.770657][ T3178] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 274.770667][ T3178] __x64_sys_sendto (net/socket.c:2183)
[ 274.770671][ T3178] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 274.770675][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.770680][ T3178] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 274.770685][ T3178] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 274.770689][ T3178] RIP: 0033:0x7f65165a9a4a
[ 274.770692][ T3178] 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
[ 274.770695][ T3178] RSP: 002b:00007ffc5a38afb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 274.770698][ T3178] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f65165a9a4a
[ 274.770700][ T3178] RDX: 0000000000000040 RSI: 0000000005c80340 RDI: 0000000000000005
[ 274.770701][ T3178] RBP: 00007ffc5a38b040 R08: 0000000000418574 R09: 000000000000001c
[ 274.770703][ T3178] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 274.770705][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.770705][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.770719][ T3178]
| [ 274.782955][ T3178] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3178
| [ 274.783322][ T3178] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 274.783581][ T3178] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 274.783583][ T3178] Call Trace:
[ 274.783585][ T3178]
[ 274.783587][ T3178] dump_stack_lvl (lib/dump_stack.c:123)
[ 274.783591][ T3178] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 274.783598][ T3178] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 274.783605][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.783618][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.783632][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.783641][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.783647][ T3178] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 274.783653][ T3178] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.783658][ T3178] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 274.783662][ T3178] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.783674][ T3178] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 274.783685][ T3178] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 274.783690][ T3178] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 274.783694][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.783701][ T3178] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 274.783704][ T3178] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 274.783712][ T3178] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 274.783728][ T3178] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 274.783730][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.783741][ T3178] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.783745][ T3178] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.783750][ T3178] ? __pfx___sys_sendto (net/socket.c:2147)
[ 274.783764][ T3178] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 274.783770][ T3178] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 274.783777][ T3178] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 274.783783][ T3178] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 274.783793][ T3178] __x64_sys_sendto (net/socket.c:2183)
[ 274.783797][ T3178] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 274.783801][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.783805][ T3178] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 274.783811][ T3178] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 274.783814][ T3178] RIP: 0033:0x7f65165a9a4a
[ 274.783817][ T3178] 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
[ 274.783819][ T3178] RSP: 002b:00007ffc5a38afb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 274.783822][ T3178] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f65165a9a4a
[ 274.783824][ T3178] RDX: 0000000000000040 RSI: 0000000005c80340 RDI: 0000000000000005
[ 274.783825][ T3178] RBP: 00007ffc5a38b040 R08: 0000000000418574 R09: 000000000000001c
[ 274.783827][ T3178] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 274.783828][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.783828][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.783842][ T3178]
| [ 274.783844][ T3178] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3178
| [ 274.797079][ T3178] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.797330][ T3178] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 274.797332][ T3178] Call Trace:
[ 274.797333][ T3178]
[ 274.797335][ T3178] dump_stack_lvl (lib/dump_stack.c:123)
[ 274.797340][ T3178] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 274.797347][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.797353][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.797366][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.797381][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.797389][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.797396][ T3178] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 274.797402][ T3178] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.797407][ T3178] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 274.797411][ T3178] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.797423][ T3178] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 274.797434][ T3178] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 274.797439][ T3178] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 274.797443][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.797450][ T3178] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 274.797453][ T3178] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 274.797462][ T3178] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 274.797477][ T3178] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 274.797480][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.797491][ T3178] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.797495][ T3178] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.797501][ T3178] ? __pfx___sys_sendto (net/socket.c:2147)
[ 274.797515][ T3178] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 274.797521][ T3178] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 274.797528][ T3178] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 274.797535][ T3178] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 274.797545][ T3178] __x64_sys_sendto (net/socket.c:2183)
[ 274.797548][ T3178] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 274.797552][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.797556][ T3178] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 274.797563][ T3178] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 274.797567][ T3178] RIP: 0033:0x7f65165a9a4a
[ 274.797570][ T3178] 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
[ 274.797572][ T3178] RSP: 002b:00007ffc5a38afb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 274.797575][ T3178] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f65165a9a4a
[ 274.797577][ T3178] RDX: 0000000000000040 RSI: 0000000005c80340 RDI: 0000000000000005
[ 274.797578][ T3178] RBP: 00007ffc5a38b040 R08: 0000000000418574 R09: 000000000000001c
[ 274.797580][ T3178] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 274.797581][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.797581][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.797596][ T3178]
| [ 274.811223][ T3178] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3178
| [ 274.811793][ T3178] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 274.812057][ T3178] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 274.812059][ T3178] Call Trace:
[ 274.812060][ T3178]
[ 274.812062][ T3178] dump_stack_lvl (lib/dump_stack.c:123)
[ 274.812067][ T3178] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 274.812073][ T3178] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 274.812080][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.812092][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.812107][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.812116][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.812122][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.812134][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.812148][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.812157][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.812163][ T3178] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 274.812169][ T3178] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.812175][ T3178] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 274.812179][ T3178] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.812190][ T3178] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 274.812202][ T3178] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 274.812207][ T3178] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 274.812210][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.812217][ T3178] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 274.812220][ T3178] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 274.812228][ T3178] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 274.812244][ T3178] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 274.812246][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.812257][ T3178] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.812261][ T3178] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.812266][ T3178] ? __pfx___sys_sendto (net/socket.c:2147)
[ 274.812280][ T3178] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 274.812286][ T3178] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 274.812293][ T3178] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 274.812300][ T3178] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 274.812310][ T3178] __x64_sys_sendto (net/socket.c:2183)
[ 274.812313][ T3178] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 274.812317][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.812322][ T3178] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 274.812327][ T3178] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 274.812330][ T3178] RIP: 0033:0x7f65165a9a4a
[ 274.812333][ T3178] 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
[ 274.812335][ T3178] RSP: 002b:00007ffc5a38afb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 274.812338][ T3178] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f65165a9a4a
[ 274.812340][ T3178] RDX: 0000000000000040 RSI: 0000000005c80340 RDI: 0000000000000005
[ 274.812341][ T3178] RBP: 00007ffc5a38b040 R08: 0000000000418574 R09: 000000000000001c
[ 274.812343][ T3178] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 274.812344][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.812344][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.812359][ T3178]
| [ 274.812361][ T3178] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3178
| [ 274.829597][ T3178] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.829866][ T3178] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 274.829867][ T3178] Call Trace:
[ 274.829869][ T3178]
[ 274.829871][ T3178] dump_stack_lvl (lib/dump_stack.c:123)
[ 274.829876][ T3178] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 274.829883][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.829889][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.829902][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.829917][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.829926][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.829932][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.829945][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.829959][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.829968][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.829974][ T3178] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 274.829980][ T3178] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.829985][ T3178] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 274.829989][ T3178] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.830001][ T3178] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 274.830012][ T3178] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 274.830017][ T3178] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 274.830020][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.830028][ T3178] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 274.830030][ T3178] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 274.830039][ T3178] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 274.830055][ T3178] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 274.830058][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.830069][ T3178] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.830073][ T3178] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.830078][ T3178] ? __pfx___sys_sendto (net/socket.c:2147)
[ 274.830092][ T3178] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 274.830098][ T3178] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 274.830105][ T3178] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 274.830112][ T3178] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 274.830123][ T3178] __x64_sys_sendto (net/socket.c:2183)
[ 274.830126][ T3178] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 274.830130][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.830135][ T3178] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 274.830141][ T3178] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 274.830144][ T3178] RIP: 0033:0x7f65165a9a4a
[ 274.830147][ T3178] 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
[ 274.830149][ T3178] RSP: 002b:00007ffc5a38afb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 274.830152][ T3178] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f65165a9a4a
[ 274.830153][ T3178] RDX: 0000000000000040 RSI: 0000000005c80340 RDI: 0000000000000005
[ 274.830155][ T3178] RBP: 00007ffc5a38b040 R08: 0000000000418574 R09: 000000000000001c
[ 274.830157][ T3178] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 274.830158][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.830158][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.830173][ T3178]
| [ 274.830180][ T3178] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3178
| [ 274.848539][ T3178] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 274.848834][ T3178] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 274.848836][ T3178] Call Trace:
[ 274.848838][ T3178]
[ 274.848839][ T3178] dump_stack_lvl (lib/dump_stack.c:123)
[ 274.848844][ T3178] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 274.848851][ T3178] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 274.848857][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.848871][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.848884][ T3178] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 274.848888][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.848897][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.848904][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.848917][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.848931][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.848941][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.848947][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.848960][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.848975][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.848984][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.848990][ T3178] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 274.848996][ T3178] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.849001][ T3178] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 274.849005][ T3178] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.849017][ T3178] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 274.849029][ T3178] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 274.849034][ T3178] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 274.849037][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.849044][ T3178] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 274.849047][ T3178] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 274.849056][ T3178] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 274.849073][ T3178] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 274.849075][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.849087][ T3178] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.849090][ T3178] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.849096][ T3178] ? __pfx___sys_sendto (net/socket.c:2147)
[ 274.849111][ T3178] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 274.849117][ T3178] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 274.849124][ T3178] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 274.849131][ T3178] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 274.849141][ T3178] __x64_sys_sendto (net/socket.c:2183)
[ 274.849145][ T3178] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 274.849149][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.849153][ T3178] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 274.849159][ T3178] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 274.849162][ T3178] RIP: 0033:0x7f65165a9a4a
[ 274.849165][ T3178] 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
[ 274.849167][ T3178] RSP: 002b:00007ffc5a38afb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 274.849170][ T3178] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f65165a9a4a
[ 274.849172][ T3178] RDX: 0000000000000040 RSI: 0000000005c80340 RDI: 0000000000000005
[ 274.849174][ T3178] RBP: 00007ffc5a38b040 R08: 0000000000418574 R09: 000000000000001c
[ 274.849176][ T3178] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 274.849177][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.849177][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.849192][ T3178]
| [ 274.849195][ T3178] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3178
| [ 274.869690][ T3178] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.869986][ T3178] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 274.869988][ T3178] Call Trace:
[ 274.869990][ T3178]
[ 274.869992][ T3178] dump_stack_lvl (lib/dump_stack.c:123)
[ 274.869997][ T3178] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 274.870004][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.870011][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.870024][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.870038][ T3178] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 274.870041][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.870051][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.870057][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.870070][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.870085][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.870095][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.870101][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.870114][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.870129][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.870138][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.870144][ T3178] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 274.870150][ T3178] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.870156][ T3178] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 274.870160][ T3178] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.870172][ T3178] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 274.870184][ T3178] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 274.870189][ T3178] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 274.870193][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.870200][ T3178] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 274.870204][ T3178] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 274.870213][ T3178] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 274.870230][ T3178] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 274.870232][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.870244][ T3178] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.870248][ T3178] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.870253][ T3178] ? __pfx___sys_sendto (net/socket.c:2147)
[ 274.870268][ T3178] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 274.870274][ T3178] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 274.870282][ T3178] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 274.870289][ T3178] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 274.870300][ T3178] __x64_sys_sendto (net/socket.c:2183)
[ 274.870303][ T3178] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 274.870307][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.870312][ T3178] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 274.870318][ T3178] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 274.870321][ T3178] RIP: 0033:0x7f65165a9a4a
[ 274.870324][ T3178] 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
[ 274.870326][ T3178] RSP: 002b:00007ffc5a38afb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 274.870329][ T3178] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f65165a9a4a
[ 274.870331][ T3178] RDX: 0000000000000040 RSI: 0000000005c80340 RDI: 0000000000000005
[ 274.870333][ T3178] RBP: 00007ffc5a38b040 R08: 0000000000418574 R09: 000000000000001c
[ 274.870334][ T3178] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 274.870336][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.870336][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.870352][ T3178]
| [ 274.870377][ T3178] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3178
| [ 274.891515][ T3178] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 274.891830][ T3178] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 274.891832][ T3178] Call Trace:
[ 274.891833][ T3178]
[ 274.891835][ T3178] dump_stack_lvl (lib/dump_stack.c:123)
[ 274.891840][ T3178] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 274.891847][ T3178] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 274.891854][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.891868][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.891882][ T3178] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 274.891885][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.891895][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.891902][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.891915][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.891928][ T3178] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 274.891932][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.891941][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.891948][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.891960][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.891975][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.891984][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.891991][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.892003][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.892018][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.892027][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.892034][ T3178] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 274.892040][ T3178] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.892045][ T3178] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 274.892049][ T3178] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.892061][ T3178] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 274.892073][ T3178] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 274.892079][ T3178] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 274.892082][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.892089][ T3178] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 274.892092][ T3178] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 274.892101][ T3178] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 274.892118][ T3178] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 274.892121][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.892132][ T3178] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.892136][ T3178] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.892142][ T3178] ? __pfx___sys_sendto (net/socket.c:2147)
[ 274.892157][ T3178] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 274.892163][ T3178] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 274.892170][ T3178] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 274.892177][ T3178] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 274.892188][ T3178] __x64_sys_sendto (net/socket.c:2183)
[ 274.892191][ T3178] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 274.892195][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.892199][ T3178] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 274.892205][ T3178] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 274.892208][ T3178] RIP: 0033:0x7f65165a9a4a
[ 274.892211][ T3178] 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
[ 274.892214][ T3178] RSP: 002b:00007ffc5a38afb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 274.892216][ T3178] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f65165a9a4a
[ 274.892219][ T3178] RDX: 0000000000000040 RSI: 0000000005c80340 RDI: 0000000000000005
[ 274.892220][ T3178] RBP: 00007ffc5a38b040 R08: 0000000000418574 R09: 000000000000001c
[ 274.892222][ T3178] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 274.892223][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.892223][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 274.892239][ T3178]
| [ 274.892243][ T3178] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3178
| [ 274.915313][ T3178] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.915632][ T3178] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 274.915633][ T3178] Call Trace:
[ 274.915635][ T3178]
[ 274.915638][ T3178] dump_stack_lvl (lib/dump_stack.c:123)
[ 274.915643][ T3178] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 274.915650][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.915657][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.915670][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.915684][ T3178] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 274.915688][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.915697][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.915704][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.915717][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.915731][ T3178] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 274.915734][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.915744][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.915751][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.915764][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.915779][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.915789][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.915795][ T3178] ila_output (./include/net/dst.h:459 net/ipv6/ila/ila_lwt.c:101) ila
[ 274.915808][ T3178] ? __pfx_ila_output (net/ipv6/ila/ila_lwt.c:39) ila
[ 274.915823][ T3178] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 274.915832][ T3178] lwtunnel_output (net/core/lwtunnel.c:359)
[ 274.915839][ T3178] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 274.915845][ T3178] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.915850][ T3178] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 274.915854][ T3178] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 274.915867][ T3178] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 274.915879][ T3178] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 274.915884][ T3178] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 274.915887][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.915895][ T3178] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 274.915898][ T3178] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 274.915907][ T3178] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 274.915925][ T3178] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 274.915927][ T3178] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 274.915939][ T3178] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.915942][ T3178] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 274.915948][ T3178] ? __pfx___sys_sendto (net/socket.c:2147)
[ 274.915963][ T3178] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 274.915969][ T3178] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 274.915977][ T3178] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 274.915984][ T3178] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 274.915995][ T3178] __x64_sys_sendto (net/socket.c:2183)
[ 274.915998][ T3178] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 274.916002][ T3178] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 274.916007][ T3178] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 274.916012][ T3178] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 274.916015][ T3178] RIP: 0033:0x7f65165a9a4a
[ 274.916019][ T3178] 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
[ 274.916021][ T3178] RSP: 002b:00007ffc5a38afb8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 274.916024][ T3178] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f65165a9a4a
[ 274.916026][ T3178] RDX: 0000000000000040 RSI: 0000000005c80340 RDI: 0000000000000005
[ 274.916028][ T3178] RBP: 00007ffc5a38b040 R08: 0000000000418574 R09: 000000000000001c
[ 274.916030][ T3178] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 274.916031][ T3178] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f65166d2000
| [ 276.968264][ T3178] ping6 (3178) used greatest stack depth: 23824 bytes left
| [ 280.677328][ T3185] check_preemption_disabled: 46 callbacks suppressed
| [ 280.677337][ T3185] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3185
| [ 280.678128][ T3185] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 280.678377][ T3185] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 280.678379][ T3185] Call Trace:
[ 280.678382][ T3185]
[ 280.678384][ T3185] dump_stack_lvl (lib/dump_stack.c:123)
[ 280.678393][ T3185] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 280.678403][ T3185] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 280.678409][ T3185] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 280.678418][ T3185] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 280.678425][ T3185] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 280.678430][ T3185] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 280.678441][ T3185] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 280.678452][ T3185] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 280.678457][ T3185] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 280.678464][ T3185] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 280.678474][ T3185] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 280.678479][ T3185] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 280.678488][ T3185] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 280.678504][ T3185] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 280.678507][ T3185] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 280.678518][ T3185] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 280.678526][ T3185] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 280.678531][ T3185] ? __pfx___sys_sendto (net/socket.c:2147)
[ 280.678545][ T3185] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 280.678553][ T3185] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 280.678564][ T3185] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 280.678571][ T3185] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 280.678581][ T3185] __x64_sys_sendto (net/socket.c:2183)
[ 280.678585][ T3185] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 280.678591][ T3185] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 280.678596][ T3185] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 280.678601][ T3185] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 280.678605][ T3185] RIP: 0033:0x7f554c515a4a
[ 280.678610][ T3185] 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
[ 280.678613][ T3185] RSP: 002b:00007fff86814e58 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 280.678618][ T3185] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f554c515a4a
[ 280.678620][ T3185] RDX: 0000000000000040 RSI: 0000000037abc340 RDI: 0000000000000005
[ 280.678622][ T3185] RBP: 00007fff86814ee0 R08: 0000000000418574 R09: 000000000000001c
[ 280.678624][ T3185] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 280.678625][ T3185] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f554c63e000
| [ 280.678625][ T3185] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f554c63e000
| [ 280.678640][ T3185]
| [ 280.692630][ T3185] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3185
| [ 280.692988][ T3185] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 280.693232][ T3185] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 280.693234][ T3185] Call Trace:
[ 280.693236][ T3185]
[ 280.693238][ T3185] dump_stack_lvl (lib/dump_stack.c:123)
[ 280.693246][ T3185] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 280.693255][ T3185] lwtunnel_output (net/core/lwtunnel.c:359)
[ 280.693261][ T3185] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 280.693269][ T3185] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 280.693276][ T3185] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 280.693281][ T3185] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 280.693292][ T3185] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 280.693304][ T3185] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 280.693309][ T3185] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 280.693315][ T3185] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 280.693325][ T3185] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 280.693330][ T3185] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 280.693340][ T3185] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 280.693356][ T3185] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 280.693359][ T3185] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 280.693370][ T3185] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 280.693377][ T3185] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 280.693383][ T3185] ? __pfx___sys_sendto (net/socket.c:2147)
[ 280.693397][ T3185] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 280.693405][ T3185] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 280.693414][ T3185] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 280.693421][ T3185] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 280.693431][ T3185] __x64_sys_sendto (net/socket.c:2183)
[ 280.693435][ T3185] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 280.693442][ T3185] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 280.693446][ T3185] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 280.693452][ T3185] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 280.693456][ T3185] RIP: 0033:0x7f554c515a4a
[ 280.693459][ T3185] 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
[ 280.693462][ T3185] RSP: 002b:00007fff86814e58 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 280.693465][ T3185] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f554c515a4a
[ 280.693467][ T3185] RDX: 0000000000000040 RSI: 0000000037abc340 RDI: 0000000000000005
[ 280.693469][ T3185] RBP: 00007fff86814ee0 R08: 0000000000418574 R09: 000000000000001c
[ 280.693471][ T3185] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 280.693472][ T3185] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f554c63e000
| [ 280.693472][ T3185] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f554c63e000
| [ 280.693487][ T3185]
| [ 280.708825][ T3185] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3185
| [ 280.709190][ T3185] caller is lwtunnel_output (net/core/dev.h:340 net/core/lwtunnel.c:360)
[ 280.709445][ T3185] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 280.709447][ T3185] Call Trace:
[ 280.709449][ T3185]
[ 280.709451][ T3185] dump_stack_lvl (lib/dump_stack.c:123)
[ 280.709459][ T3185] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 280.709468][ T3185] lwtunnel_output (net/core/dev.h:340 net/core/lwtunnel.c:360)
[ 280.709474][ T3185] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 280.709482][ T3185] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 280.709489][ T3185] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 280.709493][ T3185] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 280.709505][ T3185] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 280.709517][ T3185] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 280.709522][ T3185] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 280.709528][ T3185] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 280.709537][ T3185] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 280.709542][ T3185] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 280.709552][ T3185] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 280.709570][ T3185] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 280.709573][ T3185] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 280.709584][ T3185] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 280.709590][ T3185] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 280.709596][ T3185] ? __pfx___sys_sendto (net/socket.c:2147)
[ 280.709610][ T3185] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 280.709617][ T3185] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 280.709627][ T3185] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 280.709634][ T3185] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 280.709644][ T3185] __x64_sys_sendto (net/socket.c:2183)
[ 280.709647][ T3185] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 280.709652][ T3185] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 280.709656][ T3185] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 280.709662][ T3185] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 280.709666][ T3185] RIP: 0033:0x7f554c515a4a
[ 280.709670][ T3185] 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
[ 280.709672][ T3185] RSP: 002b:00007fff86814e58 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 280.709675][ T3185] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f554c515a4a
[ 280.709678][ T3185] RDX: 0000000000000040 RSI: 0000000037abc340 RDI: 0000000000000005
[ 280.709679][ T3185] RBP: 00007fff86814ee0 R08: 0000000000418574 R09: 000000000000001c
[ 280.709681][ T3185] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 280.709683][ T3185] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f554c63e000
| [ 280.709683][ T3185] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f554c63e000
| [ 280.709698][ T3185]
| [ 281.678394][ T3185] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3185
| [ 281.678992][ T3185] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 281.679258][ T3185] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 281.679260][ T3185] Call Trace:
[ 281.679262][ T3185]
[ 281.679265][ T3185] dump_stack_lvl (lib/dump_stack.c:123)
[ 281.679275][ T3185] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 281.679284][ T3185] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 281.679290][ T3185] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 281.679299][ T3185] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 281.679306][ T3185] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 281.679310][ T3185] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 281.679322][ T3185] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 281.679333][ T3185] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 281.679337][ T3185] ? find_held_lock (kernel/locking/lockdep.c:5348)
[ 281.679351][ T3185] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 281.679357][ T3185] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 281.679366][ T3185] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 281.679382][ T3185] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 281.679387][ T3185] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 281.679399][ T3185] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 281.679406][ T3185] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 281.679411][ T3185] ? __pfx___sys_sendto (net/socket.c:2147)
[ 281.679424][ T3185] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 281.679443][ T3185] ? ktime_get_ts64 (kernel/time/timekeeping.c:226 (discriminator 4) kernel/time/timekeeping.c:335 (discriminator 4) kernel/time/timekeeping.c:907 (discriminator 4))
[ 281.679452][ T3185] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 281.679459][ T3185] ? __x64_sys_poll (fs/select.c:1076 fs/select.c:1062 fs/select.c:1062)
[ 281.679466][ T3185] ? __pfx___x64_sys_poll (fs/select.c:1062)
[ 281.679469][ T3185] ? 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)
[ 281.679479][ T3185] __x64_sys_sendto (net/socket.c:2183)
[ 281.679483][ T3185] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 281.679489][ T3185] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 281.679493][ T3185] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 281.679499][ T3185] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 281.679503][ T3185] RIP: 0033:0x7f554c515a4a
[ 281.679509][ T3185] 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
[ 281.679512][ T3185] RSP: 002b:00007fff86814e58 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 281.679517][ T3185] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f554c515a4a
[ 281.679519][ T3185] RDX: 0000000000000040 RSI: 0000000037abc340 RDI: 0000000000000005
[ 281.679521][ T3185] RBP: 00007fff86814ee0 R08: 0000000000418574 R09: 000000000000001c
[ 281.679523][ T3185] R10: 0000000000000800 R11: 0000000000000246 R12: 0000000000419ac0
[ 281.679525][ T3185] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f554c63e000
| [ 281.679525][ T3185] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f554c63e000
| [ 281.679540][ T3185]
| [ 281.690891][ T3185] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3185
| [ 281.691253][ T3185] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 281.691501][ T3185] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 281.691503][ T3185] Call Trace:
[ 281.691505][ T3185]
[ 281.691507][ T3185] dump_stack_lvl (lib/dump_stack.c:123)
[ 281.691516][ T3185] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 281.691524][ T3185] lwtunnel_output (net/core/lwtunnel.c:359)
[ 281.691530][ T3185] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 281.691539][ T3185] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 281.691546][ T3185] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 281.691550][ T3185] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 281.691565][ T3185] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 281.691577][ T3185] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 281.691581][ T3185] ? find_held_lock (kernel/locking/lockdep.c:5348)
[ 281.691594][ T3185] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 281.691600][ T3185] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 281.691609][ T3185] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 281.691626][ T3185] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 281.691631][ T3185] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 281.691642][ T3185] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 281.691647][ T3185] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 281.691653][ T3185] ? __pfx___sys_sendto (net/socket.c:2147)
[ 281.691666][ T3185] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 281.691676][ T3185] ? ktime_get_ts64 (kernel/time/timekeeping.c:226 (discriminator 4) kernel/time/timekeeping.c:335 (discriminator 4) kernel/time/timekeeping.c:907 (discriminator 4))
[ 281.691683][ T3185] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 281.691691][ T3185] ? __x64_sys_poll (fs/select.c:1076 fs/select.c:1062 fs/select.c:1062)
[ 281.691696][ T3185] ? __pfx___x64_sys_poll (fs/select.c:1062)
[ 281.691699][ T3185] ? 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)
[ 281.691708][ T3185] __x64_sys_sendto (net/socket.c:2183)
[ 281.691712][ T3185] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 281.691717][ T3185] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 281.691722][ T3185] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 281.691727][ T3185] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 281.691732][ T3185] RIP: 0033:0x7f554c515a4a
[ 281.691735][ T3185] 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
[ 281.691738][ T3185] RSP: 002b:00007fff86814e58 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 281.691742][ T3185] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f554c515a4a
[ 281.691744][ T3185] RDX: 0000000000000040 RSI: 0000000037abc340 RDI: 0000000000000005
[ 281.691746][ T3185] RBP: 00007fff86814ee0 R08: 0000000000418574 R09: 000000000000001c
[ 281.691748][ T3185] R10: 0000000000000800 R11: 0000000000000246 R12: 0000000000419ac0
[ 281.691750][ T3185] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f554c63e000
| [ 281.691750][ T3185] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f554c63e000
| [ 281.691765][ T3185]
| [ 281.705198][ T3185] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3185
| [ 281.705581][ T3185] caller is lwtunnel_output (net/core/dev.h:340 net/core/lwtunnel.c:360)
[ 281.705838][ T3185] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 281.705840][ T3185] Call Trace:
[ 281.705842][ T3185]
[ 281.705844][ T3185] dump_stack_lvl (lib/dump_stack.c:123)
[ 281.705852][ T3185] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 281.705861][ T3185] lwtunnel_output (net/core/dev.h:340 net/core/lwtunnel.c:360)
[ 281.705867][ T3185] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 281.705875][ T3185] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 281.705882][ T3185] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 281.705886][ T3185] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 281.705898][ T3185] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 281.705910][ T3185] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 281.705914][ T3185] ? find_held_lock (kernel/locking/lockdep.c:5348)
[ 281.705928][ T3185] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 281.705933][ T3185] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 281.705943][ T3185] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 281.705959][ T3185] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 281.705964][ T3185] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 281.705975][ T3185] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 281.705981][ T3185] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 281.705987][ T3185] ? __pfx___sys_sendto (net/socket.c:2147)
[ 281.706000][ T3185] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 281.706010][ T3185] ? ktime_get_ts64 (kernel/time/timekeeping.c:226 (discriminator 4) kernel/time/timekeeping.c:335 (discriminator 4) kernel/time/timekeeping.c:907 (discriminator 4))
[ 281.706017][ T3185] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 281.706025][ T3185] ? __x64_sys_poll (fs/select.c:1076 fs/select.c:1062 fs/select.c:1062)
[ 281.706030][ T3185] ? __pfx___x64_sys_poll (fs/select.c:1062)
[ 281.706032][ T3185] ? 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)
[ 281.706042][ T3185] __x64_sys_sendto (net/socket.c:2183)
[ 281.706045][ T3185] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 281.706051][ T3185] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 281.706055][ T3185] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 281.706061][ T3185] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 281.706076][ T3185] RIP: 0033:0x7f554c515a4a
[ 281.706080][ T3185] 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
[ 281.706083][ T3185] RSP: 002b:00007fff86814e58 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 281.706086][ T3185] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f554c515a4a
[ 281.706089][ T3185] RDX: 0000000000000040 RSI: 0000000037abc340 RDI: 0000000000000005
[ 281.706091][ T3185] RBP: 00007fff86814ee0 R08: 0000000000418574 R09: 000000000000001c
[ 281.706093][ T3185] R10: 0000000000000800 R11: 0000000000000246 R12: 0000000000419ac0
[ 281.706094][ T3185] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f554c63e000
| [ 284.147605][ C2] lwtunnel_input(): recursion limit reached on datapath
| [ 285.168795][ C2] lwtunnel_input(): recursion limit reached on datapath
| [ 287.424760][ T3191] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3191
| [ 287.425162][ T3191] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 287.425413][ T3191] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 287.425415][ T3191] Call Trace:
[ 287.425418][ T3191]
[ 287.425420][ T3191] dump_stack_lvl (lib/dump_stack.c:123)
[ 287.425430][ T3191] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 287.425439][ T3191] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 287.425445][ T3191] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 287.425454][ T3191] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.425461][ T3191] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 287.425465][ T3191] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.425477][ T3191] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 287.425488][ T3191] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 287.425493][ T3191] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 287.425500][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.425509][ T3191] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 287.425515][ T3191] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 287.425524][ T3191] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 287.425540][ T3191] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 287.425543][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.425554][ T3191] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.425562][ T3191] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.425567][ T3191] ? __pfx___sys_sendto (net/socket.c:2147)
[ 287.425582][ T3191] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 287.425589][ T3191] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 287.425599][ T3191] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 287.425605][ T3191] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 287.425615][ T3191] __x64_sys_sendto (net/socket.c:2183)
[ 287.425619][ T3191] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 287.425625][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.425630][ T3191] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 287.425636][ T3191] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 287.425640][ T3191] RIP: 0033:0x7f221f9c8a4a
[ 287.425644][ T3191] 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
[ 287.425647][ T3191] RSP: 002b:00007ffdc2b79e68 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 287.425652][ T3191] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f221f9c8a4a
[ 287.425655][ T3191] RDX: 0000000000000040 RSI: 000000003a808340 RDI: 0000000000000005
[ 287.425657][ T3191] RBP: 00007ffdc2b79ef0 R08: 0000000000418574 R09: 000000000000001c
[ 287.425659][ T3191] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 287.425661][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.425661][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.425675][ T3191]
| [ 287.438664][ T3191] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3191
| [ 287.439019][ T3191] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.439265][ T3191] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 287.439266][ T3191] Call Trace:
[ 287.439269][ T3191]
[ 287.439271][ T3191] dump_stack_lvl (lib/dump_stack.c:123)
[ 287.439279][ T3191] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 287.439288][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.439294][ T3191] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 287.439303][ T3191] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.439311][ T3191] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 287.439315][ T3191] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.439327][ T3191] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 287.439339][ T3191] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 287.439344][ T3191] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 287.439350][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.439360][ T3191] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 287.439365][ T3191] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 287.439375][ T3191] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 287.439392][ T3191] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 287.439395][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.439412][ T3191] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.439420][ T3191] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.439425][ T3191] ? __pfx___sys_sendto (net/socket.c:2147)
[ 287.439440][ T3191] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 287.439447][ T3191] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 287.439457][ T3191] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 287.439464][ T3191] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 287.439475][ T3191] __x64_sys_sendto (net/socket.c:2183)
[ 287.439478][ T3191] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 287.439485][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.439490][ T3191] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 287.439495][ T3191] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 287.439500][ T3191] RIP: 0033:0x7f221f9c8a4a
[ 287.439504][ T3191] 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
[ 287.439506][ T3191] RSP: 002b:00007ffdc2b79e68 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 287.439510][ T3191] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f221f9c8a4a
[ 287.439512][ T3191] RDX: 0000000000000040 RSI: 000000003a808340 RDI: 0000000000000005
[ 287.439513][ T3191] RBP: 00007ffdc2b79ef0 R08: 0000000000418574 R09: 000000000000001c
[ 287.439515][ T3191] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 287.439517][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.439517][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.439531][ T3191]
| [ 287.453297][ T3191] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3191
| [ 287.453677][ T3191] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 287.453932][ T3191] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 287.453933][ T3191] Call Trace:
[ 287.453935][ T3191]
[ 287.453937][ T3191] dump_stack_lvl (lib/dump_stack.c:123)
[ 287.453945][ T3191] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 287.453953][ T3191] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 287.453959][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.453972][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.453983][ T3191] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 287.453986][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.453995][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.454001][ T3191] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 287.454009][ T3191] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.454015][ T3191] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 287.454019][ T3191] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.454031][ T3191] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 287.454043][ T3191] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 287.454048][ T3191] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 287.454053][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.454061][ T3191] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 287.454066][ T3191] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 287.454075][ T3191] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 287.454091][ T3191] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 287.454094][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.454105][ T3191] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.454111][ T3191] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.454117][ T3191] ? __pfx___sys_sendto (net/socket.c:2147)
[ 287.454131][ T3191] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 287.454138][ T3191] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 287.454146][ T3191] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 287.454153][ T3191] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 287.454164][ T3191] __x64_sys_sendto (net/socket.c:2183)
[ 287.454167][ T3191] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 287.454172][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.454177][ T3191] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 287.454182][ T3191] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 287.454186][ T3191] RIP: 0033:0x7f221f9c8a4a
[ 287.454189][ T3191] 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
[ 287.454191][ T3191] RSP: 002b:00007ffdc2b79e68 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 287.454194][ T3191] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f221f9c8a4a
[ 287.454196][ T3191] RDX: 0000000000000040 RSI: 000000003a808340 RDI: 0000000000000005
[ 287.454198][ T3191] RBP: 00007ffdc2b79ef0 R08: 0000000000418574 R09: 000000000000001c
[ 287.454200][ T3191] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 287.454201][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.454201][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.454216][ T3191]
| [ 287.454218][ T3191] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3191
| [ 287.468116][ T3191] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.468386][ T3191] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 287.468388][ T3191] Call Trace:
[ 287.468390][ T3191]
[ 287.468393][ T3191] dump_stack_lvl (lib/dump_stack.c:123)
[ 287.468401][ T3191] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 287.468411][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.468417][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.468430][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.468441][ T3191] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 287.468445][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.468454][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.468460][ T3191] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 287.468469][ T3191] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.468475][ T3191] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 287.468479][ T3191] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.468491][ T3191] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 287.468503][ T3191] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 287.468508][ T3191] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 287.468515][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.468525][ T3191] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 287.468530][ T3191] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 287.468540][ T3191] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 287.468556][ T3191] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 287.468560][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.468572][ T3191] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.468579][ T3191] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.468584][ T3191] ? __pfx___sys_sendto (net/socket.c:2147)
[ 287.468599][ T3191] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 287.468606][ T3191] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 287.468616][ T3191] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 287.468623][ T3191] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 287.468633][ T3191] __x64_sys_sendto (net/socket.c:2183)
[ 287.468637][ T3191] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 287.468643][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.468647][ T3191] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 287.468653][ T3191] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 287.468657][ T3191] RIP: 0033:0x7f221f9c8a4a
[ 287.468661][ T3191] 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
[ 287.468664][ T3191] RSP: 002b:00007ffdc2b79e68 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 287.468668][ T3191] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f221f9c8a4a
[ 287.468669][ T3191] RDX: 0000000000000040 RSI: 000000003a808340 RDI: 0000000000000005
[ 287.468671][ T3191] RBP: 00007ffdc2b79ef0 R08: 0000000000418574 R09: 000000000000001c
[ 287.468673][ T3191] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 287.468675][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.468675][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.468690][ T3191]
| [ 287.482817][ T3191] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3191
| [ 287.483207][ T3191] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 287.483472][ T3191] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 287.483474][ T3191] Call Trace:
[ 287.483476][ T3191]
[ 287.483478][ T3191] dump_stack_lvl (lib/dump_stack.c:123)
[ 287.483485][ T3191] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 287.483493][ T3191] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 287.483500][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.483511][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.483523][ T3191] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 287.483533][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.483539][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.483547][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.483560][ T3191] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 287.483564][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.483573][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.483579][ T3191] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 287.483587][ T3191] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.483592][ T3191] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 287.483597][ T3191] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.483609][ T3191] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 287.483621][ T3191] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 287.483626][ T3191] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 287.483632][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.483640][ T3191] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 287.483646][ T3191] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 287.483655][ T3191] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 287.483671][ T3191] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 287.483674][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.483685][ T3191] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.483691][ T3191] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.483696][ T3191] ? __pfx___sys_sendto (net/socket.c:2147)
[ 287.483711][ T3191] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 287.483718][ T3191] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 287.483727][ T3191] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 287.483735][ T3191] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 287.483745][ T3191] __x64_sys_sendto (net/socket.c:2183)
[ 287.483749][ T3191] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 287.483754][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.483759][ T3191] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 287.483765][ T3191] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 287.483769][ T3191] RIP: 0033:0x7f221f9c8a4a
[ 287.483773][ T3191] 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
[ 287.483775][ T3191] RSP: 002b:00007ffdc2b79e68 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 287.483779][ T3191] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f221f9c8a4a
[ 287.483780][ T3191] RDX: 0000000000000040 RSI: 000000003a808340 RDI: 0000000000000005
[ 287.483782][ T3191] RBP: 00007ffdc2b79ef0 R08: 0000000000418574 R09: 000000000000001c
[ 287.483784][ T3191] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 287.483786][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.483786][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.483801][ T3191]
| [ 287.502377][ T3191] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3191
| [ 287.502950][ T3191] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.503219][ T3191] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 287.503221][ T3191] Call Trace:
[ 287.503223][ T3191]
[ 287.503226][ T3191] dump_stack_lvl (lib/dump_stack.c:123)
[ 287.503234][ T3191] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 287.503243][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.503250][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.503261][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.503274][ T3191] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 287.503284][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.503290][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.503299][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.503311][ T3191] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 287.503314][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.503324][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.503330][ T3191] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 287.503339][ T3191] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.503345][ T3191] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 287.503350][ T3191] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.503362][ T3191] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 287.503374][ T3191] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 287.503379][ T3191] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 287.503385][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.503395][ T3191] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 287.503401][ T3191] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 287.503410][ T3191] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 287.503426][ T3191] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 287.503429][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.503440][ T3191] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.503448][ T3191] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.503453][ T3191] ? __pfx___sys_sendto (net/socket.c:2147)
[ 287.503468][ T3191] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 287.503475][ T3191] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 287.503485][ T3191] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 287.503492][ T3191] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 287.503503][ T3191] __x64_sys_sendto (net/socket.c:2183)
[ 287.503507][ T3191] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 287.503513][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.503517][ T3191] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 287.503523][ T3191] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 287.503527][ T3191] RIP: 0033:0x7f221f9c8a4a
[ 287.503531][ T3191] 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
[ 287.503533][ T3191] RSP: 002b:00007ffdc2b79e68 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 287.503537][ T3191] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f221f9c8a4a
[ 287.503539][ T3191] RDX: 0000000000000040 RSI: 000000003a808340 RDI: 0000000000000005
[ 287.503541][ T3191] RBP: 00007ffdc2b79ef0 R08: 0000000000418574 R09: 000000000000001c
[ 287.503543][ T3191] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 287.503545][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.503545][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.503561][ T3191]
| [ 287.521068][ T3191] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3191
| [ 287.521468][ T3191] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 287.521941][ T3191] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 287.521942][ T3191] Call Trace:
[ 287.521944][ T3191]
[ 287.521946][ T3191] dump_stack_lvl (lib/dump_stack.c:123)
[ 287.521954][ T3191] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 287.521962][ T3191] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 287.521969][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.521981][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.521994][ T3191] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 287.522003][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.522010][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.522018][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.522031][ T3191] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 287.522041][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.522047][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.522056][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.522067][ T3191] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 287.522071][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.522080][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.522086][ T3191] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 287.522093][ T3191] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.522100][ T3191] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 287.522104][ T3191] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.522116][ T3191] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 287.522128][ T3191] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 287.522133][ T3191] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 287.522137][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.522145][ T3191] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 287.522149][ T3191] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 287.522158][ T3191] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 287.522175][ T3191] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 287.522177][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.522189][ T3191] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.522196][ T3191] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.522201][ T3191] ? __pfx___sys_sendto (net/socket.c:2147)
[ 287.522216][ T3191] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 287.522222][ T3191] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 287.522231][ T3191] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 287.522238][ T3191] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 287.522248][ T3191] __x64_sys_sendto (net/socket.c:2183)
[ 287.522252][ T3191] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 287.522257][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.522261][ T3191] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 287.522267][ T3191] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 287.522272][ T3191] RIP: 0033:0x7f221f9c8a4a
[ 287.522275][ T3191] 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
[ 287.522278][ T3191] RSP: 002b:00007ffdc2b79e68 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 287.522281][ T3191] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f221f9c8a4a
[ 287.522283][ T3191] RDX: 0000000000000040 RSI: 000000003a808340 RDI: 0000000000000005
[ 287.522285][ T3191] RBP: 00007ffdc2b79ef0 R08: 0000000000418574 R09: 000000000000001c
[ 287.522287][ T3191] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 287.522289][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.522289][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.522304][ T3191]
| [ 287.522307][ T3191] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3191
| [ 287.541635][ T3191] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.541925][ T3191] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 287.541927][ T3191] Call Trace:
[ 287.541929][ T3191]
[ 287.541931][ T3191] dump_stack_lvl (lib/dump_stack.c:123)
[ 287.541939][ T3191] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 287.541948][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.541955][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.541966][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.541980][ T3191] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 287.541989][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.541996][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.542005][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.542017][ T3191] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 287.542027][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.542033][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.542042][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.542054][ T3191] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 287.542057][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.542067][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.542073][ T3191] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 287.542081][ T3191] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.542087][ T3191] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 287.542092][ T3191] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.542104][ T3191] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 287.542116][ T3191] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 287.542121][ T3191] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 287.542127][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.542136][ T3191] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 287.542140][ T3191] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 287.542149][ T3191] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 287.542166][ T3191] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 287.542169][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.542181][ T3191] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.542187][ T3191] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.542193][ T3191] ? __pfx___sys_sendto (net/socket.c:2147)
[ 287.542208][ T3191] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 287.542215][ T3191] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 287.542224][ T3191] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 287.542231][ T3191] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 287.542241][ T3191] __x64_sys_sendto (net/socket.c:2183)
[ 287.542245][ T3191] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 287.542250][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.542255][ T3191] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 287.542261][ T3191] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 287.542265][ T3191] RIP: 0033:0x7f221f9c8a4a
[ 287.542269][ T3191] 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
[ 287.542272][ T3191] RSP: 002b:00007ffdc2b79e68 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 287.542275][ T3191] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f221f9c8a4a
[ 287.542277][ T3191] RDX: 0000000000000040 RSI: 000000003a808340 RDI: 0000000000000005
[ 287.542279][ T3191] RBP: 00007ffdc2b79ef0 R08: 0000000000418574 R09: 000000000000001c
[ 287.542281][ T3191] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 287.542283][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.542283][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.542298][ T3191]
| [ 287.542506][ T3191] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3191
| [ 287.562836][ T3191] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 287.563131][ T3191] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 287.563133][ T3191] Call Trace:
[ 287.563135][ T3191]
[ 287.563137][ T3191] dump_stack_lvl (lib/dump_stack.c:123)
[ 287.563144][ T3191] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 287.563152][ T3191] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 287.563159][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.563170][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.563182][ T3191] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 287.563186][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.563195][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.563202][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.563211][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.563225][ T3191] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 287.563234][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.563240][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.563249][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.563261][ T3191] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 287.563271][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.563277][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.563286][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.563298][ T3191] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 287.563301][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.563310][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.563316][ T3191] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 287.563323][ T3191] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.563329][ T3191] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 287.563333][ T3191] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.563346][ T3191] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 287.563358][ T3191] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 287.563363][ T3191] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 287.563368][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.563377][ T3191] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 287.563381][ T3191] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 287.563390][ T3191] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 287.563407][ T3191] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 287.563409][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.563421][ T3191] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.563426][ T3191] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.563431][ T3191] ? __pfx___sys_sendto (net/socket.c:2147)
[ 287.563447][ T3191] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 287.563453][ T3191] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 287.563461][ T3191] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 287.563468][ T3191] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 287.563478][ T3191] __x64_sys_sendto (net/socket.c:2183)
[ 287.563482][ T3191] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 287.563487][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.563492][ T3191] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 287.563497][ T3191] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 287.563501][ T3191] RIP: 0033:0x7f221f9c8a4a
[ 287.563505][ T3191] 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
[ 287.563508][ T3191] RSP: 002b:00007ffdc2b79e68 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 287.563511][ T3191] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f221f9c8a4a
[ 287.563513][ T3191] RDX: 0000000000000040 RSI: 000000003a808340 RDI: 0000000000000005
[ 287.563515][ T3191] RBP: 00007ffdc2b79ef0 R08: 0000000000418574 R09: 000000000000001c
[ 287.563517][ T3191] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 287.563518][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.563518][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 287.563534][ T3191]
| [ 287.563536][ T3191] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3191
| [ 287.584492][ T3191] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.584959][ T3191] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 287.584961][ T3191] Call Trace:
[ 287.584963][ T3191]
[ 287.584965][ T3191] dump_stack_lvl (lib/dump_stack.c:123)
[ 287.584972][ T3191] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 287.584979][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.584985][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.584996][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.585008][ T3191] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 287.585012][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.585022][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.585028][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.585037][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.585051][ T3191] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 287.585060][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.585067][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.585076][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.585088][ T3191] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 287.585098][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.585105][ T3191] rpl_output (./include/net/dst.h:459 net/ipv6/rpl_iptunnel.c:253)
[ 287.585114][ T3191] ? __pfx_rpl_output (net/ipv6/rpl_iptunnel.c:205)
[ 287.585126][ T3191] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 287.585129][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.585139][ T3191] lwtunnel_output (net/core/lwtunnel.c:359)
[ 287.585145][ T3191] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 287.585152][ T3191] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.585157][ T3191] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 287.585162][ T3191] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 287.585175][ T3191] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 287.585187][ T3191] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 287.585192][ T3191] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 287.585196][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.585204][ T3191] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 287.585207][ T3191] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 287.585217][ T3191] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 287.585234][ T3191] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 287.585236][ T3191] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 287.585248][ T3191] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.585253][ T3191] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 287.585258][ T3191] ? __pfx___sys_sendto (net/socket.c:2147)
[ 287.585273][ T3191] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 287.585280][ T3191] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 287.585287][ T3191] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 287.585295][ T3191] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 287.585305][ T3191] __x64_sys_sendto (net/socket.c:2183)
[ 287.585309][ T3191] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 287.585313][ T3191] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 287.585317][ T3191] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 287.585323][ T3191] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 287.585326][ T3191] RIP: 0033:0x7f221f9c8a4a
[ 287.585330][ T3191] 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
[ 287.585332][ T3191] RSP: 002b:00007ffdc2b79e68 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 287.585335][ T3191] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007f221f9c8a4a
[ 287.585337][ T3191] RDX: 0000000000000040 RSI: 000000003a808340 RDI: 0000000000000005
[ 287.585339][ T3191] RBP: 00007ffdc2b79ef0 R08: 0000000000418574 R09: 000000000000001c
[ 287.585340][ T3191] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 287.585342][ T3191] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007f221faf1000
| [ 293.104646][ C3] lwtunnel_input(): recursion limit reached on datapath
| [ 295.366693][ T3197] check_preemption_disabled: 46 callbacks suppressed
| [ 295.366703][ T3197] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3197
| [ 295.367427][ T3197] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 295.367786][ T3197] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 295.367789][ T3197] Call Trace:
[ 295.367791][ T3197]
[ 295.367793][ T3197] dump_stack_lvl (lib/dump_stack.c:123)
[ 295.367803][ T3197] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 295.367812][ T3197] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 295.367819][ T3197] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 295.367827][ T3197] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.367834][ T3197] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 295.367839][ T3197] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.367850][ T3197] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 295.367862][ T3197] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 295.367867][ T3197] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 295.367874][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.367883][ T3197] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 295.367889][ T3197] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 295.367898][ T3197] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 295.367914][ T3197] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 295.367917][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.367928][ T3197] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.367935][ T3197] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.367940][ T3197] ? __pfx___sys_sendto (net/socket.c:2147)
[ 295.367955][ T3197] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 295.367962][ T3197] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 295.367972][ T3197] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 295.367979][ T3197] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 295.367989][ T3197] __x64_sys_sendto (net/socket.c:2183)
[ 295.367992][ T3197] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 295.367998][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.368003][ T3197] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 295.368008][ T3197] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.368013][ T3197] RIP: 0033:0x7fb609bdfa4a
[ 295.368017][ T3197] 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
[ 295.368020][ T3197] RSP: 002b:00007ffca1805ef8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 295.368025][ T3197] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb609bdfa4a
[ 295.368027][ T3197] RDX: 0000000000000040 RSI: 000000002d6e6340 RDI: 0000000000000005
[ 295.368029][ T3197] RBP: 00007ffca1805f80 R08: 0000000000418574 R09: 000000000000001c
[ 295.368031][ T3197] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 295.368032][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.368032][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.368046][ T3197]
| [ 295.368049][ T3197] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3197
| [ 295.380215][ T3197] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.380475][ T3197] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 295.380476][ T3197] Call Trace:
[ 295.380479][ T3197]
[ 295.380481][ T3197] dump_stack_lvl (lib/dump_stack.c:123)
[ 295.380489][ T3197] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 295.380497][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.380503][ T3197] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 295.380511][ T3197] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.380518][ T3197] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 295.380522][ T3197] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.380534][ T3197] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 295.380545][ T3197] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 295.380551][ T3197] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 295.380567][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.380577][ T3197] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 295.380581][ T3197] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 295.380590][ T3197] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 295.380606][ T3197] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 295.380609][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.380620][ T3197] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.380627][ T3197] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.380632][ T3197] ? __pfx___sys_sendto (net/socket.c:2147)
[ 295.380646][ T3197] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 295.380653][ T3197] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 295.380662][ T3197] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 295.380669][ T3197] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 295.380678][ T3197] __x64_sys_sendto (net/socket.c:2183)
[ 295.380682][ T3197] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 295.380687][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.380691][ T3197] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 295.380697][ T3197] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.380700][ T3197] RIP: 0033:0x7fb609bdfa4a
[ 295.380704][ T3197] 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
[ 295.380707][ T3197] RSP: 002b:00007ffca1805ef8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 295.380710][ T3197] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb609bdfa4a
[ 295.380712][ T3197] RDX: 0000000000000040 RSI: 000000002d6e6340 RDI: 0000000000000005
[ 295.380714][ T3197] RBP: 00007ffca1805f80 R08: 0000000000418574 R09: 000000000000001c
[ 295.380716][ T3197] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 295.380718][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.380718][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.380732][ T3197]
| [ 295.392924][ T3197] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3197
| [ 295.393322][ T3197] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 295.393609][ T3197] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 295.393610][ T3197] Call Trace:
[ 295.393613][ T3197]
[ 295.393615][ T3197] dump_stack_lvl (lib/dump_stack.c:123)
[ 295.393623][ T3197] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 295.393631][ T3197] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 295.393637][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.393644][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.393651][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.393656][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.393661][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.393676][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.393680][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.393683][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.393693][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.393708][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.393716][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.393721][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.393732][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.393741][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.393747][ T3197] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 295.393753][ T3197] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.393759][ T3197] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 295.393763][ T3197] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.393775][ T3197] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 295.393786][ T3197] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 295.393791][ T3197] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 295.393795][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.393802][ T3197] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 295.393806][ T3197] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 295.393815][ T3197] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 295.393831][ T3197] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 295.393834][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.393845][ T3197] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.393849][ T3197] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.393855][ T3197] ? __pfx___sys_sendto (net/socket.c:2147)
[ 295.393869][ T3197] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 295.393875][ T3197] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 295.393883][ T3197] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 295.393890][ T3197] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 295.393900][ T3197] __x64_sys_sendto (net/socket.c:2183)
[ 295.393904][ T3197] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 295.393909][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.393914][ T3197] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 295.393919][ T3197] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.393924][ T3197] RIP: 0033:0x7fb609bdfa4a
[ 295.393927][ T3197] 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
[ 295.393930][ T3197] RSP: 002b:00007ffca1805ef8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 295.393934][ T3197] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb609bdfa4a
[ 295.393936][ T3197] RDX: 0000000000000040 RSI: 000000002d6e6340 RDI: 0000000000000005
[ 295.393938][ T3197] RBP: 00007ffca1805f80 R08: 0000000000418574 R09: 000000000000001c
[ 295.393939][ T3197] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 295.393941][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.393941][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.393956][ T3197]
| [ 295.393958][ T3197] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3197
| [ 295.410154][ T3197] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.410433][ T3197] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 295.410434][ T3197] Call Trace:
[ 295.410437][ T3197]
[ 295.410439][ T3197] dump_stack_lvl (lib/dump_stack.c:123)
[ 295.410446][ T3197] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 295.410454][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.410460][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.410466][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.410473][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.410479][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.410483][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.410499][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.410502][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.410505][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.410515][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.410531][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.410538][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.410544][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.410566][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.410575][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.410581][ T3197] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 295.410588][ T3197] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.410593][ T3197] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 295.410597][ T3197] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.410609][ T3197] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 295.410620][ T3197] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 295.410625][ T3197] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 295.410629][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.410636][ T3197] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 295.410640][ T3197] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 295.410649][ T3197] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 295.410665][ T3197] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 295.410668][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.410679][ T3197] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.410684][ T3197] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.410690][ T3197] ? __pfx___sys_sendto (net/socket.c:2147)
[ 295.410704][ T3197] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 295.410711][ T3197] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 295.410718][ T3197] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 295.410725][ T3197] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 295.410735][ T3197] __x64_sys_sendto (net/socket.c:2183)
[ 295.410739][ T3197] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 295.410744][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.410748][ T3197] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 295.410754][ T3197] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.410757][ T3197] RIP: 0033:0x7fb609bdfa4a
[ 295.410761][ T3197] 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
[ 295.410763][ T3197] RSP: 002b:00007ffca1805ef8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 295.410767][ T3197] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb609bdfa4a
[ 295.410769][ T3197] RDX: 0000000000000040 RSI: 000000002d6e6340 RDI: 0000000000000005
[ 295.410770][ T3197] RBP: 00007ffca1805f80 R08: 0000000000418574 R09: 000000000000001c
[ 295.410772][ T3197] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 295.410773][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.410773][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.410787][ T3197]
| [ 295.427977][ T3197] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3197
| [ 295.428671][ T3197] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 295.428966][ T3197] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 295.428967][ T3197] Call Trace:
[ 295.428970][ T3197]
[ 295.428972][ T3197] dump_stack_lvl (lib/dump_stack.c:123)
[ 295.428979][ T3197] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 295.428987][ T3197] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 295.428993][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.428999][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.429006][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.429011][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.429015][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.429033][ T3197] ? __pfx_pskb_expand_head (net/core/skbuff.c:2231)
[ 295.429047][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.429051][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.429054][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.429063][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.429078][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.429086][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.429091][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.429102][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.429110][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.429117][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.429120][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.429126][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.429131][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.429133][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.429147][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.429150][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.429153][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.429160][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.429175][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.429182][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.429188][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.429198][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.429207][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.429213][ T3197] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 295.429219][ T3197] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.429225][ T3197] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 295.429229][ T3197] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.429241][ T3197] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 295.429252][ T3197] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 295.429257][ T3197] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 295.429261][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.429267][ T3197] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 295.429271][ T3197] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 295.429280][ T3197] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 295.429296][ T3197] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 295.429298][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.429309][ T3197] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.429314][ T3197] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.429319][ T3197] ? __pfx___sys_sendto (net/socket.c:2147)
[ 295.429333][ T3197] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 295.429340][ T3197] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 295.429347][ T3197] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 295.429354][ T3197] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 295.429370][ T3197] __x64_sys_sendto (net/socket.c:2183)
[ 295.429374][ T3197] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 295.429379][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.429383][ T3197] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 295.429405][ T3197] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.429409][ T3197] RIP: 0033:0x7fb609bdfa4a
[ 295.429413][ T3197] 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
[ 295.429415][ T3197] RSP: 002b:00007ffca1805ef8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 295.429419][ T3197] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb609bdfa4a
[ 295.429421][ T3197] RDX: 0000000000000040 RSI: 000000002d6e6340 RDI: 0000000000000005
[ 295.429423][ T3197] RBP: 00007ffca1805f80 R08: 0000000000418574 R09: 000000000000001c
[ 295.429424][ T3197] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 295.429426][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.429426][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.429441][ T3197]
| [ 295.429444][ T3197] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3197
| [ 295.453675][ T3197] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.453975][ T3197] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 295.453977][ T3197] Call Trace:
[ 295.453979][ T3197]
[ 295.453981][ T3197] dump_stack_lvl (lib/dump_stack.c:123)
[ 295.453987][ T3197] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 295.453995][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.454002][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.454007][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.454014][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.454019][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.454022][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.454029][ T3197] ? __pfx_pskb_expand_head (net/core/skbuff.c:2231)
[ 295.454043][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.454046][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.454050][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.454059][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.454074][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.454082][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.454087][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.454098][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.454107][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.454113][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.454116][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.454122][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.454127][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.454130][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.454144][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.454147][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.454150][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.454157][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.454172][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.454180][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.454185][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.454196][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.454204][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.454210][ T3197] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 295.454217][ T3197] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.454222][ T3197] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 295.454227][ T3197] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.454238][ T3197] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 295.454250][ T3197] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 295.454255][ T3197] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 295.454259][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.454265][ T3197] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 295.454269][ T3197] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 295.454278][ T3197] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 295.454294][ T3197] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 295.454296][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.454307][ T3197] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.454311][ T3197] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.454316][ T3197] ? __pfx___sys_sendto (net/socket.c:2147)
[ 295.454331][ T3197] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 295.454337][ T3197] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 295.454345][ T3197] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 295.454352][ T3197] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 295.454362][ T3197] __x64_sys_sendto (net/socket.c:2183)
[ 295.454366][ T3197] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 295.454370][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.454374][ T3197] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 295.454380][ T3197] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.454383][ T3197] RIP: 0033:0x7fb609bdfa4a
[ 295.454387][ T3197] 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
[ 295.454389][ T3197] RSP: 002b:00007ffca1805ef8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 295.454392][ T3197] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb609bdfa4a
[ 295.454394][ T3197] RDX: 0000000000000040 RSI: 000000002d6e6340 RDI: 0000000000000005
[ 295.454395][ T3197] RBP: 00007ffca1805f80 R08: 0000000000418574 R09: 000000000000001c
[ 295.454397][ T3197] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 295.454399][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.454399][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.454413][ T3197]
| [ 295.454427][ T3197] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3197
| [ 295.480717][ T3197] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 295.481020][ T3197] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 295.481022][ T3197] Call Trace:
[ 295.481024][ T3197]
[ 295.481026][ T3197] dump_stack_lvl (lib/dump_stack.c:123)
[ 295.481032][ T3197] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 295.481039][ T3197] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 295.481045][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.481050][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.481057][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.481062][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.481066][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.481082][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.481085][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.481088][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.481097][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.481110][ T3197] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 295.481118][ T3197] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.481126][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.481131][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.481138][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.481142][ T3197] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 295.481145][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.481154][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.481161][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.481164][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.481170][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.481175][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.481177][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.481182][ T3197] ? __pfx_pskb_expand_head (net/core/skbuff.c:2231)
[ 295.481196][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.481199][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.481202][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.481209][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.481224][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.481232][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.481237][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.481248][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.481257][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.481263][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.481266][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.481272][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.481278][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.481280][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.481293][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.481297][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.481300][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.481307][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.481322][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.481329][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.481335][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.481345][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.481354][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.481360][ T3197] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 295.481366][ T3197] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.481371][ T3197] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 295.481375][ T3197] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.481387][ T3197] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 295.481399][ T3197] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 295.481404][ T3197] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 295.481407][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.481414][ T3197] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 295.481418][ T3197] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 295.481427][ T3197] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 295.481443][ T3197] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 295.481445][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.481457][ T3197] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.481461][ T3197] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.481466][ T3197] ? __pfx___sys_sendto (net/socket.c:2147)
[ 295.481480][ T3197] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 295.481487][ T3197] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 295.481496][ T3197] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 295.481503][ T3197] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 295.481512][ T3197] __x64_sys_sendto (net/socket.c:2183)
[ 295.481516][ T3197] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 295.481521][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.481525][ T3197] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 295.481530][ T3197] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.481533][ T3197] RIP: 0033:0x7fb609bdfa4a
[ 295.481537][ T3197] 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
[ 295.481539][ T3197] RSP: 002b:00007ffca1805ef8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 295.481542][ T3197] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb609bdfa4a
[ 295.481544][ T3197] RDX: 0000000000000040 RSI: 000000002d6e6340 RDI: 0000000000000005
[ 295.481546][ T3197] RBP: 00007ffca1805f80 R08: 0000000000418574 R09: 000000000000001c
[ 295.481547][ T3197] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 295.481549][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.481549][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.481566][ T3197]
| [ 295.514662][ T3197] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3197
| [ 295.515126][ T3197] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.515441][ T3197] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 295.515443][ T3197] Call Trace:
[ 295.515445][ T3197]
[ 295.515447][ T3197] dump_stack_lvl (lib/dump_stack.c:123)
[ 295.515452][ T3197] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 295.515460][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.515467][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.515472][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.515479][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.515484][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.515487][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.515503][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.515506][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.515510][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.515519][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.515532][ T3197] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 295.515540][ T3197] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.515548][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.515554][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.515563][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.515567][ T3197] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 295.515571][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.515580][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.515587][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.515590][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.515597][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.515602][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.515605][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.515610][ T3197] ? __pfx_pskb_expand_head (net/core/skbuff.c:2231)
[ 295.515624][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.515627][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.515630][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.515638][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.515654][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.515662][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.515668][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.515679][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.515688][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.515695][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.515698][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.515705][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.515710][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.515712][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.515726][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.515730][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.515733][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.515741][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.515757][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.515764][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.515770][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.515781][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.515790][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.515796][ T3197] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 295.515802][ T3197] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.515808][ T3197] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 295.515812][ T3197] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.515825][ T3197] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 295.515837][ T3197] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 295.515842][ T3197] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 295.515845][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.515852][ T3197] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 295.515856][ T3197] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 295.515865][ T3197] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 295.515882][ T3197] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 295.515885][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.515896][ T3197] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.515900][ T3197] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.515906][ T3197] ? __pfx___sys_sendto (net/socket.c:2147)
[ 295.515921][ T3197] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 295.515928][ T3197] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 295.515936][ T3197] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 295.515943][ T3197] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 295.515953][ T3197] __x64_sys_sendto (net/socket.c:2183)
[ 295.515957][ T3197] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 295.515961][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.515965][ T3197] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 295.515971][ T3197] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.515974][ T3197] RIP: 0033:0x7fb609bdfa4a
[ 295.515977][ T3197] 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
[ 295.515980][ T3197] RSP: 002b:00007ffca1805ef8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 295.515983][ T3197] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb609bdfa4a
[ 295.515985][ T3197] RDX: 0000000000000040 RSI: 000000002d6e6340 RDI: 0000000000000005
[ 295.515986][ T3197] RBP: 00007ffca1805f80 R08: 0000000000418574 R09: 000000000000001c
[ 295.515988][ T3197] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 295.515990][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.515990][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.516005][ T3197]
| [ 295.548186][ T3197] BUG: using __this_cpu_read() in preemptible [00000000] code: ping6/3197
| [ 295.548688][ T3197] caller is lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 295.549017][ T3197] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 295.549019][ T3197] Call Trace:
[ 295.549021][ T3197]
[ 295.549023][ T3197] dump_stack_lvl (lib/dump_stack.c:123)
[ 295.549029][ T3197] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 295.549036][ T3197] lwtunnel_output (net/core/dev.h:329 net/core/lwtunnel.c:336)
[ 295.549042][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.549047][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.549054][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.549059][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.549062][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.549078][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.549081][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.549084][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.549093][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.549109][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.549117][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.549123][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.549134][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.549144][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.549150][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.549154][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.549160][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.549165][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.549168][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.549182][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.549185][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.549188][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.549196][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.549209][ T3197] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 295.549216][ T3197] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.549224][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.549229][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.549237][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.549241][ T3197] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 295.549244][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.549254][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.549260][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.549263][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.549269][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.549275][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.549277][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.549281][ T3197] ? __pfx_pskb_expand_head (net/core/skbuff.c:2231)
[ 295.549296][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.549299][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.549302][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.549310][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.549326][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.549333][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.549339][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.549350][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.549364][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.549370][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.549373][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.549380][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.549385][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.549387][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.549401][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.549405][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.549408][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.549416][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.549431][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.549439][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.549444][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.549455][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.549464][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.549471][ T3197] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 295.549477][ T3197] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.549483][ T3197] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 295.549487][ T3197] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.549500][ T3197] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 295.549512][ T3197] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 295.549517][ T3197] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 295.549521][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.549528][ T3197] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 295.549532][ T3197] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 295.549541][ T3197] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 295.549558][ T3197] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 295.549562][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.549574][ T3197] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.549578][ T3197] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.549583][ T3197] ? __pfx___sys_sendto (net/socket.c:2147)
[ 295.549598][ T3197] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 295.549605][ T3197] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 295.549614][ T3197] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 295.549621][ T3197] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 295.549632][ T3197] __x64_sys_sendto (net/socket.c:2183)
[ 295.549636][ T3197] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 295.549640][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.549644][ T3197] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 295.549650][ T3197] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.549653][ T3197] RIP: 0033:0x7fb609bdfa4a
[ 295.549656][ T3197] 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
[ 295.549658][ T3197] RSP: 002b:00007ffca1805ef8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 295.549662][ T3197] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb609bdfa4a
[ 295.549663][ T3197] RDX: 0000000000000040 RSI: 000000002d6e6340 RDI: 0000000000000005
[ 295.549665][ T3197] RBP: 00007ffca1805f80 R08: 0000000000418574 R09: 000000000000001c
[ 295.549667][ T3197] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000419ac0
[ 295.549668][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.549668][ T3197] R13: 000000000040305a R14: 0000000000415dd0 R15: 00007fb609d08000
| [ 295.549683][ T3197]
| [ 295.589539][ T3197] BUG: using __this_cpu_add() in preemptible [00000000] code: ping6/3197
| [ 295.590035][ T3197] caller is lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.590389][ T3197] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 295.590390][ T3197] Call Trace:
[ 295.590392][ T3197]
[ 295.590394][ T3197] dump_stack_lvl (lib/dump_stack.c:123)
[ 295.590399][ T3197] check_preemption_disabled (lib/smp_processor_id.c:52)
[ 295.590407][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.590413][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.590418][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.590424][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.590430][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.590433][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.590448][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.590452][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.590455][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.590464][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.590481][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.590489][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.590494][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.590506][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.590515][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.590522][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.590525][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.590532][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.590537][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.590539][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.590554][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.590557][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.590562][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.590581][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.590594][ T3197] ? show_trace_log_lvl (arch/x86/kernel/dumpstack.c:217)
[ 295.590600][ T3197] ? entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.590608][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.590614][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.590621][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.590625][ T3197] ? dump_stack_lvl (lib/dump_stack.c:123)
[ 295.590628][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.590638][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.590644][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.590647][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.590653][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.590658][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.590661][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.590665][ T3197] ? __pfx_pskb_expand_head (net/core/skbuff.c:2231)
[ 295.590678][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.590682][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.590685][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.590693][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.590708][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.590716][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.590721][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.590732][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.590741][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.590747][ T3197] NF_HOOK.constprop.0 (net/ipv4/ip_forward.c:93)
[ 295.590750][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.590757][ T3197] ? __pfx_NF_HOOK.constprop.0 (./include/linux/netfilter.h:308)
[ 295.590762][ T3197] ? ip6_route_output_flags (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 net/ipv6/route.c:2692)
[ 295.590764][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.590778][ T3197] seg6_output_core (net/ipv6/seg6_iptunnel.c:605)
[ 295.590781][ T3197] ? __pfx_dst_output (./include/net/dst.h:458)
[ 295.590784][ T3197] ? _printk (kernel/printk/printk.c:2470)
[ 295.590792][ T3197] ? __pfx_seg6_output_core (net/ipv6/seg6_iptunnel.c:556)
[ 295.590808][ T3197] ? mark_held_locks (kernel/locking/lockdep.c:4326)
[ 295.590815][ T3197] seg6_output (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv6/seg6_iptunnel.c:624 net/ipv6/seg6_iptunnel.c:634)
[ 295.590821][ T3197] ? __pfx_seg6_output (net/ipv6/seg6_iptunnel.c:632)
[ 295.590831][ T3197] ? dump_stack_lvl (lib/dump_stack.c:124)
[ 295.590840][ T3197] lwtunnel_output (net/core/lwtunnel.c:359)
[ 295.590846][ T3197] ip6_send_skb (net/ipv6/ip6_output.c:1981)
[ 295.590852][ T3197] rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.590857][ T3197] ? __pfx_raw6_getfrag (net/ipv6/raw.c:711)
[ 295.590862][ T3197] ? __pfx_rawv6_push_pending_frames (net/ipv6/raw.c:512)
[ 295.590874][ T3197] rawv6_sendmsg (net/ipv6/raw.c:918)
[ 295.590886][ T3197] ? __pfx_rawv6_sendmsg (net/ipv6/raw.c:741)
[ 295.590891][ T3197] ? do_fault_around (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:871 mm/memory.c:5479)
[ 295.590894][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.590901][ T3197] ? rcu_read_lock_any_held (kernel/rcu/update.c:386 kernel/rcu/update.c:380)
[ 295.590905][ T3197] ? validate_chain (kernel/locking/lockdep.c:3802 kernel/locking/lockdep.c:3822 kernel/locking/lockdep.c:3877)
[ 295.590914][ T3197] ? __lock_acquire (kernel/locking/lockdep.c:5235)
[ 295.590931][ T3197] ? __might_fault (mm/memory.c:7151 mm/memory.c:7145)
[ 295.590934][ T3197] ? __lock_release (kernel/locking/lockdep.c:5534)
[ 295.590946][ T3197] ? __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.590949][ T3197] __sys_sendto (net/socket.c:712 net/socket.c:727 net/socket.c:2180)
[ 295.590955][ T3197] ? __pfx___sys_sendto (net/socket.c:2147)
[ 295.590970][ T3197] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:736)
[ 295.590976][ T3197] ? rseq_update_cpu_node_id (kernel/rseq.c:189 (discriminator 10))
[ 295.590984][ T3197] ? __rseq_handle_notify_resume (kernel/rseq.c:442)
[ 295.590991][ T3197] ? __pfx___rseq_handle_notify_resume (kernel/rseq.c:425)
[ 295.591002][ T3197] __x64_sys_sendto (net/socket.c:2183)
[ 295.591006][ T3197] ? do_syscall_64 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 ./include/linux/entry-common.h:198 arch/x86/entry/syscall_64.c:90)
[ 295.591010][ T3197] ? lockdep_hardirqs_on (kernel/locking/lockdep.c:4473)
[ 295.591014][ T3197] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94)
[ 295.591020][ T3197] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130)
[ 295.591022][ T3197] RIP: 0033:0x7fb609bdfa4a
[ 295.591025][ T3197] 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
[ 295.591028][ T3197] RSP: 002b:00007ffca1805ef8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[ 295.591031][ T3197] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007fb609bdfa4a
[ 295.591032][ T3197] RDX: 0000000000000040 RSI: 000000002d6e6340 RDI: 0000000000000005
[ 295.591034][ T3197] RBP: 00007ffca1805f80 R08: 0000000000418574 R09: 000000000000001c
[ 295.591036][ T3197] 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