====================================== | [ 3.326637] #PF: supervisor write access in kernel mode | [ 3.326687] #PF: error_code(0x0002) - not-present page | [ 3.326739] PGD 0 P4D 0 | [ 3.326763] Oops: Oops: 0002 [#1] SMP [ 3.326885] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 3.326949] Workqueue: netns cleanup_net [ 3.326991] RIP: 0010:work_grab_pending (./arch/x86/include/asm/bitops.h:136 ./include/asm-generic/bitops/instrumented-atomic.h:72 kernel/workqueue.c:2072 kernel/workqueue.c:2160) [ 3.327045] Code: 83 e6 01 41 57 41 56 4c 8d 77 20 41 55 41 54 41 89 f4 55 48 89 d5 53 48 89 fb 9c 58 fa 48 89 45 00 45 85 e4 0f 85 8a 00 00 00 48 0f ba 2b 00 41 0f 92 c5 72 0e 5b 44 89 e8 5d 41 5c 41 5d 41 All code ======== 0: 83 e6 01 and $0x1,%esi 3: 41 57 push %r15 5: 41 56 push %r14 7: 4c 8d 77 20 lea 0x20(%rdi),%r14 b: 41 55 push %r13 d: 41 54 push %r12 f: 41 89 f4 mov %esi,%r12d 12: 55 push %rbp 13: 48 89 d5 mov %rdx,%rbp 16: 53 push %rbx 17: 48 89 fb mov %rdi,%rbx 1a: 9c pushf 1b: 58 pop %rax 1c: fa cli 1d: 48 89 45 00 mov %rax,0x0(%rbp) 21: 45 85 e4 test %r12d,%r12d 24: 0f 85 8a 00 00 00 jne 0xb4 2a:* f0 48 0f ba 2b 00 lock btsq $0x0,(%rbx) <-- trapping instruction 30: 41 0f 92 c5 setb %r13b 34: 72 0e jb 0x44 36: 5b pop %rbx 37: 44 89 e8 mov %r13d,%eax 3a: 5d pop %rbp 3b: 41 5c pop %r12 3d: 41 5d pop %r13 3f: 41 rex.B Code starting with the faulting instruction =========================================== 0: f0 48 0f ba 2b 00 lock btsq $0x0,(%rbx) 6: 41 0f 92 c5 setb %r13b a: 72 0e jb 0x1a c: 5b pop %rbx d: 44 89 e8 mov %r13d,%eax 10: 5d pop %rbp 11: 41 5c pop %r12 13: 41 5d pop %r13 15: 41 rex.B [ 3.327221] RSP: 0018:ffffb73400067bb8 EFLAGS: 00010046 [ 3.327273] RAX: 0000000000000246 RBX: 0000000000000000 RCX: 0000000000000088 [ 3.327350] RDX: ffffb73400067bf0 RSI: 0000000000000000 RDI: 0000000000000000 [ 3.327426] RBP: ffffb73400067bf0 R08: ffffffff96893e00 R09: 0000000000000101 [ 3.327498] R10: ffffffff974080d8 R11: ffffb73400003ff8 R12: 0000000000000000 [ 3.327572] R13: ffffb73400067ce8 R14: 0000000000000020 R15: ffffb73400067df0 [ 3.327650] FS: 0000000000000000(0000) GS:ffff955e66f91000(0000) knlGS:0000000000000000 [ 3.327732] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 3.327792] CR2: 0000000000000000 CR3: 000000002c246006 CR4: 0000000000772ef0 [ 3.327868] PKRU: 55555554 [ 3.327892] Call Trace: [ 3.327920] [ 3.327946] __cancel_work (kernel/workqueue.c:4366) [ 3.327988] __cancel_work_sync (kernel/workqueue.c:4381) [ 3.328025] __dev_close_many (net/core/dev.c:1879 (discriminator 2) net/core/dev.c:1932 (discriminator 2)) [ 3.328072] netif_close_many (net/core/dev.c:1959) [ 3.328108] unregister_netdevice_many_notify (net/core/dev.c:12545) [ 3.328158] ? unregister_netdevice_queue (net/core/dev.c:12442) [ 3.328207] default_device_exit_batch (net/core/dev.c:13229) [ 3.328256] ? mutex_lock (./arch/x86/include/asm/atomic64_64.h:101 ./include/linux/atomic/atomic-arch-fallback.h:4296 ./include/linux/atomic/atomic-long.h:1482 ./include/linux/atomic/atomic-instrumented.h:4458 kernel/locking/mutex.c:157 kernel/locking/mutex.c:273) [ 3.328301] ops_undo_list (net/core/net_namespace.c:251) [ 3.328339] cleanup_net (net/core/net_namespace.c:698) [ 3.328376] process_one_work (kernel/workqueue.c:3268) [ 3.328416] worker_thread (kernel/workqueue.c:3340 kernel/workqueue.c:3427) [ 3.328452] ? rescuer_thread (kernel/workqueue.c:3373) [ 3.328491] kthread (kernel/kthread.c:463) [ 3.328528] ? kthreads_online_cpu (kernel/kthread.c:412) [ 3.328576] ? kthreads_online_cpu (kernel/kthread.c:412) [ 3.328626] ret_from_fork (arch/x86/kernel/process.c:164) [ 3.328673] ? kthreads_online_cpu (kernel/kthread.c:412) Finger prints: work_grab_pending:__cancel_work:__cancel_work_sync:__dev_close_many:netif_close_many