=====================================================
WARNING: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected
kobject: 'loop4' (000000001917df34): kobject_uevent_env
5.0.0-rc3+ #44 Not tainted
-----------------------------------------------------
syz-executor2/24362 [HC0[0]:SC0[0]:HE0:SE1] is trying to acquire:
0000000029760c44 (&fiq->waitq){+.+.}, at: spin_lock include/linux/spinlock.h:329 [inline]
0000000029760c44 (&fiq->waitq){+.+.}, at: aio_poll+0x7b9/0x14e0 fs/aio.c:1772
kobject: 'loop4' (000000001917df34): fill_kobj_path: path = '/devices/virtual/block/loop4'

and this task is already holding:
00000000dc6a6fdd (&(&ctx->ctx_lock)->rlock){..-.}, at: spin_lock_irq include/linux/spinlock.h:354 [inline]
00000000dc6a6fdd (&(&ctx->ctx_lock)->rlock){..-.}, at: aio_poll+0x790/0x14e0 fs/aio.c:1771
which would create a new lock dependency:
kobject: 'rx-0' (000000003509c113): calling ktype release
 (&(&ctx->ctx_lock)->rlock){..-.} -> (&fiq->waitq){+.+.}
kobject: 'loop3' (00000000b8be2a6d): kobject_uevent_env

but this new dependency connects a SOFTIRQ-irq-safe lock:
 (&(&ctx->ctx_lock)->rlock){..-.}

... which became SOFTIRQ-irq-safe at:
  lock_acquire+0x1db/0x570 kernel/locking/lockdep.c:3841
  __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+0xa7/0x6e0 fs/aio.c:610
  percpu_ref_put_many include/linux/percpu-refcount.h:285 [inline]
  percpu_ref_put include/linux/percpu-refcount.h:301 [inline]
  percpu_ref_call_confirm_rcu lib/percpu-refcount.c:123 [inline]
  percpu_ref_switch_to_atomic_rcu+0x50c/0x6b0 lib/percpu-refcount.c:158
  __rcu_reclaim kernel/rcu/rcu.h:240 [inline]
  rcu_do_batch kernel/rcu/tree.c:2452 [inline]
  invoke_rcu_callbacks kernel/rcu/tree.c:2773 [inline]
  rcu_process_callbacks+0xc4a/0x1680 kernel/rcu/tree.c:2754
  __do_softirq+0x30b/0xb11 kernel/softirq.c:292
kobject: 'loop3' (00000000b8be2a6d): fill_kobj_path: path = '/devices/virtual/block/loop3'
  run_ksoftirqd kernel/softirq.c:654 [inline]
  run_ksoftirqd+0x8e/0x110 kernel/softirq.c:646
  smpboot_thread_fn+0x6ab/0xa10 kernel/smpboot.c:164
  kthread+0x357/0x430 kernel/kthread.c:246
  ret_from_fork+0x3a/0x50 arch/x86/entry/entry_64.S:352

to a SOFTIRQ-irq-unsafe lock:
 (&fiq->waitq){+.+.}

... which became SOFTIRQ-irq-unsafe at:
...
  lock_acquire+0x1db/0x570 kernel/locking/lockdep.c:3841
  __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+0x28c/0x570 fs/fuse/dev.c:413
kobject: 'rx-0': free name
  fuse_request_queue_background+0x360/0x640 fs/fuse/dev.c:652
  fuse_request_send_background+0x58/0x120 fs/fuse/dev.c:663
  fuse_send_init fs/fuse/inode.c:984 [inline]
  fuse_fill_super+0x1b05/0x1f30 fs/fuse/inode.c:1210
  mount_nodev+0x68/0x110 fs/super.c:1205
kobject: 'tx-0' (0000000041db43b0): kobject_cleanup, parent 000000002a06395f
  fuse_mount+0x2d/0x40 fs/fuse/inode.c:1235
  mount_fs+0x123/0x43a fs/super.c:1258
  vfs_kern_mount.part.0+0xdb/0x570 fs/namespace.c:959
  vfs_kern_mount fs/namespace.c:949 [inline]
  do_new_mount fs/namespace.c:2513 [inline]
  do_mount+0x58e/0x3330 fs/namespace.c:2847
  ksys_mount+0xdb/0x150 fs/namespace.c:3063
  __do_sys_mount fs/namespace.c:3077 [inline]
  __se_sys_mount fs/namespace.c:3074 [inline]
  __x64_sys_mount+0xbe/0x150 fs/namespace.c:3074
  do_syscall_64+0x1a3/0x800 arch/x86/entry/common.c:290
  entry_SYSCALL_64_after_hwframe+0x49/0xbe

other info that might help us debug this:

kobject: 'tx-0' (0000000041db43b0): auto cleanup 'remove' event
 Possible interrupt unsafe locking scenario:

       CPU0                    CPU1
       ----                    ----
  lock(&fiq->waitq);
                               local_irq_disable();
                               lock(&(&ctx->ctx_lock)->rlock);
                               lock(&fiq->waitq);
  <Interrupt>
    lock(&(&ctx->ctx_lock)->rlock);

 *** DEADLOCK ***

1 lock held by syz-executor2/24362:
 #0: 00000000dc6a6fdd (&(&ctx->ctx_lock)->rlock){..-.}, at: spin_lock_irq include/linux/spinlock.h:354 [inline]
 #0: 00000000dc6a6fdd (&(&ctx->ctx_lock)->rlock){..-.}, at: aio_poll+0x790/0x14e0 fs/aio.c:1771

the dependencies between SOFTIRQ-irq-safe lock and the holding lock:
-> (&(&ctx->ctx_lock)->rlock){..-.} {
   IN-SOFTIRQ-W at:
                    lock_acquire+0x1db/0x570 kernel/locking/lockdep.c:3841
                    __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+0xa7/0x6e0 fs/aio.c:610
kobject: 'tx-0' (0000000041db43b0): kobject_uevent_env
                    percpu_ref_put_many include/linux/percpu-refcount.h:285 [inline]
                    percpu_ref_put include/linux/percpu-refcount.h:301 [inline]
                    percpu_ref_call_confirm_rcu lib/percpu-refcount.c:123 [inline]
                    percpu_ref_switch_to_atomic_rcu+0x50c/0x6b0 lib/percpu-refcount.c:158
kobject: 'tx-0' (0000000041db43b0): kobject_uevent_env: uevent_suppress caused the event to drop!
                    __rcu_reclaim kernel/rcu/rcu.h:240 [inline]
                    rcu_do_batch kernel/rcu/tree.c:2452 [inline]
                    invoke_rcu_callbacks kernel/rcu/tree.c:2773 [inline]
                    rcu_process_callbacks+0xc4a/0x1680 kernel/rcu/tree.c:2754
                    __do_softirq+0x30b/0xb11 kernel/softirq.c:292
                    run_ksoftirqd kernel/softirq.c:654 [inline]
                    run_ksoftirqd+0x8e/0x110 kernel/softirq.c:646
                    smpboot_thread_fn+0x6ab/0xa10 kernel/smpboot.c:164
                    kthread+0x357/0x430 kernel/kthread.c:246
                    ret_from_fork+0x3a/0x50 arch/x86/entry/entry_64.S:352
kobject: 'tx-0' (0000000041db43b0): auto cleanup kobject_del
   INITIAL USE at:
                   lock_acquire+0x1db/0x570 kernel/locking/lockdep.c:3841
                   __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+0xa7/0x6e0 fs/aio.c:610
                   percpu_ref_put_many include/linux/percpu-refcount.h:285 [inline]
                   percpu_ref_put include/linux/percpu-refcount.h:301 [inline]
                   percpu_ref_call_confirm_rcu lib/percpu-refcount.c:123 [inline]
                   percpu_ref_switch_to_atomic_rcu+0x50c/0x6b0 lib/percpu-refcount.c:158
                   __rcu_reclaim kernel/rcu/rcu.h:240 [inline]
                   rcu_do_batch kernel/rcu/tree.c:2452 [inline]
                   invoke_rcu_callbacks kernel/rcu/tree.c:2773 [inline]
                   rcu_process_callbacks+0xc4a/0x1680 kernel/rcu/tree.c:2754
                   __do_softirq+0x30b/0xb11 kernel/softirq.c:292
                   run_ksoftirqd kernel/softirq.c:654 [inline]
                   run_ksoftirqd+0x8e/0x110 kernel/softirq.c:646
                   smpboot_thread_fn+0x6ab/0xa10 kernel/smpboot.c:164
                   kthread+0x357/0x430 kernel/kthread.c:246
                   ret_from_fork+0x3a/0x50 arch/x86/entry/entry_64.S:352
 }
kobject: 'tx-0' (0000000041db43b0): calling ktype release
 ... key      at: [<ffffffff8b58d060>] __key.51948+0x0/0x40
 ... acquired at:
   lock_acquire+0x1db/0x570 kernel/locking/lockdep.c:3841
   __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline]
   _raw_spin_lock+0x2f/0x40 kernel/locking/spinlock.c:144
kobject: 'tx-0': free name
   spin_lock include/linux/spinlock.h:329 [inline]
   aio_poll+0x7b9/0x14e0 fs/aio.c:1772
   __io_submit_one fs/aio.c:1875 [inline]
   io_submit_one+0xc39/0x1050 fs/aio.c:1908
   __do_sys_io_submit fs/aio.c:1953 [inline]
   __se_sys_io_submit fs/aio.c:1923 [inline]
   __x64_sys_io_submit+0x1c4/0x5d0 fs/aio.c:1923
   do_syscall_64+0x1a3/0x800 arch/x86/entry/common.c:290
   entry_SYSCALL_64_after_hwframe+0x49/0xbe


the dependencies between the lock to be acquired
 and SOFTIRQ-irq-unsafe lock:
