bridge0: port 1(bridge_slave_0) entered disabled state ====================================================== WARNING: possible circular locking dependency detected 4.20.0-rc7+ #154 Not tainted ------------------------------------------------------ kworker/0:3/6156 is trying to acquire lock: 00000000038c0a1b (&mdev->req_queue_mutex){+.+.}, at: v4l2_release+0x1d7/0x3a0 drivers/media/v4l2-core/v4l2-dev.c:455 but task is already holding lock: 0000000077a2ab07 ((delayed_fput_work).work){+.+.}, at: process_one_work+0xb9a/0x1c40 kernel/workqueue.c:2128 which lock already depends on the new lock. the existing dependency chain (in reverse order) is: -> #3 ((delayed_fput_work).work){+.+.}: process_one_work+0xc0a/0x1c40 kernel/workqueue.c:2129 worker_thread+0x17f/0x1390 kernel/workqueue.c:2296 kthread+0x35a/0x440 kernel/kthread.c:246 ret_from_fork+0x3a/0x50 arch/x86/entry/entry_64.S:352 -> #2 ((wq_completion)"events"){+.+.}: flush_workqueue+0x30a/0x1e10 kernel/workqueue.c:2655 flush_scheduled_work include/linux/workqueue.h:599 [inline] vim2m_stop_streaming+0x7c/0x2c0 drivers/media/platform/vim2m.c:811 __vb2_queue_cancel+0x14f/0xd50 drivers/media/common/videobuf2/videobuf2-core.c:1843 vb2_core_streamoff+0x60/0x140 drivers/media/common/videobuf2/videobuf2-core.c:2006 vb2_streamoff+0x4a/0x90 drivers/media/common/videobuf2/videobuf2-v4l2.c:789 v4l2_m2m_streamoff+0xd0/0x720 drivers/media/v4l2-core/v4l2-mem2mem.c:563 v4l2_m2m_ioctl_streamoff+0x6b/0x80 drivers/media/v4l2-core/v4l2-mem2mem.c:1081 v4l_streamoff+0x76/0x90 drivers/media/v4l2-core/v4l2-ioctl.c:1698 __video_do_ioctl+0x8b1/0x1050 drivers/media/v4l2-core/v4l2-ioctl.c:2853 video_usercopy+0x5c1/0x1760 drivers/media/v4l2-core/v4l2-ioctl.c:3035 video_ioctl2+0x2c/0x33 drivers/media/v4l2-core/v4l2-ioctl.c:3079 v4l2_ioctl+0x154/0x1b0 drivers/media/v4l2-core/v4l2-dev.c:364 vfs_ioctl fs/ioctl.c:46 [inline] file_ioctl fs/ioctl.c:509 [inline] do_vfs_ioctl+0x1de/0x1790 fs/ioctl.c:696 ksys_ioctl+0xa9/0xd0 fs/ioctl.c:713 __do_sys_ioctl fs/ioctl.c:720 [inline] __se_sys_ioctl fs/ioctl.c:718 [inline] __x64_sys_ioctl+0x73/0xb0 fs/ioctl.c:718 do_syscall_64+0x1b9/0x820 arch/x86/entry/common.c:290 entry_SYSCALL_64_after_hwframe+0x49/0xbe -> #1 (&dev->dev_mutex){+.+.}: __mutex_lock_common kernel/locking/mutex.c:925 [inline] __mutex_lock+0x166/0x16f0 kernel/locking/mutex.c:1072 mutex_lock_nested+0x16/0x20 kernel/locking/mutex.c:1087 vim2m_release+0xbc/0x150 drivers/media/platform/vim2m.c:976 v4l2_release+0x224/0x3a0 drivers/media/v4l2-core/v4l2-dev.c:456 __fput+0x385/0xa30 fs/file_table.c:278 ____fput+0x15/0x20 fs/file_table.c:309 task_work_run+0x1e8/0x2a0 kernel/task_work.c:113 tracehook_notify_resume include/linux/tracehook.h:188 [inline] exit_to_usermode_loop+0x318/0x380 arch/x86/entry/common.c:166 prepare_exit_to_usermode arch/x86/entry/common.c:197 [inline] syscall_return_slowpath arch/x86/entry/common.c:268 [inline] do_syscall_64+0x6be/0x820 arch/x86/entry/common.c:293 entry_SYSCALL_64_after_hwframe+0x49/0xbe -> #0 (&mdev->req_queue_mutex){+.+.}: lock_acquire+0x1ed/0x520 kernel/locking/lockdep.c:3844 __mutex_lock_common kernel/locking/mutex.c:925 [inline] __mutex_lock+0x166/0x16f0 kernel/locking/mutex.c:1072 mutex_lock_nested+0x16/0x20 kernel/locking/mutex.c:1087 v4l2_release+0x1d7/0x3a0 drivers/media/v4l2-core/v4l2-dev.c:455 __fput+0x385/0xa30 fs/file_table.c:278 delayed_fput+0x55/0x80 fs/file_table.c:304 process_one_work+0xc90/0x1c40 kernel/workqueue.c:2153 worker_thread+0x17f/0x1390 kernel/workqueue.c:2296 kthread+0x35a/0x440 kernel/kthread.c:246 ret_from_fork+0x3a/0x50 arch/x86/entry/entry_64.S:352 other info that might help us debug this: Chain exists of: &mdev->req_queue_mutex --> (wq_completion)"events" --> (delayed_fput_work).work Possible unsafe locking scenario: CPU0 CPU1 ---- ---- lock((delayed_fput_work).work); lock((wq_completion)"events"); lock((delayed_fput_work).work); lock(&mdev->req_queue_mutex); *** DEADLOCK *** 2 locks held by kworker/0:3/6156: #0: 000000003dfa2da6 ((wq_completion)"events"){+.+.}, at: __write_once_size include/linux/compiler.h:209 [inline] #0: 000000003dfa2da6 ((wq_completion)"events"){+.+.}, at: arch_atomic64_set arch/x86/include/asm/atomic64_64.h:34 [inline] #0: 000000003dfa2da6 ((wq_completion)"events"){+.+.}, at: atomic64_set include/asm-generic/atomic-instrumented.h:40 [inline] #0: 000000003dfa2da6 ((wq_completion)"events"){+.+.}, at: atomic_long_set include/asm-generic/atomic-long.h:59 [inline] #0: 000000003dfa2da6 ((wq_completion)"events"){+.+.}, at: set_work_data kernel/workqueue.c:617 [inline] #0: 000000003dfa2da6 ((wq_completion)"events"){+.+.}, at: set_work_pool_and_clear_pending kernel/workqueue.c:644 [inline] #0: 000000003dfa2da6 ((wq_completion)"events"){+.+.}, at: process_one_work+0xb43/0x1c40 kernel/workqueue.c:2124 #1: 0000000077a2ab07 ((delayed_fput_work).work){+.+.}, at: process_one_work+0xb9a/0x1c40 kernel/workqueue.c:2128 stack backtrace: CPU: 0 PID: 6156 Comm: kworker/0:3 Not tainted 4.20.0-rc7+ #154 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 Workqueue: events delayed_fput Call Trace: __dump_stack lib/dump_stack.c:77 [inline] dump_stack+0x244/0x39d lib/dump_stack.c:113 print_circular_bug.isra.35.cold.54+0x1bd/0x27d kernel/locking/lockdep.c:1221 check_prev_add kernel/locking/lockdep.c:1863 [inline] check_prevs_add kernel/locking/lockdep.c:1976 [inline] validate_chain kernel/locking/lockdep.c:2347 [inline] __lock_acquire+0x3399/0x4c20 kernel/locking/lockdep.c:3341 lock_acquire+0x1ed/0x520 kernel/locking/lockdep.c:3844 __mutex_lock_common kernel/locking/mutex.c:925 [inline] __mutex_lock+0x166/0x16f0 kernel/locking/mutex.c:1072 PM: Basic memory bitmaps freed kobject: 'loop5' (00000000b8948f5d): kobject_uevent_env kobject: 'loop5' (00000000b8948f5d): fill_kobj_path: path = '/devices/virtual/block/loop5' PM: Marking nosave pages: [mem 0x00000000-0x00000fff] PM: Marking nosave pages: [mem 0x0009f000-0x000fffff] mutex_lock_nested+0x16/0x20 kernel/locking/mutex.c:1087 PM: Marking nosave pages: [mem 0xbfffd000-0xffffffff] v4l2_release+0x1d7/0x3a0 drivers/media/v4l2-core/v4l2-dev.c:455 __fput+0x385/0xa30 fs/file_table.c:278 delayed_fput+0x55/0x80 fs/file_table.c:304 process_one_work+0xc90/0x1c40 kernel/workqueue.c:2153 kobject: 'loop5' (00000000b8948f5d): kobject_uevent_env kobject: 'loop5' (00000000b8948f5d): fill_kobj_path: path = '/devices/virtual/block/loop5' PM: Basic memory bitmaps created worker_thread+0x17f/0x1390 kernel/workqueue.c:2296 kthread+0x35a/0x440 kernel/kthread.c:246 ret_from_fork+0x3a/0x50 arch/x86/entry/entry_64.S:352 kobject: 'loop3' (00000000a3182ef2): kobject_uevent_env kobject: 'loop3' (00000000a3182ef2): fill_kobj_path: path = '/devices/virtual/block/loop3' kernel msg: ebtables bug: please report to author: Wrong len argument IPVS: Schedule: port zero only supported in persistent services, check your ipvs configuration kernel msg: ebtables bug: please report to author: Wrong len argument kobject: 'loop0' (0000000074a82c2d): kobject_uevent_env PM: Basic memory bitmaps freed kobject: 'loop0' (0000000074a82c2d): fill_kobj_path: path = '/devices/virtual/block/loop0' kobject: 'loop4' (0000000013b98342): kobject_uevent_env kobject: 'loop4' (0000000013b98342): fill_kobj_path: path = '/devices/virtual/block/loop4' kobject: 'loop3' (00000000a3182ef2): kobject_uevent_env kobject: 'loop3' (00000000a3182ef2): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'loop5' (00000000b8948f5d): kobject_uevent_env kobject: 'loop5' (00000000b8948f5d): fill_kobj_path: path = '/devices/virtual/block/loop5' kobject: 'rx-0' (000000008041a254): kobject_cleanup, parent 000000009850fe08 kobject: 'rx-0' (000000008041a254): auto cleanup 'remove' event kobject: 'rx-0' (000000008041a254): kobject_uevent_env kobject: 'rx-0' (000000008041a254): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000008041a254): auto cleanup kobject_del kobject: 'rx-0' (000000008041a254): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000ed3692a9): kobject_cleanup, parent 000000009850fe08 kobject: 'tx-0' (00000000ed3692a9): auto cleanup 'remove' event kobject: 'tx-0' (00000000ed3692a9): kobject_uevent_env kobject: 'tx-0' (00000000ed3692a9): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000ed3692a9): auto cleanup kobject_del kobject: 'tx-0' (00000000ed3692a9): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (000000009850fe08): kobject_cleanup, parent (null) kobject: 'queues' (000000009850fe08): calling ktype release kobject: 'queues' (000000009850fe08): kset_release kobject: 'queues': free name kobject: 'pim6reg' (00000000876f7557): kobject_uevent_env kobject: 'pim6reg' (00000000876f7557): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000e4642d88): kobject_cleanup, parent 00000000b7a852dc kobject: 'rx-0' (00000000e4642d88): auto cleanup 'remove' event kobject: 'rx-0' (00000000e4642d88): kobject_uevent_env kobject: 'rx-0' (00000000e4642d88): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000e4642d88): auto cleanup kobject_del kobject: 'rx-0' (00000000e4642d88): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000db174d36): kobject_cleanup, parent 00000000b7a852dc kobject: 'tx-0' (00000000db174d36): auto cleanup 'remove' event kobject: 'tx-0' (00000000db174d36): kobject_uevent_env kobject: 'tx-0' (00000000db174d36): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000db174d36): auto cleanup kobject_del kobject: 'tx-0' (00000000db174d36): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000b7a852dc): kobject_cleanup, parent (null) kobject: 'queues' (00000000b7a852dc): calling ktype release kobject: 'queues' (00000000b7a852dc): kset_release kobject: 'queues': free name kobject: 'yam0' (000000004ab21932): kobject_uevent_env kobject: 'yam0' (000000004ab21932): kobject_uevent_env: uevent_suppress caused the event to drop! team0 (unregistering): Port device team_slave_1 removed kobject: 'rx-0' (0000000049ca161e): kobject_cleanup, parent 00000000b5d95ed1 kobject: 'rx-0' (0000000049ca161e): auto cleanup 'remove' event kobject: 'rx-0' (0000000049ca161e): kobject_uevent_env kobject: 'rx-0' (0000000049ca161e): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (0000000049ca161e): auto cleanup kobject_del kobject: 'rx-0' (0000000049ca161e): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000614eeb3d): kobject_cleanup, parent 00000000b5d95ed1 kobject: 'tx-0' (00000000614eeb3d): auto cleanup 'remove' event kobject: 'tx-0' (00000000614eeb3d): kobject_uevent_env kobject: 'tx-0' (00000000614eeb3d): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000614eeb3d): auto cleanup kobject_del kobject: 'tx-0' (00000000614eeb3d): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000b5d95ed1): kobject_cleanup, parent (null) kobject: 'queues' (00000000b5d95ed1): calling ktype release kobject: 'queues' (00000000b5d95ed1): kset_release kobject: 'queues': free name kobject: 'team_slave_1' (00000000d8afcd75): kobject_uevent_env kobject: 'team_slave_1' (00000000d8afcd75): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000bbd101e6): kobject_cleanup, parent 0000000092770f2b kobject: 'rx-0' (00000000bbd101e6): auto cleanup 'remove' event kobject: 'rx-0' (00000000bbd101e6): kobject_uevent_env kobject: 'rx-0' (00000000bbd101e6): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000bbd101e6): auto cleanup kobject_del kobject: 'rx-0' (00000000bbd101e6): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (000000005efa68f5): kobject_cleanup, parent 0000000092770f2b kobject: 'tx-0' (000000005efa68f5): auto cleanup 'remove' event kobject: 'tx-0' (000000005efa68f5): kobject_uevent_env kobject: 'tx-0' (000000005efa68f5): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (000000005efa68f5): auto cleanup kobject_del kobject: 'tx-0' (000000005efa68f5): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (0000000092770f2b): kobject_cleanup, parent (null) kobject: 'queues' (0000000092770f2b): calling ktype release kobject: 'queues' (0000000092770f2b): kset_release kobject: 'queues': free name kobject: 'veth1_to_team' (00000000c47b372c): kobject_uevent_env kobject: 'veth1_to_team' (00000000c47b372c): kobject_uevent_env: uevent_suppress caused the event to drop! team0 (unregistering): Port device team_slave_0 removed kobject: 'rx-0' (00000000ffadb4d2): kobject_cleanup, parent 000000007e629db7 kobject: 'rx-0' (00000000ffadb4d2): auto cleanup 'remove' event kobject: 'rx-0' (00000000ffadb4d2): kobject_uevent_env kobject: 'rx-0' (00000000ffadb4d2): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000ffadb4d2): auto cleanup kobject_del kobject: 'rx-0' (00000000ffadb4d2): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (000000000eca03d5): kobject_cleanup, parent 000000007e629db7 kobject: 'tx-0' (000000000eca03d5): auto cleanup 'remove' event kobject: 'tx-0' (000000000eca03d5): kobject_uevent_env kobject: 'tx-0' (000000000eca03d5): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (000000000eca03d5): auto cleanup kobject_del kobject: 'tx-0' (000000000eca03d5): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (000000007e629db7): kobject_cleanup, parent (null) kobject: 'queues' (000000007e629db7): calling ktype release kobject: 'queues' (000000007e629db7): kset_release kobject: 'queues': free name kobject: 'team_slave_0' (000000001ec156e7): kobject_uevent_env kobject: 'team_slave_0' (000000001ec156e7): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000003fb9ea39): kobject_cleanup, parent 00000000f53cbb46 kobject: 'rx-0' (000000003fb9ea39): auto cleanup 'remove' event kobject: 'rx-0' (000000003fb9ea39): kobject_uevent_env kobject: 'rx-0' (000000003fb9ea39): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000003fb9ea39): auto cleanup kobject_del kobject: 'rx-0' (000000003fb9ea39): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (000000008920c361): kobject_cleanup, parent 00000000f53cbb46 kobject: 'tx-0' (000000008920c361): auto cleanup 'remove' event kobject: 'tx-0' (000000008920c361): kobject_uevent_env kobject: 'tx-0' (000000008920c361): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (000000008920c361): auto cleanup kobject_del kobject: 'tx-0' (000000008920c361): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000f53cbb46): kobject_cleanup, parent (null) kobject: 'queues' (00000000f53cbb46): calling ktype release kobject: 'queues' (00000000f53cbb46): kset_release kobject: 'queues': free name kobject: 'veth0_to_team' (000000006c47d07c): kobject_uevent_env kobject: 'veth0_to_team' (000000006c47d07c): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'bonding_slave' (000000005ef8ad55): kobject_cleanup, parent 0000000054bde78a kobject: 'bonding_slave' (000000005ef8ad55): does not have a release() function, it is broken and must be fixed. kobject: 'bonding_slave' (000000005ef8ad55): auto cleanup kobject_del kobject: 'bonding_slave': free name bond0 (unregistering): Releasing backup interface bond_slave_1 kobject: 'rx-0' (00000000a0fa07ef): kobject_cleanup, parent 00000000b29dc359 kobject: 'rx-0' (00000000a0fa07ef): auto cleanup 'remove' event kobject: 'rx-0' (00000000a0fa07ef): kobject_uevent_env kobject: 'rx-0' (00000000a0fa07ef): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000a0fa07ef): auto cleanup kobject_del kobject: 'rx-0' (00000000a0fa07ef): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (000000006d1e0d9b): kobject_cleanup, parent 00000000b29dc359 kobject: 'tx-0' (000000006d1e0d9b): auto cleanup 'remove' event kobject: 'tx-0' (000000006d1e0d9b): kobject_uevent_env kobject: 'tx-0' (000000006d1e0d9b): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (000000006d1e0d9b): auto cleanup kobject_del kobject: 'tx-0' (000000006d1e0d9b): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000b29dc359): kobject_cleanup, parent (null) kobject: 'queues' (00000000b29dc359): calling ktype release kobject: 'queues' (00000000b29dc359): kset_release kobject: 'queues': free name kobject: 'bond_slave_1' (0000000054bde78a): kobject_uevent_env kobject: 'bond_slave_1' (0000000054bde78a): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000112add9b): kobject_cleanup, parent 00000000ae6d6ad9 kobject: 'rx-0' (00000000112add9b): auto cleanup 'remove' event kobject: 'rx-0' (00000000112add9b): kobject_uevent_env kobject: 'rx-0' (00000000112add9b): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000112add9b): auto cleanup kobject_del kobject: 'rx-0' (00000000112add9b): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (0000000050349e32): kobject_cleanup, parent 00000000ae6d6ad9 kobject: 'tx-0' (0000000050349e32): auto cleanup 'remove' event kobject: 'tx-0' (0000000050349e32): kobject_uevent_env kobject: 'tx-0' (0000000050349e32): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (0000000050349e32): auto cleanup kobject_del kobject: 'tx-0' (0000000050349e32): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000ae6d6ad9): kobject_cleanup, parent (null) kobject: 'queues' (00000000ae6d6ad9): calling ktype release kobject: 'queues' (00000000ae6d6ad9): kset_release kobject: 'queues': free name kobject: 'veth1_to_bond' (00000000e27516f1): kobject_uevent_env kobject: 'veth1_to_bond' (00000000e27516f1): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'bonding_slave' (000000003cf23a9e): kobject_cleanup, parent 000000000951e2be kobject: 'bonding_slave' (000000003cf23a9e): does not have a release() function, it is broken and must be fixed. kobject: 'bonding_slave' (000000003cf23a9e): auto cleanup kobject_del kobject: 'bonding_slave': free name bond0 (unregistering): Releasing backup interface bond_slave_0 kobject: 'rx-0' (00000000f26165ce): kobject_cleanup, parent 00000000751bd18b kobject: 'rx-0' (00000000f26165ce): auto cleanup 'remove' event kobject: 'rx-0' (00000000f26165ce): kobject_uevent_env kobject: 'rx-0' (00000000f26165ce): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000f26165ce): auto cleanup kobject_del kobject: 'rx-0' (00000000f26165ce): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000d731a34b): kobject_cleanup, parent 00000000751bd18b kobject: 'tx-0' (00000000d731a34b): auto cleanup 'remove' event kobject: 'tx-0' (00000000d731a34b): kobject_uevent_env kobject: 'tx-0' (00000000d731a34b): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000d731a34b): auto cleanup kobject_del kobject: 'tx-0' (00000000d731a34b): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000751bd18b): kobject_cleanup, parent (null) kobject: 'queues' (00000000751bd18b): calling ktype release kobject: 'queues' (00000000751bd18b): kset_release kobject: 'queues': free name kobject: 'bond_slave_0' (000000000951e2be): kobject_uevent_env kobject: 'bond_slave_0' (000000000951e2be): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000ff1df069): kobject_cleanup, parent 000000001a2ac88e kobject: 'rx-0' (00000000ff1df069): auto cleanup 'remove' event kobject: 'rx-0' (00000000ff1df069): kobject_uevent_env kobject: 'rx-0' (00000000ff1df069): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000ff1df069): auto cleanup kobject_del kobject: 'rx-0' (00000000ff1df069): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (0000000043387e96): kobject_cleanup, parent 000000001a2ac88e kobject: 'tx-0' (0000000043387e96): auto cleanup 'remove' event kobject: 'tx-0' (0000000043387e96): kobject_uevent_env kobject: 'tx-0' (0000000043387e96): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (0000000043387e96): auto cleanup kobject_del kobject: 'tx-0' (0000000043387e96): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (000000001a2ac88e): kobject_cleanup, parent (null) kobject: 'queues' (000000001a2ac88e): calling ktype release kobject: 'queues' (000000001a2ac88e): kset_release kobject: 'queues': free name kobject: 'veth0_to_bond' (0000000097cb9b04): kobject_uevent_env kobject: 'veth0_to_bond' (0000000097cb9b04): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000005ceab473): kobject_cleanup, parent 00000000989f025f kobject: 'rx-0' (000000005ceab473): auto cleanup 'remove' event kobject: 'rx-0' (000000005ceab473): kobject_uevent_env kobject: 'rx-0' (000000005ceab473): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000005ceab473): auto cleanup kobject_del kobject: 'rx-0' (000000005ceab473): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (0000000040682d6c): kobject_cleanup, parent 00000000989f025f kobject: 'tx-0' (0000000040682d6c): auto cleanup 'remove' event kobject: 'tx-0' (0000000040682d6c): kobject_uevent_env kobject: 'tx-0' (0000000040682d6c): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (0000000040682d6c): auto cleanup kobject_del kobject: 'tx-0' (0000000040682d6c): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000989f025f): kobject_cleanup, parent (null) kobject: 'queues' (00000000989f025f): calling ktype release kobject: 'queues' (00000000989f025f): kset_release kobject: 'queues': free name kobject: 'bridge_slave_1' (000000003b4123cc): kobject_uevent_env kobject: 'bridge_slave_1' (000000003b4123cc): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000a8063cfe): kobject_cleanup, parent 0000000006c33fe2 kobject: 'rx-0' (00000000a8063cfe): auto cleanup 'remove' event kobject: 'rx-0' (00000000a8063cfe): kobject_uevent_env kobject: 'rx-0' (00000000a8063cfe): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000a8063cfe): auto cleanup kobject_del kobject: 'rx-0' (00000000a8063cfe): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000f092da14): kobject_cleanup, parent 0000000006c33fe2 kobject: 'tx-0' (00000000f092da14): auto cleanup 'remove' event kobject: 'tx-0' (00000000f092da14): kobject_uevent_env kobject: 'tx-0' (00000000f092da14): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000f092da14): auto cleanup kobject_del kobject: 'tx-0' (00000000f092da14): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (0000000006c33fe2): kobject_cleanup, parent (null) kobject: 'queues' (0000000006c33fe2): calling ktype release kobject: 'queues' (0000000006c33fe2): kset_release kobject: 'queues': free name kobject: 'veth1_to_bridge' (000000009632b2b5): kobject_uevent_env kobject: 'veth1_to_bridge' (000000009632b2b5): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (0000000099aa7e18): kobject_cleanup, parent 0000000016bff26c kobject: 'rx-0' (0000000099aa7e18): auto cleanup 'remove' event kobject: 'rx-0' (0000000099aa7e18): kobject_uevent_env kobject: 'rx-0' (0000000099aa7e18): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (0000000099aa7e18): auto cleanup kobject_del kobject: 'rx-0' (0000000099aa7e18): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000de0eb88f): kobject_cleanup, parent 0000000016bff26c kobject: 'tx-0' (00000000de0eb88f): auto cleanup 'remove' event kobject: 'tx-0' (00000000de0eb88f): kobject_uevent_env kobject: 'tx-0' (00000000de0eb88f): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000de0eb88f): auto cleanup kobject_del kobject: 'tx-0' (00000000de0eb88f): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (0000000016bff26c): kobject_cleanup, parent (null) kobject: 'queues' (0000000016bff26c): calling ktype release kobject: 'queues' (0000000016bff26c): kset_release kobject: 'queues': free name kobject: 'bridge_slave_0' (000000001ce310d5): kobject_uevent_env kobject: 'bridge_slave_0' (000000001ce310d5): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000003727752d): kobject_cleanup, parent 00000000faf00abf kobject: 'rx-0' (000000003727752d): auto cleanup 'remove' event kobject: 'rx-0' (000000003727752d): kobject_uevent_env kobject: 'rx-0' (000000003727752d): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000003727752d): auto cleanup kobject_del kobject: 'rx-0' (000000003727752d): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000a5cb76e4): kobject_cleanup, parent 00000000faf00abf kobject: 'tx-0' (00000000a5cb76e4): auto cleanup 'remove' event kobject: 'tx-0' (00000000a5cb76e4): kobject_uevent_env kobject: 'tx-0' (00000000a5cb76e4): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000a5cb76e4): auto cleanup kobject_del kobject: 'tx-0' (00000000a5cb76e4): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000faf00abf): kobject_cleanup, parent (null) kobject: 'queues' (00000000faf00abf): calling ktype release kobject: 'queues' (00000000faf00abf): kset_release kobject: 'queues': free name kobject: 'veth0_to_bridge' (000000009f7979d9): kobject_uevent_env kobject: 'veth0_to_bridge' (000000009f7979d9): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000506e4ce1): kobject_cleanup, parent 0000000068e30260 kobject: 'rx-0' (00000000506e4ce1): auto cleanup 'remove' event kobject: 'rx-0' (00000000506e4ce1): kobject_uevent_env kobject: 'rx-0' (00000000506e4ce1): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000506e4ce1): auto cleanup kobject_del kobject: 'rx-0' (00000000506e4ce1): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000197dc697): kobject_cleanup, parent 0000000068e30260 kobject: 'tx-0' (00000000197dc697): auto cleanup 'remove' event kobject: 'tx-0' (00000000197dc697): kobject_uevent_env kobject: 'tx-0' (00000000197dc697): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000197dc697): auto cleanup kobject_del kobject: 'tx-0' (00000000197dc697): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (0000000068e30260): kobject_cleanup, parent (null) kobject: 'queues' (0000000068e30260): calling ktype release kobject: 'queues' (0000000068e30260): kset_release kobject: 'queues': free name kobject: 'veth1' (000000003c880af1): kobject_uevent_env kobject: 'veth1' (000000003c880af1): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000006d7dd315): kobject_cleanup, parent 000000000acbaa27 kobject: 'rx-0' (000000006d7dd315): auto cleanup 'remove' event kobject: 'rx-0' (000000006d7dd315): kobject_uevent_env kobject: 'rx-0' (000000006d7dd315): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000006d7dd315): auto cleanup kobject_del kobject: 'rx-0' (000000006d7dd315): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (000000001d5bcdec): kobject_cleanup, parent 000000000acbaa27 kobject: 'tx-0' (000000001d5bcdec): auto cleanup 'remove' event kobject: 'tx-0' (000000001d5bcdec): kobject_uevent_env kobject: 'tx-0' (000000001d5bcdec): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (000000001d5bcdec): auto cleanup kobject_del kobject: 'tx-0' (000000001d5bcdec): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (000000000acbaa27): kobject_cleanup, parent (null) kobject: 'queues' (000000000acbaa27): calling ktype release kobject: 'queues' (000000000acbaa27): kset_release kobject: 'queues': free name kobject: 'veth0' (0000000096b9137e): kobject_uevent_env kobject: 'veth0' (0000000096b9137e): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-15' (000000006a662f8e): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-15' (000000006a662f8e): auto cleanup 'remove' event kobject: 'rx-15' (000000006a662f8e): kobject_uevent_env kobject: 'rx-15' (000000006a662f8e): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-15' (000000006a662f8e): auto cleanup kobject_del kobject: 'rx-15' (000000006a662f8e): calling ktype release kobject: 'rx-15': free name kobject: 'rx-14' (00000000bac5c906): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-14' (00000000bac5c906): auto cleanup 'remove' event kobject: 'rx-14' (00000000bac5c906): kobject_uevent_env kobject: 'rx-14' (00000000bac5c906): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-14' (00000000bac5c906): auto cleanup kobject_del kobject: 'rx-14' (00000000bac5c906): calling ktype release kobject: 'rx-14': free name kobject: 'rx-13' (0000000012c79221): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-13' (0000000012c79221): auto cleanup 'remove' event kobject: 'rx-13' (0000000012c79221): kobject_uevent_env kobject: 'rx-13' (0000000012c79221): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-13' (0000000012c79221): auto cleanup kobject_del kobject: 'rx-13' (0000000012c79221): calling ktype release kobject: 'rx-13': free name kobject: 'rx-12' (00000000eafb5a00): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-12' (00000000eafb5a00): auto cleanup 'remove' event kobject: 'rx-12' (00000000eafb5a00): kobject_uevent_env kobject: 'rx-12' (00000000eafb5a00): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-12' (00000000eafb5a00): auto cleanup kobject_del kobject: 'rx-12' (00000000eafb5a00): calling ktype release kobject: 'rx-12': free name kobject: 'rx-11' (00000000c7490b70): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-11' (00000000c7490b70): auto cleanup 'remove' event kobject: 'rx-11' (00000000c7490b70): kobject_uevent_env kobject: 'rx-11' (00000000c7490b70): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-11' (00000000c7490b70): auto cleanup kobject_del kobject: 'rx-11' (00000000c7490b70): calling ktype release kobject: 'rx-11': free name kobject: 'rx-10' (000000002d7c4650): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-10' (000000002d7c4650): auto cleanup 'remove' event kobject: 'rx-10' (000000002d7c4650): kobject_uevent_env kobject: 'rx-10' (000000002d7c4650): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-10' (000000002d7c4650): auto cleanup kobject_del kobject: 'rx-10' (000000002d7c4650): calling ktype release kobject: 'rx-10': free name kobject: 'rx-9' (000000000894e3c1): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-9' (000000000894e3c1): auto cleanup 'remove' event kobject: 'rx-9' (000000000894e3c1): kobject_uevent_env kobject: 'rx-9' (000000000894e3c1): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-9' (000000000894e3c1): auto cleanup kobject_del kobject: 'rx-9' (000000000894e3c1): calling ktype release kobject: 'rx-9': free name kobject: 'rx-8' (000000003aa746f6): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-8' (000000003aa746f6): auto cleanup 'remove' event kobject: 'rx-8' (000000003aa746f6): kobject_uevent_env kobject: 'rx-8' (000000003aa746f6): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-8' (000000003aa746f6): auto cleanup kobject_del kobject: 'rx-8' (000000003aa746f6): calling ktype release kobject: 'rx-8': free name kobject: 'rx-7' (000000001adf6fb9): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-7' (000000001adf6fb9): auto cleanup 'remove' event kobject: 'rx-7' (000000001adf6fb9): kobject_uevent_env kobject: 'rx-7' (000000001adf6fb9): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-7' (000000001adf6fb9): auto cleanup kobject_del kobject: 'rx-7' (000000001adf6fb9): calling ktype release kobject: 'rx-7': free name kobject: 'rx-6' (00000000bc8f6ab9): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-6' (00000000bc8f6ab9): auto cleanup 'remove' event kobject: 'rx-6' (00000000bc8f6ab9): kobject_uevent_env kobject: 'rx-6' (00000000bc8f6ab9): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-6' (00000000bc8f6ab9): auto cleanup kobject_del kobject: 'rx-6' (00000000bc8f6ab9): calling ktype release kobject: 'rx-6': free name kobject: 'rx-5' (00000000f7a70e6c): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-5' (00000000f7a70e6c): auto cleanup 'remove' event kobject: 'rx-5' (00000000f7a70e6c): kobject_uevent_env kobject: 'rx-5' (00000000f7a70e6c): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-5' (00000000f7a70e6c): auto cleanup kobject_del kobject: 'rx-5' (00000000f7a70e6c): calling ktype release kobject: 'rx-5': free name kobject: 'rx-4' (000000004e9f6e2e): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-4' (000000004e9f6e2e): auto cleanup 'remove' event kobject: 'rx-4' (000000004e9f6e2e): kobject_uevent_env kobject: 'rx-4' (000000004e9f6e2e): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-4' (000000004e9f6e2e): auto cleanup kobject_del kobject: 'rx-4' (000000004e9f6e2e): calling ktype release kobject: 'rx-4': free name kobject: 'rx-3' (000000008953c4ff): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-3' (000000008953c4ff): auto cleanup 'remove' event kobject: 'rx-3' (000000008953c4ff): kobject_uevent_env kobject: 'rx-3' (000000008953c4ff): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-3' (000000008953c4ff): auto cleanup kobject_del kobject: 'rx-3' (000000008953c4ff): calling ktype release kobject: 'rx-3': free name kobject: 'rx-2' (000000001db97beb): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-2' (000000001db97beb): auto cleanup 'remove' event kobject: 'rx-2' (000000001db97beb): kobject_uevent_env kobject: 'rx-2' (000000001db97beb): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-2' (000000001db97beb): auto cleanup kobject_del kobject: 'rx-2' (000000001db97beb): calling ktype release kobject: 'rx-2': free name kobject: 'rx-1' (00000000e08e76b9): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-1' (00000000e08e76b9): auto cleanup 'remove' event kobject: 'rx-1' (00000000e08e76b9): kobject_uevent_env kobject: 'rx-1' (00000000e08e76b9): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-1' (00000000e08e76b9): auto cleanup kobject_del kobject: 'rx-1' (00000000e08e76b9): calling ktype release kobject: 'rx-1': free name kobject: 'rx-0' (0000000005231609): kobject_cleanup, parent 000000005654bab5 kobject: 'rx-0' (0000000005231609): auto cleanup 'remove' event kobject: 'rx-0' (0000000005231609): kobject_uevent_env kobject: 'rx-0' (0000000005231609): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (0000000005231609): auto cleanup kobject_del kobject: 'rx-0' (0000000005231609): calling ktype release kobject: 'rx-0': free name kobject: 'tx-15' (000000005d52b1a9): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-15' (000000005d52b1a9): auto cleanup 'remove' event kobject: 'tx-15' (000000005d52b1a9): kobject_uevent_env kobject: 'tx-15' (000000005d52b1a9): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-15' (000000005d52b1a9): auto cleanup kobject_del kobject: 'tx-15' (000000005d52b1a9): calling ktype release kobject: 'tx-15': free name kobject: 'tx-14' (000000005aa259eb): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-14' (000000005aa259eb): auto cleanup 'remove' event kobject: 'tx-14' (000000005aa259eb): kobject_uevent_env kobject: 'tx-14' (000000005aa259eb): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-14' (000000005aa259eb): auto cleanup kobject_del kobject: 'tx-14' (000000005aa259eb): calling ktype release kobject: 'tx-14': free name kobject: 'tx-13' (000000007b25405b): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-13' (000000007b25405b): auto cleanup 'remove' event kobject: 'tx-13' (000000007b25405b): kobject_uevent_env kobject: 'tx-13' (000000007b25405b): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-13' (000000007b25405b): auto cleanup kobject_del kobject: 'tx-13' (000000007b25405b): calling ktype release kobject: 'tx-13': free name kobject: 'tx-12' (0000000004816fda): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-12' (0000000004816fda): auto cleanup 'remove' event kobject: 'tx-12' (0000000004816fda): kobject_uevent_env kobject: 'tx-12' (0000000004816fda): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-12' (0000000004816fda): auto cleanup kobject_del kobject: 'tx-12' (0000000004816fda): calling ktype release kobject: 'tx-12': free name kobject: 'tx-11' (0000000036141919): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-11' (0000000036141919): auto cleanup 'remove' event kobject: 'tx-11' (0000000036141919): kobject_uevent_env kobject: 'tx-11' (0000000036141919): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-11' (0000000036141919): auto cleanup kobject_del kobject: 'tx-11' (0000000036141919): calling ktype release kobject: 'tx-11': free name kobject: 'tx-10' (000000007b84daed): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-10' (000000007b84daed): auto cleanup 'remove' event kobject: 'tx-10' (000000007b84daed): kobject_uevent_env kobject: 'tx-10' (000000007b84daed): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-10' (000000007b84daed): auto cleanup kobject_del kobject: 'tx-10' (000000007b84daed): calling ktype release kobject: 'tx-10': free name kobject: 'tx-9' (000000009c1b8051): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-9' (000000009c1b8051): auto cleanup 'remove' event kobject: 'tx-9' (000000009c1b8051): kobject_uevent_env kobject: 'tx-9' (000000009c1b8051): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-9' (000000009c1b8051): auto cleanup kobject_del kobject: 'tx-9' (000000009c1b8051): calling ktype release kobject: 'tx-9': free name kobject: 'tx-8' (000000000799f7ab): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-8' (000000000799f7ab): auto cleanup 'remove' event kobject: 'tx-8' (000000000799f7ab): kobject_uevent_env kobject: 'tx-8' (000000000799f7ab): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-8' (000000000799f7ab): auto cleanup kobject_del kobject: 'tx-8' (000000000799f7ab): calling ktype release kobject: 'tx-8': free name kobject: 'tx-7' (0000000069d756d3): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-7' (0000000069d756d3): auto cleanup 'remove' event kobject: 'tx-7' (0000000069d756d3): kobject_uevent_env kobject: 'tx-7' (0000000069d756d3): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-7' (0000000069d756d3): auto cleanup kobject_del kobject: 'tx-7' (0000000069d756d3): calling ktype release kobject: 'tx-7': free name kobject: 'tx-6' (00000000c6450b4b): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-6' (00000000c6450b4b): auto cleanup 'remove' event kobject: 'tx-6' (00000000c6450b4b): kobject_uevent_env kobject: 'tx-6' (00000000c6450b4b): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-6' (00000000c6450b4b): auto cleanup kobject_del kobject: 'tx-6' (00000000c6450b4b): calling ktype release kobject: 'tx-6': free name kobject: 'tx-5' (00000000b53fa475): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-5' (00000000b53fa475): auto cleanup 'remove' event kobject: 'tx-5' (00000000b53fa475): kobject_uevent_env kobject: 'tx-5' (00000000b53fa475): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-5' (00000000b53fa475): auto cleanup kobject_del kobject: 'tx-5' (00000000b53fa475): calling ktype release kobject: 'tx-5': free name kobject: 'tx-4' (0000000077913ece): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-4' (0000000077913ece): auto cleanup 'remove' event kobject: 'tx-4' (0000000077913ece): kobject_uevent_env kobject: 'tx-4' (0000000077913ece): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-4' (0000000077913ece): auto cleanup kobject_del kobject: 'tx-4' (0000000077913ece): calling ktype release kobject: 'tx-4': free name kobject: 'tx-3' (000000006decc4d8): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-3' (000000006decc4d8): auto cleanup 'remove' event kobject: 'tx-3' (000000006decc4d8): kobject_uevent_env kobject: 'tx-3' (000000006decc4d8): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-3' (000000006decc4d8): auto cleanup kobject_del kobject: 'tx-3' (000000006decc4d8): calling ktype release kobject: 'tx-3': free name kobject: 'tx-2' (00000000dd26172b): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-2' (00000000dd26172b): auto cleanup 'remove' event kobject: 'tx-2' (00000000dd26172b): kobject_uevent_env kobject: 'tx-2' (00000000dd26172b): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-2' (00000000dd26172b): auto cleanup kobject_del kobject: 'tx-2' (00000000dd26172b): calling ktype release kobject: 'tx-2': free name kobject: 'tx-1' (00000000ef3db191): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-1' (00000000ef3db191): auto cleanup 'remove' event kobject: 'tx-1' (00000000ef3db191): kobject_uevent_env kobject: 'tx-1' (00000000ef3db191): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-1' (00000000ef3db191): auto cleanup kobject_del kobject: 'tx-1' (00000000ef3db191): calling ktype release kobject: 'tx-1': free name kobject: 'tx-0' (00000000780cba6b): kobject_cleanup, parent 000000005654bab5 kobject: 'tx-0' (00000000780cba6b): auto cleanup 'remove' event kobject: 'tx-0' (00000000780cba6b): kobject_uevent_env kobject: 'tx-0' (00000000780cba6b): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000780cba6b): auto cleanup kobject_del kobject: 'tx-0' (00000000780cba6b): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (000000005654bab5): kobject_cleanup, parent (null) kobject: 'queues' (000000005654bab5): calling ktype release kobject: 'queues' (000000005654bab5): kset_release kobject: 'queues': free name kobject: 'team0' (0000000085879827): kobject_uevent_env kobject: 'team0' (0000000085879827): kobject_uevent_env: uevent_suppress caused the event to drop! bond0 (unregistering): Released all slaves kobject: 'rx-15' (00000000fcc3a34d): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-15' (00000000fcc3a34d): auto cleanup 'remove' event kobject: 'rx-15' (00000000fcc3a34d): kobject_uevent_env kobject: 'rx-15' (00000000fcc3a34d): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-15' (00000000fcc3a34d): auto cleanup kobject_del kobject: 'rx-15' (00000000fcc3a34d): calling ktype release kobject: 'rx-15': free name kobject: 'rx-14' (00000000738eee74): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-14' (00000000738eee74): auto cleanup 'remove' event kobject: 'rx-14' (00000000738eee74): kobject_uevent_env kobject: 'rx-14' (00000000738eee74): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-14' (00000000738eee74): auto cleanup kobject_del kobject: 'rx-14' (00000000738eee74): calling ktype release kobject: 'rx-14': free name kobject: 'rx-13' (00000000d30e7ee3): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-13' (00000000d30e7ee3): auto cleanup 'remove' event kobject: 'rx-13' (00000000d30e7ee3): kobject_uevent_env kobject: 'rx-13' (00000000d30e7ee3): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-13' (00000000d30e7ee3): auto cleanup kobject_del kobject: 'rx-13' (00000000d30e7ee3): calling ktype release kobject: 'rx-13': free name kobject: 'rx-12' (000000009d7ff50f): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-12' (000000009d7ff50f): auto cleanup 'remove' event kobject: 'rx-12' (000000009d7ff50f): kobject_uevent_env kobject: 'rx-12' (000000009d7ff50f): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-12' (000000009d7ff50f): auto cleanup kobject_del kobject: 'rx-12' (000000009d7ff50f): calling ktype release kobject: 'rx-12': free name kobject: 'rx-11' (00000000b4b35f37): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-11' (00000000b4b35f37): auto cleanup 'remove' event kobject: 'rx-11' (00000000b4b35f37): kobject_uevent_env kobject: 'rx-11' (00000000b4b35f37): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-11' (00000000b4b35f37): auto cleanup kobject_del kobject: 'rx-11' (00000000b4b35f37): calling ktype release kobject: 'rx-11': free name kobject: 'rx-10' (00000000a053ff4d): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-10' (00000000a053ff4d): auto cleanup 'remove' event kobject: 'rx-10' (00000000a053ff4d): kobject_uevent_env kobject: 'rx-10' (00000000a053ff4d): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-10' (00000000a053ff4d): auto cleanup kobject_del kobject: 'rx-10' (00000000a053ff4d): calling ktype release kobject: 'rx-10': free name kobject: 'rx-9' (00000000c57d0166): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-9' (00000000c57d0166): auto cleanup 'remove' event kobject: 'rx-9' (00000000c57d0166): kobject_uevent_env kobject: 'rx-9' (00000000c57d0166): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-9' (00000000c57d0166): auto cleanup kobject_del kobject: 'rx-9' (00000000c57d0166): calling ktype release kobject: 'rx-9': free name kobject: 'rx-8' (000000004e216152): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-8' (000000004e216152): auto cleanup 'remove' event kobject: 'rx-8' (000000004e216152): kobject_uevent_env kobject: 'rx-8' (000000004e216152): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-8' (000000004e216152): auto cleanup kobject_del kobject: 'rx-8' (000000004e216152): calling ktype release kobject: 'rx-8': free name kobject: 'rx-7' (000000003b6daca8): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-7' (000000003b6daca8): auto cleanup 'remove' event kobject: 'rx-7' (000000003b6daca8): kobject_uevent_env kobject: 'rx-7' (000000003b6daca8): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-7' (000000003b6daca8): auto cleanup kobject_del kobject: 'rx-7' (000000003b6daca8): calling ktype release kobject: 'rx-7': free name kobject: 'rx-6' (000000003f483398): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-6' (000000003f483398): auto cleanup 'remove' event kobject: 'rx-6' (000000003f483398): kobject_uevent_env kobject: 'rx-6' (000000003f483398): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-6' (000000003f483398): auto cleanup kobject_del kobject: 'rx-6' (000000003f483398): calling ktype release kobject: 'rx-6': free name kobject: 'rx-5' (00000000fedc3388): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-5' (00000000fedc3388): auto cleanup 'remove' event kobject: 'rx-5' (00000000fedc3388): kobject_uevent_env kobject: 'rx-5' (00000000fedc3388): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-5' (00000000fedc3388): auto cleanup kobject_del kobject: 'rx-5' (00000000fedc3388): calling ktype release kobject: 'rx-5': free name kobject: 'rx-4' (00000000c3f82896): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-4' (00000000c3f82896): auto cleanup 'remove' event kobject: 'rx-4' (00000000c3f82896): kobject_uevent_env kobject: 'rx-4' (00000000c3f82896): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-4' (00000000c3f82896): auto cleanup kobject_del kobject: 'rx-4' (00000000c3f82896): calling ktype release kobject: 'rx-4': free name kobject: 'rx-3' (000000002068da6e): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-3' (000000002068da6e): auto cleanup 'remove' event kobject: 'rx-3' (000000002068da6e): kobject_uevent_env kobject: 'rx-3' (000000002068da6e): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-3' (000000002068da6e): auto cleanup kobject_del kobject: 'rx-3' (000000002068da6e): calling ktype release kobject: 'rx-3': free name kobject: 'rx-2' (00000000d5e088ce): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-2' (00000000d5e088ce): auto cleanup 'remove' event kobject: 'rx-2' (00000000d5e088ce): kobject_uevent_env kobject: 'rx-2' (00000000d5e088ce): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-2' (00000000d5e088ce): auto cleanup kobject_del kobject: 'rx-2' (00000000d5e088ce): calling ktype release kobject: 'rx-2': free name kobject: 'rx-1' (000000004fc28e37): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-1' (000000004fc28e37): auto cleanup 'remove' event kobject: 'rx-1' (000000004fc28e37): kobject_uevent_env kobject: 'rx-1' (000000004fc28e37): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-1' (000000004fc28e37): auto cleanup kobject_del kobject: 'rx-1' (000000004fc28e37): calling ktype release kobject: 'rx-1': free name kobject: 'rx-0' (00000000c8c52063): kobject_cleanup, parent 00000000f87d920d kobject: 'rx-0' (00000000c8c52063): auto cleanup 'remove' event kobject: 'rx-0' (00000000c8c52063): kobject_uevent_env kobject: 'rx-0' (00000000c8c52063): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000c8c52063): auto cleanup kobject_del kobject: 'rx-0' (00000000c8c52063): calling ktype release kobject: 'rx-0': free name kobject: 'tx-15' (000000006b2572bb): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-15' (000000006b2572bb): auto cleanup 'remove' event kobject: 'tx-15' (000000006b2572bb): kobject_uevent_env kobject: 'tx-15' (000000006b2572bb): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-15' (000000006b2572bb): auto cleanup kobject_del kobject: 'tx-15' (000000006b2572bb): calling ktype release kobject: 'tx-15': free name kobject: 'tx-14' (00000000779ba84b): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-14' (00000000779ba84b): auto cleanup 'remove' event kobject: 'tx-14' (00000000779ba84b): kobject_uevent_env kobject: 'tx-14' (00000000779ba84b): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-14' (00000000779ba84b): auto cleanup kobject_del kobject: 'tx-14' (00000000779ba84b): calling ktype release kobject: 'tx-14': free name kobject: 'tx-13' (000000003ba1c7d7): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-13' (000000003ba1c7d7): auto cleanup 'remove' event kobject: 'tx-13' (000000003ba1c7d7): kobject_uevent_env kobject: 'tx-13' (000000003ba1c7d7): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-13' (000000003ba1c7d7): auto cleanup kobject_del kobject: 'tx-13' (000000003ba1c7d7): calling ktype release kobject: 'tx-13': free name kobject: 'tx-12' (00000000b310b8a1): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-12' (00000000b310b8a1): auto cleanup 'remove' event kobject: 'tx-12' (00000000b310b8a1): kobject_uevent_env kobject: 'tx-12' (00000000b310b8a1): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-12' (00000000b310b8a1): auto cleanup kobject_del kobject: 'tx-12' (00000000b310b8a1): calling ktype release kobject: 'tx-12': free name kobject: 'tx-11' (00000000495ee60e): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-11' (00000000495ee60e): auto cleanup 'remove' event kobject: 'tx-11' (00000000495ee60e): kobject_uevent_env kobject: 'tx-11' (00000000495ee60e): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-11' (00000000495ee60e): auto cleanup kobject_del kobject: 'tx-11' (00000000495ee60e): calling ktype release kobject: 'tx-11': free name kobject: 'tx-10' (000000008d951627): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-10' (000000008d951627): auto cleanup 'remove' event kobject: 'tx-10' (000000008d951627): kobject_uevent_env kobject: 'tx-10' (000000008d951627): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-10' (000000008d951627): auto cleanup kobject_del kobject: 'tx-10' (000000008d951627): calling ktype release kobject: 'tx-10': free name kobject: 'tx-9' (00000000ed1e5ed8): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-9' (00000000ed1e5ed8): auto cleanup 'remove' event kobject: 'tx-9' (00000000ed1e5ed8): kobject_uevent_env kobject: 'tx-9' (00000000ed1e5ed8): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-9' (00000000ed1e5ed8): auto cleanup kobject_del kobject: 'tx-9' (00000000ed1e5ed8): calling ktype release kobject: 'tx-9': free name kobject: 'tx-8' (0000000014387300): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-8' (0000000014387300): auto cleanup 'remove' event kobject: 'tx-8' (0000000014387300): kobject_uevent_env kobject: 'tx-8' (0000000014387300): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-8' (0000000014387300): auto cleanup kobject_del kobject: 'tx-8' (0000000014387300): calling ktype release kobject: 'tx-8': free name kobject: 'tx-7' (00000000c10a2217): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-7' (00000000c10a2217): auto cleanup 'remove' event kobject: 'tx-7' (00000000c10a2217): kobject_uevent_env kobject: 'tx-7' (00000000c10a2217): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-7' (00000000c10a2217): auto cleanup kobject_del kobject: 'tx-7' (00000000c10a2217): calling ktype release kobject: 'tx-7': free name kobject: 'tx-6' (00000000c521a1b9): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-6' (00000000c521a1b9): auto cleanup 'remove' event kobject: 'tx-6' (00000000c521a1b9): kobject_uevent_env kobject: 'tx-6' (00000000c521a1b9): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-6' (00000000c521a1b9): auto cleanup kobject_del kobject: 'tx-6' (00000000c521a1b9): calling ktype release kobject: 'tx-6': free name kobject: 'tx-5' (00000000ef46ea6c): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-5' (00000000ef46ea6c): auto cleanup 'remove' event kobject: 'tx-5' (00000000ef46ea6c): kobject_uevent_env kobject: 'tx-5' (00000000ef46ea6c): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-5' (00000000ef46ea6c): auto cleanup kobject_del kobject: 'tx-5' (00000000ef46ea6c): calling ktype release kobject: 'tx-5': free name kobject: 'tx-4' (00000000a347c9df): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-4' (00000000a347c9df): auto cleanup 'remove' event kobject: 'tx-4' (00000000a347c9df): kobject_uevent_env kobject: 'tx-4' (00000000a347c9df): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-4' (00000000a347c9df): auto cleanup kobject_del kobject: 'tx-4' (00000000a347c9df): calling ktype release kobject: 'tx-4': free name kobject: 'tx-3' (00000000f1418f09): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-3' (00000000f1418f09): auto cleanup 'remove' event kobject: 'tx-3' (00000000f1418f09): kobject_uevent_env kobject: 'tx-3' (00000000f1418f09): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-3' (00000000f1418f09): auto cleanup kobject_del kobject: 'tx-3' (00000000f1418f09): calling ktype release kobject: 'tx-3': free name kobject: 'tx-2' (00000000ca531fb9): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-2' (00000000ca531fb9): auto cleanup 'remove' event kobject: 'tx-2' (00000000ca531fb9): kobject_uevent_env kobject: 'tx-2' (00000000ca531fb9): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-2' (00000000ca531fb9): auto cleanup kobject_del kobject: 'tx-2' (00000000ca531fb9): calling ktype release kobject: 'tx-2': free name kobject: 'tx-1' (00000000f96755ba): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-1' (00000000f96755ba): auto cleanup 'remove' event kobject: 'tx-1' (00000000f96755ba): kobject_uevent_env kobject: 'tx-1' (00000000f96755ba): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-1' (00000000f96755ba): auto cleanup kobject_del kobject: 'tx-1' (00000000f96755ba): calling ktype release kobject: 'tx-1': free name kobject: 'tx-0' (00000000ed8e0fc2): kobject_cleanup, parent 00000000f87d920d kobject: 'tx-0' (00000000ed8e0fc2): auto cleanup 'remove' event kobject: 'tx-0' (00000000ed8e0fc2): kobject_uevent_env kobject: 'tx-0' (00000000ed8e0fc2): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000ed8e0fc2): auto cleanup kobject_del kobject: 'tx-0' (00000000ed8e0fc2): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000f87d920d): kobject_cleanup, parent (null) kobject: 'queues' (00000000f87d920d): calling ktype release kobject: 'queues' (00000000f87d920d): kset_release kobject: 'queues': free name kobject: 'bond0' (00000000e1219ac1): kobject_uevent_env kobject: 'bond0' (00000000e1219ac1): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000e70a6580): kobject_cleanup, parent 00000000c085a862 kobject: 'rx-0' (00000000e70a6580): auto cleanup 'remove' event kobject: 'rx-0' (00000000e70a6580): kobject_uevent_env kobject: 'rx-0' (00000000e70a6580): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000e70a6580): auto cleanup kobject_del kobject: 'rx-0' (00000000e70a6580): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (000000007ca401f6): kobject_cleanup, parent 00000000c085a862 kobject: 'tx-0' (000000007ca401f6): auto cleanup 'remove' event kobject: 'tx-0' (000000007ca401f6): kobject_uevent_env kobject: 'tx-0' (000000007ca401f6): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (000000007ca401f6): auto cleanup kobject_del kobject: 'tx-0' (000000007ca401f6): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000c085a862): kobject_cleanup, parent (null) kobject: 'queues' (00000000c085a862): calling ktype release kobject: 'queues' (00000000c085a862): kset_release kobject: 'queues': free name kobject: 'vcan0' (000000008f218f28): kobject_uevent_env kobject: 'vcan0' (000000008f218f28): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000001d25bcc0): kobject_cleanup, parent 00000000a9cda9a9 kobject: 'rx-0' (000000001d25bcc0): auto cleanup 'remove' event kobject: 'rx-0' (000000001d25bcc0): kobject_uevent_env kobject: 'rx-0' (000000001d25bcc0): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (000000001d25bcc0): auto cleanup kobject_del kobject: 'rx-0' (000000001d25bcc0): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (00000000d618333c): kobject_cleanup, parent 00000000a9cda9a9 kobject: 'tx-0' (00000000d618333c): auto cleanup 'remove' event kobject: 'tx-0' (00000000d618333c): kobject_uevent_env kobject: 'tx-0' (00000000d618333c): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (00000000d618333c): auto cleanup kobject_del kobject: 'tx-0' (00000000d618333c): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (00000000a9cda9a9): kobject_cleanup, parent (null) kobject: 'queues' (00000000a9cda9a9): calling ktype release kobject: 'queues' (00000000a9cda9a9): kset_release kobject: 'queues': free name kobject: 'bridge0' (00000000c759777f): kobject_uevent_env kobject: 'bridge0' (00000000c759777f): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000327af8eb): kobject_cleanup, parent 0000000075e2eea7 kobject: 'rx-0' (00000000327af8eb): auto cleanup 'remove' event kobject: 'rx-0' (00000000327af8eb): kobject_uevent_env kobject: 'rx-0' (00000000327af8eb): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'rx-0' (00000000327af8eb): auto cleanup kobject_del kobject: 'rx-0' (00000000327af8eb): calling ktype release kobject: 'rx-0': free name kobject: 'tx-0' (000000008fcfdae0): kobject_cleanup, parent 0000000075e2eea7 kobject: 'tx-0' (000000008fcfdae0): auto cleanup 'remove' event kobject: 'tx-0' (000000008fcfdae0): kobject_uevent_env kobject: 'tx-0' (000000008fcfdae0): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'tx-0' (000000008fcfdae0): auto cleanup kobject_del kobject: 'tx-0' (000000008fcfdae0): calling ktype release kobject: 'tx-0': free name kobject: 'queues' (0000000075e2eea7): kobject_cleanup, parent (null) kobject: 'queues' (0000000075e2eea7): calling ktype release kobject: 'queues' (0000000075e2eea7): kset_release kobject: 'queues': free name kobject: 'lo' (0000000018491662): kobject_uevent_env kobject: 'lo' (0000000018491662): kobject_uevent_env: uevent_suppress caused the event to drop! kernel msg: ebtables bug: please report to author: Wrong len argument kobject: 'pim6reg' (00000000876f7557): kobject_cleanup, parent (null) PM: Marking nosave pages: [mem 0x00000000-0x00000fff] PM: Marking nosave pages: [mem 0x0009f000-0x000fffff] kobject: 'pim6reg' (00000000876f7557): auto cleanup 'remove' event __nla_parse: 5 callbacks suppressed netlink: 4 bytes leftover after parsing attributes in process `syz-executor2'. kobject: 'pim6reg' (00000000876f7557): kobject_uevent_env PM: Marking nosave pages: [mem 0xbfffd000-0xffffffff] IPVS: Schedule: port zero only supported in persistent services, check your ipvs configuration kobject: 'loop5' (00000000b8948f5d): kobject_uevent_env kobject: 'loop5' (00000000b8948f5d): fill_kobj_path: path = '/devices/virtual/block/loop5' kobject: 'pim6reg' (00000000876f7557): kobject_uevent_env: uevent_suppress caused the event to drop! netlink: 4 bytes leftover after parsing attributes in process `syz-executor2'. kobject: 'loop5' (00000000b8948f5d): kobject_uevent_env kobject: 'pim6reg' (00000000876f7557): calling ktype release kobject: 'loop5' (00000000b8948f5d): fill_kobj_path: path = '/devices/virtual/block/loop5' PM: Basic memory bitmaps created kobject: 'pim6reg': free name kobject: 'yam0' (000000004ab21932): kobject_cleanup, parent (null) kobject: 'yam0' (000000004ab21932): auto cleanup 'remove' event kobject: 'yam0' (000000004ab21932): kobject_uevent_env kobject: 'yam0' (000000004ab21932): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'loop0' (0000000074a82c2d): kobject_uevent_env kernel msg: ebtables bug: please report to author: Wrong len argument kobject: 'loop0' (0000000074a82c2d): fill_kobj_path: path = '/devices/virtual/block/loop0' PM: Basic memory bitmaps freed netlink: 4 bytes leftover after parsing attributes in process `syz-executor2'. IPVS: Schedule: port zero only supported in persistent services, check your ipvs configuration kobject: 'yam0' (000000004ab21932): calling ktype release kobject: 'loop3' (00000000a3182ef2): kobject_uevent_env kobject: 'loop3' (00000000a3182ef2): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'yam0': free name netlink: 4 bytes leftover after parsing attributes in process `syz-executor2'. kobject: 'team_slave_1' (00000000d8afcd75): kobject_cleanup, parent (null) kobject: 'loop5' (00000000b8948f5d): kobject_uevent_env kobject: 'team_slave_1' (00000000d8afcd75): auto cleanup 'remove' event kobject: 'loop5' (00000000b8948f5d): fill_kobj_path: path = '/devices/virtual/block/loop5' kobject: 'team_slave_1' (00000000d8afcd75): kobject_uevent_env kernel msg: ebtables bug: please report to author: Wrong len argument kobject: 'team_slave_1' (00000000d8afcd75): kobject_uevent_env: uevent_suppress caused the event to drop! PM: Marking nosave pages: [mem 0x00000000-0x00000fff] netlink: 4 bytes leftover after parsing attributes in process `syz-executor2'. PM: Marking nosave pages: [mem 0x0009f000-0x000fffff] kobject: 'team_slave_1' (00000000d8afcd75): calling ktype release netlink: 4 bytes leftover after parsing attributes in process `syz-executor2'. kobject: 'team_slave_1': free name kobject: 'veth1_to_team' (00000000c47b372c): kobject_cleanup, parent (null) kobject: 'loop3' (00000000a3182ef2): kobject_uevent_env kobject: 'loop3' (00000000a3182ef2): fill_kobj_path: path = '/devices/virtual/block/loop3' PM: Marking nosave pages: [mem 0xbfffd000-0xffffffff] IPVS: Schedule: port zero only supported in persistent services, check your ipvs configuration kobject: 'loop4' (0000000013b98342): kobject_uevent_env kobject: 'veth1_to_team' (00000000c47b372c): auto cleanup 'remove' event kobject: 'loop4' (0000000013b98342): fill_kobj_path: path = '/devices/virtual/block/loop4' netlink: 4 bytes leftover after parsing attributes in process `syz-executor2'. kobject: 'veth1_to_team' (00000000c47b372c): kobject_uevent_env PM: Basic memory bitmaps created kobject: 'loop5' (00000000b8948f5d): kobject_uevent_env netlink: 4 bytes leftover after parsing attributes in process `syz-executor2'. kobject: 'veth1_to_team' (00000000c47b372c): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'loop5' (00000000b8948f5d): fill_kobj_path: path = '/devices/virtual/block/loop5' PM: Basic memory bitmaps freed kobject: 'veth1_to_team' (00000000c47b372c): calling ktype release kobject: 'veth1_to_team': free name kobject: 'loop0' (0000000074a82c2d): kobject_uevent_env kernel msg: ebtables bug: please report to author: Wrong len argument kobject: 'loop0' (0000000074a82c2d): fill_kobj_path: path = '/devices/virtual/block/loop0' IPVS: Schedule: port zero only supported in persistent services, check your ipvs configuration kobject: 'loop3' (00000000a3182ef2): kobject_uevent_env PM: Marking nosave pages: [mem 0x00000000-0x00000fff] kobject: 'loop3' (00000000a3182ef2): fill_kobj_path: path = '/devices/virtual/block/loop3' PM: Marking nosave pages: [mem 0x0009f000-0x000fffff] PM: Marking nosave pages: [mem 0xbfffd000-0xffffffff] kobject: 'loop4' (0000000013b98342): kobject_uevent_env kobject: 'loop4' (0000000013b98342): fill_kobj_path: path = '/devices/virtual/block/loop4' kernel msg: ebtables bug: please report to author: Wrong len argument kobject: 'loop5' (00000000b8948f5d): kobject_uevent_env PM: Basic memory bitmaps created kobject: 'loop5' (00000000b8948f5d): fill_kobj_path: path = '/devices/virtual/block/loop5' PM: Basic memory bitmaps freed kernel msg: ebtables bug: please report to author: Wrong len argument kobject: 'loop4' (0000000013b98342): kobject_uevent_env kobject: 'loop4' (0000000013b98342): fill_kobj_path: path = '/devices/virtual/block/loop4' kobject: 'loop3' (00000000a3182ef2): kobject_uevent_env kobject: 'loop3' (00000000a3182ef2): fill_kobj_path: path = '/devices/virtual/block/loop3' device team0 entered promiscuous mode device team_slave_0 entered promiscuous mode device team_slave_1 entered promiscuous mode 8021q: adding VLAN 0 to HW filter on device team0 kobject: 'team_slave_0' (000000001ec156e7): kobject_cleanup, parent (null) kobject: 'team_slave_0' (000000001ec156e7): auto cleanup 'remove' event kobject: 'team_slave_0' (000000001ec156e7): kobject_uevent_env device team0 left promiscuous mode kobject: 'team_slave_0' (000000001ec156e7): kobject_uevent_env: uevent_suppress caused the event to drop! device team_slave_0 left promiscuous mode device team_slave_1 left promiscuous mode kobject: 'team_slave_0' (000000001ec156e7): calling ktype release kobject: 'team_slave_0': free name kernel msg: ebtables bug: please report to author: Wrong len argument kobject: 'loop5' (00000000b8948f5d): kobject_uevent_env kobject: 'loop5' (00000000b8948f5d): fill_kobj_path: path = '/devices/virtual/block/loop5' kobject: 'loop4' (0000000013b98342): kobject_uevent_env kobject: 'loop4' (0000000013b98342): fill_kobj_path: path = '/devices/virtual/block/loop4' device team0 entered promiscuous mode device team_slave_0 entered promiscuous mode device team_slave_1 entered promiscuous mode 8021q: adding VLAN 0 to HW filter on device team0 kobject: 'veth0_to_team' (000000006c47d07c): kobject_cleanup, parent (null) kobject: 'veth0_to_team' (000000006c47d07c): auto cleanup 'remove' event kobject: 'veth0_to_team' (000000006c47d07c): kobject_uevent_env kobject: 'veth0_to_team' (000000006c47d07c): kobject_uevent_env: uevent_suppress caused the event to drop! netlink: 4 bytes leftover after parsing attributes in process `syz-executor2'. kobject: 'loop0' (0000000074a82c2d): kobject_uevent_env kobject: 'veth0_to_team' (000000006c47d07c): calling ktype release kernel msg: ebtables bug: please report to author: Wrong len argument kobject: 'veth0_to_team': free name kernel msg: ebtables bug: please report to author: Wrong len argument kobject: 'bond_slave_1' (0000000054bde78a): kobject_cleanup, parent (null) kobject: 'loop0' (0000000074a82c2d): fill_kobj_path: path = '/devices/virtual/block/loop0' kobject: 'bond_slave_1' (0000000054bde78a): auto cleanup 'remove' event netlink: 4 bytes leftover after parsing attributes in process `syz-executor2'. kobject: 'bond_slave_1' (0000000054bde78a): kobject_uevent_env kobject: 'bond_slave_1' (0000000054bde78a): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'loop5' (00000000b8948f5d): kobject_uevent_env kobject: 'loop5' (00000000b8948f5d): fill_kobj_path: path = '/devices/virtual/block/loop5' kobject: 'bond_slave_1' (0000000054bde78a): calling ktype release kernel msg: ebtables bug: please report to author: Wrong len argument kobject: 'bond_slave_1': free name kobject: 'veth1_to_bond' (00000000e27516f1): kobject_cleanup, parent (null) kobject: 'loop3' (00000000a3182ef2): kobject_uevent_env kobject: 'loop3' (00000000a3182ef2): fill_kobj_path: path = '/devices/virtual/block/loop3' kobject: 'veth1_to_bond' (00000000e27516f1): auto cleanup 'remove' event kobject: 'loop4' (0000000013b98342): kobject_uevent_env kobject: 'loop4' (0000000013b98342): fill_kobj_path: path = '/devices/virtual/block/loop4' kobject: 'veth1_to_bond' (00000000e27516f1): kobject_uevent_env kobject: 'veth1_to_bond' (00000000e27516f1): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'loop5' (00000000b8948f5d): kobject_uevent_env kobject: 'veth1_to_bond' (00000000e27516f1): calling ktype release kobject: 'loop5' (00000000b8948f5d): fill_kobj_path: path = '/devices/virtual/block/loop5' kobject: 'loop0' (0000000074a82c2d): kobject_uevent_env kobject: 'veth1_to_bond': free name kobject: 'loop0' (0000000074a82c2d): fill_kobj_path: path = '/devices/virtual/block/loop0' kobject: 'bond_slave_0' (000000000951e2be): kobject_cleanup, parent (null) kobject: 'bond_slave_0' (000000000951e2be): auto cleanup 'remove' event kobject: 'bond_slave_0' (000000000951e2be): kobject_uevent_env kobject: 'bond_slave_0' (000000000951e2be): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'bond_slave_0' (000000000951e2be): calling ktype release kobject: 'bond_slave_0': free name kobject: 'veth0_to_bond' (0000000097cb9b04): kobject_cleanup, parent (null) kobject: 'veth0_to_bond' (0000000097cb9b04): auto cleanup 'remove' event kobject: 'veth0_to_bond' (0000000097cb9b04): kobject_uevent_env kobject: 'veth0_to_bond' (0000000097cb9b04): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'veth0_to_bond' (0000000097cb9b04): calling ktype release kobject: 'veth0_to_bond': free name kobject: 'bridge_slave_1' (000000003b4123cc): kobject_cleanup, parent (null) kobject: 'bridge_slave_1' (000000003b4123cc): auto cleanup 'remove' event kobject: 'bridge_slave_1' (000000003b4123cc): kobject_uevent_env kobject: 'bridge_slave_1' (000000003b4123cc): kobject_uevent_env: uevent_suppress caused the event to drop! kobject: 'bridge_slave_1' (000000003b4123cc): calling ktype release kobject: 'bridge_slave_1': free name