===================================================== WARNING: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected 4.19.75 #0 Not tainted ----------------------------------------------------- syz-executor.3/16892 [HC0[0]:SC0[0]:HE0:SE1] is trying to acquire: 000000003ca21dab (&fiq->waitq){+.+.}, at: spin_lock include/linux/spinlock.h:329 [inline] 000000003ca21dab (&fiq->waitq){+.+.}, at: aio_poll fs/aio.c:1741 [inline] 000000003ca21dab (&fiq->waitq){+.+.}, at: __io_submit_one fs/aio.c:1849 [inline] 000000003ca21dab (&fiq->waitq){+.+.}, at: io_submit_one+0xef2/0x2eb0 fs/aio.c:1885 and this task is already holding: 0000000008d820ff (&(&ctx->ctx_lock)->rlock){..-.}, at: spin_lock_irq include/linux/spinlock.h:354 [inline] 0000000008d820ff (&(&ctx->ctx_lock)->rlock){..-.}, at: aio_poll fs/aio.c:1739 [inline] 0000000008d820ff (&(&ctx->ctx_lock)->rlock){..-.}, at: __io_submit_one fs/aio.c:1849 [inline] 0000000008d820ff (&(&ctx->ctx_lock)->rlock){..-.}, at: io_submit_one+0xead/0x2eb0 fs/aio.c:1885 which would create a new lock dependency: (&(&ctx->ctx_lock)->rlock){..-.} -> (&fiq->waitq){+.+.} but this new dependency connects a SOFTIRQ-irq-safe lock: (&(&ctx->ctx_lock)->rlock){..-.} ... which became SOFTIRQ-irq-safe at: lock_acquire+0x16f/0x3f0 kernel/locking/lockdep.c:3900 __raw_spin_lock_irq include/linux/spinlock_api_smp.h:128 [inline] _raw_spin_lock_irq+0x60/0x80 kernel/locking/spinlock.c:160 spin_lock_irq include/linux/spinlock.h:354 [inline] free_ioctx_users+0x2d/0x490 fs/aio.c:614 percpu_ref_put_many include/linux/percpu-refcount.h:284 [inline] percpu_ref_put include/linux/percpu-refcount.h:300 [inline] percpu_ref_call_confirm_rcu lib/percpu-refcount.c:123 [inline] percpu_ref_switch_to_atomic_rcu+0x407/0x540 lib/percpu-refcount.c:158 __rcu_reclaim kernel/rcu/rcu.h:236 [inline] rcu_do_batch kernel/rcu/tree.c:2584 [inline] invoke_rcu_callbacks kernel/rcu/tree.c:2897 [inline] __rcu_process_callbacks kernel/rcu/tree.c:2864 [inline] rcu_process_callbacks+0xba0/0x1a30 kernel/rcu/tree.c:2881 __do_softirq+0x25c/0x921 kernel/softirq.c:292 invoke_softirq kernel/softirq.c:372 [inline] irq_exit+0x180/0x1d0 kernel/softirq.c:412 exiting_irq arch/x86/include/asm/apic.h:536 [inline] smp_apic_timer_interrupt+0x13b/0x550 arch/x86/kernel/apic/apic.c:1094 apic_timer_interrupt+0xf/0x20 arch/x86/entry/entry_64.S:893 native_safe_halt+0xe/0x10 arch/x86/include/asm/irqflags.h:60 arch_cpu_idle+0xa/0x10 arch/x86/kernel/process.c:556 default_idle_call+0x36/0x90 kernel/sched/idle.c:93 cpuidle_idle_call kernel/sched/idle.c:153 [inline] do_idle+0x377/0x560 kernel/sched/idle.c:262 cpu_startup_entry+0xc8/0xe0 kernel/sched/idle.c:368 start_secondary+0x3e8/0x5b0 arch/x86/kernel/smpboot.c:271 secondary_startup_64+0xa4/0xb0 arch/x86/kernel/head_64.S:243 to a SOFTIRQ-irq-unsafe lock: (&fiq->waitq){+.+.} ... which became SOFTIRQ-irq-unsafe at: ... lock_acquire+0x16f/0x3f0 kernel/locking/lockdep.c:3900 __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline] _raw_spin_lock+0x2f/0x40 kernel/locking/spinlock.c:144 spin_lock include/linux/spinlock.h:329 [inline] flush_bg_queue+0x1f3/0x3d0 fs/fuse/dev.c:368 fuse_request_send_background_locked+0x26d/0x4e0 fs/fuse/dev.c:609 fuse_request_send_background+0x12b/0x180 fs/fuse/dev.c:617 fuse_send_init fs/fuse/inode.c:973 [inline] fuse_fill_super+0x13b7/0x1720 fs/fuse/inode.c:1188 mount_nodev+0x66/0x110 fs/super.c:1204 fuse_mount+0x2d/0x40 fs/fuse/inode.c:1213 mount_fs+0xa8/0x31f fs/super.c:1261 vfs_kern_mount.part.0+0x6f/0x410 fs/namespace.c:961 vfs_kern_mount fs/namespace.c:951 [inline] do_new_mount fs/namespace.c:2469 [inline] do_mount+0x53e/0x2bc0 fs/namespace.c:2799 ksys_mount+0xdb/0x150 fs/namespace.c:3015 __do_sys_mount fs/namespace.c:3029 [inline] __se_sys_mount fs/namespace.c:3026 [inline] __x64_sys_mount+0xbe/0x150 fs/namespace.c:3026 netlink: 8 bytes leftover after parsing attributes in process `syz-executor.5'. do_syscall_64+0xfd/0x620 arch/x86/entry/common.c:293 entry_SYSCALL_64_after_hwframe+0x49/0xbe other info that might help us debug this: Possible interrupt unsafe locking scenario: CPU0 CPU1 ---- ---- lock(&fiq->waitq); local_irq_disable(); lock(&(&ctx->ctx_lock)->rlock); lock(&fiq->waitq); lock(&(&ctx->ctx_lock)->rlock); *** DEADLOCK *** 1 lock held by syz-executor.3/16892: #0: 0000000008d820ff (&(&ctx->ctx_lock)->rlock){..-.}, at: spin_lock_irq include/linux/spinlock.h:354 [inline] #0: 0000000008d820ff (&(&ctx->ctx_lock)->rlock){..-.}, at: aio_poll fs/aio.c:1739 [inline] #0: 0000000008d820ff (&(&ctx->ctx_lock)->rlock){..-.}, at: __io_submit_one fs/aio.c:1849 [inline] #0: 0000000008d820ff (&(&ctx->ctx_lock)->rlock){..-.}, at: io_submit_one+0xead/0x2eb0 fs/aio.c:1885 the dependencies between SOFTIRQ-irq-safe lock and the holding lock: -> (&(&ctx->ctx_lock)->rlock){..-.} ops: 80 { IN-SOFTIRQ-W at: lock_acquire+0x16f/0x3f0 kernel/locking/lockdep.c:3900 __raw_spin_lock_irq include/linux/spinlock_api_smp.h:128 [inline] _raw_spin_lock_irq+0x60/0x80 kernel/locking/spinlock.c:160 spin_lock_irq include/linux/spinlock.h:354 [inline] free_ioctx_users+0x2d/0x490 fs/aio.c:614 percpu_ref_put_many include/linux/percpu-refcount.h:284 [inline] percpu_ref_put include/linux/percpu-refcount.h:300 [inline] percpu_ref_call_confirm_rcu lib/percpu-refcount.c:123 [inline] percpu_ref_switch_to_atomic_rcu+0x407/0x540 lib/percpu-refcount.c:158 __rcu_reclaim kernel/rcu/rcu.h:236 [inline] rcu_do_batch kernel/rcu/tree.c:2584 [inline] invoke_rcu_callbacks kernel/rcu/tree.c:2897 [inline] __rcu_process_callbacks kernel/rcu/tree.c:2864 [inline] rcu_process_callbacks+0xba0/0x1a30 kernel/rcu/tree.c:2881 __do_softirq+0x25c/0x921 kernel/softirq.c:292 invoke_softirq kernel/softirq.c:372 [inline] irq_exit+0x180/0x1d0 kernel/softirq.c:412 exiting_irq arch/x86/include/asm/apic.h:536 [inline] smp_apic_timer_interrupt+0x13b/0x550 arch/x86/kernel/apic/apic.c:1094 apic_timer_interrupt+0xf/0x20 arch/x86/entry/entry_64.S:893 native_safe_halt+0xe/0x10 arch/x86/include/asm/irqflags.h:60 arch_cpu_idle+0xa/0x10 arch/x86/kernel/process.c:556 default_idle_call+0x36/0x90 kernel/sched/idle.c:93 cpuidle_idle_call kernel/sched/idle.c:153 [inline] do_idle+0x377/0x560 kernel/sched/idle.c:262 cpu_startup_entry+0xc8/0xe0 kernel/sched/idle.c:368 start_secondary+0x3e8/0x5b0 arch/x86/kernel/smpboot.c:271 secondary_startup_64+0xa4/0xb0 arch/x86/kernel/head_64.S:243 INITIAL USE at: lock_acquire+0x16f/0x3f0 kernel/locking/lockdep.c:3900 __raw_spin_lock_irq include/linux/spinlock_api_smp.h:128 [inline] _raw_spin_lock_irq+0x60/0x80 kernel/locking/spinlock.c:160 spin_lock_irq include/linux/spinlock.h:354 [inline] free_ioctx_users+0x2d/0x490 fs/aio.c:614 percpu_ref_put_many include/linux/percpu-refcount.h:284 [inline] percpu_ref_put include/linux/percpu-refcount.h:300 [inline] percpu_ref_call_confirm_rcu lib/percpu-refcount.c:123 [inline] percpu_ref_switch_to_atomic_rcu+0x407/0x540 lib/percpu-refcount.c:158 __rcu_reclaim kernel/rcu/rcu.h:236 [inline] rcu_do_batch kernel/rcu/tree.c:2584 [inline] invoke_rcu_callbacks kernel/rcu/tree.c:2897 [inline] __rcu_process_callbacks kernel/rcu/tree.c:2864 [inline] rcu_process_callbacks+0xba0/0x1a30 kernel/rcu/tree.c:2881 __do_softirq+0x25c/0x921 kernel/softirq.c:292 invoke_softirq kernel/softirq.c:372 [inline] irq_exit+0x180/0x1d0 kernel/softirq.c:412 exiting_irq arch/x86/include/asm/apic.h:536 [inline] smp_apic_timer_interrupt+0x13b/0x550 arch/x86/kernel/apic/apic.c:1094 apic_timer_interrupt+0xf/0x20 arch/x86/entry/entry_64.S:893 native_safe_halt+0xe/0x10 arch/x86/include/asm/irqflags.h:60 arch_cpu_idle+0xa/0x10 arch/x86/kernel/process.c:556 default_idle_call+0x36/0x90 kernel/sched/idle.c:93 cpuidle_idle_call kernel/sched/idle.c:153 [inline] do_idle+0x377/0x560 kernel/sched/idle.c:262 cpu_startup_entry+0xc8/0xe0 kernel/sched/idle.c:368 start_secondary+0x3e8/0x5b0 arch/x86/kernel/smpboot.c:271 secondary_startup_64+0xa4/0xb0 arch/x86/kernel/head_64.S:243 } ... key at: [] __key.50217+0x0/0x40 ... acquired at: lock_acquire+0x16f/0x3f0 kernel/locking/lockdep.c:3900 __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline] _raw_spin_lock+0x2f/0x40 kernel/locking/spinlock.c:144 spin_lock include/linux/spinlock.h:329 [inline] aio_poll fs/aio.c:1741 [inline] __io_submit_one fs/aio.c:1849 [inline] io_submit_one+0xef2/0x2eb0 fs/aio.c:1885 __do_sys_io_submit fs/aio.c:1929 [inline] __se_sys_io_submit fs/aio.c:1900 [inline] __x64_sys_io_submit+0x1aa/0x520 fs/aio.c:1900 do_syscall_64+0xfd/0x620 arch/x86/entry/common.c:293 entry_SYSCALL_64_after_hwframe+0x49/0xbe the dependencies between the lock to be acquired and SOFTIRQ-irq-unsafe lock: -> (&fiq->waitq){+.+.} ops: 145 { HARDIRQ-ON-W at: lock_acquire+0x16f/0x3f0 kernel/locking/lockdep.c:3900 __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline] _raw_spin_lock+0x2f/0x40 kernel/locking/spinlock.c:144 spin_lock include/linux/spinlock.h:329 [inline] flush_bg_queue+0x1f3/0x3d0 fs/fuse/dev.c:368 fuse_request_send_background_locked+0x26d/0x4e0 fs/fuse/dev.c:609 fuse_request_send_background+0x12b/0x180 fs/fuse/dev.c:617 fuse_send_init fs/fuse/inode.c:973 [inline] fuse_fill_super+0x13b7/0x1720 fs/fuse/inode.c:1188 mount_nodev+0x66/0x110 fs/super.c:1204 fuse_mount+0x2d/0x40 fs/fuse/inode.c:1213 mount_fs+0xa8/0x31f fs/super.c:1261 vfs_kern_mount.part.0+0x6f/0x410 fs/namespace.c:961 vfs_kern_mount fs/namespace.c:951 [inline] do_new_mount fs/namespace.c:2469 [inline] do_mount+0x53e/0x2bc0 fs/namespace.c:2799 ksys_mount+0xdb/0x150 fs/namespace.c:3015 __do_sys_mount fs/namespace.c:3029 [inline] __se_sys_mount fs/namespace.c:3026 [inline] __x64_sys_mount+0xbe/0x150 fs/namespace.c:3026 do_syscall_64+0xfd/0x620 arch/x86/entry/common.c:293 entry_SYSCALL_64_after_hwframe+0x49/0xbe SOFTIRQ-ON-W at: lock_acquire+0x16f/0x3f0 kernel/locking/lockdep.c:3900 __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline] _raw_spin_lock+0x2f/0x40 kernel/locking/spinlock.c:144 spin_lock include/linux/spinlock.h:329 [inline] flush_bg_queue+0x1f3/0x3d0 fs/fuse/dev.c:368 fuse_request_send_background_locked+0x26d/0x4e0 fs/fuse/dev.c:609 fuse_request_send_background+0x12b/0x180 fs/fuse/dev.c:617 fuse_send_init fs/fuse/inode.c:973 [inline] fuse_fill_super+0x13b7/0x1720 fs/fuse/inode.c:1188 mount_nodev+0x66/0x110 fs/super.c:1204 fuse_mount+0x2d/0x40 fs/fuse/inode.c:1213 mount_fs+0xa8/0x31f fs/super.c:1261 vfs_kern_mount.part.0+0x6f/0x410 fs/namespace.c:961 vfs_kern_mount fs/namespace.c:951 [inline] do_new_mount fs/namespace.c:2469 [inline] do_mount+0x53e/0x2bc0 fs/namespace.c:2799 ksys_mount+0xdb/0x150 fs/namespace.c:3015 __do_sys_mount fs/namespace.c:3029 [inline] __se_sys_mount fs/namespace.c:3026 [inline] __x64_sys_mount+0xbe/0x150 fs/namespace.c:3026 do_syscall_64+0xfd/0x620 arch/x86/entry/common.c:293 entry_SYSCALL_64_after_hwframe+0x49/0xbe INITIAL USE at: lock_acquire+0x16f/0x3f0 kernel/locking/lockdep.c:3900 __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline] _raw_spin_lock+0x2f/0x40 kernel/locking/spinlock.c:144 spin_lock include/linux/spinlock.h:329 [inline] flush_bg_queue+0x1f3/0x3d0 fs/fuse/dev.c:368 fuse_request_send_background_locked+0x26d/0x4e0 fs/fuse/dev.c:609 fuse_request_send_background+0x12b/0x180 fs/fuse/dev.c:617 fuse_send_init fs/fuse/inode.c:973 [inline] fuse_fill_super+0x13b7/0x1720 fs/fuse/inode.c:1188 mount_nodev+0x66/0x110 fs/super.c:1204 fuse_mount+0x2d/0x40 fs/fuse/inode.c:1213 mount_fs+0xa8/0x31f fs/super.c:1261 vfs_kern_mount.part.0+0x6f/0x410 fs/namespace.c:961 vfs_kern_mount fs/namespace.c:951 [inline] do_new_mount fs/namespace.c:2469 [inline] do_mount+0x53e/0x2bc0 fs/namespace.c:2799 ksys_mount+0xdb/0x150 fs/namespace.c:3015 __do_sys_mount fs/namespace.c:3029 [inline] __se_sys_mount fs/namespace.c:3026 [inline] __x64_sys_mount+0xbe/0x150 fs/namespace.c:3026 do_syscall_64+0xfd/0x620 arch/x86/entry/common.c:293 entry_SYSCALL_64_after_hwframe+0x49/0xbe } ... key at: [] __key.42217+0x0/0x40 ... acquired at: lock_acquire+0x16f/0x3f0 kernel/locking/lockdep.c:3900 __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline] _raw_spin_lock+0x2f/0x40 kernel/locking/spinlock.c:144 spin_lock include/linux/spinlock.h:329 [inline] aio_poll fs/aio.c:1741 [inline] __io_submit_one fs/aio.c:1849 [inline] io_submit_one+0xef2/0x2eb0 fs/aio.c:1885 __do_sys_io_submit fs/aio.c:1929 [inline] __se_sys_io_submit fs/aio.c:1900 [inline] __x64_sys_io_submit+0x1aa/0x520 fs/aio.c:1900 do_syscall_64+0xfd/0x620 arch/x86/entry/common.c:293 entry_SYSCALL_64_after_hwframe+0x49/0xbe stack backtrace: CPU: 1 PID: 16892 Comm: syz-executor.3 Not tainted 4.19.75 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 Call Trace: __dump_stack lib/dump_stack.c:77 [inline] dump_stack+0x172/0x1f0 lib/dump_stack.c:113 print_bad_irq_dependency kernel/locking/lockdep.c:1568 [inline] check_usage.cold+0x611/0x946 kernel/locking/lockdep.c:1600 check_irq_usage kernel/locking/lockdep.c:1656 [inline] check_prev_add_irq kernel/locking/lockdep_states.h:8 [inline] check_prev_add kernel/locking/lockdep.c:1866 [inline] check_prevs_add kernel/locking/lockdep.c:1974 [inline] validate_chain kernel/locking/lockdep.c:2415 [inline] __lock_acquire+0x1e8c/0x49c0 kernel/locking/lockdep.c:3411 lock_acquire+0x16f/0x3f0 kernel/locking/lockdep.c:3900 __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline] _raw_spin_lock+0x2f/0x40 kernel/locking/spinlock.c:144 spin_lock include/linux/spinlock.h:329 [inline] aio_poll fs/aio.c:1741 [inline] __io_submit_one fs/aio.c:1849 [inline] io_submit_one+0xef2/0x2eb0 fs/aio.c:1885 __do_sys_io_submit fs/aio.c:1929 [inline] __se_sys_io_submit fs/aio.c:1900 [inline] __x64_sys_io_submit+0x1aa/0x520 fs/aio.c:1900 do_syscall_64+0xfd/0x620 arch/x86/entry/common.c:293 entry_SYSCALL_64_after_hwframe+0x49/0xbe RIP: 0033:0x459a29 Code: fd b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 0f 83 cb b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00 RSP: 002b:00007fc65d8efc78 EFLAGS: 00000246 ORIG_RAX: 00000000000000d1 RAX: ffffffffffffffda RBX: 0000000000000003 RCX: 0000000000459a29 RDX: 0000000020000100 RSI: 0000000000000001 RDI: 00007fc65d8cf000 RBP: 000000000075bf20 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000246 R12: 00007fc65d8f06d4 R13: 00000000004c0e25 R14: 00000000004d4030 R15: 00000000ffffffff kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' cgroup: fork rejected by pids controller in /syz0 kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'rx-0' (000000005b88383e): kobject_cleanup, parent 000000005d5ce325 kobject: 'rx-0' (000000005b88383e): auto cleanup 'remove' event kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'rx-0' (000000005b88383e): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'rx-0' (000000005b88383e): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000005b88383e): auto cleanup kobject_del kobject: 'rx-0' (000000005b88383e): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (000000009a40e5ef): kobject_cleanup, parent 000000005d5ce325 kobject: 'tx-0' (000000009a40e5ef): auto cleanup 'remove' event kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'tx-0' (000000009a40e5ef): kobject_uevent_env kobject: 'tx-0' (000000009a40e5ef): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (000000009a40e5ef): auto cleanup kobject_del kobject: 'tx-0' (000000009a40e5ef): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (000000005d5ce325): kobject_cleanup, parent (null) kobject: 'queues' (000000005d5ce325): calling ktype release kobject: 'queues' (000000005d5ce325): kset_release kobject: 'queues': free name kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'ip6gre0' (00000000107a1336): kobject_uevent_env kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'ip6gre0' (00000000107a1336): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (0000000091721297): kobject_cleanup, parent 000000005cd37ed4 kobject: 'rx-0' (0000000091721297): auto cleanup 'remove' event kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'rx-0' (0000000091721297): kobject_uevent_env kobject: 'rx-0' (0000000091721297): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (0000000091721297): auto cleanup kobject_del kobject: 'rx-0' (0000000091721297): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000ba82d465): kobject_cleanup, parent 000000005cd37ed4 kobject: 'tx-0' (00000000ba82d465): auto cleanup 'remove' event kobject: 'tx-0' (00000000ba82d465): kobject_uevent_env kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'tx-0' (00000000ba82d465): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000ba82d465): auto cleanup kobject_del kobject: 'tx-0' (00000000ba82d465): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (000000005cd37ed4): kobject_cleanup, parent (null) kobject: 'queues' (000000005cd37ed4): calling ktype release kobject: 'queues' (000000005cd37ed4): kset_release kobject: 'queues': free name kobject: 'ip6gre0' (000000009b1c6db5): kobject_uevent_env kobject: 'ip6gre0' (000000009b1c6db5): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000674d7f3c): kobject_cleanup, parent 00000000691b0fa8 kobject: 'rx-0' (00000000674d7f3c): auto cleanup 'remove' event kobject: 'rx-0' (00000000674d7f3c): kobject_uevent_env kobject: 'rx-0' (00000000674d7f3c): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000674d7f3c): auto cleanup kobject_del kobject: 'rx-0' (00000000674d7f3c): calling ktype release kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'rx-0': free name kobject: 'tx-0' (00000000b2f7b0ef): kobject_cleanup, parent 00000000691b0fa8 kobject: 'tx-0' (00000000b2f7b0ef): auto cleanup 'remove' event kobject: 'tx-0' (00000000b2f7b0ef): kobject_uevent_env kobject: 'tx-0' (00000000b2f7b0ef): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000b2f7b0ef): auto cleanup kobject_del kobject: 'tx-0' (00000000b2f7b0ef): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000691b0fa8): kobject_cleanup, parent (null) kobject: 'queues' (00000000691b0fa8): calling ktype release kobject: 'queues' (00000000691b0fa8): kset_release kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'queues': free name kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'ip6gre0' (00000000ac4de4c7): kobject_uevent_env kobject: 'ip6gre0' (00000000ac4de4c7): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'rx-0' (00000000413948d3): kobject_cleanup, parent 0000000017b6791a kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'rx-0' (00000000413948d3): auto cleanup 'remove' event kobject: 'rx-0' (00000000413948d3): kobject_uevent_env kobject: 'rx-0' (00000000413948d3): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000413948d3): auto cleanup kobject_del kobject: 'rx-0' (00000000413948d3): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000352a71ff): kobject_cleanup, parent 0000000017b6791a kobject: 'tx-0' (00000000352a71ff): auto cleanup 'remove' event kobject: 'tx-0' (00000000352a71ff): kobject_uevent_env kobject: 'tx-0' (00000000352a71ff): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000352a71ff): auto cleanup kobject_del kobject: 'tx-0' (00000000352a71ff): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (0000000017b6791a): kobject_cleanup, parent (null) kobject: 'queues' (0000000017b6791a): calling ktype release kobject: 'queues' (0000000017b6791a): kset_release kobject: 'queues': free name kobject: 'ip6gre0' (0000000066737e50): kobject_uevent_env kobject: 'ip6gre0' (0000000066737e50): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000003cb5d04c): kobject_cleanup, parent 00000000799c12bf kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'rx-0' (000000003cb5d04c): auto cleanup 'remove' event kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'rx-0' (000000003cb5d04c): kobject_uevent_env kobject: 'rx-0' (000000003cb5d04c): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000003cb5d04c): auto cleanup kobject_del kobject: 'rx-0' (000000003cb5d04c): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000e51bc102): kobject_cleanup, parent 00000000799c12bf kobject: 'tx-0' (00000000e51bc102): auto cleanup 'remove' event kobject: 'tx-0' (00000000e51bc102): kobject_uevent_env kobject: 'tx-0' (00000000e51bc102): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000e51bc102): auto cleanup kobject_del kobject: 'tx-0' (00000000e51bc102): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000799c12bf): kobject_cleanup, parent (null) kobject: 'queues' (00000000799c12bf): calling ktype release kobject: 'queues' (00000000799c12bf): kset_release kobject: 'queues': free name kobject: 'ip6gre0' (000000006b8a9d65): kobject_uevent_env kobject: 'ip6gre0' (000000006b8a9d65): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'rx-0' (00000000a97c856a): kobject_cleanup, parent 000000004fcdedae kobject: 'rx-0' (00000000a97c856a): auto cleanup 'remove' event kobject: 'rx-0' (00000000a97c856a): kobject_uevent_env kobject: 'rx-0' (00000000a97c856a): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000a97c856a): auto cleanup kobject_del kobject: 'rx-0' (00000000a97c856a): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000302d17f7): kobject_cleanup, parent 000000004fcdedae kobject: 'tx-0' (00000000302d17f7): auto cleanup 'remove' event kobject: 'tx-0' (00000000302d17f7): kobject_uevent_env kobject: 'tx-0' (00000000302d17f7): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000302d17f7): auto cleanup kobject_del kobject: 'tx-0' (00000000302d17f7): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (000000004fcdedae): kobject_cleanup, parent (null) kobject: 'queues' (000000004fcdedae): calling ktype release kobject: 'queues' (000000004fcdedae): kset_release kobject: 'queues': free name kobject: 'ip6gre0' (00000000e3b9d416): kobject_uevent_env kobject: 'ip6gre0' (00000000e3b9d416): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000005dadbf8b): kobject_cleanup, parent 000000008df7fee7 kobject: 'rx-0' (000000005dadbf8b): auto cleanup 'remove' event kobject: 'rx-0' (000000005dadbf8b): kobject_uevent_env kobject: 'rx-0' (000000005dadbf8b): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000005dadbf8b): auto cleanup kobject_del kobject: 'rx-0' (000000005dadbf8b): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000fbad5c02): kobject_cleanup, parent 000000008df7fee7 kobject: 'tx-0' (00000000fbad5c02): auto cleanup 'remove' event kobject: 'tx-0' (00000000fbad5c02): kobject_uevent_env kobject: 'tx-0' (00000000fbad5c02): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000fbad5c02): auto cleanup kobject_del kobject: 'tx-0' (00000000fbad5c02): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (000000008df7fee7): kobject_cleanup, parent (null) kobject: 'queues' (000000008df7fee7): calling ktype release kobject: 'queues' (000000008df7fee7): kset_release kobject: 'queues': free name kobject: 'ip6gre0' (00000000fe8b71b9): kobject_uevent_env kobject: 'ip6gre0' (00000000fe8b71b9): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'ip6gre0' (00000000107a1336): kobject_cleanup, parent (null) kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'ip6gre0' (00000000107a1336): calling ktype release kobject: 'ip6gre0': free name kobject: 'ip6gre0' (000000009b1c6db5): kobject_cleanup, parent (null) kobject: 'ip6gre0' (000000009b1c6db5): calling ktype release kobject: 'ip6gre0': free name kobject: 'ip6gre0' (00000000ac4de4c7): kobject_cleanup, parent (null) kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'ip6gre0' (00000000ac4de4c7): calling ktype release kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'ip6gre0': free name kobject: 'ip6gre0' (0000000066737e50): kobject_cleanup, parent (null) kobject: 'ip6gre0' (0000000066737e50): calling ktype release kobject: 'ip6gre0': free name kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'ip6gre0' (000000006b8a9d65): kobject_cleanup, parent (null) kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'ip6gre0' (000000006b8a9d65): calling ktype release kobject: 'ip6gre0': free name kobject: 'ip6gre0' (00000000e3b9d416): kobject_cleanup, parent (null) kobject: 'ip6gre0' (00000000e3b9d416): calling ktype release kobject: 'ip6gre0': free name kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'ip6gre0' (00000000fe8b71b9): kobject_cleanup, parent (null) kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'ip6gre0' (00000000fe8b71b9): calling ktype release kobject: 'ip6gre0': free name kobject: 'rx-0' (0000000072a7ed8d): kobject_cleanup, parent 00000000fb83b9e5 kobject: 'rx-0' (0000000072a7ed8d): auto cleanup 'remove' event kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'rx-0' (0000000072a7ed8d): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'rx-0' (0000000072a7ed8d): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (0000000072a7ed8d): auto cleanup kobject_del kobject: 'rx-0' (0000000072a7ed8d): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000a8268d99): kobject_cleanup, parent 00000000fb83b9e5 kobject: 'tx-0' (00000000a8268d99): auto cleanup 'remove' event kobject: 'tx-0' (00000000a8268d99): kobject_uevent_env kobject: 'tx-0' (00000000a8268d99): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000a8268d99): auto cleanup kobject_del kobject: 'tx-0' (00000000a8268d99): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000fb83b9e5): kobject_cleanup, parent (null) kobject: 'queues' (00000000fb83b9e5): calling ktype release kobject: 'queues' (00000000fb83b9e5): kset_release kobject: 'queues': free name kobject: 'ip6tnl0' (00000000bde3ea53): kobject_uevent_env kobject: 'ip6tnl0' (00000000bde3ea53): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000b1f50d24): kobject_cleanup, parent 00000000b18b6eb5 kobject: 'rx-0' (00000000b1f50d24): auto cleanup 'remove' event kobject: 'rx-0' (00000000b1f50d24): kobject_uevent_env kobject: 'rx-0' (00000000b1f50d24): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000b1f50d24): auto cleanup kobject_del kobject: 'rx-0' (00000000b1f50d24): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (000000000104e196): kobject_cleanup, parent 00000000b18b6eb5 kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'tx-0' (000000000104e196): auto cleanup 'remove' event kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'tx-0' (000000000104e196): kobject_uevent_env kobject: 'tx-0' (000000000104e196): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (000000000104e196): auto cleanup kobject_del kobject: 'tx-0' (000000000104e196): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000b18b6eb5): kobject_cleanup, parent (null) kobject: 'queues' (00000000b18b6eb5): calling ktype release kobject: 'queues' (00000000b18b6eb5): kset_release kobject: 'queues': free name kobject: 'ip6tnl0' (00000000dba0c15b): kobject_uevent_env kobject: 'ip6tnl0' (00000000dba0c15b): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (0000000052a8c61d): kobject_cleanup, parent 00000000f7804431 kobject: 'rx-0' (0000000052a8c61d): auto cleanup 'remove' event kobject: 'rx-0' (0000000052a8c61d): kobject_uevent_env kobject: 'rx-0' (0000000052a8c61d): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (0000000052a8c61d): auto cleanup kobject_del kobject: 'rx-0' (0000000052a8c61d): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000f4ded036): kobject_cleanup, parent 00000000f7804431 kobject: 'tx-0' (00000000f4ded036): auto cleanup 'remove' event kobject: 'tx-0' (00000000f4ded036): kobject_uevent_env kobject: 'tx-0' (00000000f4ded036): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000f4ded036): auto cleanup kobject_del kobject: 'tx-0' (00000000f4ded036): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000f7804431): kobject_cleanup, parent (null) kobject: 'queues' (00000000f7804431): calling ktype release kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'queues' (00000000f7804431): kset_release kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'queues': free name kobject: 'ip6tnl0' (000000003ac8ee7c): kobject_uevent_env kobject: 'ip6tnl0' (000000003ac8ee7c): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000f36873ee): kobject_cleanup, parent 000000000447269f kobject: 'rx-0' (00000000f36873ee): auto cleanup 'remove' event kobject: 'rx-0' (00000000f36873ee): kobject_uevent_env kobject: 'rx-0' (00000000f36873ee): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000f36873ee): auto cleanup kobject_del kobject: 'rx-0' (00000000f36873ee): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000e4f18814): kobject_cleanup, parent 000000000447269f kobject: 'tx-0' (00000000e4f18814): auto cleanup 'remove' event kobject: 'tx-0' (00000000e4f18814): kobject_uevent_env kobject: 'tx-0' (00000000e4f18814): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000e4f18814): auto cleanup kobject_del kobject: 'tx-0' (00000000e4f18814): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (000000000447269f): kobject_cleanup, parent (null) kobject: 'queues' (000000000447269f): calling ktype release kobject: 'queues' (000000000447269f): kset_release kobject: 'queues': free name kobject: 'ip6tnl0' (00000000c57a39a8): kobject_uevent_env kobject: 'ip6tnl0' (00000000c57a39a8): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000003cfed5c1): kobject_cleanup, parent 0000000028d650fe kobject: 'rx-0' (000000003cfed5c1): auto cleanup 'remove' event kobject: 'rx-0' (000000003cfed5c1): kobject_uevent_env kobject: 'rx-0' (000000003cfed5c1): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000003cfed5c1): auto cleanup kobject_del kobject: 'rx-0' (000000003cfed5c1): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000a922cd57): kobject_cleanup, parent 0000000028d650fe kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'tx-0' (00000000a922cd57): auto cleanup 'remove' event kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'tx-0' (00000000a922cd57): kobject_uevent_env kobject: 'tx-0' (00000000a922cd57): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000a922cd57): auto cleanup kobject_del kobject: 'tx-0' (00000000a922cd57): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (0000000028d650fe): kobject_cleanup, parent (null) kobject: 'queues' (0000000028d650fe): calling ktype release kobject: 'queues' (0000000028d650fe): kset_release kobject: 'queues': free name kobject: 'ip6tnl0' (000000007e936994): kobject_uevent_env kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'ip6tnl0' (000000007e936994): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'rx-0' (00000000f6c1879b): kobject_cleanup, parent 00000000d41f61de kobject: 'rx-0' (00000000f6c1879b): auto cleanup 'remove' event kobject: 'rx-0' (00000000f6c1879b): kobject_uevent_env kobject: 'rx-0' (00000000f6c1879b): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000f6c1879b): auto cleanup kobject_del kobject: 'rx-0' (00000000f6c1879b): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (0000000009e9a340): kobject_cleanup, parent 00000000d41f61de kobject: 'tx-0' (0000000009e9a340): auto cleanup 'remove' event kobject: 'tx-0' (0000000009e9a340): kobject_uevent_env kobject: 'tx-0' (0000000009e9a340): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (0000000009e9a340): auto cleanup kobject_del kobject: 'tx-0' (0000000009e9a340): calling ktype release kobject: 'tx-0': free name kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'queues' (00000000d41f61de): kobject_cleanup, parent (null) kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'queues' (00000000d41f61de): calling ktype release kobject: 'queues' (00000000d41f61de): kset_release kobject: 'queues': free name kobject: 'ip6tnl0' (000000005fd10262): kobject_uevent_env kobject: 'ip6tnl0' (000000005fd10262): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000a817e9d8): kobject_cleanup, parent 000000004e7ff8a2 kobject: 'rx-0' (00000000a817e9d8): auto cleanup 'remove' event kobject: 'rx-0' (00000000a817e9d8): kobject_uevent_env kobject: 'rx-0' (00000000a817e9d8): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000a817e9d8): auto cleanup kobject_del kobject: 'rx-0' (00000000a817e9d8): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (0000000044141a27): kobject_cleanup, parent 000000004e7ff8a2 kobject: 'tx-0' (0000000044141a27): auto cleanup 'remove' event kobject: 'tx-0' (0000000044141a27): kobject_uevent_env kobject: 'tx-0' (0000000044141a27): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (0000000044141a27): auto cleanup kobject_del kobject: 'tx-0' (0000000044141a27): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (000000004e7ff8a2): kobject_cleanup, parent (null) kobject: 'queues' (000000004e7ff8a2): calling ktype release kobject: 'queues' (000000004e7ff8a2): kset_release kobject: 'queues': free name kobject: 'ip6tnl0' (0000000092273beb): kobject_uevent_env kobject: 'ip6tnl0' (0000000092273beb): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'ip6tnl0' (00000000bde3ea53): kobject_cleanup, parent (null) kobject: 'ip6tnl0' (00000000bde3ea53): calling ktype release kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'ip6tnl0': free name kobject: 'ip6tnl0' (00000000dba0c15b): kobject_cleanup, parent (null) kobject: 'ip6tnl0' (00000000dba0c15b): calling ktype release kobject: 'ip6tnl0': free name kobject: 'ip6tnl0' (000000003ac8ee7c): kobject_cleanup, parent (null) kobject: 'ip6tnl0' (000000003ac8ee7c): calling ktype release kobject: 'ip6tnl0': free name kobject: 'ip6tnl0' (00000000c57a39a8): kobject_cleanup, parent (null) kobject: 'ip6tnl0' (00000000c57a39a8): calling ktype release kobject: 'ip6tnl0': free name kobject: 'ip6tnl0' (000000007e936994): kobject_cleanup, parent (null) kobject: 'ip6tnl0' (000000007e936994): calling ktype release kobject: 'ip6tnl0': free name kobject: 'ip6tnl0' (000000005fd10262): kobject_cleanup, parent (null) kobject: 'ip6tnl0' (000000005fd10262): calling ktype release kobject: 'ip6tnl0': free name kobject: 'ip6tnl0' (0000000092273beb): kobject_cleanup, parent (null) kobject: 'ip6tnl0' (0000000092273beb): calling ktype release kobject: 'ip6tnl0': free name kobject: 'rx-0' (000000000a2d6fbc): kobject_cleanup, parent 000000000de4d6a2 kobject: 'rx-0' (000000000a2d6fbc): auto cleanup 'remove' event kobject: 'rx-0' (000000000a2d6fbc): kobject_uevent_env kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'rx-0' (000000000a2d6fbc): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000000a2d6fbc): auto cleanup kobject_del kobject: 'rx-0' (000000000a2d6fbc): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (000000006fe86bde): kobject_cleanup, parent 000000000de4d6a2 kobject: 'tx-0' (000000006fe86bde): auto cleanup 'remove' event kobject: 'tx-0' (000000006fe86bde): kobject_uevent_env kobject: 'tx-0' (000000006fe86bde): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (000000006fe86bde): auto cleanup kobject_del kobject: 'tx-0' (000000006fe86bde): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (000000000de4d6a2): kobject_cleanup, parent (null) kobject: 'queues' (000000000de4d6a2): calling ktype release kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'queues' (000000000de4d6a2): kset_release kobject: 'queues': free name kobject: 'sit0' (0000000023bb2320): kobject_uevent_env kobject: 'sit0' (0000000023bb2320): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000006a45b484): kobject_cleanup, parent 00000000d5199f88 kobject: 'rx-0' (000000006a45b484): auto cleanup 'remove' event kobject: 'rx-0' (000000006a45b484): kobject_uevent_env kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'rx-0' (000000006a45b484): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000006a45b484): auto cleanup kobject_del kobject: 'rx-0' (000000006a45b484): calling ktype release kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'rx-0': free name kobject: 'tx-0' (00000000812c2f1a): kobject_cleanup, parent 00000000d5199f88 kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'tx-0' (00000000812c2f1a): auto cleanup 'remove' event kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'tx-0' (00000000812c2f1a): kobject_uevent_env kobject: 'tx-0' (00000000812c2f1a): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000812c2f1a): auto cleanup kobject_del kobject: 'tx-0' (00000000812c2f1a): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000d5199f88): kobject_cleanup, parent (null) kobject: 'queues' (00000000d5199f88): calling ktype release kobject: 'queues' (00000000d5199f88): kset_release kobject: 'queues': free name kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'sit0' (00000000145c97a3): kobject_uevent_env kobject: 'sit0' (00000000145c97a3): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000ddba42c1): kobject_cleanup, parent 00000000e1c69c32 kobject: 'rx-0' (00000000ddba42c1): auto cleanup 'remove' event kobject: 'rx-0' (00000000ddba42c1): kobject_uevent_env kobject: 'rx-0' (00000000ddba42c1): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000ddba42c1): auto cleanup kobject_del kobject: 'rx-0' (00000000ddba42c1): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000d0f01867): kobject_cleanup, parent 00000000e1c69c32 kobject: 'tx-0' (00000000d0f01867): auto cleanup 'remove' event kobject: 'tx-0' (00000000d0f01867): kobject_uevent_env kobject: 'tx-0' (00000000d0f01867): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'tx-0' (00000000d0f01867): auto cleanup kobject_del kobject: 'tx-0' (00000000d0f01867): calling ktype release kobject: 'tx-0': free name kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'queues' (00000000e1c69c32): kobject_cleanup, parent (null) kobject: 'queues' (00000000e1c69c32): calling ktype release kobject: 'queues' (00000000e1c69c32): kset_release kobject: 'queues': free name kobject: 'sit0' (0000000080751e52): kobject_uevent_env kobject: 'sit0' (0000000080751e52): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000be4640be): kobject_cleanup, parent 0000000075a30c3c kobject: 'rx-0' (00000000be4640be): auto cleanup 'remove' event kobject: 'rx-0' (00000000be4640be): kobject_uevent_env kobject: 'rx-0' (00000000be4640be): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000be4640be): auto cleanup kobject_del kobject: 'rx-0' (00000000be4640be): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (000000002eb9a118): kobject_cleanup, parent 0000000075a30c3c kobject: 'tx-0' (000000002eb9a118): auto cleanup 'remove' event kobject: 'tx-0' (000000002eb9a118): kobject_uevent_env kobject: 'tx-0' (000000002eb9a118): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (000000002eb9a118): auto cleanup kobject_del kobject: 'tx-0' (000000002eb9a118): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (0000000075a30c3c): kobject_cleanup, parent (null) kobject: 'queues' (0000000075a30c3c): calling ktype release kobject: 'queues' (0000000075a30c3c): kset_release kobject: 'queues': free name kobject: 'sit0' (00000000fbb955ef): kobject_uevent_env kobject: 'sit0' (00000000fbb955ef): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000202a1445): kobject_cleanup, parent 0000000054828fc3 kobject: 'rx-0' (00000000202a1445): auto cleanup 'remove' event kobject: 'rx-0' (00000000202a1445): kobject_uevent_env kobject: 'rx-0' (00000000202a1445): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'rx-0' (00000000202a1445): auto cleanup kobject_del kobject: 'rx-0' (00000000202a1445): calling ktype release kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'rx-0': free name kobject: 'tx-0' (00000000f59125ad): kobject_cleanup, parent 0000000054828fc3 kobject: 'tx-0' (00000000f59125ad): auto cleanup 'remove' event kobject: 'tx-0' (00000000f59125ad): kobject_uevent_env kobject: 'tx-0' (00000000f59125ad): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000f59125ad): auto cleanup kobject_del kobject: 'tx-0' (00000000f59125ad): calling ktype release kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'tx-0': free name kobject: 'queues' (0000000054828fc3): kobject_cleanup, parent (null) kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'queues' (0000000054828fc3): calling ktype release kobject: 'queues' (0000000054828fc3): kset_release kobject: 'queues': free name kobject: 'sit0' (000000000b9ac9a4): kobject_uevent_env kobject: 'sit0' (000000000b9ac9a4): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000004cb4e37f): kobject_cleanup, parent 00000000276474df kobject: 'rx-0' (000000004cb4e37f): auto cleanup 'remove' event kobject: 'rx-0' (000000004cb4e37f): kobject_uevent_env kobject: 'rx-0' (000000004cb4e37f): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000004cb4e37f): auto cleanup kobject_del kobject: 'rx-0' (000000004cb4e37f): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (0000000067b81d81): kobject_cleanup, parent 00000000276474df kobject: 'tx-0' (0000000067b81d81): auto cleanup 'remove' event kobject: 'tx-0' (0000000067b81d81): kobject_uevent_env kobject: 'tx-0' (0000000067b81d81): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (0000000067b81d81): auto cleanup kobject_del kobject: 'tx-0' (0000000067b81d81): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000276474df): kobject_cleanup, parent (null) kobject: 'queues' (00000000276474df): calling ktype release kobject: 'queues' (00000000276474df): kset_release kobject: 'queues': free name kobject: 'sit0' (000000006363b751): kobject_uevent_env kobject: 'sit0' (000000006363b751): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (0000000088224a6b): kobject_cleanup, parent 0000000073960e18 kobject: 'rx-0' (0000000088224a6b): auto cleanup 'remove' event kobject: 'rx-0' (0000000088224a6b): kobject_uevent_env kobject: 'rx-0' (0000000088224a6b): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (0000000088224a6b): auto cleanup kobject_del kobject: 'rx-0' (0000000088224a6b): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (0000000069eccb5f): kobject_cleanup, parent 0000000073960e18 kobject: 'tx-0' (0000000069eccb5f): auto cleanup 'remove' event kobject: 'tx-0' (0000000069eccb5f): kobject_uevent_env kobject: 'tx-0' (0000000069eccb5f): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (0000000069eccb5f): auto cleanup kobject_del kobject: 'tx-0' (0000000069eccb5f): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (0000000073960e18): kobject_cleanup, parent (null) kobject: 'queues' (0000000073960e18): calling ktype release kobject: 'queues' (0000000073960e18): kset_release kobject: 'queues': free name kobject: 'sit0' (00000000522e0035): kobject_uevent_env kobject: 'sit0' (00000000522e0035): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'sit0' (0000000023bb2320): kobject_cleanup, parent (null) kobject: 'sit0' (0000000023bb2320): calling ktype release kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'sit0': free name kobject: 'sit0' (00000000145c97a3): kobject_cleanup, parent (null) kobject: 'sit0' (00000000145c97a3): calling ktype release REISERFS warning (device loop3): sh-2021 reiserfs_fill_super: can not find reiserfs on loop3 kobject: 'loop2' (000000004920bfeb): kobject_uevent_env kobject: 'sit0': free name kobject: 'sit0' (0000000080751e52): kobject_cleanup, parent (null) kobject: 'loop2' (000000004920bfeb): fill_kobj_path: path = '/devices/virtual/block/loop2' kobject: 'sit0' (0000000080751e52): calling ktype release kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'sit0': free name kobject: 'sit0' (00000000fbb955ef): kobject_cleanup, parent (null) kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'sit0' (00000000fbb955ef): calling ktype release kobject: 'sit0': free name kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'sit0' (000000000b9ac9a4): kobject_cleanup, parent (null) kobject: 'veth12' (0000000079ada35e): kobject_add_internal: parent: 'net', set: 'devices' kobject: 'sit0' (000000000b9ac9a4): calling ktype release kobject: 'veth12' (0000000079ada35e): kobject_uevent_env kobject: 'veth12' (0000000079ada35e): fill_kobj_path: path = '/devices/virtual/net/veth12' kobject: 'queues' (00000000adc54017): kobject_add_internal: parent: 'veth12', set: '' kobject: 'queues' (00000000adc54017): kobject_uevent_env kobject: 'queues' (00000000adc54017): kobject_uevent_env: filter function caused the event to drop! kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'rx-0' (00000000ea8dfb30): kobject_add_internal: parent: 'queues', set: 'queues' kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'sit0': free name kobject: 'rx-0' (00000000ea8dfb30): kobject_uevent_env kobject: 'rx-0' (00000000ea8dfb30): fill_kobj_path: path = '/devices/virtual/net/veth12/queues/rx-0' kobject: 'tx-0' (00000000d62ec7d4): kobject_add_internal: parent: 'queues', set: 'queues' kobject: 'tx-0' (00000000d62ec7d4): kobject_uevent_env kobject: 'tx-0' (00000000d62ec7d4): fill_kobj_path: path = '/devices/virtual/net/veth12/queues/tx-0' kobject: 'batman_adv' (00000000b8791a85): kobject_add_internal: parent: 'veth12', set: '' kobject: 'loop1' (00000000bbac5ae7): kobject_uevent_env kobject: 'veth13' (000000008ad2e672): kobject_add_internal: parent: 'net', set: 'devices' kobject: 'loop1' (00000000bbac5ae7): fill_kobj_path: path = '/devices/virtual/block/loop1' kobject: 'loop3' (00000000766489c1): kobject_uevent_env kobject: 'veth13' (000000008ad2e672): kobject_uevent_env kobject: 'loop3' (00000000766489c1): fill_kobj_path: path = '/devices/virtual/block/loop3'