-> (&fiq->waitq){+.+.} {
   HARDIRQ-ON-W at:
                    lock_acquire+0x1db/0x570 kernel/locking/lockdep.c:3841
                    __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+0x28c/0x570 fs/fuse/dev.c:413
kobject: 'queues' (000000002a06395f): kobject_cleanup, parent           (null)
                    fuse_request_queue_background+0x360/0x640 fs/fuse/dev.c:652
                    fuse_request_send_background+0x58/0x120 fs/fuse/dev.c:663
                    fuse_send_init fs/fuse/inode.c:984 [inline]
                    fuse_fill_super+0x1b05/0x1f30 fs/fuse/inode.c:1210
                    mount_nodev+0x68/0x110 fs/super.c:1205
                    fuse_mount+0x2d/0x40 fs/fuse/inode.c:1235
                    mount_fs+0x123/0x43a fs/super.c:1258
kobject: 'queues' (000000002a06395f): calling ktype release
                    vfs_kern_mount.part.0+0xdb/0x570 fs/namespace.c:959
                    vfs_kern_mount fs/namespace.c:949 [inline]
                    do_new_mount fs/namespace.c:2513 [inline]
                    do_mount+0x58e/0x3330 fs/namespace.c:2847
                    ksys_mount+0xdb/0x150 fs/namespace.c:3063
                    __do_sys_mount fs/namespace.c:3077 [inline]
                    __se_sys_mount fs/namespace.c:3074 [inline]
                    __x64_sys_mount+0xbe/0x150 fs/namespace.c:3074
                    do_syscall_64+0x1a3/0x800 arch/x86/entry/common.c:290
                    entry_SYSCALL_64_after_hwframe+0x49/0xbe
kobject: 'queues' (000000002a06395f): kset_release
   SOFTIRQ-ON-W at:
                    lock_acquire+0x1db/0x570 kernel/locking/lockdep.c:3841
                    __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+0x28c/0x570 fs/fuse/dev.c:413
                    fuse_request_queue_background+0x360/0x640 fs/fuse/dev.c:652
                    fuse_request_send_background+0x58/0x120 fs/fuse/dev.c:663
                    fuse_send_init fs/fuse/inode.c:984 [inline]
                    fuse_fill_super+0x1b05/0x1f30 fs/fuse/inode.c:1210
                    mount_nodev+0x68/0x110 fs/super.c:1205
                    fuse_mount+0x2d/0x40 fs/fuse/inode.c:1235
                    mount_fs+0x123/0x43a fs/super.c:1258
                    vfs_kern_mount.part.0+0xdb/0x570 fs/namespace.c:959
                    vfs_kern_mount fs/namespace.c:949 [inline]
                    do_new_mount fs/namespace.c:2513 [inline]
                    do_mount+0x58e/0x3330 fs/namespace.c:2847
                    ksys_mount+0xdb/0x150 fs/namespace.c:3063
                    __do_sys_mount fs/namespace.c:3077 [inline]
                    __se_sys_mount fs/namespace.c:3074 [inline]
                    __x64_sys_mount+0xbe/0x150 fs/namespace.c:3074
                    do_syscall_64+0x1a3/0x800 arch/x86/entry/common.c:290
                    entry_SYSCALL_64_after_hwframe+0x49/0xbe
   INITIAL USE at:
kobject: 'queues': free name
                   lock_acquire+0x1db/0x570 kernel/locking/lockdep.c:3841
                   __raw_spin_lock include/linux/spinlock_api_smp.h:142 [inline]
                   _raw_spin_lock+0x2f/0x40 kernel/locking/spinlock.c:144
kobject: 'ip6tnl0' (00000000b9e9ae2e): kobject_uevent_env
                   spin_lock include/linux/spinlock.h:329 [inline]
                   flush_bg_queue+0x28c/0x570 fs/fuse/dev.c:413
                   fuse_request_queue_background+0x360/0x640 fs/fuse/dev.c:652
                   fuse_request_send_background+0x58/0x120 fs/fuse/dev.c:663
                   fuse_send_init fs/fuse/inode.c:984 [inline]
                   fuse_fill_super+0x1b05/0x1f30 fs/fuse/inode.c:1210
                   mount_nodev+0x68/0x110 fs/super.c:1205
                   fuse_mount+0x2d/0x40 fs/fuse/inode.c:1235
kobject: 'ip6tnl0' (00000000b9e9ae2e): kobject_uevent_env: uevent_suppress caused the event to drop!
                   mount_fs+0x123/0x43a fs/super.c:1258
                   vfs_kern_mount.part.0+0xdb/0x570 fs/namespace.c:959
                   vfs_kern_mount fs/namespace.c:949 [inline]
                   do_new_mount fs/namespace.c:2513 [inline]
                   do_mount+0x58e/0x3330 fs/namespace.c:2847
                   ksys_mount+0xdb/0x150 fs/namespace.c:3063
                   __do_sys_mount fs/namespace.c:3077 [inline]
                   __se_sys_mount fs/namespace.c:3074 [inline]
                   __x64_sys_mount+0xbe/0x150 fs/namespace.c:3074
                   do_syscall_64+0x1a3/0x800 arch/x86/entry/common.c:290
                   entry_SYSCALL_64_after_hwframe+0x49/0xbe
 }
 ... key      at: [<ffffffff8b626d80>] __key.43073+0x0/0x40
 ... acquired at:
kobject: 'rx-0' (00000000523b6175): kobject_cleanup, parent 000000009f7db9bc
   lock_acquire+0x1db/0x570 kernel/locking/lockdep.c:3841
   __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+0x7b9/0x14e0 fs/aio.c:1772
   __io_submit_one fs/aio.c:1875 [inline]
   io_submit_one+0xc39/0x1050 fs/aio.c:1908
   __do_sys_io_submit fs/aio.c:1953 [inline]
   __se_sys_io_submit fs/aio.c:1923 [inline]
   __x64_sys_io_submit+0x1c4/0x5d0 fs/aio.c:1923
   do_syscall_64+0x1a3/0x800 arch/x86/entry/common.c:290
kobject: 'rx-0' (00000000523b6175): auto cleanup 'remove' event
   entry_SYSCALL_64_after_hwframe+0x49/0xbe


stack backtrace:
CPU: 1 PID: 24362 Comm: syz-executor2 Not tainted 5.0.0-rc3+ #44
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+0x1db/0x2d0 lib/dump_stack.c:113
 print_bad_irq_dependency kernel/locking/lockdep.c:1573 [inline]
 check_usage.cold+0x5e2/0x917 kernel/locking/lockdep.c:1605
kobject: 'rx-0' (00000000523b6175): kobject_uevent_env
kobject: 'rx-0' (00000000523b6175): kobject_uevent_env: uevent_suppress caused the event to drop!
 check_irq_usage kernel/locking/lockdep.c:1661 [inline]
 check_prev_add_irq kernel/locking/lockdep_states.h:8 [inline]
 check_prev_add kernel/locking/lockdep.c:1871 [inline]
 check_prevs_add kernel/locking/lockdep.c:1979 [inline]
 validate_chain kernel/locking/lockdep.c:2350 [inline]
 __lock_acquire+0x2169/0x4a30 kernel/locking/lockdep.c:3338
kobject: 'rx-0' (00000000523b6175): auto cleanup kobject_del
kobject: 'rx-0' (00000000523b6175): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000299b9a44): kobject_cleanup, parent 000000009f7db9bc
 lock_acquire+0x1db/0x570 kernel/locking/lockdep.c:3841
 __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+0x7b9/0x14e0 fs/aio.c:1772
kobject: 'tx-0' (00000000299b9a44): auto cleanup 'remove' event
kobject: 'tx-0' (00000000299b9a44): kobject_uevent_env
kobject: 'tx-0' (00000000299b9a44): kobject_uevent_env: uevent_suppress caused the event to drop!
 __io_submit_one fs/aio.c:1875 [inline]
 io_submit_one+0xc39/0x1050 fs/aio.c:1908
kobject: 'tx-0' (00000000299b9a44): auto cleanup kobject_del
 __do_sys_io_submit fs/aio.c:1953 [inline]
 __se_sys_io_submit fs/aio.c:1923 [inline]
 __x64_sys_io_submit+0x1c4/0x5d0 fs/aio.c:1923
kobject: 'tx-0' (00000000299b9a44): calling ktype release
kobject: 'tx-0': free name
 do_syscall_64+0x1a3/0x800 arch/x86/entry/common.c:290
 entry_SYSCALL_64_after_hwframe+0x49/0xbe
