====================================== | [ 26.424012][ T12] ================================================================== | [ 26.424280][ T12] BUG: KASAN: slab-use-after-free in kobject_put (lib/kobject.c:733) | [ 26.424548][ T12] Read of size 1 at addr ffff8880094b16c4 by task kworker/u16:0/12 | [ 26.424799][ T12] [ 26.424885][ T12] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 26.424889][ T12] Workqueue: netns cleanup_net [ 26.424896][ T12] Call Trace: [ 26.424898][ T12] [ 26.424900][ T12] dump_stack_lvl (lib/dump_stack.c:123) [ 26.424905][ T12] print_address_description.constprop.0 (mm/kasan/report.c:379) [ 26.424912][ T12] ? kobject_put (lib/kobject.c:733) [ 26.424916][ T12] print_report (mm/kasan/report.c:483) [ 26.424919][ T12] ? kobject_put (lib/kobject.c:733) [ 26.424922][ T12] ? kasan_addr_to_slab (./include/linux/mm.h:1245 mm/kasan/../slab.h:191 mm/kasan/common.c:47) [ 26.424926][ T12] ? kobject_put (lib/kobject.c:733) [ 26.424929][ T12] kasan_report (mm/kasan/report.c:597) [ 26.424933][ T12] ? kobject_put (lib/kobject.c:733) [ 26.424938][ T12] kobject_put (lib/kobject.c:733) [ 26.424941][ T12] netdev_run_todo (./include/linux/list.h:381 net/core/dev.c:11670) [ 26.424947][ T12] ? dev_ingress_queue_create (net/core/dev.c:12299) [ 26.424951][ T12] ? generic_xdp_install (net/core/dev.c:11630) [ 26.424954][ T12] ? net_generic (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:897 ./include/net/netns/generic.h:48) [ 26.424962][ T12] ops_undo_list (net/core/net_namespace.c:190 net/core/net_namespace.c:248) [ 26.424968][ T12] ? rtnl_net_dumpid_one (net/core/net_namespace.c:223) [ 26.424971][ T12] ? cleanup_net (./include/linux/list.h:191 net/core/net_namespace.c:693) [ 26.424977][ T12] cleanup_net (net/core/net_namespace.c:698) [ 26.424981][ T12] ? net_passive_dec (net/core/net_namespace.c:660) [ 26.424986][ T12] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:751) [ 26.424994][ T12] process_one_work (kernel/workqueue.c:3268) [ 26.425002][ T12] ? pwq_dec_nr_in_flight (kernel/workqueue.c:3165) [ 26.425008][ T12] ? assign_work (kernel/workqueue.c:1206) [ 26.425012][ T12] worker_thread (kernel/workqueue.c:3340 kernel/workqueue.c:3427) [ 26.425018][ T12] ? rescuer_thread (kernel/workqueue.c:3373) [ 26.425021][ T12] kthread (kernel/kthread.c:463) [ 26.425025][ T12] ? kthread_is_per_cpu (kernel/kthread.c:412) [ 26.425028][ T12] ? ret_from_fork (arch/x86/kernel/process.c:157) [ 26.425032][ T12] ? __lock_release (kernel/locking/lockdep.c:5536) [ 26.425036][ T12] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:751) [ 26.425040][ T12] ? kthread_is_per_cpu (kernel/kthread.c:412) [ 26.425044][ T12] ret_from_fork (arch/x86/kernel/process.c:164) [ 26.425046][ T12] ? kthread_is_per_cpu (kernel/kthread.c:412) [ 26.425049][ T12] ret_from_fork_asm (arch/x86/entry/entry_64.S:255) | [ 26.444451][ T12] refcount_t: underflow; use-after-free. | [ 26.444632][ T12] WARNING: CPU: 3 PID: 12 at lib/refcount.c:28 refcount_warn_saturate (lib/refcount.c:28 (discriminator 3)) | [ 26.444934][ T12] Modules linked in: | [ 26.445430][ T12] Tainted: [B]=BAD_PAGE [ 26.445558][ T12] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 26.445770][ T12] Workqueue: netns cleanup_net [ 26.445941][ T12] RIP: 0010:refcount_warn_saturate (lib/refcount.c:28 (discriminator 3)) [ 26.446143][ T12] Code: cc 38 03 80 fb 01 0f 87 29 33 d7 fe 83 e3 01 0f 85 51 ff ff ff c6 05 17 cc 38 03 01 90 48 c7 c7 40 ba 25 ae e8 62 d6 16 ff 90 <0f> 0b 90 90 e9 33 ff ff ff 48 89 df e8 c0 9d a0 ff e9 ba fe ff ff All code ======== 0: cc int3 1: 38 03 cmp %al,(%rbx) 3: 80 fb 01 cmp $0x1,%bl 6: 0f 87 29 33 d7 fe ja 0xfffffffffed73335 c: 83 e3 01 and $0x1,%ebx f: 0f 85 51 ff ff ff jne 0xffffffffffffff66 15: c6 05 17 cc 38 03 01 movb $0x1,0x338cc17(%rip) # 0x338cc33 1c: 90 nop 1d: 48 c7 c7 40 ba 25 ae mov $0xffffffffae25ba40,%rdi 24: e8 62 d6 16 ff call 0xffffffffff16d68b 29: 90 nop 2a:* 0f 0b ud2 <-- trapping instruction 2c: 90 nop 2d: 90 nop 2e: e9 33 ff ff ff jmp 0xffffffffffffff66 33: 48 89 df mov %rbx,%rdi 36: e8 c0 9d a0 ff call 0xffffffffffa09dfb 3b: e9 ba fe ff ff jmp 0xfffffffffffffefa Code starting with the faulting instruction =========================================== 0: 0f 0b ud2 2: 90 nop 3: 90 nop 4: e9 33 ff ff ff jmp 0xffffffffffffff3c 9: 48 89 df mov %rbx,%rdi c: e8 c0 9d a0 ff call 0xffffffffffa09dd1 11: e9 ba fe ff ff jmp 0xfffffffffffffed0 [ 26.446750][ T12] RSP: 0018:ffffc900000c7a08 EFLAGS: 00010282 [ 26.446962][ T12] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 [ 26.447199][ T12] RDX: 0000000000000002 RSI: 0000000000000004 RDI: 0000000000000001 [ 26.447512][ T12] RBP: 0000000000000003 R08: 0000000000000000 R09: fffffbfff5e40934 [ 26.447784][ T12] R10: 0000000000000003 R11: ffffc900000c7580 R12: 0000000000000001 [ 26.448061][ T12] R13: dffffc0000000000 R14: dead000000000122 R15: dead000000000100 [ 26.448327][ T12] FS: 0000000000000000(0000) GS:ffff8880bca88000(0000) knlGS:0000000000000000 [ 26.448632][ T12] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 26.448842][ T12] CR2: 000055c688a7b0d8 CR3: 0000000055d49005 CR4: 0000000000772ef0 [ 26.449093][ T12] PKRU: 55555554 [ 26.449220][ T12] Call Trace: [ 26.449346][ T12] [ 26.449437][ T12] netdev_run_todo (./include/linux/list.h:381 net/core/dev.c:11670) [ 26.449605][ T12] ? dev_ingress_queue_create (net/core/dev.c:12299) [ 26.449778][ T12] ? generic_xdp_install (net/core/dev.c:11630) [ 26.449941][ T12] ? net_generic (./include/linux/rcupdate.h:341 ./include/linux/rcupdate.h:897 ./include/net/netns/generic.h:48) [ 26.450101][ T12] ops_undo_list (net/core/net_namespace.c:190 net/core/net_namespace.c:248) [ 26.450268][ T12] ? rtnl_net_dumpid_one (net/core/net_namespace.c:223) [ 26.450437][ T12] ? cleanup_net (./include/linux/list.h:191 net/core/net_namespace.c:693) [ 26.450603][ T12] cleanup_net (net/core/net_namespace.c:698) [ 26.450772][ T12] ? net_passive_dec (net/core/net_namespace.c:660) [ 26.450937][ T12] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:751) [ 26.451092][ T12] process_one_work (kernel/workqueue.c:3268) [ 26.451260][ T12] ? pwq_dec_nr_in_flight (kernel/workqueue.c:3165) [ 26.451429][ T12] ? assign_work (kernel/workqueue.c:1206) [ 26.451596][ T12] worker_thread (kernel/workqueue.c:3340 kernel/workqueue.c:3427) [ 26.451767][ T12] ? rescuer_thread (kernel/workqueue.c:3373) [ 26.451935][ T12] kthread (kernel/kthread.c:463) [ 26.452052][ T12] ? kthread_is_per_cpu (kernel/kthread.c:412) [ 26.452215][ T12] ? ret_from_fork (arch/x86/kernel/process.c:157) [ 26.452382][ T12] ? __lock_release (kernel/locking/lockdep.c:5536) [ 26.452554][ T12] ? rcu_is_watching (./include/linux/context_tracking.h:128 kernel/rcu/tree.c:751) [ 26.452726][ T12] ? kthread_is_per_cpu (kernel/kthread.c:412) [ 26.452890][ T12] ret_from_fork (arch/x86/kernel/process.c:164) [ 26.453049][ T12] ? kthread_is_per_cpu (kernel/kthread.c:412) Finger prints: print_report:kasan_report:kobject_put:netdev_run_todo:ops_undo_list refcount_warn_saturate:netdev_run_todo:ops_undo_list:cleanup_net:process_one_work