RIP: 0033:0x458099
Code: 6d 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 3b b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00
kobject: 'queues' (000000009f7db9bc): kobject_cleanup, parent           (null)
RSP: 002b:00007f6f74a9ac78 EFLAGS: 00000246 ORIG_RAX: 00000000000000d1
RAX: ffffffffffffffda RBX: 0000000000000003 RCX: 0000000000458099
RDX: 00000000200008c0 RSI: 0000000000000001 RDI: 00007f6f74a5a000
RBP: 000000000073bf00 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 00007f6f74a9b6d4
R13: 00000000004bf2cb R14: 00000000004d0af8 R15: 00000000ffffffff
kobject: 'loop3' (00000000b8be2a6d): kobject_uevent_env
kobject: 'queues' (000000009f7db9bc): calling ktype release
kobject: 'loop3' (00000000b8be2a6d): fill_kobj_path: path = '/devices/virtual/block/loop3'
kobject: 'queues' (000000009f7db9bc): kset_release
kobject: 'loop5' (000000007269da21): kobject_uevent_env
IPVS: ftp: loaded support on port[0] = 21
kobject: 'loop5' (000000007269da21): fill_kobj_path: path = '/devices/virtual/block/loop5'
kobject: 'queues': free name
kobject: 'loop2' (00000000e74316fe): kobject_uevent_env
kobject: 'ip6tnl0' (0000000059e60ae0): kobject_uevent_env
kobject: 'loop2' (00000000e74316fe): fill_kobj_path: path = '/devices/virtual/block/loop2'
kobject: 'ip6tnl0' (0000000059e60ae0): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000007a3576c5): kobject_cleanup, parent 0000000078244355
kobject: 'rx-0' (000000007a3576c5): auto cleanup 'remove' event
kobject: 'rx-0' (000000007a3576c5): kobject_uevent_env
kobject: 'rx-0' (000000007a3576c5): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000007a3576c5): auto cleanup kobject_del
kobject: 'rx-0' (000000007a3576c5): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (000000008d273628): kobject_cleanup, parent 0000000078244355
kobject: 'tx-0' (000000008d273628): auto cleanup 'remove' event
kobject: 'tx-0' (000000008d273628): kobject_uevent_env
kobject: 'tx-0' (000000008d273628): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (000000008d273628): auto cleanup kobject_del
kobject: 'tx-0' (000000008d273628): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (0000000078244355): kobject_cleanup, parent           (null)
kobject: 'queues' (0000000078244355): calling ktype release
kobject: 'queues' (0000000078244355): kset_release
kobject: 'queues': free name
kobject: 'ip6tnl0' (0000000056131dcf): kobject_uevent_env
kobject: 'ip6tnl0' (0000000056131dcf): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000009aa2bbd1): kobject_cleanup, parent 0000000076ce68f6
kobject: 'rx-0' (000000009aa2bbd1): auto cleanup 'remove' event
kobject: 'rx-0' (000000009aa2bbd1): kobject_uevent_env
kobject: 'rx-0' (000000009aa2bbd1): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000009aa2bbd1): auto cleanup kobject_del
kobject: 'rx-0' (000000009aa2bbd1): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (0000000068914df3): kobject_cleanup, parent 0000000076ce68f6
kobject: 'tx-0' (0000000068914df3): auto cleanup 'remove' event
kobject: 'tx-0' (0000000068914df3): kobject_uevent_env
kobject: 'tx-0' (0000000068914df3): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (0000000068914df3): auto cleanup kobject_del
kobject: 'tx-0' (0000000068914df3): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (0000000076ce68f6): kobject_cleanup, parent           (null)
kobject: 'queues' (0000000076ce68f6): calling ktype release
kobject: 'queues' (0000000076ce68f6): kset_release
kobject: 'queues': free name
kobject: 'ip6tnl0' (00000000426a4747): kobject_uevent_env
kobject: 'ip6tnl0' (00000000426a4747): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000b8b27f8e): kobject_cleanup, parent 00000000f796d968
kobject: 'rx-0' (00000000b8b27f8e): auto cleanup 'remove' event
kobject: 'rx-0' (00000000b8b27f8e): kobject_uevent_env
kobject: 'rx-0' (00000000b8b27f8e): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000b8b27f8e): auto cleanup kobject_del
kobject: 'rx-0' (00000000b8b27f8e): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (0000000098358949): kobject_cleanup, parent 00000000f796d968
kobject: 'tx-0' (0000000098358949): auto cleanup 'remove' event
kobject: 'tx-0' (0000000098358949): kobject_uevent_env
kobject: 'tx-0' (0000000098358949): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (0000000098358949): auto cleanup kobject_del
kobject: 'tx-0' (0000000098358949): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000f796d968): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000f796d968): calling ktype release
kobject: 'queues' (00000000f796d968): kset_release
kobject: 'queues': free name
kobject: 'ip6tnl0' (0000000012500bc9): kobject_uevent_env
kobject: 'ip6tnl0' (0000000012500bc9): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'gretap0' (00000000a2c32ab5): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'gretap0' (00000000a2c32ab5): kobject_uevent_env
kobject: 'gretap0' (00000000a2c32ab5): fill_kobj_path: path = '/devices/virtual/net/gretap0'
kobject: 'queues' (000000000a2fd5ed): kobject_add_internal: parent: 'gretap0', set: '<NULL>'
kobject: 'queues' (000000000a2fd5ed): kobject_uevent_env
kobject: 'queues' (000000000a2fd5ed): kobject_uevent_env: filter function caused the event to drop!
kobject: 'rx-0' (0000000094efb1a2): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (0000000094efb1a2): kobject_uevent_env
kobject: 'rx-0' (0000000094efb1a2): fill_kobj_path: path = '/devices/virtual/net/gretap0/queues/rx-0'
kobject: 'tx-0' (00000000851a3555): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (00000000851a3555): kobject_uevent_env
kobject: 'tx-0' (00000000851a3555): fill_kobj_path: path = '/devices/virtual/net/gretap0/queues/tx-0'
kobject: 'batman_adv' (000000005b59a2e2): kobject_add_internal: parent: 'gretap0', set: '<NULL>'
kobject: 'erspan0' (00000000bad65fde): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'erspan0' (00000000bad65fde): kobject_uevent_env
kobject: 'erspan0' (00000000bad65fde): fill_kobj_path: path = '/devices/virtual/net/erspan0'
kobject: 'queues' (00000000b786f327): kobject_add_internal: parent: 'erspan0', set: '<NULL>'
kobject: 'queues' (00000000b786f327): kobject_uevent_env
kobject: 'queues' (00000000b786f327): kobject_uevent_env: filter function caused the event to drop!
kobject: 'rx-0' (00000000b27494cf): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (00000000b27494cf): kobject_uevent_env
kobject: 'rx-0' (00000000b27494cf): fill_kobj_path: path = '/devices/virtual/net/erspan0/queues/rx-0'
kobject: 'tx-0' (000000007ede3dbe): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (000000007ede3dbe): kobject_uevent_env
kobject: 'tx-0' (000000007ede3dbe): fill_kobj_path: path = '/devices/virtual/net/erspan0/queues/tx-0'
kobject: 'batman_adv' (000000009277c4d5): kobject_add_internal: parent: 'erspan0', set: '<NULL>'
kobject: 'nr0' (00000000a7b51ab4): kobject_cleanup, parent           (null)
kobject: 'nr0' (00000000a7b51ab4): calling ktype release
kobject: 'nr0': free name
kobject: 'loop1' (00000000392ded93): kobject_uevent_env
kobject: 'loop1' (00000000392ded93): fill_kobj_path: path = '/devices/virtual/block/loop1'
kobject: 'ip6tnl0' (00000000a4d44691): kobject_cleanup, parent           (null)
kobject: 'ip_vti0' (00000000c0837fd3): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'ip6tnl0' (00000000a4d44691): auto cleanup 'remove' event
kobject: 'ip6tnl0' (00000000a4d44691): kobject_uevent_env
kobject: 'loop4' (000000001917df34): kobject_uevent_env
kobject: 'ip6tnl0' (00000000a4d44691): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'loop4' (000000001917df34): fill_kobj_path: path = '/devices/virtual/block/loop4'
kobject: 'ip6tnl0' (00000000a4d44691): calling ktype release
kobject: 'ip_vti0' (00000000c0837fd3): kobject_uevent_env
kobject: 'ip6tnl0': free name
kobject: 'ip_vti0' (00000000c0837fd3): fill_kobj_path: path = '/devices/virtual/net/ip_vti0'
kobject: 'queues' (00000000f9ac6252): kobject_add_internal: parent: 'ip_vti0', set: '<NULL>'
kobject: 'queues' (00000000f9ac6252): kobject_uevent_env
kobject: 'queues' (00000000f9ac6252): kobject_uevent_env: filter function caused the event to drop!
kobject: 'rx-0' (00000000eb499106): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (00000000eb499106): kobject_uevent_env
kobject: 'rx-0' (00000000eb499106): fill_kobj_path: path = '/devices/virtual/net/ip_vti0/queues/rx-0'
kobject: 'tx-0' (00000000344e6ed2): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (00000000344e6ed2): kobject_uevent_env
kobject: 'tx-0' (00000000344e6ed2): fill_kobj_path: path = '/devices/virtual/net/ip_vti0/queues/tx-0'
kobject: 'ip6_vti0' (000000000389d7b9): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'ip6_vti0' (000000000389d7b9): kobject_uevent_env
kobject: 'ip6_vti0' (000000000389d7b9): fill_kobj_path: path = '/devices/virtual/net/ip6_vti0'
kobject: 'queues' (00000000e13b731c): kobject_add_internal: parent: 'ip6_vti0', set: '<NULL>'
kobject: 'queues' (00000000e13b731c): kobject_uevent_env
kobject: 'queues' (00000000e13b731c): kobject_uevent_env: filter function caused the event to drop!
kobject: 'rx-0' (000000008e64c348): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (000000008e64c348): kobject_uevent_env
kobject: 'rx-0' (000000008e64c348): fill_kobj_path: path = '/devices/virtual/net/ip6_vti0/queues/rx-0'
kobject: 'tx-0' (00000000699ebc5f): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (00000000699ebc5f): kobject_uevent_env
kobject: 'tx-0' (00000000699ebc5f): fill_kobj_path: path = '/devices/virtual/net/ip6_vti0/queues/tx-0'
kobject: 'ip6tnl0' (0000000010877242): kobject_cleanup, parent           (null)
kobject: 'sit0' (00000000f95a7b4a): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'ip6tnl0' (0000000010877242): auto cleanup 'remove' event
kobject: 'ip6tnl0' (0000000010877242): kobject_uevent_env
kobject: 'ip6tnl0' (0000000010877242): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'sit0' (00000000f95a7b4a): kobject_uevent_env
kobject: 'ip6tnl0' (0000000010877242): calling ktype release
kobject: 'ip6tnl0': free name
kobject: 'sit0' (00000000f95a7b4a): fill_kobj_path: path = '/devices/virtual/net/sit0'
kobject: 'queues' (00000000587ccc86): kobject_add_internal: parent: 'sit0', set: '<NULL>'
kobject: 'queues' (00000000587ccc86): kobject_uevent_env
kobject: 'queues' (00000000587ccc86): kobject_uevent_env: filter function caused the event to drop!
kobject: 'rx-0' (00000000adff5af4): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (00000000adff5af4): kobject_uevent_env
kobject: 'rx-0' (00000000adff5af4): fill_kobj_path: path = '/devices/virtual/net/sit0/queues/rx-0'
kobject: 'tx-0' (00000000e14b3520): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (00000000e14b3520): kobject_uevent_env
kobject: 'tx-0' (00000000e14b3520): fill_kobj_path: path = '/devices/virtual/net/sit0/queues/tx-0'
kobject: 'ip6tnl0' (00000000b9e9ae2e): kobject_cleanup, parent           (null)
kobject: 'ip6tnl0' (00000000a00f6005): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'ip6tnl0' (00000000b9e9ae2e): auto cleanup 'remove' event
kobject: 'ip6tnl0' (00000000b9e9ae2e): kobject_uevent_env
kobject: 'ip6tnl0' (00000000b9e9ae2e): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip6tnl0' (00000000a00f6005): kobject_uevent_env
kobject: 'ip6tnl0' (00000000b9e9ae2e): calling ktype release
kobject: 'ip6tnl0': free name
kobject: 'ip6tnl0' (00000000a00f6005): fill_kobj_path: path = '/devices/virtual/net/ip6tnl0'
kobject: 'queues' (00000000b39eeea4): kobject_add_internal: parent: 'ip6tnl0', set: '<NULL>'
kobject: 'queues' (00000000b39eeea4): kobject_uevent_env
kobject: 'queues' (00000000b39eeea4): kobject_uevent_env: filter function caused the event to drop!
kobject: 'rx-0' (000000003feaf3a7): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (000000003feaf3a7): kobject_uevent_env
kobject: 'rx-0' (000000003feaf3a7): fill_kobj_path: path = '/devices/virtual/net/ip6tnl0/queues/rx-0'
kobject: 'tx-0' (0000000073842c18): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (0000000073842c18): kobject_uevent_env
kobject: 'tx-0' (0000000073842c18): fill_kobj_path: path = '/devices/virtual/net/ip6tnl0/queues/tx-0'
kobject: 'ip6tnl0' (0000000059e60ae0): kobject_cleanup, parent           (null)
kobject: 'ip6tnl0' (0000000059e60ae0): auto cleanup 'remove' event
kobject: 'ip6gre0' (00000000affb74f9): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'ip6tnl0' (0000000059e60ae0): kobject_uevent_env
kobject: 'ip6gre0' (00000000affb74f9): kobject_uevent_env
kobject: 'ip6tnl0' (0000000059e60ae0): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip6gre0' (00000000affb74f9): fill_kobj_path: path = '/devices/virtual/net/ip6gre0'
kobject: 'ip6tnl0' (0000000059e60ae0): calling ktype release
kobject: 'queues' (000000003100a76e): kobject_add_internal: parent: 'ip6gre0', set: '<NULL>'
kobject: 'ip6tnl0': free name
kobject: 'queues' (000000003100a76e): kobject_uevent_env
kobject: 'queues' (000000003100a76e): kobject_uevent_env: filter function caused the event to drop!
kobject: 'rx-0' (000000009b8aaf87): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (000000009b8aaf87): kobject_uevent_env
kobject: 'rx-0' (000000009b8aaf87): fill_kobj_path: path = '/devices/virtual/net/ip6gre0/queues/rx-0'
kobject: 'tx-0' (000000004680e6c0): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (000000004680e6c0): kobject_uevent_env
kobject: 'tx-0' (000000004680e6c0): fill_kobj_path: path = '/devices/virtual/net/ip6gre0/queues/tx-0'
kobject: 'ip6tnl0' (0000000056131dcf): kobject_cleanup, parent           (null)
kobject: 'ip6tnl0' (0000000056131dcf): auto cleanup 'remove' event
kobject: 'ip6tnl0' (0000000056131dcf): kobject_uevent_env
kobject: 'ip6tnl0' (0000000056131dcf): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip6tnl0' (0000000056131dcf): calling ktype release
kobject: 'ip6tnl0': free name
kobject: 'ip6tnl0' (00000000426a4747): kobject_cleanup, parent           (null)
kobject: 'ip6tnl0' (00000000426a4747): auto cleanup 'remove' event
kobject: 'ip6tnl0' (00000000426a4747): kobject_uevent_env
kobject: 'ip6tnl0' (00000000426a4747): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip6tnl0' (00000000426a4747): calling ktype release
kobject: 'ip6tnl0': free name
kobject: 'ip6tnl0' (0000000012500bc9): kobject_cleanup, parent           (null)
kobject: 'ip6tnl0' (0000000012500bc9): auto cleanup 'remove' event
kobject: 'ip6tnl0' (0000000012500bc9): kobject_uevent_env
kobject: 'ip6tnl0' (0000000012500bc9): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip6tnl0' (0000000012500bc9): calling ktype release
kobject: 'ip6tnl0': free name
kobject: 'rx-0' (00000000d2be3ecb): kobject_cleanup, parent 00000000987d705b
kobject: 'rx-0' (00000000d2be3ecb): auto cleanup 'remove' event
kobject: 'rx-0' (00000000d2be3ecb): kobject_uevent_env
kobject: 'rx-0' (00000000d2be3ecb): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000d2be3ecb): auto cleanup kobject_del
kobject: 'rx-0' (00000000d2be3ecb): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (000000001a14bc7c): kobject_cleanup, parent 00000000987d705b
kobject: 'tx-0' (000000001a14bc7c): auto cleanup 'remove' event
kobject: 'tx-0' (000000001a14bc7c): kobject_uevent_env
kobject: 'tx-0' (000000001a14bc7c): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (000000001a14bc7c): auto cleanup kobject_del
kobject: 'tx-0' (000000001a14bc7c): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000987d705b): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000987d705b): calling ktype release
kobject: 'queues' (00000000987d705b): kset_release
kobject: 'queues': free name
kobject: 'sit0' (00000000078e0eb0): kobject_uevent_env
kobject: 'sit0' (00000000078e0eb0): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000002c677ba0): kobject_cleanup, parent 00000000ccbb4da3
kobject: 'rx-0' (000000002c677ba0): auto cleanup 'remove' event
kobject: 'rx-0' (000000002c677ba0): kobject_uevent_env
kobject: 'rx-0' (000000002c677ba0): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000002c677ba0): auto cleanup kobject_del
kobject: 'rx-0' (000000002c677ba0): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (0000000051cd7495): kobject_cleanup, parent 00000000ccbb4da3
kobject: 'tx-0' (0000000051cd7495): auto cleanup 'remove' event
kobject: 'tx-0' (0000000051cd7495): kobject_uevent_env
kobject: 'tx-0' (0000000051cd7495): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (0000000051cd7495): auto cleanup kobject_del
kobject: 'tx-0' (0000000051cd7495): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000ccbb4da3): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000ccbb4da3): calling ktype release
kobject: 'queues' (00000000ccbb4da3): kset_release
kobject: 'queues': free name
kobject: 'sit0' (00000000e4745e24): kobject_uevent_env
kobject: 'sit0' (00000000e4745e24): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000002683fb03): kobject_cleanup, parent 0000000084246e32
kobject: 'rx-0' (000000002683fb03): auto cleanup 'remove' event
kobject: 'rx-0' (000000002683fb03): kobject_uevent_env
kobject: 'rx-0' (000000002683fb03): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000002683fb03): auto cleanup kobject_del
kobject: 'rx-0' (000000002683fb03): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (000000009f009077): kobject_cleanup, parent 0000000084246e32
kobject: 'tx-0' (000000009f009077): auto cleanup 'remove' event
kobject: 'tx-0' (000000009f009077): kobject_uevent_env
kobject: 'tx-0' (000000009f009077): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (000000009f009077): auto cleanup kobject_del
kobject: 'tx-0' (000000009f009077): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (0000000084246e32): kobject_cleanup, parent           (null)
kobject: 'queues' (0000000084246e32): calling ktype release
kobject: 'queues' (0000000084246e32): kset_release
kobject: 'queues': free name
kobject: 'sit0' (000000006de878c1): kobject_uevent_env
kobject: 'sit0' (000000006de878c1): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000cf668bd0): kobject_cleanup, parent 000000002b6c0a2b
kobject: 'rx-0' (00000000cf668bd0): auto cleanup 'remove' event
kobject: 'rx-0' (00000000cf668bd0): kobject_uevent_env
kobject: 'rx-0' (00000000cf668bd0): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000cf668bd0): auto cleanup kobject_del
kobject: 'rx-0' (00000000cf668bd0): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (000000002548e8a6): kobject_cleanup, parent 000000002b6c0a2b
kobject: 'tx-0' (000000002548e8a6): auto cleanup 'remove' event
kobject: 'tx-0' (000000002548e8a6): kobject_uevent_env
kobject: 'tx-0' (000000002548e8a6): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (000000002548e8a6): auto cleanup kobject_del
kobject: 'tx-0' (000000002548e8a6): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (000000002b6c0a2b): kobject_cleanup, parent           (null)
kobject: 'queues' (000000002b6c0a2b): calling ktype release
kobject: 'queues' (000000002b6c0a2b): kset_release
kobject: 'queues': free name
kobject: 'sit0' (000000005e26ca0b): kobject_uevent_env
kobject: 'sit0' (000000005e26ca0b): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000a5c06fd0): kobject_cleanup, parent 00000000f567ed73
kobject: 'rx-0' (00000000a5c06fd0): auto cleanup 'remove' event
kobject: 'rx-0' (00000000a5c06fd0): kobject_uevent_env
kobject: 'rx-0' (00000000a5c06fd0): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000a5c06fd0): auto cleanup kobject_del
kobject: 'rx-0' (00000000a5c06fd0): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000a9445de4): kobject_cleanup, parent 00000000f567ed73
kobject: 'tx-0' (00000000a9445de4): auto cleanup 'remove' event
kobject: 'tx-0' (00000000a9445de4): kobject_uevent_env
kobject: 'tx-0' (00000000a9445de4): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (00000000a9445de4): auto cleanup kobject_del
kobject: 'tx-0' (00000000a9445de4): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000f567ed73): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000f567ed73): calling ktype release
kobject: 'queues' (00000000f567ed73): kset_release
kobject: 'queues': free name
kobject: 'sit0' (000000009efca728): kobject_uevent_env
kobject: 'sit0' (000000009efca728): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000b4d99612): kobject_cleanup, parent 00000000e077b0e1
kobject: 'rx-0' (00000000b4d99612): auto cleanup 'remove' event
kobject: 'rx-0' (00000000b4d99612): kobject_uevent_env
kobject: 'rx-0' (00000000b4d99612): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000b4d99612): auto cleanup kobject_del
kobject: 'rx-0' (00000000b4d99612): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000fc173a46): kobject_cleanup, parent 00000000e077b0e1
kobject: 'tx-0' (00000000fc173a46): auto cleanup 'remove' event
kobject: 'tx-0' (00000000fc173a46): kobject_uevent_env
kobject: 'tx-0' (00000000fc173a46): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (00000000fc173a46): auto cleanup kobject_del
kobject: 'tx-0' (00000000fc173a46): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000e077b0e1): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000e077b0e1): calling ktype release
kobject: 'queues' (00000000e077b0e1): kset_release
kobject: 'queues': free name
kobject: 'sit0' (00000000f9da618d): kobject_uevent_env
kobject: 'sit0' (00000000f9da618d): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000cf8428b1): kobject_cleanup, parent 0000000089de02e4
kobject: 'rx-0' (00000000cf8428b1): auto cleanup 'remove' event
kobject: 'rx-0' (00000000cf8428b1): kobject_uevent_env
kobject: 'rx-0' (00000000cf8428b1): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000cf8428b1): auto cleanup kobject_del
kobject: 'rx-0' (00000000cf8428b1): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000a76aa12f): kobject_cleanup, parent 0000000089de02e4
kobject: 'tx-0' (00000000a76aa12f): auto cleanup 'remove' event
kobject: 'tx-0' (00000000a76aa12f): kobject_uevent_env
kobject: 'tx-0' (00000000a76aa12f): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (00000000a76aa12f): auto cleanup kobject_del
kobject: 'tx-0' (00000000a76aa12f): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (0000000089de02e4): kobject_cleanup, parent           (null)
kobject: 'queues' (0000000089de02e4): calling ktype release
kobject: 'queues' (0000000089de02e4): kset_release
kobject: 'queues': free name
kobject: 'sit0' (00000000a22765cf): kobject_uevent_env
kobject: 'sit0' (00000000a22765cf): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'sit0' (00000000078e0eb0): kobject_cleanup, parent           (null)
kobject: 'sit0' (00000000078e0eb0): auto cleanup 'remove' event
kobject: 'sit0' (00000000078e0eb0): kobject_uevent_env
kobject: 'sit0' (00000000078e0eb0): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'sit0' (00000000078e0eb0): calling ktype release
kobject: 'sit0': free name
kobject: 'sit0' (00000000e4745e24): kobject_cleanup, parent           (null)
kobject: 'sit0' (00000000e4745e24): auto cleanup 'remove' event
kobject: 'sit0' (00000000e4745e24): kobject_uevent_env
kobject: 'sit0' (00000000e4745e24): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'sit0' (00000000e4745e24): calling ktype release
kobject: 'sit0': free name
kobject: 'sit0' (000000006de878c1): kobject_cleanup, parent           (null)
kobject: 'sit0' (000000006de878c1): auto cleanup 'remove' event
kobject: 'sit0' (000000006de878c1): kobject_uevent_env
kobject: 'sit0' (000000006de878c1): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'sit0' (000000006de878c1): calling ktype release
kobject: 'sit0': free name
kobject: 'sit0' (000000005e26ca0b): kobject_cleanup, parent           (null)
kobject: 'nr0' (00000000b0bec376): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'sit0' (000000005e26ca0b): auto cleanup 'remove' event
kobject: 'loop0' (000000004d144e34): kobject_uevent_env
kobject: 'loop0' (000000004d144e34): fill_kobj_path: path = '/devices/virtual/block/loop0'
kobject: 'nr0' (00000000b0bec376): kobject_uevent_env
kobject: 'sit0' (000000005e26ca0b): kobject_uevent_env
kobject: 'nr0' (00000000b0bec376): fill_kobj_path: path = '/devices/virtual/net/nr0'
IPVS: ftp: loaded support on port[0] = 21
kobject: 'sit0' (000000005e26ca0b): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'queues' (0000000020f31c7c): kobject_add_internal: parent: 'nr0', set: '<NULL>'
kobject: 'sit0' (000000005e26ca0b): calling ktype release
kobject: 'sit0': free name
kobject: 'queues' (0000000020f31c7c): kobject_uevent_env
kobject: 'loop3' (00000000b8be2a6d): kobject_uevent_env
kobject: 'loop3' (00000000b8be2a6d): fill_kobj_path: path = '/devices/virtual/block/loop3'
kobject: 'queues' (0000000020f31c7c): kobject_uevent_env: filter function caused the event to drop!
kobject: 'loop4' (000000001917df34): kobject_uevent_env
kobject: 'loop4' (000000001917df34): fill_kobj_path: path = '/devices/virtual/block/loop4'
kobject: 'rx-0' (000000000a1a8a6b): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'loop2' (00000000e74316fe): kobject_uevent_env
kobject: 'rx-0' (000000000a1a8a6b): kobject_uevent_env
kobject: 'loop2' (00000000e74316fe): fill_kobj_path: path = '/devices/virtual/block/loop2'
kobject: 'rx-0' (000000000a1a8a6b): fill_kobj_path: path = '/devices/virtual/net/nr0/queues/rx-0'
kobject: 'tx-0' (000000002c676e73): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (000000002c676e73): kobject_uevent_env
kobject: 'tx-0' (000000002c676e73): fill_kobj_path: path = '/devices/virtual/net/nr0/queues/tx-0'
kobject: 'batman_adv' (0000000074f32e68): kobject_add_internal: parent: 'nr0', set: '<NULL>'
kobject: 'lo' (000000004a1745d9): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'loop3' (00000000b8be2a6d): kobject_uevent_env
kobject: 'loop3' (00000000b8be2a6d): fill_kobj_path: path = '/devices/virtual/block/loop3'
kobject: 'lo' (000000004a1745d9): kobject_uevent_env
kobject: 'loop2' (00000000e74316fe): kobject_uevent_env
kobject: 'loop2' (00000000e74316fe): fill_kobj_path: path = '/devices/virtual/block/loop2'
kobject: 'lo' (000000004a1745d9): fill_kobj_path: path = '/devices/virtual/net/lo'
kobject: 'queues' (000000003207a8d8): kobject_add_internal: parent: 'lo', set: '<NULL>'
kobject: 'queues' (000000003207a8d8): kobject_uevent_env
kobject: 'queues' (000000003207a8d8): kobject_uevent_env: filter function caused the event to drop!
kobject: 'rx-0' (000000009a9fe4e8): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'loop3' (00000000b8be2a6d): kobject_uevent_env
kobject: 'rx-0' (000000009a9fe4e8): kobject_uevent_env
kobject: 'rx-0' (000000009a9fe4e8): fill_kobj_path: path = '/devices/virtual/net/lo/queues/rx-0'
kobject: 'loop3' (00000000b8be2a6d): fill_kobj_path: path = '/devices/virtual/block/loop3'
kobject: 'tx-0' (00000000be889b87): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (00000000be889b87): kobject_uevent_env
kobject: 'tx-0' (00000000be889b87): fill_kobj_path: path = '/devices/virtual/net/lo/queues/tx-0'
kobject: 'sit0' (000000009efca728): kobject_cleanup, parent           (null)
kobject: 'tunl0' (00000000aad20906): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'sit0' (000000009efca728): auto cleanup 'remove' event
kobject: 'loop2' (00000000e74316fe): kobject_uevent_env
kobject: 'sit0' (000000009efca728): kobject_uevent_env
kobject: 'loop2' (00000000e74316fe): fill_kobj_path: path = '/devices/virtual/block/loop2'
kobject: 'sit0' (000000009efca728): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tunl0' (00000000aad20906): kobject_uevent_env
kobject: 'sit0' (000000009efca728): calling ktype release
kobject: 'tunl0' (00000000aad20906): fill_kobj_path: path = '/devices/virtual/net/tunl0'
kobject: 'sit0': free name
kobject: 'queues' (00000000f76eeb3c): kobject_add_internal: parent: 'tunl0', set: '<NULL>'
kobject: 'queues' (00000000f76eeb3c): kobject_uevent_env
kobject: 'queues' (00000000f76eeb3c): kobject_uevent_env: filter function caused the event to drop!
kobject: 'rx-0' (0000000078a1ab53): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (0000000078a1ab53): kobject_uevent_env
kobject: 'rx-0' (0000000078a1ab53): fill_kobj_path: path = '/devices/virtual/net/tunl0/queues/rx-0'
kobject: 'tx-0' (00000000b54bde03): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (00000000b54bde03): kobject_uevent_env
kobject: 'tx-0' (00000000b54bde03): fill_kobj_path: path = '/devices/virtual/net/tunl0/queues/tx-0'
kobject: 'gre0' (0000000018afd589): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'gre0' (0000000018afd589): kobject_uevent_env
kobject: 'gre0' (0000000018afd589): fill_kobj_path: path = '/devices/virtual/net/gre0'
kobject: 'queues' (000000004342c846): kobject_add_internal: parent: 'gre0', set: '<NULL>'
kobject: 'queues' (000000004342c846): kobject_uevent_env
kobject: 'queues' (000000004342c846): kobject_uevent_env: filter function caused the event to drop!
kobject: 'rx-0' (0000000007080444): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (0000000007080444): kobject_uevent_env
kobject: 'rx-0' (0000000007080444): fill_kobj_path: path = '/devices/virtual/net/gre0/queues/rx-0'
kobject: 'tx-0' (00000000b4d2158a): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (00000000b4d2158a): kobject_uevent_env
kobject: 'tx-0' (00000000b4d2158a): fill_kobj_path: path = '/devices/virtual/net/gre0/queues/tx-0'
kobject: 'batman_adv' (0000000074f32e68): kobject_uevent_env
kobject: 'batman_adv' (0000000074f32e68): kobject_uevent_env: filter function caused the event to drop!
kobject: 'batman_adv' (0000000074f32e68): kobject_cleanup, parent           (null)
kobject: 'loop5' (000000007269da21): kobject_uevent_env
kobject: 'loop5' (000000007269da21): fill_kobj_path: path = '/devices/virtual/block/loop5'
kobject: 'batman_adv' (0000000074f32e68): calling ktype release
kobject: (0000000074f32e68): dynamic_kobj_release
kobject: 'batman_adv': free name
IPVS: ftp: loaded support on port[0] = 21
kobject: 'rx-0' (000000000a1a8a6b): kobject_cleanup, parent 0000000020f31c7c
kobject: 'rx-0' (000000000a1a8a6b): auto cleanup 'remove' event
kobject: 'rx-0' (000000000a1a8a6b): kobject_uevent_env
kobject: 'rx-0' (000000000a1a8a6b): fill_kobj_path: path = '/devices/virtual/net/nr0/queues/rx-0'
kobject: 'rx-0' (000000000a1a8a6b): auto cleanup kobject_del
kobject: 'rx-0' (000000000a1a8a6b): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (000000002c676e73): kobject_cleanup, parent 0000000020f31c7c
kobject: 'tx-0' (000000002c676e73): auto cleanup 'remove' event
kobject: 'tx-0' (000000002c676e73): kobject_uevent_env
kobject: 'tx-0' (000000002c676e73): fill_kobj_path: path = '/devices/virtual/net/nr0/queues/tx-0'
kobject: 'tx-0' (000000002c676e73): auto cleanup kobject_del
kobject: 'tx-0' (000000002c676e73): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (0000000020f31c7c): kobject_cleanup, parent           (null)
kobject: 'queues' (0000000020f31c7c): calling ktype release
kobject: 'queues' (0000000020f31c7c): kset_release
kobject: 'queues': free name
kobject: 'nr0' (00000000b0bec376): kobject_uevent_env
kobject: 'nr0' (00000000b0bec376): fill_kobj_path: path = '/devices/virtual/net/nr0'
kobject: 'nr0' (00000000b8dbf021): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'nr0' (00000000b8dbf021): kobject_uevent_env
kobject: 'nr0' (00000000b8dbf021): fill_kobj_path: path = '/devices/virtual/net/nr0'
kobject: 'queues' (000000004c512235): kobject_add_internal: parent: 'nr0', set: '<NULL>'
kobject: 'queues' (000000004c512235): kobject_uevent_env
kobject: 'queues' (000000004c512235): kobject_uevent_env: filter function caused the event to drop!
kobject: 'rx-0' (00000000f70b8b48): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (00000000f70b8b48): kobject_uevent_env
kobject: 'rx-0' (00000000f70b8b48): fill_kobj_path: path = '/devices/virtual/net/nr0/queues/rx-0'
kobject: 'tx-0' (00000000e6ef9d7f): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (00000000e6ef9d7f): kobject_uevent_env
kobject: 'tx-0' (00000000e6ef9d7f): fill_kobj_path: path = '/devices/virtual/net/nr0/queues/tx-0'
kobject: 'batman_adv' (000000001517d1a2): kobject_add_internal: parent: 'nr0', set: '<NULL>'
kobject: 'sit0' (00000000f9da618d): kobject_cleanup, parent           (null)
kobject: 'sit0' (00000000f9da618d): auto cleanup 'remove' event
kobject: 'sit0' (00000000f9da618d): kobject_uevent_env
kobject: 'gretap0' (000000003d4a15d7): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'gretap0' (000000003d4a15d7): kobject_uevent_env
kobject: 'sit0' (00000000f9da618d): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'gretap0' (000000003d4a15d7): fill_kobj_path: path = '/devices/virtual/net/gretap0'
kobject: 'queues' (00000000cce301e9): kobject_add_internal: parent: 'gretap0', set: '<NULL>'
kobject: 'loop4' (000000001917df34): kobject_uevent_env
kobject: 'queues' (00000000cce301e9): kobject_uevent_env
kobject: 'loop4' (000000001917df34): fill_kobj_path: path = '/devices/virtual/block/loop4'
kobject: 'queues' (00000000cce301e9): kobject_uevent_env: filter function caused the event to drop!
kobject: 'sit0' (00000000f9da618d): calling ktype release
kobject: 'rx-0' (0000000028c28d90): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (0000000028c28d90): kobject_uevent_env
kobject: 'rx-0' (0000000028c28d90): fill_kobj_path: path = '/devices/virtual/net/gretap0/queues/rx-0'
kobject: 'tx-0' (000000006aecd48b): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'sit0': free name
kobject: 'tx-0' (000000006aecd48b): kobject_uevent_env
kobject: 'tx-0' (000000006aecd48b): fill_kobj_path: path = '/devices/virtual/net/gretap0/queues/tx-0'
kobject: 'batman_adv' (00000000fda0ef45): kobject_add_internal: parent: 'gretap0', set: '<NULL>'
kobject: 'erspan0' (0000000037bafc84): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'erspan0' (0000000037bafc84): kobject_uevent_env
kobject: 'erspan0' (0000000037bafc84): fill_kobj_path: path = '/devices/virtual/net/erspan0'
kobject: 'queues' (00000000dfe73068): kobject_add_internal: parent: 'erspan0', set: '<NULL>'
kobject: 'queues' (00000000dfe73068): kobject_uevent_env
kobject: 'queues' (00000000dfe73068): kobject_uevent_env: filter function caused the event to drop!
kobject: 'rx-0' (000000006ab2e944): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (000000006ab2e944): kobject_uevent_env
kobject: 'rx-0' (000000006ab2e944): fill_kobj_path: path = '/devices/virtual/net/erspan0/queues/rx-0'
kobject: 'tx-0' (00000000bc505088): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (00000000bc505088): kobject_uevent_env
kobject: 'tx-0' (00000000bc505088): fill_kobj_path: path = '/devices/virtual/net/erspan0/queues/tx-0'
kobject: 'batman_adv' (00000000b4052f67): kobject_add_internal: parent: 'erspan0', set: '<NULL>'
kobject: 'nr0' (00000000b0bec376): kobject_cleanup, parent           (null)
kobject: 'nr0' (00000000b0bec376): calling ktype release
kobject: 'nr0': free name
kobject: 'sit0' (00000000a22765cf): kobject_cleanup, parent           (null)
kobject: 'ip_vti0' (00000000e24a4216): kobject_add_internal: parent: 'net', set: 'devices'
kobject: 'sit0' (00000000a22765cf): auto cleanup 'remove' event
kobject: 'ip_vti0' (00000000e24a4216): kobject_uevent_env
kobject: 'sit0' (00000000a22765cf): kobject_uevent_env
kobject: 'ip_vti0' (00000000e24a4216): fill_kobj_path: path = '/devices/virtual/net/ip_vti0'
kobject: 'sit0' (00000000a22765cf): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'queues' (000000003fe52a7e): kobject_add_internal: parent: 'ip_vti0', set: '<NULL>'
kobject: 'sit0' (00000000a22765cf): calling ktype release
kobject: 'queues' (000000003fe52a7e): kobject_uevent_env
kobject: 'queues' (000000003fe52a7e): kobject_uevent_env: filter function caused the event to drop!
kobject: 'sit0': free name
kobject: 'rx-0' (00000000d9de14fd): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'rx-0' (00000000d9de14fd): kobject_uevent_env
kobject: 'rx-0' (00000000d9de14fd): fill_kobj_path: path = '/devices/virtual/net/ip_vti0/queues/rx-0'
kobject: 'tx-0' (00000000a93bbc4b): kobject_add_internal: parent: 'queues', set: 'queues'
kobject: 'tx-0' (00000000a93bbc4b): kobject_uevent_env
kobject: 'tx-0' (00000000a93bbc4b): fill_kobj_path: path = '/devices/virtual/net/ip_vti0/queues/tx-0'
kobject: 'batman_adv' (000000001517d1a2): kobject_uevent_env
kobject: 'batman_adv' (000000001517d1a2): kobject_uevent_env: filter function caused the event to drop!
kobject: 'batman_adv' (000000001517d1a2): kobject_cleanup, parent           (null)
kobject: 'batman_adv' (000000001517d1a2): calling ktype release
kobject: (000000001517d1a2): dynamic_kobj_release
kobject: 'batman_adv': free name
kobject: 'rx-0' (00000000f70b8b48): kobject_cleanup, parent 000000004c512235
kobject: 'rx-0' (00000000f70b8b48): auto cleanup 'remove' event
kobject: 'rx-0' (00000000f70b8b48): kobject_uevent_env
kobject: 'rx-0' (00000000f70b8b48): fill_kobj_path: path = '/devices/virtual/net/nr0/queues/rx-0'
kobject: 'rx-0' (00000000f70b8b48): auto cleanup kobject_del
kobject: 'rx-0' (00000000f70b8b48): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000e6ef9d7f): kobject_cleanup, parent 000000004c512235
kobject: 'tx-0' (00000000e6ef9d7f): auto cleanup 'remove' event
kobject: 'tx-0' (00000000e6ef9d7f): kobject_uevent_env
kobject: 'tx-0' (00000000e6ef9d7f): fill_kobj_path: path = '/devices/virtual/net/nr0/queues/tx-0'
kobject: 'tx-0' (00000000e6ef9d7f): auto cleanup kobject_del
kobject: 'tx-0' (00000000e6ef9d7f): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (000000004c512235): kobject_cleanup, parent           (null)
kobject: 'queues' (000000004c512235): calling ktype release
kobject: 'queues' (000000004c512235): kset_release
kobject: 'queues': free name
kobject: 'nr0' (00000000b8dbf021): kobject_uevent_env
kobject: 'nr0' (00000000b8dbf021): fill_kobj_path: path = '/devices/virtual/net/nr0'
kobject: 'rx-0' (000000006dc19ba4): kobject_cleanup, parent 000000004df52c3e
kobject: 'rx-0' (000000006dc19ba4): auto cleanup 'remove' event
kobject: 'rx-0' (000000006dc19ba4): kobject_uevent_env
kobject: 'rx-0' (000000006dc19ba4): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000006dc19ba4): auto cleanup kobject_del
kobject: 'rx-0' (000000006dc19ba4): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (000000008ac6e4de): kobject_cleanup, parent 000000004df52c3e
kobject: 'tx-0' (000000008ac6e4de): auto cleanup 'remove' event
kobject: 'tx-0' (000000008ac6e4de): kobject_uevent_env
kobject: 'tx-0' (000000008ac6e4de): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (000000008ac6e4de): auto cleanup kobject_del
kobject: 'tx-0' (000000008ac6e4de): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (000000004df52c3e): kobject_cleanup, parent           (null)
kobject: 'queues' (000000004df52c3e): calling ktype release
kobject: 'queues' (000000004df52c3e): kset_release
kobject: 'queues': free name
kobject: 'ip6_vti0' (0000000029d19b84): kobject_uevent_env
kobject: 'ip6_vti0' (0000000029d19b84): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000a903c424): kobject_cleanup, parent 0000000053dee350
kobject: 'rx-0' (00000000a903c424): auto cleanup 'remove' event
kobject: 'rx-0' (00000000a903c424): kobject_uevent_env
kobject: 'rx-0' (00000000a903c424): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000a903c424): auto cleanup kobject_del
kobject: 'rx-0' (00000000a903c424): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (0000000008f5f2b5): kobject_cleanup, parent 0000000053dee350
kobject: 'tx-0' (0000000008f5f2b5): auto cleanup 'remove' event
kobject: 'tx-0' (0000000008f5f2b5): kobject_uevent_env
kobject: 'tx-0' (0000000008f5f2b5): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (0000000008f5f2b5): auto cleanup kobject_del
kobject: 'tx-0' (0000000008f5f2b5): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (0000000053dee350): kobject_cleanup, parent           (null)
kobject: 'queues' (0000000053dee350): calling ktype release
kobject: 'queues' (0000000053dee350): kset_release
kobject: 'queues': free name
kobject: 'ip6_vti0' (000000002c8ce092): kobject_uevent_env
kobject: 'ip6_vti0' (000000002c8ce092): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (0000000067c0865b): kobject_cleanup, parent 00000000c9cc166c
kobject: 'rx-0' (0000000067c0865b): auto cleanup 'remove' event
kobject: 'rx-0' (0000000067c0865b): kobject_uevent_env
kobject: 'rx-0' (0000000067c0865b): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (0000000067c0865b): auto cleanup kobject_del
kobject: 'rx-0' (0000000067c0865b): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000c4978581): kobject_cleanup, parent 00000000c9cc166c
kobject: 'tx-0' (00000000c4978581): auto cleanup 'remove' event
kobject: 'tx-0' (00000000c4978581): kobject_uevent_env
kobject: 'tx-0' (00000000c4978581): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (00000000c4978581): auto cleanup kobject_del
kobject: 'tx-0' (00000000c4978581): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000c9cc166c): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000c9cc166c): calling ktype release
kobject: 'queues' (00000000c9cc166c): kset_release
kobject: 'queues': free name
kobject: 'ip6_vti0' (00000000227b93c5): kobject_uevent_env
kobject: 'ip6_vti0' (00000000227b93c5): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000006cec986b): kobject_cleanup, parent 000000008ba5ffa9
kobject: 'rx-0' (000000006cec986b): auto cleanup 'remove' event
kobject: 'rx-0' (000000006cec986b): kobject_uevent_env
kobject: 'rx-0' (000000006cec986b): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000006cec986b): auto cleanup kobject_del
kobject: 'rx-0' (000000006cec986b): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000f2c41e07): kobject_cleanup, parent 000000008ba5ffa9
kobject: 'tx-0' (00000000f2c41e07): auto cleanup 'remove' event
kobject: 'tx-0' (00000000f2c41e07): kobject_uevent_env
kobject: 'tx-0' (00000000f2c41e07): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (00000000f2c41e07): auto cleanup kobject_del
kobject: 'tx-0' (00000000f2c41e07): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (000000008ba5ffa9): kobject_cleanup, parent           (null)
kobject: 'queues' (000000008ba5ffa9): calling ktype release
kobject: 'queues' (000000008ba5ffa9): kset_release
kobject: 'queues': free name
kobject: 'ip6_vti0' (000000006a7617f3): kobject_uevent_env
kobject: 'ip6_vti0' (000000006a7617f3): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000a31df68a): kobject_cleanup, parent 00000000f458931b
kobject: 'rx-0' (00000000a31df68a): auto cleanup 'remove' event
kobject: 'rx-0' (00000000a31df68a): kobject_uevent_env
kobject: 'rx-0' (00000000a31df68a): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000a31df68a): auto cleanup kobject_del
kobject: 'rx-0' (00000000a31df68a): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (000000001b7589ec): kobject_cleanup, parent 00000000f458931b
kobject: 'tx-0' (000000001b7589ec): auto cleanup 'remove' event
kobject: 'tx-0' (000000001b7589ec): kobject_uevent_env
kobject: 'tx-0' (000000001b7589ec): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (000000001b7589ec): auto cleanup kobject_del
kobject: 'tx-0' (000000001b7589ec): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000f458931b): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000f458931b): calling ktype release
kobject: 'queues' (00000000f458931b): kset_release
kobject: 'queues': free name
kobject: 'ip6_vti0' (00000000b3493421): kobject_uevent_env
kobject: 'ip6_vti0' (00000000b3493421): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (0000000030d3b724): kobject_cleanup, parent 000000004114c0da
kobject: 'rx-0' (0000000030d3b724): auto cleanup 'remove' event
kobject: 'rx-0' (0000000030d3b724): kobject_uevent_env
kobject: 'rx-0' (0000000030d3b724): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (0000000030d3b724): auto cleanup kobject_del
kobject: 'rx-0' (0000000030d3b724): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000d94b27b5): kobject_cleanup, parent 000000004114c0da
kobject: 'tx-0' (00000000d94b27b5): auto cleanup 'remove' event
kobject: 'tx-0' (00000000d94b27b5): kobject_uevent_env
kobject: 'tx-0' (00000000d94b27b5): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (00000000d94b27b5): auto cleanup kobject_del
kobject: 'tx-0' (00000000d94b27b5): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (000000004114c0da): kobject_cleanup, parent           (null)
kobject: 'queues' (000000004114c0da): calling ktype release
kobject: 'queues' (000000004114c0da): kset_release
kobject: 'queues': free name
kobject: 'ip6_vti0' (00000000dcfa26a8): kobject_uevent_env
kobject: 'ip6_vti0' (00000000dcfa26a8): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (0000000065702888): kobject_cleanup, parent 00000000a8763d28
kobject: 'rx-0' (0000000065702888): auto cleanup 'remove' event
kobject: 'rx-0' (0000000065702888): kobject_uevent_env
kobject: 'rx-0' (0000000065702888): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (0000000065702888): auto cleanup kobject_del
kobject: 'rx-0' (0000000065702888): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000550fee6a): kobject_cleanup, parent 00000000a8763d28
kobject: 'tx-0' (00000000550fee6a): auto cleanup 'remove' event
kobject: 'tx-0' (00000000550fee6a): kobject_uevent_env
kobject: 'tx-0' (00000000550fee6a): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (00000000550fee6a): auto cleanup kobject_del
kobject: 'tx-0' (00000000550fee6a): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000a8763d28): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000a8763d28): calling ktype release
kobject: 'queues' (00000000a8763d28): kset_release
kobject: 'queues': free name
kobject: 'ip6_vti0' (0000000092b24c1d): kobject_uevent_env
kobject: 'ip6_vti0' (0000000092b24c1d): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000d9de14fd): kobject_cleanup, parent 000000003fe52a7e
kobject: 'rx-0' (00000000d9de14fd): auto cleanup 'remove' event
kobject: 'rx-0' (00000000d9de14fd): kobject_uevent_env
kobject: 'rx-0' (00000000d9de14fd): fill_kobj_path: path = '/devices/virtual/net/ip_vti0/queues/rx-0'
kobject: 'rx-0' (00000000d9de14fd): auto cleanup kobject_del
kobject: 'rx-0' (00000000d9de14fd): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000a93bbc4b): kobject_cleanup, parent 000000003fe52a7e
kobject: 'tx-0' (00000000a93bbc4b): auto cleanup 'remove' event
kobject: 'tx-0' (00000000a93bbc4b): kobject_uevent_env
kobject: 'tx-0' (00000000a93bbc4b): fill_kobj_path: path = '/devices/virtual/net/ip_vti0/queues/tx-0'
kobject: 'tx-0' (00000000a93bbc4b): auto cleanup kobject_del
kobject: 'tx-0' (00000000a93bbc4b): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (000000003fe52a7e): kobject_cleanup, parent           (null)
kobject: 'queues' (000000003fe52a7e): calling ktype release
kobject: 'queues' (000000003fe52a7e): kset_release
kobject: 'queues': free name
kobject: 'ip_vti0' (00000000e24a4216): kobject_uevent_env
kobject: 'ip_vti0' (00000000e24a4216): fill_kobj_path: path = '/devices/virtual/net/ip_vti0'
kobject: 'nr0' (00000000b8dbf021): kobject_cleanup, parent           (null)
kobject: 'nr0' (00000000b8dbf021): calling ktype release
kobject: 'ip6_vti0' (0000000029d19b84): kobject_cleanup, parent           (null)
kobject: 'nr0': free name
kobject: 'ip6_vti0' (0000000029d19b84): auto cleanup 'remove' event
kobject: 'ip6_vti0' (0000000029d19b84): kobject_uevent_env
kobject: 'ip_vti0' (00000000e24a4216): kobject_cleanup, parent           (null)
kobject: 'ip6_vti0' (0000000029d19b84): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip_vti0' (00000000e24a4216): calling ktype release
kobject: 'loop1' (00000000392ded93): kobject_uevent_env
kobject: 'ip6_vti0' (0000000029d19b84): calling ktype release
kobject: 'loop1' (00000000392ded93): fill_kobj_path: path = '/devices/virtual/block/loop1'
kobject: 'ip6_vti0': free name
kobject: 'ip6_vti0' (000000002c8ce092): kobject_cleanup, parent           (null)
kobject: 'ip_vti0': free name
kobject: 'ip6_vti0' (000000002c8ce092): auto cleanup 'remove' event
kobject: 'ip6_vti0' (000000002c8ce092): kobject_uevent_env
kobject: 'ip6_vti0' (000000002c8ce092): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'batman_adv' (00000000b4052f67): kobject_uevent_env
kobject: 'ip6_vti0' (000000002c8ce092): calling ktype release
kobject: 'ip6_vti0': free name
kobject: 'batman_adv' (00000000b4052f67): kobject_uevent_env: filter function caused the event to drop!
kobject: 'batman_adv' (00000000b4052f67): kobject_cleanup, parent           (null)
kobject: 'batman_adv' (00000000b4052f67): calling ktype release
kobject: (00000000b4052f67): dynamic_kobj_release
kobject: 'batman_adv': free name
kobject: 'rx-0' (000000006ab2e944): kobject_cleanup, parent 00000000dfe73068
kobject: 'rx-0' (000000006ab2e944): auto cleanup 'remove' event
kobject: 'rx-0' (000000006ab2e944): kobject_uevent_env
kobject: 'rx-0' (000000006ab2e944): fill_kobj_path: path = '/devices/virtual/net/erspan0/queues/rx-0'
kobject: 'rx-0' (000000006ab2e944): auto cleanup kobject_del
kobject: 'rx-0' (000000006ab2e944): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000bc505088): kobject_cleanup, parent 00000000dfe73068
kobject: 'tx-0' (00000000bc505088): auto cleanup 'remove' event
kobject: 'tx-0' (00000000bc505088): kobject_uevent_env
kobject: 'tx-0' (00000000bc505088): fill_kobj_path: path = '/devices/virtual/net/erspan0/queues/tx-0'
kobject: 'tx-0' (00000000bc505088): auto cleanup kobject_del
kobject: 'tx-0' (00000000bc505088): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000dfe73068): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000dfe73068): calling ktype release
kobject: 'queues' (00000000dfe73068): kset_release
kobject: 'queues': free name
kobject: 'erspan0' (0000000037bafc84): kobject_uevent_env
kobject: 'erspan0' (0000000037bafc84): fill_kobj_path: path = '/devices/virtual/net/erspan0'
kobject: 'ip6_vti0' (00000000227b93c5): kobject_cleanup, parent           (null)
kobject: 'ip6_vti0' (00000000227b93c5): auto cleanup 'remove' event
kobject: 'ip6_vti0' (00000000227b93c5): kobject_uevent_env
kobject: 'ip6_vti0' (00000000227b93c5): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip6_vti0' (00000000227b93c5): calling ktype release
kobject: 'ip6_vti0': free name
kobject: 'erspan0' (0000000037bafc84): kobject_cleanup, parent           (null)
kobject: 'ip6_vti0' (000000006a7617f3): kobject_cleanup, parent           (null)
kobject: 'erspan0' (0000000037bafc84): calling ktype release
kobject: 'erspan0': free name
kobject: 'ip6_vti0' (000000006a7617f3): auto cleanup 'remove' event
kobject: 'ip6_vti0' (000000006a7617f3): kobject_uevent_env
kobject: 'ip6_vti0' (000000006a7617f3): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip6_vti0' (000000006a7617f3): calling ktype release
kobject: 'ip6_vti0': free name
kobject: 'batman_adv' (00000000fda0ef45): kobject_uevent_env
kobject: 'batman_adv' (00000000fda0ef45): kobject_uevent_env: filter function caused the event to drop!
kobject: 'batman_adv' (00000000fda0ef45): kobject_cleanup, parent           (null)
kobject: 'batman_adv' (00000000fda0ef45): calling ktype release
kobject: (00000000fda0ef45): dynamic_kobj_release
kobject: 'batman_adv': free name
kobject: 'rx-0' (0000000028c28d90): kobject_cleanup, parent 00000000cce301e9
kobject: 'rx-0' (0000000028c28d90): auto cleanup 'remove' event
kobject: 'rx-0' (0000000028c28d90): kobject_uevent_env
kobject: 'rx-0' (0000000028c28d90): fill_kobj_path: path = '/devices/virtual/net/gretap0/queues/rx-0'
kobject: 'rx-0' (0000000028c28d90): auto cleanup kobject_del
kobject: 'rx-0' (0000000028c28d90): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (000000006aecd48b): kobject_cleanup, parent 00000000cce301e9
kobject: 'tx-0' (000000006aecd48b): auto cleanup 'remove' event
kobject: 'tx-0' (000000006aecd48b): kobject_uevent_env
kobject: 'tx-0' (000000006aecd48b): fill_kobj_path: path = '/devices/virtual/net/gretap0/queues/tx-0'
kobject: 'tx-0' (000000006aecd48b): auto cleanup kobject_del
kobject: 'tx-0' (000000006aecd48b): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000cce301e9): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000cce301e9): calling ktype release
kobject: 'queues' (00000000cce301e9): kset_release
kobject: 'queues': free name
kobject: 'gretap0' (000000003d4a15d7): kobject_uevent_env
kobject: 'gretap0' (000000003d4a15d7): fill_kobj_path: path = '/devices/virtual/net/gretap0'
kobject: 'ip6_vti0' (00000000b3493421): kobject_cleanup, parent           (null)
kobject: 'ip6_vti0' (00000000b3493421): auto cleanup 'remove' event
kobject: 'ip6_vti0' (00000000b3493421): kobject_uevent_env
kobject: 'ip6_vti0' (00000000b3493421): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip6_vti0' (00000000b3493421): calling ktype release
kobject: 'ip6_vti0': free name
kobject: 'ip6_vti0' (00000000dcfa26a8): kobject_cleanup, parent           (null)
kobject: 'ip6_vti0' (00000000dcfa26a8): auto cleanup 'remove' event
kobject: 'ip6_vti0' (00000000dcfa26a8): kobject_uevent_env
kobject: 'ip6_vti0' (00000000dcfa26a8): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip6_vti0' (00000000dcfa26a8): calling ktype release
kobject: 'ip6_vti0': free name
kobject: 'ip6_vti0' (0000000092b24c1d): kobject_cleanup, parent           (null)
kobject: 'ip6_vti0' (0000000092b24c1d): auto cleanup 'remove' event
kobject: 'ip6_vti0' (0000000092b24c1d): kobject_uevent_env
kobject: 'ip6_vti0' (0000000092b24c1d): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip6_vti0' (0000000092b24c1d): calling ktype release
kobject: 'ip6_vti0': free name
kobject: 'rx-0' (000000004d692029): kobject_cleanup, parent 00000000743655c6
kobject: 'rx-0' (000000004d692029): auto cleanup 'remove' event
kobject: 'rx-0' (000000004d692029): kobject_uevent_env
kobject: 'rx-0' (000000004d692029): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000004d692029): auto cleanup kobject_del
kobject: 'rx-0' (000000004d692029): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000c2816352): kobject_cleanup, parent 00000000743655c6
kobject: 'tx-0' (00000000c2816352): auto cleanup 'remove' event
kobject: 'tx-0' (00000000c2816352): kobject_uevent_env
kobject: 'tx-0' (00000000c2816352): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (00000000c2816352): auto cleanup kobject_del
kobject: 'tx-0' (00000000c2816352): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000743655c6): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000743655c6): calling ktype release
kobject: 'queues' (00000000743655c6): kset_release
kobject: 'queues': free name
kobject: 'ip_vti0' (00000000ee8df7ec): kobject_uevent_env
kobject: 'ip_vti0' (00000000ee8df7ec): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000d39edc80): kobject_cleanup, parent 00000000b431640e
kobject: 'rx-0' (00000000d39edc80): auto cleanup 'remove' event
kobject: 'rx-0' (00000000d39edc80): kobject_uevent_env
kobject: 'rx-0' (00000000d39edc80): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000d39edc80): auto cleanup kobject_del
kobject: 'rx-0' (00000000d39edc80): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (0000000062732ea7): kobject_cleanup, parent 00000000b431640e
kobject: 'tx-0' (0000000062732ea7): auto cleanup 'remove' event
kobject: 'tx-0' (0000000062732ea7): kobject_uevent_env
kobject: 'tx-0' (0000000062732ea7): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (0000000062732ea7): auto cleanup kobject_del
kobject: 'tx-0' (0000000062732ea7): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000b431640e): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000b431640e): calling ktype release
kobject: 'queues' (00000000b431640e): kset_release
kobject: 'queues': free name
kobject: 'ip_vti0' (0000000097e895fc): kobject_uevent_env
kobject: 'ip_vti0' (0000000097e895fc): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000d62a534f): kobject_cleanup, parent 000000007a23a786
kobject: 'rx-0' (00000000d62a534f): auto cleanup 'remove' event
kobject: 'rx-0' (00000000d62a534f): kobject_uevent_env
kobject: 'rx-0' (00000000d62a534f): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000d62a534f): auto cleanup kobject_del
kobject: 'rx-0' (00000000d62a534f): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000d16cb09a): kobject_cleanup, parent 000000007a23a786
kobject: 'tx-0' (00000000d16cb09a): auto cleanup 'remove' event
kobject: 'tx-0' (00000000d16cb09a): kobject_uevent_env
kobject: 'tx-0' (00000000d16cb09a): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (00000000d16cb09a): auto cleanup kobject_del
kobject: 'tx-0' (00000000d16cb09a): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (000000007a23a786): kobject_cleanup, parent           (null)
kobject: 'queues' (000000007a23a786): calling ktype release
kobject: 'queues' (000000007a23a786): kset_release
kobject: 'queues': free name
kobject: 'ip_vti0' (000000001638fd67): kobject_uevent_env
kobject: 'ip_vti0' (000000001638fd67): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000008be13b21): kobject_cleanup, parent 0000000074032b1f
kobject: 'rx-0' (000000008be13b21): auto cleanup 'remove' event
kobject: 'rx-0' (000000008be13b21): kobject_uevent_env
kobject: 'rx-0' (000000008be13b21): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000008be13b21): auto cleanup kobject_del
kobject: 'rx-0' (000000008be13b21): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000dd0b8feb): kobject_cleanup, parent 0000000074032b1f
kobject: 'tx-0' (00000000dd0b8feb): auto cleanup 'remove' event
kobject: 'tx-0' (00000000dd0b8feb): kobject_uevent_env
kobject: 'tx-0' (00000000dd0b8feb): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (00000000dd0b8feb): auto cleanup kobject_del
kobject: 'tx-0' (00000000dd0b8feb): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (0000000074032b1f): kobject_cleanup, parent           (null)
kobject: 'queues' (0000000074032b1f): calling ktype release
kobject: 'queues' (0000000074032b1f): kset_release
kobject: 'queues': free name
kobject: 'ip_vti0' (000000002bc9256e): kobject_uevent_env
kobject: 'ip_vti0' (000000002bc9256e): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000002324dd2e): kobject_cleanup, parent 00000000f7383274
kobject: 'rx-0' (000000002324dd2e): auto cleanup 'remove' event
kobject: 'rx-0' (000000002324dd2e): kobject_uevent_env
kobject: 'rx-0' (000000002324dd2e): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (000000002324dd2e): auto cleanup kobject_del
kobject: 'rx-0' (000000002324dd2e): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (0000000060f3a5b5): kobject_cleanup, parent 00000000f7383274
kobject: 'tx-0' (0000000060f3a5b5): auto cleanup 'remove' event
kobject: 'tx-0' (0000000060f3a5b5): kobject_uevent_env
kobject: 'tx-0' (0000000060f3a5b5): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (0000000060f3a5b5): auto cleanup kobject_del
kobject: 'tx-0' (0000000060f3a5b5): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000f7383274): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000f7383274): calling ktype release
kobject: 'queues' (00000000f7383274): kset_release
kobject: 'queues': free name
kobject: 'ip_vti0' (0000000088679fd2): kobject_uevent_env
kobject: 'ip_vti0' (0000000088679fd2): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000c9657cd1): kobject_cleanup, parent 00000000015b3293
kobject: 'rx-0' (00000000c9657cd1): auto cleanup 'remove' event
kobject: 'rx-0' (00000000c9657cd1): kobject_uevent_env
kobject: 'rx-0' (00000000c9657cd1): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (00000000c9657cd1): auto cleanup kobject_del
kobject: 'rx-0' (00000000c9657cd1): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (000000000a29d7fb): kobject_cleanup, parent 00000000015b3293
kobject: 'tx-0' (000000000a29d7fb): auto cleanup 'remove' event
kobject: 'tx-0' (000000000a29d7fb): kobject_uevent_env
kobject: 'tx-0' (000000000a29d7fb): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (000000000a29d7fb): auto cleanup kobject_del
kobject: 'tx-0' (000000000a29d7fb): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000015b3293): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000015b3293): calling ktype release
kobject: 'queues' (00000000015b3293): kset_release
kobject: 'queues': free name
kobject: 'ip_vti0' (00000000219957bd): kobject_uevent_env
kobject: 'ip_vti0' (00000000219957bd): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (0000000006fd94a5): kobject_cleanup, parent 00000000f459e9e6
kobject: 'rx-0' (0000000006fd94a5): auto cleanup 'remove' event
kobject: 'rx-0' (0000000006fd94a5): kobject_uevent_env
kobject: 'rx-0' (0000000006fd94a5): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'rx-0' (0000000006fd94a5): auto cleanup kobject_del
kobject: 'rx-0' (0000000006fd94a5): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (0000000095033b73): kobject_cleanup, parent 00000000f459e9e6
kobject: 'tx-0' (0000000095033b73): auto cleanup 'remove' event
kobject: 'tx-0' (0000000095033b73): kobject_uevent_env
kobject: 'tx-0' (0000000095033b73): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'tx-0' (0000000095033b73): auto cleanup kobject_del
kobject: 'tx-0' (0000000095033b73): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000f459e9e6): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000f459e9e6): calling ktype release
kobject: 'queues' (00000000f459e9e6): kset_release
kobject: 'queues': free name
kobject: 'ip_vti0' (00000000f1f944c3): kobject_uevent_env
kobject: 'ip_vti0' (00000000f1f944c3): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'gretap0' (000000003d4a15d7): kobject_cleanup, parent           (null)
kobject: 'gretap0' (000000003d4a15d7): calling ktype release
kobject: 'gretap0': free name
kobject: 'rx-0' (0000000007080444): kobject_cleanup, parent 000000004342c846
kobject: 'rx-0' (0000000007080444): auto cleanup 'remove' event
kobject: 'rx-0' (0000000007080444): kobject_uevent_env
kobject: 'rx-0' (0000000007080444): fill_kobj_path: path = '/devices/virtual/net/gre0/queues/rx-0'
kobject: 'rx-0' (0000000007080444): auto cleanup kobject_del
kobject: 'rx-0' (0000000007080444): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000b4d2158a): kobject_cleanup, parent 000000004342c846
kobject: 'tx-0' (00000000b4d2158a): auto cleanup 'remove' event
kobject: 'tx-0' (00000000b4d2158a): kobject_uevent_env
kobject: 'tx-0' (00000000b4d2158a): fill_kobj_path: path = '/devices/virtual/net/gre0/queues/tx-0'
kobject: 'tx-0' (00000000b4d2158a): auto cleanup kobject_del
kobject: 'tx-0' (00000000b4d2158a): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (000000004342c846): kobject_cleanup, parent           (null)
kobject: 'queues' (000000004342c846): calling ktype release
kobject: 'queues' (000000004342c846): kset_release
kobject: 'queues': free name
kobject: 'gre0' (0000000018afd589): kobject_uevent_env
kobject: 'gre0' (0000000018afd589): fill_kobj_path: path = '/devices/virtual/net/gre0'
kobject: 'ip_vti0' (00000000ee8df7ec): kobject_cleanup, parent           (null)
kobject: 'ip_vti0' (00000000ee8df7ec): auto cleanup 'remove' event
kobject: 'gre0' (0000000018afd589): kobject_cleanup, parent           (null)
kobject: 'ip_vti0' (00000000ee8df7ec): kobject_uevent_env
kobject: 'gre0' (0000000018afd589): calling ktype release
kobject: 'ip_vti0' (00000000ee8df7ec): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip_vti0' (00000000ee8df7ec): calling ktype release
kobject: 'ip_vti0': free name
kobject: 'ip_vti0' (0000000097e895fc): kobject_cleanup, parent           (null)
kobject: 'gre0': free name
kobject: 'ip_vti0' (0000000097e895fc): auto cleanup 'remove' event
kobject: 'ip_vti0' (0000000097e895fc): kobject_uevent_env
kobject: 'ip_vti0' (0000000097e895fc): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip_vti0' (0000000097e895fc): calling ktype release
kobject: 'rx-0' (0000000078a1ab53): kobject_cleanup, parent 00000000f76eeb3c
kobject: 'ip_vti0': free name
kobject: 'rx-0' (0000000078a1ab53): auto cleanup 'remove' event
kobject: 'rx-0' (0000000078a1ab53): kobject_uevent_env
kobject: 'rx-0' (0000000078a1ab53): fill_kobj_path: path = '/devices/virtual/net/tunl0/queues/rx-0'
kobject: 'rx-0' (0000000078a1ab53): auto cleanup kobject_del
kobject: 'rx-0' (0000000078a1ab53): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000b54bde03): kobject_cleanup, parent 00000000f76eeb3c
kobject: 'tx-0' (00000000b54bde03): auto cleanup 'remove' event
kobject: 'tx-0' (00000000b54bde03): kobject_uevent_env
kobject: 'tx-0' (00000000b54bde03): fill_kobj_path: path = '/devices/virtual/net/tunl0/queues/tx-0'
kobject: 'tx-0' (00000000b54bde03): auto cleanup kobject_del
kobject: 'tx-0' (00000000b54bde03): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (00000000f76eeb3c): kobject_cleanup, parent           (null)
kobject: 'queues' (00000000f76eeb3c): calling ktype release
kobject: 'queues' (00000000f76eeb3c): kset_release
kobject: 'queues': free name
kobject: 'tunl0' (00000000aad20906): kobject_uevent_env
kobject: 'tunl0' (00000000aad20906): fill_kobj_path: path = '/devices/virtual/net/tunl0'
kobject: 'ip_vti0' (000000001638fd67): kobject_cleanup, parent           (null)
kobject: 'ip_vti0' (000000001638fd67): auto cleanup 'remove' event
kobject: 'ip_vti0' (000000001638fd67): kobject_uevent_env
kobject: 'ip_vti0' (000000001638fd67): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip_vti0' (000000001638fd67): calling ktype release
kobject: 'ip_vti0': free name
kobject: 'ip_vti0' (000000002bc9256e): kobject_cleanup, parent           (null)
kobject: 'ip_vti0' (000000002bc9256e): auto cleanup 'remove' event
kobject: 'ip_vti0' (000000002bc9256e): kobject_uevent_env
kobject: 'ip_vti0' (000000002bc9256e): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip_vti0' (000000002bc9256e): calling ktype release
kobject: 'ip_vti0': free name
kobject: 'ip_vti0' (0000000088679fd2): kobject_cleanup, parent           (null)
kobject: 'ip_vti0' (0000000088679fd2): auto cleanup 'remove' event
kobject: 'ip_vti0' (0000000088679fd2): kobject_uevent_env
kobject: 'ip_vti0' (0000000088679fd2): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip_vti0' (0000000088679fd2): calling ktype release
kobject: 'ip_vti0': free name
kobject: 'ip_vti0' (00000000219957bd): kobject_cleanup, parent           (null)
kobject: 'ip_vti0' (00000000219957bd): auto cleanup 'remove' event
kobject: 'tunl0' (00000000aad20906): kobject_cleanup, parent           (null)
kobject: 'ip_vti0' (00000000219957bd): kobject_uevent_env
kobject: 'ip_vti0' (00000000219957bd): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip_vti0' (00000000219957bd): calling ktype release
kobject: 'ip_vti0': free name
kobject: 'tunl0' (00000000aad20906): calling ktype release
kobject: 'ip_vti0' (00000000f1f944c3): kobject_cleanup, parent           (null)
kobject: 'tunl0': free name
kobject: 'ip_vti0' (00000000f1f944c3): auto cleanup 'remove' event
kobject: 'ip_vti0' (00000000f1f944c3): kobject_uevent_env
kobject: 'ip_vti0' (00000000f1f944c3): kobject_uevent_env: uevent_suppress caused the event to drop!
kobject: 'ip_vti0' (00000000f1f944c3): calling ktype release
kobject: 'ip_vti0': free name
kobject: 'rx-0' (000000009a9fe4e8): kobject_cleanup, parent 000000003207a8d8
kobject: 'rx-0' (000000009a9fe4e8): auto cleanup 'remove' event
kobject: 'rx-0' (000000009a9fe4e8): kobject_uevent_env
kobject: 'rx-0' (000000009a9fe4e8): fill_kobj_path: path = '/devices/virtual/net/lo/queues/rx-0'
kobject: 'rx-0' (000000009a9fe4e8): auto cleanup kobject_del
kobject: 'rx-0' (000000009a9fe4e8): calling ktype release
kobject: 'rx-0': free name
kobject: 'tx-0' (00000000be889b87): kobject_cleanup, parent 000000003207a8d8
kobject: 'tx-0' (00000000be889b87): auto cleanup 'remove' event
kobject: 'tx-0' (00000000be889b87): kobject_uevent_env
kobject: 'tx-0' (00000000be889b87): fill_kobj_path: path = '/devices/virtual/net/lo/queues/tx-0'
kobject: 'tx-0' (00000000be889b87): auto cleanup kobject_del
kobject: 'tx-0' (00000000be889b87): calling ktype release
kobject: 'tx-0': free name
kobject: 'queues' (000000003207a8d8): kobject_cleanup, parent           (null)
kobject: 'queues' (000000003207a8d8): calling ktype release
kobject: 'queues' (000000003207a8d8): kset_release
kobject: 'queues': free name
kobject: 'lo' (000000004a1745d9): kobject_uevent_env
kobject: 'lo' (000000004a1745d9): fill_kobj_path: path = '/devices/virtual/net/lo'
kobject: 'batman_adv' (00000000bbbe7852): kobject_uevent_env
kobject: 'batman_adv' (00000000bbbe7852): kobject_uevent_env: filter function caused the event to drop!