Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a ton of lockdep warnings on 0.8.0 with debug-enabled rhel8 kernel #8868

Closed
verygreen opened this issue Jun 7, 2019 · 1 comment · Fixed by #8884
Closed

a ton of lockdep warnings on 0.8.0 with debug-enabled rhel8 kernel #8868

verygreen opened this issue Jun 7, 2019 · 1 comment · Fixed by #8884
Labels
Type: Building Indicates an issue related to building binaries

Comments

@verygreen
Copy link
Contributor

I am trying to create a new rhel8 testrig that includes ZFS on it. The focus of it is correctness testing so I am building zfs 0.8.0 from the repo manually against RHEL8 kernel with all sorts of extra debug enabled and also zfs itself is built with --enable-debug.

Inserting such a module produces a lot of "key XXX not in .data" type of messages

At least some of them are related to sysfs entries registration so I enabled kobject debugging that adds some more spam in the messages, but hopefully helps to better see where these objects are coming from at least:

[  278.708954] kobject: 'zfs' (0000000064491890): fill_kobj_path: path = '/module/zfs'
[  279.589347] kobject: 'features.kernel' (000000001933e7d3): kobject_add_internal: parent: 'zfs', set: '<NULL>'
[  279.589363] kobject: 'com.delphix:vdev_initialize' (000000007a78ccd7): kobject_add_internal: parent: 'features.kernel', set: '<NULL>'
[  279.589374] BUG: key ffff8800d324fa58 not in .data!
[  279.589766] ------------[ cut here ]------------
[  279.590123] DEBUG_LOCKS_WARN_ON(1)
[  279.590136] WARNING: CPU: 3 PID: 1264 at kernel/locking/lockdep.c:3150 __lockdep_init_map.cold.33+0x75/0x8c
[  279.591063] Modules linked in: zfs(O+) zunicode(O) zlua(O) zcommon(O) znvpair(O) zavl(O) icp(O) spl(O) i2c_piix4 pcspkr squashfs ip_tables rpcsec_gss_krb5 auth_rpcgss nfsv4 dns_resolver ata_generic ata_piix serio_raw libata dm_mirror dm_region_hash dm_log dm_mod
[  279.592665] CPU: 3 PID: 1264 Comm: modprobe Tainted: G           O     --------- -  - 4.18.0-debug #5
[  279.593294] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[  279.593699] RIP: 0010:__lockdep_init_map.cold.33+0x75/0x8c
[  279.594083] Code: a7 a9 db 03 00 75 2d 48 c7 c6 21 a2 8d 82 48 c7 c7 8c b0 89 82 48 83 05 27 d5 20 03 01 e8 51 5f f5 ff 48 83 05 22 d5 20 03 01 <0f> 0b 48 83 05 20 d5 20 03 01 48 83 05 20 d5 20 03 01 e9 c1 87 ff
[  279.595358] RSP: 0018:ffffc90000f7fb10 EFLAGS: 00010202
[  279.595729] RAX: 0000000000000000 RBX: ffff8800dbb1fc68 RCX: 0000000000000006
[  279.596218] RDX: 0000000000000007 RSI: 0000000000000002 RDI: ffff8801199e6710
[  279.596716] RBP: ffff8800d324fa58 R08: 0000000000000001 R09: 0000000000000000
[  279.597205] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[  279.597701] R13: ffff8800d324fa40 R14: ffffffff8244d5c0 R15: ffffffffa09b46c0
[  279.598190] FS:  00007fac91a02740(0000) GS:ffff880119800000(0000) knlGS:0000000000000000
[  279.598754] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  279.599150] CR2: 00007fac909c7750 CR3: 000000010f3ae000 CR4: 00000000000006e0
[  279.599644] Call Trace:
[  279.599827]  lockdep_init_map+0xd/0x20
[  279.600096]  __kernfs_create_file+0x83/0x160
[  279.600400]  sysfs_add_file_mode_ns+0xa4/0x280
[  279.600728]  sysfs_create_file_ns+0x2e/0x70
[  279.601026]  kobject_add_internal+0x226/0x500
[  279.601334]  kobject_add_varg+0x39/0x50
[  279.601613]  kobject_add+0x60/0x90
[  279.602001]  zfs_kobj_add+0x56/0xe0 [zfs]
[  279.602376]  ? trace_event_define_fields_zfs_dprintf_class+0x36/0x36 [zfs]
[  279.602954]  zfs_sysfs_init+0x3cf/0x4c0 [zfs]
[  279.603351]  ? trace_event_define_fields_zfs_dprintf_class+0x36/0x36 [zfs]
[  279.603921]  _init+0x92/0xf33 [zfs]
[  279.604176]  do_one_initcall+0xb6/0x6d6
[  279.604448]  ? __mutex_unlock_slowpath+0x51/0x410
[  279.604791]  do_init_module+0xaa/0x330
[  279.605060]  load_module+0x1dfe/0x22e0
[  279.605327]  ? ima_post_read_file+0x141/0x191
[  279.605646]  ? security_kernel_post_read_file+0x79/0xb0
[  279.606022]  ? __do_sys_finit_module+0x138/0x190
[  279.606346]  __do_sys_finit_module+0x138/0x190
[  279.606668]  __x64_sys_finit_module+0x1e/0x30
[  279.606974]  do_syscall_64+0xd4/0x560
[  279.607237]  entry_SYSCALL_64_after_hwframe+0x6a/0xdf
[  279.607600] RIP: 0033:0x7fac909ed2bd
[  279.607853] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 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 73 01 c3 48 8b 0d 9b 6b 2c 00 f7 d8 64 89 01 48
[  279.609143] RSP: 002b:00007ffebabea888 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[  279.609671] RAX: ffffffffffffffda RBX: 000055bdd574bd80 RCX: 00007fac909ed2bd
[  279.610162] RDX: 0000000000000000 RSI: 000055bdd42797b6 RDI: 000000000000000a
[  279.610660] RBP: 000055bdd42797b6 R08: 0000000000000000 R09: 0000000000000000
[  279.611150] R10: 000000000000000a R11: 0000000000000246 R12: 0000000000000000
[  279.611648] R13: 000055bdd574bc90 R14: 0000000000040000 R15: 0000000000000000
[  279.612145] irq event stamp: 600883
[  279.612391] hardirqs last  enabled at (600883): [<ffffffff811ba861>] console_unlock+0x7b1/0xaf0
[  279.612994] hardirqs last disabled at (600882): [<ffffffff811ba239>] console_unlock+0x189/0xaf0
[  279.613599] softirqs last  enabled at (600598): [<ffffffff8220060f>] __do_softirq+0x60f/0x927
[  279.614183] softirqs last disabled at (600591): [<ffffffff81101af0>] irq_exit+0x260/0x2a0
[  279.614753] ---[ end trace 98363e76e04071b6 ]---
[  279.615109] kobject: 'org.zfsonlinux:vdev_trim' (0000000037919a0d): kobject_add_internal: parent: 'features.kernel', set: '<NULL>'
[  279.615946] BUG: key ffff8800d324f438 not in .data!
[  279.616324] kobject: 'features.pool' (0000000046392bab): kobject_add_internal: parent: 'zfs', set: '<NULL>'
[  279.617054] kobject: 'com.delphix:async_destroy' (00000000b7bcf576): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.617874] BUG: key ffff88010f2b7118 not in .data!
[  279.618254] BUG: key ffff88010f2b7138 not in .data!
[  279.618613] BUG: key ffff88010f2b7158 not in .data!
[  279.618966] BUG: key ffff88010f2b7178 not in .data!
[  279.619337] BUG: key ffff88010f2b7198 not in .data!
[  279.619697] BUG: key ffff88010f2b71b8 not in .data!
[  279.620074] BUG: key ffff88010f2b71d8 not in .data!
[  279.620425] kobject: 'com.delphix:empty_bpobj' (0000000063758688): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.621251] BUG: key ffff88010f2b7e18 not in .data!
[  279.621611] BUG: key ffff88010f2b7e38 not in .data!
[  279.621954] BUG: key ffff88010f2b7e58 not in .data!
[  279.622327] BUG: key ffff88010f2b7e78 not in .data!
[  279.622686] BUG: key ffff88010f2b7e98 not in .data!
[  279.623068] BUG: key ffff88010f2b7eb8 not in .data!
[  279.623422] BUG: key ffff88010f2b7ed8 not in .data!
[  279.623777] kobject: 'org.illumos:lz4_compress' (0000000074c1ae54): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.624626] BUG: key ffff88010f2b7718 not in .data!
[  279.624977] BUG: key ffff88010f2b7738 not in .data!
[  279.625349] BUG: key ffff88010f2b7758 not in .data!
[  279.625709] BUG: key ffff88010f2b7778 not in .data!
[  279.626091] BUG: key ffff88010f2b7798 not in .data!
[  279.626438] BUG: key ffff88010f2b77b8 not in .data!
[  279.626792] BUG: key ffff88010f2b77d8 not in .data!
[  279.627169] kobject: 'com.joyent:multi_vdev_crash_dump' (00000000a8e57c42): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.628058] BUG: key ffff88010f2b7018 not in .data!
[  279.628407] BUG: key ffff88010f2b7038 not in .data!
[  279.628762] BUG: key ffff88010f2b7058 not in .data!
[  279.629138] BUG: key ffff88010f2b7078 not in .data!
[  279.629497] BUG: key ffff88010f2b7098 not in .data!
[  279.629839] BUG: key ffff88010f2b70b8 not in .data!
[  279.630212] BUG: key ffff88010f2b70d8 not in .data!
[  279.630571] kobject: 'com.delphix:spacemap_histogram' (000000006d621952): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.631449] BUG: key ffff88010f2b7218 not in .data!
[  279.631808] BUG: key ffff88010f2b7238 not in .data!
[  279.632190] BUG: key ffff88010f2b7258 not in .data!
[  279.632548] BUG: key ffff88010f2b7278 not in .data!
[  279.632902] BUG: key ffff88010f2b7298 not in .data!
[  279.633280] BUG: key ffff88010f2b72b8 not in .data!
[  279.633642] BUG: key ffff88010f2b72d8 not in .data!
[  279.633998] kobject: 'com.delphix:enabled_txg' (000000009fcfa759): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.634829] BUG: key ffff88010a435418 not in .data!
[  279.635206] BUG: key ffff88010a435438 not in .data!
[  279.635565] BUG: key ffff88010a435458 not in .data!
[  279.635921] BUG: key ffff88010a435478 not in .data!
[  279.636296] BUG: key ffff88010a435498 not in .data!
[  279.636656] BUG: key ffff88010a4354b8 not in .data!
[  279.637025] BUG: key ffff88010a4354d8 not in .data!
[  279.637380] kobject: 'com.delphix:hole_birth' (00000000c8213780): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.638202] BUG: key ffff88010a435d18 not in .data!
[  279.638562] BUG: key ffff88010a435d38 not in .data!
[  279.638916] BUG: key ffff88010a435d58 not in .data!
[  279.639292] BUG: key ffff88010a435d78 not in .data!
[  279.639651] BUG: key ffff88010a435d98 not in .data!
[  279.640031] BUG: key ffff88010a435db8 not in .data!
[  279.640379] BUG: key ffff88010a435dd8 not in .data!
[  279.640738] kobject: 'com.delphix:extensible_dataset' (00000000c8e6b128): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.641603] BUG: key ffff88010a435a18 not in .data!
[  279.641952] BUG: key ffff88010a435a38 not in .data!
[  279.642324] BUG: key ffff88010a435a58 not in .data!
[  279.642683] BUG: key ffff88010a435a78 not in .data!
[  279.643070] BUG: key ffff88010a435a98 not in .data!
[  279.643423] BUG: key ffff88010a435ab8 not in .data!
[  279.643775] BUG: key ffff88010a435ad8 not in .data!
[  279.644152] kobject: 'com.delphix:embedded_data' (00000000eb6252bb): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.644969] BUG: key ffff88010a435118 not in .data!
[  279.645344] BUG: key ffff88010a435138 not in .data!
[  279.645704] BUG: key ffff88010a435158 not in .data!
[  279.646080] BUG: key ffff88010a435178 not in .data!
[  279.646434] BUG: key ffff88010a435198 not in .data!
[  279.646789] BUG: key ffff88010a4351b8 not in .data!
[  279.647159] BUG: key ffff88010a4351d8 not in .data!
[  279.647520] kobject: 'com.delphix:bookmarks' (00000000a79669f8): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.648329] BUG: key ffff8800d3107418 not in .data!
[  279.648686] BUG: key ffff8800d3107438 not in .data!
[  279.649062] BUG: key ffff8800d3107458 not in .data!
[  279.649413] BUG: key ffff8800d3107478 not in .data!
[  279.649766] BUG: key ffff8800d3107498 not in .data!
[  279.650142] BUG: key ffff8800d31074b8 not in .data!
[  279.650500] BUG: key ffff8800d31074d8 not in .data!
[  279.650850] kobject: 'com.joyent:filesystem_limits' (000000002b6f4148): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.651707] BUG: key ffff8800d3107f18 not in .data!
[  279.652086] BUG: key ffff8800d3107f38 not in .data!
[  279.652437] BUG: key ffff8800d3107f58 not in .data!
[  279.652796] BUG: key ffff8800d3107f78 not in .data!
[  279.653172] BUG: key ffff8800d3107f98 not in .data!
[  279.653530] BUG: key ffff8800d3107fb8 not in .data!
[  279.653882] BUG: key ffff8800d3107fd8 not in .data!
[  279.654256] kobject: 'org.open-zfs:large_blocks' (000000002c5e4061): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.655105] BUG: key ffff8800d3107b18 not in .data!
[  279.655457] BUG: key ffff8800d3107b38 not in .data!
[  279.655810] BUG: key ffff8800d3107b58 not in .data!
[  279.656194] BUG: key ffff8800d3107b78 not in .data!
[  279.656554] BUG: key ffff8800d3107b98 not in .data!
[  279.656899] BUG: key ffff8800d3107bb8 not in .data!
[  279.657272] BUG: key ffff8800d3107bd8 not in .data!
[  279.657631] kobject: 'org.zfsonlinux:large_dnode' (00000000c106c1bd): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.658489] BUG: key ffff8800d3107318 not in .data!
[  279.658840] BUG: key ffff8800d3107338 not in .data!
[  279.659213] BUG: key ffff8800d3107358 not in .data!
[  279.659573] BUG: key ffff8800d3107378 not in .data!
[  279.659918] BUG: key ffff8800d3107398 not in .data!
[  279.660291] BUG: key ffff8800d31073b8 not in .data!
[  279.660651] BUG: key ffff8800d31073d8 not in .data!
[  279.661004] kobject: 'org.illumos:sha512' (000000003e404113): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.661800] BUG: key ffff8800d3107618 not in .data!
[  279.662178] BUG: key ffff8800d3107638 not in .data!
[  279.662542] BUG: key ffff8800d3107658 not in .data!
[  279.662891] BUG: key ffff8800d3107678 not in .data!
[  279.663265] BUG: key ffff8800d3107698 not in .data!
[  279.663625] BUG: key ffff8800d31076b8 not in .data!
[  279.663971] BUG: key ffff8800d31076d8 not in .data!
[  279.664347] kobject: 'org.illumos:skein' (00000000a581345c): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.665152] BUG: key ffff8800d3107118 not in .data!
[  279.665507] BUG: key ffff8800d3107138 not in .data!
[  279.665860] BUG: key ffff8800d3107158 not in .data!
[  279.666233] BUG: key ffff8800d3107178 not in .data!
[  279.666591] BUG: key ffff8800d3107198 not in .data!
[  279.666945] BUG: key ffff8800d31071b8 not in .data!
[  279.667318] BUG: key ffff8800d31071d8 not in .data!
[  279.667677] kobject: 'org.illumos:edonr' (000000008a9f89f2): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.668462] BUG: key ffff8800d3107e18 not in .data!
[  279.668819] BUG: key ffff8800d3107e38 not in .data!
[  279.669193] BUG: key ffff8800d3107e58 not in .data!
[  279.669554] BUG: key ffff8800d3107e78 not in .data!
[  279.669906] BUG: key ffff8800d3107e98 not in .data!
[  279.670278] BUG: key ffff8800d3107eb8 not in .data!
[  279.670635] BUG: key ffff8800d3107ed8 not in .data!
[  279.670987] kobject: 'org.zfsonlinux:userobj_accounting' (000000003e39a42f): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.671863] BUG: key ffff8800d3107718 not in .data!
[  279.672243] BUG: key ffff8800d3107738 not in .data!
[  279.672604] BUG: key ffff8800d3107758 not in .data!
[  279.672952] BUG: key ffff8800d3107778 not in .data!
[  279.673328] BUG: key ffff8800d3107798 not in .data!
[  279.673688] BUG: key ffff8800d31077b8 not in .data!
[  279.674070] BUG: key ffff8800d31077d8 not in .data!
[  279.674421] kobject: 'com.datto:encryption' (000000004b8ffc33): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.675230] BUG: key ffff8800d3107218 not in .data!
[  279.675589] BUG: key ffff8800d3107238 not in .data!
[  279.675945] BUG: key ffff8800d3107258 not in .data!
[  279.676316] BUG: key ffff8800d3107278 not in .data!
[  279.676677] BUG: key ffff8800d3107298 not in .data!
[  279.677059] BUG: key ffff8800d31072b8 not in .data!
[  279.677408] BUG: key ffff8800d31072d8 not in .data!
[  279.677764] kobject: 'org.zfsonlinux:project_quota' (00000000dada7f72): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.678620] BUG: key ffff8800d3107018 not in .data!
[  279.678971] BUG: key ffff8800d3107038 not in .data!
[  279.679344] BUG: key ffff8800d3107058 not in .data!
[  279.679705] BUG: key ffff8800d3107078 not in .data!
[  279.680088] BUG: key ffff8800d3107098 not in .data!
[  279.680437] BUG: key ffff8800d31070b8 not in .data!
[  279.680793] BUG: key ffff8800d31070d8 not in .data!
[  279.681176] kobject: 'com.delphix:device_removal' (000000004109970c): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.682042] BUG: key ffff8800d3107818 not in .data!
[  279.682393] BUG: key ffff8800d3107838 not in .data!
[  279.682748] BUG: key ffff8800d3107858 not in .data!
[  279.683122] BUG: key ffff8800d3107878 not in .data!
[  279.683475] BUG: key ffff8800d3107898 not in .data!
[  279.683830] BUG: key ffff8800d31078b8 not in .data!
[  279.684204] BUG: key ffff8800d31078d8 not in .data!
[  279.684566] kobject: 'com.delphix:obsolete_counts' (00000000b52f076b): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.685418] BUG: key ffff8800d3107c18 not in .data!
[  279.685777] BUG: key ffff8800d3107c38 not in .data!
[  279.686149] BUG: key ffff8800d3107c58 not in .data!
[  279.686508] BUG: key ffff8800d3107c78 not in .data!
[  279.686856] BUG: key ffff8800d3107c98 not in .data!
[  279.687232] BUG: key ffff8800d3107cb8 not in .data!
[  279.687592] BUG: key ffff8800d3107cd8 not in .data!
[  279.687938] kobject: 'com.delphix:zpool_checkpoint' (00000000f66aa541): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.688810] BUG: key ffff8800d3107d18 not in .data!
[  279.689187] BUG: key ffff8800d3107d38 not in .data!
[  279.689547] BUG: key ffff8800d3107d58 not in .data!
[  279.689903] BUG: key ffff8800d3107d78 not in .data!
[  279.690282] BUG: key ffff8800d3107d98 not in .data!
[  279.690640] BUG: key ffff8800d3107db8 not in .data!
[  279.690985] BUG: key ffff8800d3107dd8 not in .data!
[  279.691358] kobject: 'com.delphix:spacemap_v2' (00000000afa0c8be): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.692196] BUG: key ffff8800d3107918 not in .data!
[  279.692557] BUG: key ffff8800d3107938 not in .data!
[  279.692910] BUG: key ffff8800d3107958 not in .data!
[  279.693283] BUG: key ffff8800d3107978 not in .data!
[  279.693643] BUG: key ffff8800d3107998 not in .data!
[  279.693991] BUG: key ffff8800d31079b8 not in .data!
[  279.694368] BUG: key ffff8800d31079d8 not in .data!
[  279.694730] kobject: 'org.zfsonlinux:allocation_classes' (00000000b9fa877e): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.695633] BUG: key ffff8800d3107518 not in .data!
[  279.695980] BUG: key ffff8800d3107538 not in .data!
[  279.696357] BUG: key ffff8800d3107558 not in .data!
[  279.696719] BUG: key ffff8800d3107578 not in .data!
[  279.697098] BUG: key ffff8800d3107598 not in .data!
[  279.697448] BUG: key ffff8800d31075b8 not in .data!
[  279.697803] BUG: key ffff8800d31075d8 not in .data!
[  279.698183] kobject: 'com.datto:resilver_defer' (00000000c03a4ae3): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.698989] BUG: key ffff8800d3107a18 not in .data!
[  279.699361] BUG: key ffff8800d3107a38 not in .data!
[  279.699720] BUG: key ffff8800d3107a58 not in .data!
[  279.700094] BUG: key ffff8800d3107a78 not in .data!
[  279.700443] BUG: key ffff8800d3107a98 not in .data!
[  279.700795] BUG: key ffff8800d3107ab8 not in .data!
[  279.701183] BUG: key ffff8800d3107ad8 not in .data!
[  279.701546] kobject: 'com.datto:bookmark_v2' (000000009dbd00e1): kobject_add_internal: parent: 'features.pool', set: '<NULL>'
[  279.702361] BUG: key ffff8800d30ab918 not in .data!
[  279.702720] BUG: key ffff8800d30ab938 not in .data!
[  279.703095] BUG: key ffff8800d30ab958 not in .data!
[  279.703443] BUG: key ffff8800d30ab978 not in .data!
[  279.703796] BUG: key ffff8800d30ab998 not in .data!
[  279.704169] BUG: key ffff8800d30ab9b8 not in .data!
[  279.704528] BUG: key ffff8800d30ab9d8 not in .data!
[  279.704878] kobject: 'properties.pool' (00000000c29c73a7): kobject_add_internal: parent: 'zfs', set: '<NULL>'
[  279.705612] kobject: 'name' (000000009fc5f469): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.706337] BUG: key ffff8800dba163d8 not in .data!
[  279.706696] BUG: key ffff8800dba163f8 not in .data!
[  279.707070] BUG: key ffff8800dba16418 not in .data!
[  279.707422] BUG: key ffff8800dba16438 not in .data!
[  279.707779] BUG: key ffff8800dba16458 not in .data!
[  279.708162] BUG: key ffff8800dba16478 not in .data!
[  279.708525] kobject: 'size' (00000000ac512e74): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.709264] BUG: key ffff8800dba166d8 not in .data!
[  279.709623] BUG: key ffff8800dba166f8 not in .data!
[  279.709968] BUG: key ffff8800dba16718 not in .data!
[  279.710342] BUG: key ffff8800dba16738 not in .data!
[  279.710704] BUG: key ffff8800dba16758 not in .data!
[  279.711088] BUG: key ffff8800dba16778 not in .data!
[  279.711442] kobject: 'capacity' (00000000098a6e83): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.712226] BUG: key ffff8800dba16258 not in .data!
[  279.712589] BUG: key ffff8800dba16278 not in .data!
[  279.712937] BUG: key ffff8800dba16298 not in .data!
[  279.713327] BUG: key ffff8800dba162b8 not in .data!
[  279.713696] BUG: key ffff8800dba162d8 not in .data!
[  279.714084] BUG: key ffff8800dba162f8 not in .data!
[  279.714437] kobject: 'altroot' (00000000ce461243): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.715189] BUG: key ffff8800dba16e58 not in .data!
[  279.715548] BUG: key ffff8800dba16e78 not in .data!
[  279.715906] BUG: key ffff8800dba16e98 not in .data!
[  279.716283] BUG: key ffff8800dba16eb8 not in .data!
[  279.716646] BUG: key ffff8800dba16ed8 not in .data!
[  279.716991] BUG: key ffff8800dba16ef8 not in .data!
[  279.717364] kobject: 'health' (0000000023c9d708): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.718108] BUG: key ffff8800dba169d8 not in .data!
[  279.718459] BUG: key ffff8800dba169f8 not in .data!
[  279.718815] BUG: key ffff8800dba16a18 not in .data!
[  279.719192] BUG: key ffff8800dba16a38 not in .data!
[  279.719553] BUG: key ffff8800dba16a58 not in .data!
[  279.719900] BUG: key ffff8800dba16a78 not in .data!
[  279.720274] kobject: 'guid' (0000000017ef07c6): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.720987] BUG: key ffff88010ec0f0d8 not in .data!
[  279.721366] BUG: key ffff88010ec0f0f8 not in .data!
[  279.721725] BUG: key ffff88010ec0f118 not in .data!
[  279.722107] BUG: key ffff88010ec0f138 not in .data!
[  279.722458] BUG: key ffff88010ec0f158 not in .data!
[  279.722812] BUG: key ffff88010ec0f178 not in .data!
[  279.723197] kobject: 'version' (00000000b853131d): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.723919] BUG: key ffff88010ec0f018 not in .data!
[  279.724295] BUG: key ffff88010ec0f038 not in .data!
[  279.724656] BUG: key ffff88010ec0f058 not in .data!
[  279.725033] BUG: key ffff88010ec0f078 not in .data!
[  279.725383] BUG: key ffff88010ec0f098 not in .data!
[  279.725738] BUG: key ffff88010ec0f0b8 not in .data!
[  279.726121] kobject: 'bootfs' (000000001aaabae6): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.726845] BUG: key ffff88010ec0f618 not in .data!
[  279.727226] BUG: key ffff88010ec0f638 not in .data!
[  279.727585] BUG: key ffff88010ec0f658 not in .data!
[  279.727936] BUG: key ffff88010ec0f678 not in .data!
[  279.728313] BUG: key ffff88010ec0f698 not in .data!
[  279.728672] BUG: key ffff88010ec0f6b8 not in .data!
[  279.729055] kobject: 'delegation' (00000000f71c4981): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.729803] BUG: key ffff88010ec0ff18 not in .data!
[  279.730180] BUG: key ffff88010ec0ff38 not in .data!
[  279.730543] BUG: key ffff88010ec0ff58 not in .data!
[  279.730894] BUG: key ffff88010ec0ff78 not in .data!
[  279.731268] BUG: key ffff88010ec0ff98 not in .data!
[  279.731626] BUG: key ffff88010ec0ffb8 not in .data!
[  279.731976] kobject: 'autoreplace' (0000000027877d96): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.732744] BUG: key ffff88010ec0f6d8 not in .data!
[  279.733123] BUG: key ffff88010ec0f6f8 not in .data!
[  279.733482] BUG: key ffff88010ec0f718 not in .data!
[  279.733838] BUG: key ffff88010ec0f738 not in .data!
[  279.734213] BUG: key ffff88010ec0f758 not in .data!
[  279.734572] BUG: key ffff88010ec0f778 not in .data!
[  279.734919] kobject: 'cachefile' (0000000029516420): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.735681] BUG: key ffff88010ec0f3d8 not in .data!
[  279.736059] BUG: key ffff88010ec0f3f8 not in .data!
[  279.736410] BUG: key ffff88010ec0f418 not in .data!
[  279.736765] BUG: key ffff88010ec0f438 not in .data!
[  279.737142] BUG: key ffff88010ec0f458 not in .data!
[  279.737497] BUG: key ffff88010ec0f478 not in .data!
[  279.737844] kobject: 'failmode' (000000007f8d88d2): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.738593] BUG: key ffff88010ec0fa98 not in .data!
[  279.738941] BUG: key ffff88010ec0fab8 not in .data!
[  279.739313] BUG: key ffff88010ec0fad8 not in .data!
[  279.739676] BUG: key ffff88010ec0faf8 not in .data!
[  279.740062] BUG: key ffff88010ec0fb18 not in .data!
[  279.740416] BUG: key ffff88010ec0fb38 not in .data!
[  279.740774] kobject: 'listsnapshots' (000000009fca58a9): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.741557] BUG: key ffff88010ec0f798 not in .data!
[  279.741907] BUG: key ffff88010ec0f7b8 not in .data!
[  279.742279] BUG: key ffff88010ec0f7d8 not in .data!
[  279.742640] BUG: key ffff88010ec0f7f8 not in .data!
[  279.742985] BUG: key ffff88010ec0f818 not in .data!
[  279.743357] BUG: key ffff88010ec0f838 not in .data!
[  279.743716] kobject: 'autoexpand' (00000000e53f36e3): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.744477] BUG: key ffff88010ec0f558 not in .data!
[  279.744830] BUG: key ffff88010ec0f578 not in .data!
[  279.745203] BUG: key ffff88010ec0f598 not in .data!
[  279.745564] BUG: key ffff88010ec0f5b8 not in .data!
[  279.745918] BUG: key ffff88010ec0f5d8 not in .data!
[  279.746294] BUG: key ffff88010ec0f5f8 not in .data!
[  279.746654] kobject: 'dedupditto' (00000000c2153eb1): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.747432] BUG: key ffff88010ec0f498 not in .data!
[  279.747791] BUG: key ffff88010ec0f4b8 not in .data!
[  279.748168] BUG: key ffff88010ec0f4d8 not in .data!
[  279.748528] BUG: key ffff88010ec0f4f8 not in .data!
[  279.748876] BUG: key ffff88010ec0f518 not in .data!
[  279.749250] BUG: key ffff88010ec0f538 not in .data!
[  279.749610] kobject: 'dedupratio' (0000000053471144): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.750367] BUG: key ffff88010ec0fc18 not in .data!
[  279.750727] BUG: key ffff88010ec0fc38 not in .data!
[  279.751109] BUG: key ffff88010ec0fc58 not in .data!
[  279.751459] BUG: key ffff88010ec0fc78 not in .data!
[  279.751813] BUG: key ffff88010ec0fc98 not in .data!
[  279.752186] BUG: key ffff88010ec0fcb8 not in .data!
[  279.752545] kobject: 'free' (00000000dab2715f): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.753266] BUG: key ffff88010ec0fcd8 not in .data!
[  279.753625] BUG: key ffff88010ec0fcf8 not in .data!
[  279.753981] BUG: key ffff88010ec0fd18 not in .data!
[  279.754357] BUG: key ffff88010ec0fd38 not in .data!
[  279.754715] BUG: key ffff88010ec0fd58 not in .data!
[  279.755088] BUG: key ffff88010ec0fd78 not in .data!
[  279.755440] kobject: 'allocated' (00000000207671cd): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.756197] BUG: key ffff88010ec0fb58 not in .data!
[  279.756558] BUG: key ffff88010ec0fb78 not in .data!
[  279.756907] BUG: key ffff88010ec0fb98 not in .data!
[  279.757283] BUG: key ffff88010ec0fbb8 not in .data!
[  279.757643] BUG: key ffff88010ec0fbd8 not in .data!
[  279.757997] BUG: key ffff88010ec0fbf8 not in .data!
[  279.758373] kobject: 'readonly' (000000005fc0e6ad): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.759129] BUG: key ffff88010ec0f258 not in .data!
[  279.759490] BUG: key ffff88010ec0f278 not in .data!
[  279.759841] BUG: key ffff88010ec0f298 not in .data!
[  279.760217] BUG: key ffff88010ec0f2b8 not in .data!
[  279.760578] BUG: key ffff88010ec0f2d8 not in .data!
[  279.760922] BUG: key ffff88010ec0f2f8 not in .data!
[  279.761296] kobject: 'ashift' (00000000f64d8665): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.762054] BUG: key ffff88010ec0fe58 not in .data!
[  279.762402] BUG: key ffff88010ec0fe78 not in .data!
[  279.762758] BUG: key ffff88010ec0fe98 not in .data!
[  279.763131] BUG: key ffff88010ec0feb8 not in .data!
[  279.763486] BUG: key ffff88010ec0fed8 not in .data!
[  279.763842] BUG: key ffff88010ec0fef8 not in .data!
[  279.764217] kobject: 'comment' (000000002d4ca81a): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.764945] BUG: key ffff88010ec0f858 not in .data!
[  279.765318] BUG: key ffff88010ec0f878 not in .data!
[  279.765679] BUG: key ffff88010ec0f898 not in .data!
[  279.766063] BUG: key ffff88010ec0f8b8 not in .data!
[  279.766417] BUG: key ffff88010ec0f8d8 not in .data!
[  279.766770] BUG: key ffff88010ec0f8f8 not in .data!
[  279.767148] kobject: 'expandsize' (00000000d2d1ef2a): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.767892] BUG: key ffff88010ec0f198 not in .data!
[  279.768274] BUG: key ffff88010ec0f1b8 not in .data!
[  279.768634] BUG: key ffff88010ec0f1d8 not in .data!
[  279.768991] BUG: key ffff88010ec0f1f8 not in .data!
[  279.769367] BUG: key ffff88010ec0f218 not in .data!
[  279.769727] BUG: key ffff88010ec0f238 not in .data!
[  279.770110] kobject: 'freeing' (000000001f8a9687): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.770836] BUG: key ffff88010ec0fd98 not in .data!
[  279.771211] BUG: key ffff88010ec0fdb8 not in .data!
[  279.771569] BUG: key ffff88010ec0fdd8 not in .data!
[  279.771922] BUG: key ffff88010ec0fdf8 not in .data!
[  279.772296] BUG: key ffff88010ec0fe18 not in .data!
[  279.772657] BUG: key ffff88010ec0fe38 not in .data!
[  279.773048] kobject: 'fragmentation' (00000000a045ed15): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.773811] BUG: key ffff88010ec0f918 not in .data!
[  279.774185] BUG: key ffff88010ec0f938 not in .data!
[  279.774544] BUG: key ffff88010ec0f958 not in .data!
[  279.774892] BUG: key ffff88010ec0f978 not in .data!
[  279.775266] BUG: key ffff88010ec0f998 not in .data!
[  279.775624] BUG: key ffff88010ec0f9b8 not in .data!
[  279.775971] kobject: 'leaked' (0000000007bb1da3): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.776710] BUG: key ffff88010956e258 not in .data!
[  279.777088] BUG: key ffff88010956e278 not in .data!
[  279.777436] BUG: key ffff88010956e298 not in .data!
[  279.777792] BUG: key ffff88010956e2b8 not in .data!
[  279.778173] BUG: key ffff88010956e2d8 not in .data!
[  279.778537] BUG: key ffff88010956e2f8 not in .data!
[  279.778890] kobject: 'maxblocksize' (00000000dc6b5da9): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.779673] BUG: key ffff88010956ee58 not in .data!
[  279.780060] BUG: key ffff88010956ee78 not in .data!
[  279.780408] BUG: key ffff88010956ee98 not in .data!
[  279.780763] BUG: key ffff88010956eeb8 not in .data!
[  279.781139] BUG: key ffff88010956eed8 not in .data!
[  279.781495] BUG: key ffff88010956eef8 not in .data!
[  279.781842] kobject: 'tname' (0000000054c59d1c): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.782572] BUG: key ffff88010956e9d8 not in .data!
[  279.782925] BUG: key ffff88010956e9f8 not in .data!
[  279.783301] BUG: key ffff88010956ea18 not in .data!
[  279.783663] BUG: key ffff88010956ea38 not in .data!
[  279.784052] BUG: key ffff88010956ea58 not in .data!
[  279.784401] BUG: key ffff88010956ea78 not in .data!
[  279.784761] kobject: 'maxdnodesize' (0000000043b20063): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.785556] BUG: key ffff88010956e618 not in .data!
[  279.785907] BUG: key ffff88010956e638 not in .data!
[  279.786281] BUG: key ffff88010956e658 not in .data!
[  279.786640] BUG: key ffff88010956e678 not in .data!
[  279.786993] BUG: key ffff88010956e698 not in .data!
[  279.787363] BUG: key ffff88010956e6b8 not in .data!
[  279.787726] kobject: 'multihost' (0000000048313244): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.788496] BUG: key ffff8801144c4618 not in .data!
[  279.788851] BUG: key ffff8801144c4638 not in .data!
[  279.789228] BUG: key ffff8801144c4658 not in .data!
[  279.789586] BUG: key ffff8801144c4678 not in .data!
[  279.789938] BUG: key ffff8801144c4698 not in .data!
[  279.790313] BUG: key ffff8801144c46b8 not in .data!
[  279.790675] kobject: 'checkpoint' (00000000a8f00388): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.791447] BUG: key ffff8801144c4f18 not in .data!
[  279.791804] BUG: key ffff8801144c4f38 not in .data!
[  279.792178] BUG: key ffff8801144c4f58 not in .data!
[  279.792538] BUG: key ffff8801144c4f78 not in .data!
[  279.792890] BUG: key ffff8801144c4f98 not in .data!
[  279.793263] BUG: key ffff8801144c4fb8 not in .data!
[  279.793623] kobject: 'load_guid' (000000000f10fabd): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.794375] BUG: key ffff8801144c46d8 not in .data!
[  279.794734] BUG: key ffff8801144c46f8 not in .data!
[  279.795118] BUG: key ffff8801144c4718 not in .data!
[  279.795472] BUG: key ffff8801144c4738 not in .data!
[  279.795822] BUG: key ffff8801144c4758 not in .data!
[  279.796196] BUG: key ffff8801144c4778 not in .data!
[  279.796558] kobject: 'autotrim' (00000000a9b85f60): kobject_add_internal: parent: 'properties.pool', set: '<NULL>'
[  279.797302] BUG: key ffff8801144c4a98 not in .data!
[  279.797665] BUG: key ffff8801144c4ab8 not in .data!
[  279.798050] BUG: key ffff8801144c4ad8 not in .data!
[  279.798402] BUG: key ffff8801144c4af8 not in .data!
[  279.798758] BUG: key ffff8801144c4b18 not in .data!
[  279.799140] BUG: key ffff8801144c4b38 not in .data!
[  279.799509] kobject: 'properties.dataset' (0000000017b54d65): kobject_add_internal: parent: 'zfs', set: '<NULL>'
[  279.800245] kobject: 'type' (000000002d93915c): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.800966] BUG: key ffff8800d30ab518 not in .data!
[  279.801341] BUG: key ffff8800d30ab538 not in .data!
[  279.801700] BUG: key ffff8800d30ab558 not in .data!
[  279.802084] BUG: key ffff8800d30ab578 not in .data!
[  279.802433] BUG: key ffff8800d30ab598 not in .data!
[  279.802788] BUG: key ffff8800d30ab5b8 not in .data!
[  279.803168] BUG: key ffff8800d30ab5d8 not in .data!
[  279.803527] kobject: 'creation' (00000000ad6771bf): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.804304] BUG: key ffff8800d30aba18 not in .data!
[  279.804665] BUG: key ffff8800d30aba38 not in .data!
[  279.805055] BUG: key ffff8800d30aba58 not in .data!
[  279.805404] BUG: key ffff8800d30aba78 not in .data!
[  279.805759] BUG: key ffff8800d30aba98 not in .data!
[  279.806137] BUG: key ffff8800d30abab8 not in .data!
[  279.806494] BUG: key ffff8800d30abad8 not in .data!
[  279.806846] kobject: 'used' (000000004168f29a): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.807590] BUG: key ffff8800d30ab418 not in .data!
[  279.807944] BUG: key ffff8800d30ab438 not in .data!
[  279.808316] BUG: key ffff8800d30ab458 not in .data!
[  279.808676] BUG: key ffff8800d30ab478 not in .data!
[  279.809054] BUG: key ffff8800d30ab498 not in .data!
[  279.809404] BUG: key ffff8800d30ab4b8 not in .data!
[  279.809761] BUG: key ffff8800d30ab4d8 not in .data!
[  279.810145] kobject: 'available' (000000007b1cb228): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.810897] BUG: key ffff8800d30abf18 not in .data!
[  279.811273] BUG: key ffff8800d30abf38 not in .data!
[  279.811634] BUG: key ffff8800d30abf58 not in .data!
[  279.811981] BUG: key ffff8800d30abf78 not in .data!
[  279.812356] BUG: key ffff8800d30abf98 not in .data!
[  279.812715] BUG: key ffff8800d30abfb8 not in .data!
[  279.813094] BUG: key ffff8800d30abfd8 not in .data!
[  279.813445] kobject: 'referenced' (00000000b4266859): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.814231] BUG: key ffff8800d30abb18 not in .data!
[  279.814589] BUG: key ffff8800d30abb38 not in .data!
[  279.814940] BUG: key ffff8800d30abb58 not in .data!
[  279.815313] BUG: key ffff8800d30abb78 not in .data!
[  279.815672] BUG: key ffff8800d30abb98 not in .data!
[  279.816049] BUG: key ffff8800d30abbb8 not in .data!
[  279.816399] BUG: key ffff8800d30abbd8 not in .data!
[  279.816758] kobject: 'compressratio' (000000007c1acd15): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.817568] BUG: key ffff8800d30ab318 not in .data!
[  279.817924] BUG: key ffff8800d30ab338 not in .data!
[  279.818300] BUG: key ffff8800d30ab358 not in .data!
[  279.818660] BUG: key ffff8800d30ab378 not in .data!
[  279.819054] BUG: key ffff8800d30ab398 not in .data!
[  279.819412] BUG: key ffff8800d30ab3b8 not in .data!
[  279.819769] BUG: key ffff8800d30ab3d8 not in .data!
[  279.820152] kobject: 'mounted' (00000000f6494aeb): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.820902] BUG: key ffff8800d30ab618 not in .data!
[  279.821275] BUG: key ffff8800d30ab638 not in .data!
[  279.821635] BUG: key ffff8800d30ab658 not in .data!
[  279.821981] BUG: key ffff8800d30ab678 not in .data!
[  279.822354] BUG: key ffff8800d30ab698 not in .data!
[  279.822714] BUG: key ffff8800d30ab6b8 not in .data!
[  279.823089] BUG: key ffff8800d30ab6d8 not in .data!
[  279.823439] kobject: 'origin' (000000004f752d82): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.824201] BUG: key ffff8800d30ab118 not in .data!
[  279.824559] BUG: key ffff8800d30ab138 not in .data!
[  279.824902] BUG: key ffff8800d30ab158 not in .data!
[  279.825278] BUG: key ffff8800d30ab178 not in .data!
[  279.825638] BUG: key ffff8800d30ab198 not in .data!
[  279.825982] BUG: key ffff8800d30ab1b8 not in .data!
[  279.826357] BUG: key ffff8800d30ab1d8 not in .data!
[  279.826720] kobject: 'quota' (00000000e203962c): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.827476] BUG: key ffff8800d30abe18 not in .data!
[  279.827831] BUG: key ffff8800d30abe38 not in .data!
[  279.828205] BUG: key ffff8800d30abe58 not in .data!
[  279.828565] BUG: key ffff8800d30abe78 not in .data!
[  279.828919] BUG: key ffff8800d30abe98 not in .data!
[  279.829293] BUG: key ffff8800d30abeb8 not in .data!
[  279.829655] BUG: key ffff8800d30abed8 not in .data!
[  279.830004] kobject: 'reservation' (00000000af30bde3): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.830798] BUG: key ffff8800d30ab718 not in .data!
[  279.831174] BUG: key ffff8800d30ab738 not in .data!
[  279.831534] BUG: key ffff8800d30ab758 not in .data!
[  279.831890] BUG: key ffff8800d30ab778 not in .data!
[  279.832266] BUG: key ffff8800d30ab798 not in .data!
[  279.832628] BUG: key ffff8800d30ab7b8 not in .data!
[  279.832983] BUG: key ffff8800d30ab7d8 not in .data!
[  279.833358] kobject: 'volsize' (0000000036ffed57): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.834134] BUG: key ffff8800d30ab218 not in .data!
[  279.834493] BUG: key ffff8800d30ab238 not in .data!
[  279.834838] BUG: key ffff8800d30ab258 not in .data!
[  279.835212] BUG: key ffff8800d30ab278 not in .data!
[  279.835571] BUG: key ffff8800d30ab298 not in .data!
[  279.835927] BUG: key ffff8800d30ab2b8 not in .data!
[  279.836305] BUG: key ffff8800d30ab2d8 not in .data!
[  279.836669] kobject: 'volblocksize' (000000007e03d0e6): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.837461] BUG: key ffff8800d30ab018 not in .data!
[  279.837818] BUG: key ffff8800d30ab038 not in .data!
[  279.838190] BUG: key ffff8800d30ab058 not in .data!
[  279.838551] BUG: key ffff8800d30ab078 not in .data!
[  279.838896] BUG: key ffff8800d30ab098 not in .data!
[  279.839269] BUG: key ffff8800d30ab0b8 not in .data!
[  279.839628] BUG: key ffff8800d30ab0d8 not in .data!
[  279.839975] kobject: 'recordsize' (000000008b994b63): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.840752] BUG: key ffff8800d30ab818 not in .data!
[  279.841128] BUG: key ffff8800d30ab838 not in .data!
[  279.841487] BUG: key ffff8800d30ab858 not in .data!
[  279.841831] BUG: key ffff8800d30ab878 not in .data!
[  279.842206] BUG: key ffff8800d30ab898 not in .data!
[  279.842563] BUG: key ffff8800d30ab8b8 not in .data!
[  279.842914] BUG: key ffff8800d30ab8d8 not in .data!
[  279.843290] kobject: 'mountpoint' (000000009de51caa): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.844086] BUG: key ffff8800d30abc18 not in .data!
[  279.844433] BUG: key ffff8800d30abc38 not in .data!
[  279.844785] BUG: key ffff8800d30abc58 not in .data!
[  279.845169] BUG: key ffff8800d30abc78 not in .data!
[  279.845533] BUG: key ffff8800d30abc98 not in .data!
[  279.845884] BUG: key ffff8800d30abcb8 not in .data!
[  279.846261] BUG: key ffff8800d30abcd8 not in .data!
[  279.846624] kobject: 'sharenfs' (0000000059d4bc43): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.847389] BUG: key ffff8800d30abd18 not in .data!
[  279.847748] BUG: key ffff8800d30abd38 not in .data!
[  279.848133] BUG: key ffff8800d30abd58 not in .data!
[  279.848490] BUG: key ffff8800d30abd78 not in .data!
[  279.848836] BUG: key ffff8800d30abd98 not in .data!
[  279.849214] BUG: key ffff8800d30abdb8 not in .data!
[  279.849572] BUG: key ffff8800d30abdd8 not in .data!
[  279.849924] kobject: 'checksum' (00000000e7c3617c): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.850693] BUG: key ffff8800d30bfd18 not in .data!
[  279.851070] BUG: key ffff8800d30bfd38 not in .data!
[  279.851422] BUG: key ffff8800d30bfd58 not in .data!
[  279.851777] BUG: key ffff8800d30bfd78 not in .data!
[  279.852155] BUG: key ffff8800d30bfd98 not in .data!
[  279.852517] BUG: key ffff8800d30bfdb8 not in .data!
[  279.852871] BUG: key ffff8800d30bfdd8 not in .data!
[  279.853248] kobject: 'compression' (0000000015d3ea6b): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.854040] BUG: key ffff8800d30bf918 not in .data!
[  279.854389] BUG: key ffff8800d30bf938 not in .data!
[  279.854744] BUG: key ffff8800d30bf958 not in .data!
[  279.855124] BUG: key ffff8800d30bf978 not in .data!
[  279.855488] BUG: key ffff8800d30bf998 not in .data!
[  279.855836] BUG: key ffff8800d30bf9b8 not in .data!
[  279.856211] BUG: key ffff8800d30bf9d8 not in .data!
[  279.856573] kobject: 'atime' (00000000101cc4dc): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.857318] BUG: key ffff8800d30bf518 not in .data!
[  279.857678] BUG: key ffff8800d30bf538 not in .data!
[  279.858065] BUG: key ffff8800d30bf558 not in .data!
[  279.858416] BUG: key ffff8800d30bf578 not in .data!
[  279.858771] BUG: key ffff8800d30bf598 not in .data!
[  279.859154] BUG: key ffff8800d30bf5b8 not in .data!
[  279.859512] BUG: key ffff8800d30bf5d8 not in .data!
[  279.859862] kobject: 'devices' (00000000a81a7153): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.860625] BUG: key ffff8800d30bfa18 not in .data!
[  279.860975] BUG: key ffff8800d30bfa38 not in .data!
[  279.861346] BUG: key ffff8800d30bfa58 not in .data!
[  279.861704] BUG: key ffff8800d30bfa78 not in .data!
[  279.862082] BUG: key ffff8800d30bfa98 not in .data!
[  279.862435] BUG: key ffff8800d30bfab8 not in .data!
[  279.862789] BUG: key ffff8800d30bfad8 not in .data!
[  279.863164] kobject: 'exec' (000000008573f209): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.863886] BUG: key ffff8800d30bf418 not in .data!
[  279.864270] BUG: key ffff8800d30bf438 not in .data!
[  279.864630] BUG: key ffff8800d30bf458 not in .data!
[  279.864978] BUG: key ffff8800d30bf478 not in .data!
[  279.865355] BUG: key ffff8800d30bf498 not in .data!
[  279.865712] BUG: key ffff8800d30bf4b8 not in .data!
[  279.866097] BUG: key ffff8800d30bf4d8 not in .data!
[  279.866451] kobject: 'setuid' (0000000085529933): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.867213] BUG: key ffff8800d30bff18 not in .data!
[  279.867571] BUG: key ffff8800d30bff38 not in .data!
[  279.867918] BUG: key ffff8800d30bff58 not in .data!
[  279.868293] BUG: key ffff8800d30bff78 not in .data!
[  279.868653] BUG: key ffff8800d30bff98 not in .data!
[  279.869003] BUG: key ffff8800d30bffb8 not in .data!
[  279.869379] BUG: key ffff8800d30bffd8 not in .data!
[  279.869734] kobject: 'readonly' (00000000f9687fa9): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.870504] BUG: key ffff8800d30bfb18 not in .data!
[  279.870853] BUG: key ffff8800d30bfb38 not in .data!
[  279.871226] BUG: key ffff8800d30bfb58 not in .data!
[  279.871586] BUG: key ffff8800d30bfb78 not in .data!
[  279.871937] BUG: key ffff8800d30bfb98 not in .data!
[  279.872315] BUG: key ffff8800d30bfbb8 not in .data!
[  279.872677] BUG: key ffff8800d30bfbd8 not in .data!
[  279.873062] kobject: 'zoned' (00000000de0e70e0): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.873791] BUG: key ffff8800d30bf318 not in .data!
[  279.874168] BUG: key ffff8800d30bf338 not in .data!
[  279.874530] BUG: key ffff8800d30bf358 not in .data!
[  279.874882] BUG: key ffff8800d30bf378 not in .data!
[  279.875256] BUG: key ffff8800d30bf398 not in .data!
[  279.875617] BUG: key ffff8800d30bf3b8 not in .data!
[  279.875967] BUG: key ffff8800d30bf3d8 not in .data!
[  279.876344] kobject: 'snapdir' (000000003476c2bf): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.877119] BUG: key ffff8800d30bf618 not in .data!
[  279.877472] BUG: key ffff8800d30bf638 not in .data!
[  279.877822] BUG: key ffff8800d30bf658 not in .data!
[  279.878197] BUG: key ffff8800d30bf678 not in .data!
[  279.878556] BUG: key ffff8800d30bf698 not in .data!
[  279.878910] BUG: key ffff8800d30bf6b8 not in .data!
[  279.879284] BUG: key ffff8800d30bf6d8 not in .data!
[  279.879647] kobject: 'priv_prop' (00000000a726684d): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.880417] BUG: key ffff8800d30bf118 not in .data!
[  279.880778] BUG: key ffff8800d30bf138 not in .data!
[  279.881153] BUG: key ffff8800d30bf158 not in .data!
[  279.881513] BUG: key ffff8800d30bf178 not in .data!
[  279.881867] BUG: key ffff8800d30bf198 not in .data!
[  279.882246] BUG: key ffff8800d30bf1b8 not in .data!
[  279.882606] BUG: key ffff8800d30bf1d8 not in .data!
[  279.882959] kobject: 'aclinherit' (000000008f0ea949): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.883742] BUG: key ffff8800d30bfe18 not in .data!
[  279.884126] BUG: key ffff8800d30bfe38 not in .data!
[  279.884489] BUG: key ffff8800d30bfe58 not in .data!
[  279.884832] BUG: key ffff8800d30bfe78 not in .data!
[  279.885211] BUG: key ffff8800d30bfe98 not in .data!
[  279.885571] BUG: key ffff8800d30bfeb8 not in .data!
[  279.885924] BUG: key ffff8800d30bfed8 not in .data!
[  279.886297] kobject: 'createtxg' (000000008380c7a9): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.887079] BUG: key ffff8800d30bf718 not in .data!
[  279.887428] BUG: key ffff8800d30bf738 not in .data!
[  279.887783] BUG: key ffff8800d30bf758 not in .data!
[  279.888169] BUG: key ffff8800d30bf778 not in .data!
[  279.888542] BUG: key ffff8800d30bf798 not in .data!
[  279.888894] BUG: key ffff8800d30bf7b8 not in .data!
[  279.889271] BUG: key ffff8800d30bf7d8 not in .data!
[  279.889634] kobject: 'name' (00000000adbdcc19): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.890393] BUG: key ffff8800d30bf218 not in .data!
[  279.890755] BUG: key ffff8800d30bf238 not in .data!
[  279.891130] BUG: key ffff8800d30bf258 not in .data!
[  279.891489] BUG: key ffff8800d30bf278 not in .data!
[  279.891841] BUG: key ffff8800d30bf298 not in .data!
[  279.892219] BUG: key ffff8800d30bf2b8 not in .data!
[  279.892582] BUG: key ffff8800d30bf2d8 not in .data!
[  279.892936] kobject: 'canmount' (00000000277efcae): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.893706] BUG: key ffff8800d30bf018 not in .data!
[  279.894089] BUG: key ffff8800d30bf038 not in .data!
[  279.894441] BUG: key ffff8800d30bf058 not in .data!
[  279.894797] BUG: key ffff8800d30bf078 not in .data!
[  279.895171] BUG: key ffff8800d30bf098 not in .data!
[  279.895530] BUG: key ffff8800d30bf0b8 not in .data!
[  279.895873] BUG: key ffff8800d30bf0d8 not in .data!
[  279.896248] kobject: 'iscsioptions' (00000000f7dedd85): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.897054] BUG: key ffff8800d30bf818 not in .data!
[  279.897403] BUG: key ffff8800d30bf838 not in .data!
[  279.897760] BUG: key ffff8800d30bf858 not in .data!
[  279.898139] BUG: key ffff8800d30bf878 not in .data!
[  279.898504] BUG: key ffff8800d30bf898 not in .data!
[  279.898853] BUG: key ffff8800d30bf8b8 not in .data!
[  279.899229] BUG: key ffff8800d30bf8d8 not in .data!
[  279.899589] kobject: 'xattr' (00000000d1912cf6): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.900336] BUG: key ffff8800d30bfc18 not in .data!
[  279.900698] BUG: key ffff8800d30bfc38 not in .data!
[  279.901075] BUG: key ffff8800d30bfc58 not in .data!
[  279.901428] BUG: key ffff8800d30bfc78 not in .data!
[  279.901783] BUG: key ffff8800d30bfc98 not in .data!
[  279.902169] BUG: key ffff8800d30bfcb8 not in .data!
[  279.902529] BUG: key ffff8800d30bfcd8 not in .data!
[  279.902888] kobject: 'numclones' (0000000084d00284): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.903667] BUG: key ffff8800d30c6418 not in .data!
[  279.904053] BUG: key ffff8800d30c6438 not in .data!
[  279.904404] BUG: key ffff8800d30c6458 not in .data!
[  279.904759] BUG: key ffff8800d30c6478 not in .data!
[  279.905136] BUG: key ffff8800d30c6498 not in .data!
[  279.905494] BUG: key ffff8800d30c64b8 not in .data!
[  279.905839] BUG: key ffff8800d30c64d8 not in .data!
[  279.906216] kobject: 'copies' (0000000028b261db): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.906953] BUG: key ffff8800d30c6f18 not in .data!
[  279.907334] BUG: key ffff8800d30c6f38 not in .data!
[  279.907693] BUG: key ffff8800d30c6f58 not in .data!
[  279.908073] BUG: key ffff8800d30c6f78 not in .data!
[  279.908422] BUG: key ffff8800d30c6f98 not in .data!
[  279.908779] BUG: key ffff8800d30c6fb8 not in .data!
[  279.909157] BUG: key ffff8800d30c6fd8 not in .data!
[  279.909516] kobject: 'version' (00000000ec9c9cbd): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.910283] BUG: key ffff8800d30c6b18 not in .data!
[  279.910643] BUG: key ffff8800d30c6b38 not in .data!
[  279.910997] BUG: key ffff8800d30c6b58 not in .data!
[  279.911375] BUG: key ffff8800d30c6b78 not in .data!
[  279.911734] BUG: key ffff8800d30c6b98 not in .data!
[  279.912118] BUG: key ffff8800d30c6bb8 not in .data!
[  279.912477] BUG: key ffff8800d30c6bd8 not in .data!
[  279.912830] kobject: 'utf8only' (000000005bdf98c6): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.913602] BUG: key ffff8800d30c6318 not in .data!
[  279.913953] BUG: key ffff8800d30c6338 not in .data!
[  279.914327] BUG: key ffff8800d30c6358 not in .data!
[  279.914690] BUG: key ffff8800d30c6378 not in .data!
[  279.915075] BUG: key ffff8800d30c6398 not in .data!
[  279.915425] BUG: key ffff8800d30c63b8 not in .data!
[  279.915789] BUG: key ffff8800d30c63d8 not in .data!
[  279.916167] kobject: 'normalization' (00000000a1586f9d): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.916942] BUG: key ffff8800d30c6618 not in .data!
[  279.917317] BUG: key ffff8800d30c6638 not in .data!
[  279.917677] BUG: key ffff8800d30c6658 not in .data!
[  279.918060] BUG: key ffff8800d30c6678 not in .data!
[  279.918413] BUG: key ffff8800d30c6698 not in .data!
[  279.918768] BUG: key ffff8800d30c66b8 not in .data!
[  279.919148] BUG: key ffff8800d30c66d8 not in .data!
[  279.919508] kobject: 'casesensitivity' (00000000c3b0a80c): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.920335] BUG: key ffff8800d30c6118 not in .data!
[  279.920697] BUG: key ffff8800d30c6138 not in .data!
[  279.921073] BUG: key ffff8800d30c6158 not in .data!
[  279.921421] BUG: key ffff8800d30c6178 not in .data!
[  279.921784] BUG: key ffff8800d30c6198 not in .data!
[  279.922166] BUG: key ffff8800d30c61b8 not in .data!
[  279.922528] BUG: key ffff8800d30c61d8 not in .data!
[  279.922877] kobject: 'vscan' (0000000019dc8efc): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.923629] BUG: key ffff8800d30c6e18 not in .data!
[  279.923979] BUG: key ffff8800d30c6e38 not in .data!
[  279.924364] BUG: key ffff8800d30c6e58 not in .data!
[  279.924734] BUG: key ffff8800d30c6e78 not in .data!
[  279.925117] BUG: key ffff8800d30c6e98 not in .data!
[  279.925473] BUG: key ffff8800d30c6eb8 not in .data!
[  279.925823] BUG: key ffff8800d30c6ed8 not in .data!
[  279.926198] kobject: 'nbmand' (0000000074525878): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.926934] BUG: key ffff8800d30c6718 not in .data!
[  279.927309] BUG: key ffff8800d30c6738 not in .data!
[  279.927671] BUG: key ffff8800d30c6758 not in .data!
[  279.928054] BUG: key ffff8800d30c6778 not in .data!
[  279.928404] BUG: key ffff8800d30c6798 not in .data!
[  279.928762] BUG: key ffff8800d30c67b8 not in .data!
[  279.929137] BUG: key ffff8800d30c67d8 not in .data!
[  279.929497] kobject: 'sharesmb' (0000000085fe22e0): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.930270] BUG: key ffff8800d30c6218 not in .data!
[  279.930630] BUG: key ffff8800d30c6238 not in .data!
[  279.930975] BUG: key ffff8800d30c6258 not in .data!
[  279.931350] BUG: key ffff8800d30c6278 not in .data!
[  279.931710] BUG: key ffff8800d30c6298 not in .data!
[  279.932090] BUG: key ffff8800d30c62b8 not in .data!
[  279.932440] BUG: key ffff8800d30c62d8 not in .data!
[  279.932798] kobject: 'refquota' (00000000d52f2d78): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.933576] BUG: key ffff8800d30c6018 not in .data!
[  279.933929] BUG: key ffff8800d30c6038 not in .data!
[  279.934304] BUG: key ffff8800d30c6058 not in .data!
[  279.934664] BUG: key ffff8800d30c6078 not in .data!
[  279.935038] BUG: key ffff8800d30c6098 not in .data!
[  279.935391] BUG: key ffff8800d30c60b8 not in .data!
[  279.935750] BUG: key ffff8800d30c60d8 not in .data!
[  279.936131] kobject: 'refreservation' (00000000c8576e2d): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.936918] BUG: key ffff8800d30c6818 not in .data!
[  279.937295] BUG: key ffff8800d30c6838 not in .data!
[  279.937656] BUG: key ffff8800d30c6858 not in .data!
[  279.938027] BUG: key ffff8800d30c6878 not in .data!
[  279.938378] BUG: key ffff8800d30c6898 not in .data!
[  279.938735] BUG: key ffff8800d30c68b8 not in .data!
[  279.939109] BUG: key ffff8800d30c68d8 not in .data!
[  279.939461] kobject: 'guid' (000000004e861961): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.940208] BUG: key ffff8800d30c6c18 not in .data!
[  279.940571] BUG: key ffff8800d30c6c38 not in .data!
[  279.940925] BUG: key ffff8800d30c6c58 not in .data!
[  279.941303] BUG: key ffff8800d30c6c78 not in .data!
[  279.941665] BUG: key ffff8800d30c6c98 not in .data!
[  279.942046] BUG: key ffff8800d30c6cb8 not in .data!
[  279.942397] BUG: key ffff8800d30c6cd8 not in .data!
[  279.942756] kobject: 'primarycache' (000000005f835e64): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.943555] BUG: key ffff8800d30c6d18 not in .data!
[  279.943909] BUG: key ffff8800d30c6d38 not in .data!
[  279.944282] BUG: key ffff8800d30c6d58 not in .data!
[  279.944644] BUG: key ffff8800d30c6d78 not in .data!
[  279.944992] BUG: key ffff8800d30c6d98 not in .data!
[  279.945367] BUG: key ffff8800d30c6db8 not in .data!
[  279.945727] BUG: key ffff8800d30c6dd8 not in .data!
[  279.946106] kobject: 'secondarycache' (00000000d2e1fc20): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.946890] BUG: key ffff8800d30c6918 not in .data!
[  279.947267] BUG: key ffff8800d30c6938 not in .data!
[  279.947629] BUG: key ffff8800d30c6958 not in .data!
[  279.947982] BUG: key ffff8800d30c6978 not in .data!
[  279.948356] BUG: key ffff8800d30c6998 not in .data!
[  279.948718] BUG: key ffff8800d30c69b8 not in .data!
[  279.949095] BUG: key ffff8800d30c69d8 not in .data!
[  279.949446] kobject: 'usedbysnapshots' (00000000d15a40d5): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.950257] BUG: key ffff8800d30c6518 not in .data!
[  279.950614] BUG: key ffff8800d30c6538 not in .data!
[  279.950961] BUG: key ffff8800d30c6558 not in .data!
[  279.951340] BUG: key ffff8800d30c6578 not in .data!
[  279.951700] BUG: key ffff8800d30c6598 not in .data!
[  279.952085] BUG: key ffff8800d30c65b8 not in .data!
[  279.952434] BUG: key ffff8800d30c65d8 not in .data!
[  279.952791] kobject: 'usedbydataset' (00000000ae00c94a): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.953595] BUG: key ffff8800d30c6a18 not in .data!
[  279.953948] BUG: key ffff8800d30c6a38 not in .data!
[  279.954320] BUG: key ffff8800d30c6a58 not in .data!
[  279.954681] BUG: key ffff8800d30c6a78 not in .data!
[  279.955060] BUG: key ffff8800d30c6a98 not in .data!
[  279.955410] BUG: key ffff8800d30c6ab8 not in .data!
[  279.955767] BUG: key ffff8800d30c6ad8 not in .data!
[  279.956146] kobject: 'usedbychildren' (0000000062296815): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.956933] BUG: key ffff8800d30f8518 not in .data!
[  279.957310] BUG: key ffff8800d30f8538 not in .data!
[  279.957668] BUG: key ffff8800d30f8558 not in .data!
[  279.958045] BUG: key ffff8800d30f8578 not in .data!
[  279.958393] BUG: key ffff8800d30f8598 not in .data!
[  279.958749] BUG: key ffff8800d30f85b8 not in .data!
[  279.959133] BUG: key ffff8800d30f85d8 not in .data!
[  279.959493] kobject: 'usedbyrefreservation' (00000000ccbf0e66): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.960326] BUG: key ffff8800d30f8a18 not in .data!
[  279.960692] BUG: key ffff8800d30f8a38 not in .data!
[  279.961076] BUG: key ffff8800d30f8a58 not in .data!
[  279.961426] BUG: key ffff8800d30f8a78 not in .data!
[  279.961783] BUG: key ffff8800d30f8a98 not in .data!
[  279.962167] BUG: key ffff8800d30f8ab8 not in .data!
[  279.962525] BUG: key ffff8800d30f8ad8 not in .data!
[  279.962873] kobject: 'useraccounting' (00000000488e22fc): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.963680] BUG: key ffff8800d30f8418 not in .data!
[  279.964062] BUG: key ffff8800d30f8438 not in .data!
[  279.964411] BUG: key ffff8800d30f8458 not in .data!
[  279.964769] BUG: key ffff8800d30f8478 not in .data!
[  279.965155] BUG: key ffff8800d30f8498 not in .data!
[  279.965512] BUG: key ffff8800d30f84b8 not in .data!
[  279.965858] BUG: key ffff8800d30f84d8 not in .data!
[  279.966234] kobject: 'stmf_sbd_lu' (0000000087858131): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.966999] BUG: key ffff8800d30f8f18 not in .data!
[  279.967379] BUG: key ffff8800d30f8f38 not in .data!
[  279.967745] BUG: key ffff8800d30f8f58 not in .data!
[  279.968123] BUG: key ffff8800d30f8f78 not in .data!
[  279.968483] BUG: key ffff8800d30f8f98 not in .data!
[  279.968827] BUG: key ffff8800d30f8fb8 not in .data!
[  279.969201] BUG: key ffff8800d30f8fd8 not in .data!
[  279.969561] kobject: 'defer_destroy' (000000008a2b2d44): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.970359] BUG: key ffff8800d30f8b18 not in .data!
[  279.970720] BUG: key ffff8800d30f8b38 not in .data!
[  279.971094] BUG: key ffff8800d30f8b58 not in .data!
[  279.971444] BUG: key ffff8800d30f8b78 not in .data!
[  279.971798] BUG: key ffff8800d30f8b98 not in .data!
[  279.972173] BUG: key ffff8800d30f8bb8 not in .data!
[  279.972535] BUG: key ffff8800d30f8bd8 not in .data!
[  279.972885] kobject: 'userrefs' (00000000cffc6143): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.973653] BUG: key ffff8800d30f8318 not in .data!
[  279.974027] BUG: key ffff8800d30f8338 not in .data!
[  279.974379] BUG: key ffff8800d30f8358 not in .data!
[  279.974731] BUG: key ffff8800d30f8378 not in .data!
[  279.975104] BUG: key ffff8800d30f8398 not in .data!
[  279.975452] BUG: key ffff8800d30f83b8 not in .data!
[  279.975808] BUG: key ffff8800d30f83d8 not in .data!
[  279.976180] kobject: 'logbias' (00000000642fcd37): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.976922] BUG: key ffff8800d30f8618 not in .data!
[  279.977299] BUG: key ffff8800d30f8638 not in .data!
[  279.977667] BUG: key ffff8800d30f8658 not in .data!
[  279.978045] BUG: key ffff8800d30f8678 not in .data!
[  279.978394] BUG: key ffff8800d30f8698 not in .data!
[  279.978749] BUG: key ffff8800d30f86b8 not in .data!
[  279.979127] BUG: key ffff8800d30f86d8 not in .data!
[  279.979486] kobject: 'unique' (000000006d0902b3): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.980258] BUG: key ffff8800d30f8118 not in .data!
[  279.980622] BUG: key ffff8800d30f8138 not in .data!
[  279.980970] BUG: key ffff8800d30f8158 not in .data!
[  279.981345] BUG: key ffff8800d30f8178 not in .data!
[  279.981704] BUG: key ffff8800d30f8198 not in .data!
[  279.982082] BUG: key ffff8800d30f81b8 not in .data!
[  279.982431] BUG: key ffff8800d30f81d8 not in .data!
[  279.982785] kobject: 'objsetid' (0000000061a205b2): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.983556] BUG: key ffff8800d30f8e18 not in .data!
[  279.983909] BUG: key ffff8800d30f8e38 not in .data!
[  279.984284] BUG: key ffff8800d30f8e58 not in .data!
[  279.984646] BUG: key ffff8800d30f8e78 not in .data!
[  279.985000] BUG: key ffff8800d30f8e98 not in .data!
[  279.985373] BUG: key ffff8800d30f8eb8 not in .data!
[  279.985731] BUG: key ffff8800d30f8ed8 not in .data!
[  279.986116] kobject: 'dedup' (00000000c5f279fc): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.986847] BUG: key ffff8800d30f8718 not in .data!
[  279.987221] BUG: key ffff8800d30f8738 not in .data!
[  279.987580] BUG: key ffff8800d30f8758 not in .data!
[  279.987925] BUG: key ffff8800d30f8778 not in .data!
[  279.988297] BUG: key ffff8800d30f8798 not in .data!
[  279.988663] BUG: key ffff8800d30f87b8 not in .data!
[  279.989053] BUG: key ffff8800d30f87d8 not in .data!
[  279.989408] kobject: 'mlslabel' (000000000e0c62ce): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.990181] BUG: key ffff8800d30f8218 not in .data!
[  279.990541] BUG: key ffff8800d30f8238 not in .data!
[  279.990887] BUG: key ffff8800d30f8258 not in .data!
[  279.991260] BUG: key ffff8800d30f8278 not in .data!
[  279.991621] BUG: key ffff8800d30f8298 not in .data!
[  279.991974] BUG: key ffff8800d30f82b8 not in .data!
[  279.992347] BUG: key ffff8800d30f82d8 not in .data!
[  279.992708] kobject: 'sync' (0000000073f0583c): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.993447] BUG: key ffff8800d30f8018 not in .data!
[  279.993805] BUG: key ffff8800d30f8038 not in .data!
[  279.994184] BUG: key ffff8800d30f8058 not in .data!
[  279.994545] BUG: key ffff8800d30f8078 not in .data!
[  279.994898] BUG: key ffff8800d30f8098 not in .data!
[  279.995274] BUG: key ffff8800d30f80b8 not in .data!
[  279.995635] BUG: key ffff8800d30f80d8 not in .data!
[  279.995992] kobject: 'dnodesize' (00000000c01375fb): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  279.996770] BUG: key ffff8800d30f8818 not in .data!
[  279.997150] BUG: key ffff8800d30f8838 not in .data!
[  279.997508] BUG: key ffff8800d30f8858 not in .data!
[  279.997852] BUG: key ffff8800d30f8878 not in .data!
[  279.998227] BUG: key ffff8800d30f8898 not in .data!
[  279.998591] BUG: key ffff8800d30f88b8 not in .data!
[  279.998939] BUG: key ffff8800d30f88d8 not in .data!
[  279.999312] kobject: 'refcompressratio' (00000000ebd58f0a): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.000146] BUG: key ffff8800d30f8c18 not in .data!
[  280.000504] BUG: key ffff8800d30f8c38 not in .data!
[  280.000853] BUG: key ffff8800d30f8c58 not in .data!
[  280.001229] BUG: key ffff8800d30f8c78 not in .data!
[  280.001590] BUG: key ffff8800d30f8c98 not in .data!
[  280.001938] BUG: key ffff8800d30f8cb8 not in .data!
[  280.002314] BUG: key ffff8800d30f8cd8 not in .data!
[  280.002674] kobject: 'written' (000000008f9c0f9e): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.003439] BUG: key ffff8800d30f8d18 not in .data!
[  280.003796] BUG: key ffff8800d30f8d38 not in .data!
[  280.004173] BUG: key ffff8800d30f8d58 not in .data!
[  280.004531] BUG: key ffff8800d30f8d78 not in .data!
[  280.004878] BUG: key ffff8800d30f8d98 not in .data!
[  280.005256] BUG: key ffff8800d30f8db8 not in .data!
[  280.005615] BUG: key ffff8800d30f8dd8 not in .data!
[  280.005962] kobject: 'clones' (0000000032e8fb72): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.006715] BUG: key ffff8800d30f8918 not in .data!
[  280.007096] BUG: key ffff8800d30f8938 not in .data!
[  280.007450] BUG: key ffff8800d30f8958 not in .data!
[  280.007803] BUG: key ffff8800d30f8978 not in .data!
[  280.008180] BUG: key ffff8800d30f8998 not in .data!
[  280.008545] BUG: key ffff8800d30f89b8 not in .data!
[  280.008894] BUG: key ffff8800d30f89d8 not in .data!
[  280.009277] kobject: 'logicalused' (00000000ac2f3efc): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.010078] BUG: key ffff8800d8f00c18 not in .data!
[  280.010427] BUG: key ffff8800d8f00c38 not in .data!
[  280.010787] BUG: key ffff8800d8f00c58 not in .data!
[  280.011164] BUG: key ffff8800d8f00c78 not in .data!
[  280.011523] BUG: key ffff8800d8f00c98 not in .data!
[  280.011870] BUG: key ffff8800d8f00cb8 not in .data!
[  280.012245] BUG: key ffff8800d8f00cd8 not in .data!
[  280.012605] kobject: 'logicalreferenced' (0000000029df5962): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.013423] BUG: key ffff8800d8f00d18 not in .data!
[  280.013785] BUG: key ffff8800d8f00d38 not in .data!
[  280.014167] BUG: key ffff8800d8f00d58 not in .data!
[  280.014527] BUG: key ffff8800d8f00d78 not in .data!
[  280.014873] BUG: key ffff8800d8f00d98 not in .data!
[  280.015248] BUG: key ffff8800d8f00db8 not in .data!
[  280.015607] BUG: key ffff8800d8f00dd8 not in .data!
[  280.015953] kobject: 'inconsistent' (00000000265508b0): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.016741] BUG: key ffff8800d8f00918 not in .data!
[  280.017121] BUG: key ffff8800d8f00938 not in .data!
[  280.017478] BUG: key ffff8800d8f00958 not in .data!
[  280.017831] BUG: key ffff8800d8f00978 not in .data!
[  280.018210] BUG: key ffff8800d8f00998 not in .data!
[  280.018569] BUG: key ffff8800d8f009b8 not in .data!
[  280.018922] BUG: key ffff8800d8f009d8 not in .data!
[  280.019297] kobject: 'volmode' (00000000f6d60242): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.020069] BUG: key ffff8800d8f00518 not in .data!
[  280.020420] BUG: key ffff8800d8f00538 not in .data!
[  280.020778] BUG: key ffff8800d8f00558 not in .data!
[  280.021151] BUG: key ffff8800d8f00578 not in .data!
[  280.021510] BUG: key ffff8800d8f00598 not in .data!
[  280.021857] BUG: key ffff8800d8f005b8 not in .data!
[  280.022233] BUG: key ffff8800d8f005d8 not in .data!
[  280.022592] kobject: 'filesystem_limit' (000000008003d314): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.023401] BUG: key ffff8800d8f00a18 not in .data!
[  280.023762] BUG: key ffff8800d8f00a38 not in .data!
[  280.024138] BUG: key ffff8800d8f00a58 not in .data!
[  280.024501] BUG: key ffff8800d8f00a78 not in .data!
[  280.024848] BUG: key ffff8800d8f00a98 not in .data!
[  280.025223] BUG: key ffff8800d8f00ab8 not in .data!
[  280.025581] BUG: key ffff8800d8f00ad8 not in .data!
[  280.025930] kobject: 'snapshot_limit' (00000000040544a7): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.026733] BUG: key ffff8800d8f00418 not in .data!
[  280.027112] BUG: key ffff8800d8f00438 not in .data!
[  280.027472] BUG: key ffff8800d8f00458 not in .data!
[  280.027822] BUG: key ffff8800d8f00478 not in .data!
[  280.028200] BUG: key ffff8800d8f00498 not in .data!
[  280.028560] BUG: key ffff8800d8f004b8 not in .data!
[  280.028912] BUG: key ffff8800d8f004d8 not in .data!
[  280.029296] kobject: 'filesystem_count' (00000000ce9c13fb): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.030125] BUG: key ffff8800d8f00f18 not in .data!
[  280.030491] BUG: key ffff8800d8f00f38 not in .data!
[  280.030845] BUG: key ffff8800d8f00f58 not in .data!
[  280.031220] BUG: key ffff8800d8f00f78 not in .data!
[  280.031580] BUG: key ffff8800d8f00f98 not in .data!
[  280.031933] BUG: key ffff8800d8f00fb8 not in .data!
[  280.032308] BUG: key ffff8800d8f00fd8 not in .data!
[  280.032671] kobject: 'snapshot_count' (000000006abfdbe8): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.033488] BUG: key ffff8800d8f00b18 not in .data!
[  280.033842] BUG: key ffff8800d8f00b38 not in .data!
[  280.034217] BUG: key ffff8800d8f00b58 not in .data!
[  280.034578] BUG: key ffff8800d8f00b78 not in .data!
[  280.034931] BUG: key ffff8800d8f00b98 not in .data!
[  280.035322] BUG: key ffff8800d8f00bb8 not in .data!
[  280.035683] BUG: key ffff8800d8f00bd8 not in .data!
[  280.036076] kobject: 'snapdev' (00000000a7658214): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.036818] BUG: key ffff8800d8f00318 not in .data!
[  280.037199] BUG: key ffff8800d8f00338 not in .data!
[  280.037560] BUG: key ffff8800d8f00358 not in .data!
[  280.037913] BUG: key ffff8800d8f00378 not in .data!
[  280.038286] BUG: key ffff8800d8f00398 not in .data!
[  280.038646] BUG: key ffff8800d8f003b8 not in .data!
[  280.038997] BUG: key ffff8800d8f003d8 not in .data!
[  280.039373] kobject: 'acltype' (0000000098458bb1): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.040145] BUG: key ffff8800d8f00618 not in .data!
[  280.040504] BUG: key ffff8800d8f00638 not in .data!
[  280.040855] BUG: key ffff8800d8f00658 not in .data!
[  280.041228] BUG: key ffff8800d8f00678 not in .data!
[  280.041585] BUG: key ffff8800d8f00698 not in .data!
[  280.041929] BUG: key ffff8800d8f006b8 not in .data!
[  280.042302] BUG: key ffff8800d8f006d8 not in .data!
[  280.042663] kobject: 'context' (000000002ded585f): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.043435] BUG: key ffff8800d8f00118 not in .data!
[  280.043793] BUG: key ffff8800d8f00138 not in .data!
[  280.044172] BUG: key ffff8800d8f00158 not in .data!
[  280.044532] BUG: key ffff8800d8f00178 not in .data!
[  280.044886] BUG: key ffff8800d8f00198 not in .data!
[  280.045261] BUG: key ffff8800d8f001b8 not in .data!
[  280.045619] BUG: key ffff8800d8f001d8 not in .data!
[  280.045971] kobject: 'fscontext' (000000002dda55e4): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.046743] BUG: key ffff8800d8f00e18 not in .data!
[  280.047122] BUG: key ffff8800d8f00e38 not in .data!
[  280.047479] BUG: key ffff8800d8f00e58 not in .data!
[  280.047835] BUG: key ffff8800d8f00e78 not in .data!
[  280.048210] BUG: key ffff8800d8f00e98 not in .data!
[  280.048568] BUG: key ffff8800d8f00eb8 not in .data!
[  280.048915] BUG: key ffff8800d8f00ed8 not in .data!
[  280.049291] kobject: 'defcontext' (000000006698e8eb): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.050081] BUG: key ffff8800d8f00718 not in .data!
[  280.050433] BUG: key ffff8800d8f00738 not in .data!
[  280.050792] BUG: key ffff8800d8f00758 not in .data!
[  280.051168] BUG: key ffff8800d8f00778 not in .data!
[  280.051528] BUG: key ffff8800d8f00798 not in .data!
[  280.051876] BUG: key ffff8800d8f007b8 not in .data!
[  280.052251] BUG: key ffff8800d8f007d8 not in .data!
[  280.052613] kobject: 'rootcontext' (0000000048cf9d1a): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.053403] BUG: key ffff8800d8f00218 not in .data!
[  280.053767] BUG: key ffff8800d8f00238 not in .data!
[  280.054142] BUG: key ffff8800d8f00258 not in .data!
[  280.054503] BUG: key ffff8800d8f00278 not in .data!
[  280.054852] BUG: key ffff8800d8f00298 not in .data!
[  280.055225] BUG: key ffff8800d8f002b8 not in .data!
[  280.055585] BUG: key ffff8800d8f002d8 not in .data!
[  280.055940] kobject: 'relatime' (00000000b1465c08): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.056715] BUG: key ffff8800d8f00018 not in .data!
[  280.057099] BUG: key ffff8800d8f00038 not in .data!
[  280.057450] BUG: key ffff8800d8f00058 not in .data!
[  280.057808] BUG: key ffff8800d8f00078 not in .data!
[  280.058184] BUG: key ffff8800d8f00098 not in .data!
[  280.058545] BUG: key ffff8800d8f000b8 not in .data!
[  280.058892] BUG: key ffff8800d8f000d8 not in .data!
[  280.059273] kobject: 'redundant_metadata' (000000002906f3f4): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.060113] BUG: key ffff8800d8f00818 not in .data!
[  280.060460] BUG: key ffff8800d8f00838 not in .data!
[  280.060813] BUG: key ffff8800d8f00858 not in .data!
[  280.061194] BUG: key ffff8800d8f00878 not in .data!
[  280.061557] BUG: key ffff8800d8f00898 not in .data!
[  280.061913] BUG: key ffff8800d8f008b8 not in .data!
[  280.062288] BUG: key ffff8800d8f008d8 not in .data!
[  280.062654] kobject: 'overlay' (0000000004ebf7fe): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.063412] BUG: key ffff8800d8f08918 not in .data!
[  280.063774] BUG: key ffff8800d8f08938 not in .data!
[  280.064153] BUG: key ffff8800d8f08958 not in .data!
[  280.064513] BUG: key ffff8800d8f08978 not in .data!
[  280.064858] BUG: key ffff8800d8f08998 not in .data!
[  280.065235] BUG: key ffff8800d8f089b8 not in .data!
[  280.065598] BUG: key ffff8800d8f089d8 not in .data!
[  280.065948] kobject: 'prevsnap' (00000000c85e8917): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.066720] BUG: key ffff8800d8f08518 not in .data!
[  280.067101] BUG: key ffff8800d8f08538 not in .data!
[  280.067452] BUG: key ffff8800d8f08558 not in .data!
[  280.067806] BUG: key ffff8800d8f08578 not in .data!
[  280.068190] BUG: key ffff8800d8f08598 not in .data!
[  280.068549] BUG: key ffff8800d8f085b8 not in .data!
[  280.068896] BUG: key ffff8800d8f085d8 not in .data!
[  280.069272] kobject: 'receive_resume_token' (000000001382d635): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.070120] BUG: key ffff8800d8f08a18 not in .data!
[  280.070478] BUG: key ffff8800d8f08a38 not in .data!
[  280.070834] BUG: key ffff8800d8f08a58 not in .data!
[  280.071211] BUG: key ffff8800d8f08a78 not in .data!
[  280.071572] BUG: key ffff8800d8f08a98 not in .data!
[  280.071927] BUG: key ffff8800d8f08ab8 not in .data!
[  280.072302] BUG: key ffff8800d8f08ad8 not in .data!
[  280.072665] kobject: 'encryption' (0000000079d5e9e2): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.073446] BUG: key ffff8800d8f08418 not in .data!
[  280.073804] BUG: key ffff8800d8f08438 not in .data!
[  280.074188] BUG: key ffff8800d8f08458 not in .data!
[  280.074547] BUG: key ffff8800d8f08478 not in .data!
[  280.074892] BUG: key ffff8800d8f08498 not in .data!
[  280.075272] BUG: key ffff8800d8f084b8 not in .data!
[  280.075636] BUG: key ffff8800d8f084d8 not in .data!
[  280.075982] kobject: 'keylocation' (000000003178196c): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.076768] BUG: key ffff8800d8f08f18 not in .data!
[  280.077147] BUG: key ffff8800d8f08f38 not in .data!
[  280.077505] BUG: key ffff8800d8f08f58 not in .data!
[  280.077850] BUG: key ffff8800d8f08f78 not in .data!
[  280.078225] BUG: key ffff8800d8f08f98 not in .data!
[  280.078585] BUG: key ffff8800d8f08fb8 not in .data!
[  280.078934] BUG: key ffff8800d8f08fd8 not in .data!
[  280.079308] kobject: 'keyformat' (000000001d34608f): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.080096] BUG: key ffff8800d8f08b18 not in .data!
[  280.080442] BUG: key ffff8800d8f08b38 not in .data!
[  280.080800] BUG: key ffff8800d8f08b58 not in .data!
[  280.081178] BUG: key ffff8800d8f08b78 not in .data!
[  280.081537] BUG: key ffff8800d8f08b98 not in .data!
[  280.081892] BUG: key ffff8800d8f08bb8 not in .data!
[  280.082267] BUG: key ffff8800d8f08bd8 not in .data!
[  280.082628] kobject: 'pbkdf2salt' (00000000b02271d5): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.083404] BUG: key ffff8800d8f08318 not in .data!
[  280.083762] BUG: key ffff8800d8f08338 not in .data!
[  280.084144] BUG: key ffff8800d8f08358 not in .data!
[  280.084508] BUG: key ffff8800d8f08378 not in .data!
[  280.084856] BUG: key ffff8800d8f08398 not in .data!
[  280.085232] BUG: key ffff8800d8f083b8 not in .data!
[  280.085592] BUG: key ffff8800d8f083d8 not in .data!
[  280.085936] kobject: 'pbkdf2iters' (0000000062e80fe8): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.086716] BUG: key ffff8800d8f08618 not in .data!
[  280.087094] BUG: key ffff8800d8f08638 not in .data!
[  280.087445] BUG: key ffff8800d8f08658 not in .data!
[  280.087802] BUG: key ffff8800d8f08678 not in .data!
[  280.088184] BUG: key ffff8800d8f08698 not in .data!
[  280.088547] BUG: key ffff8800d8f086b8 not in .data!
[  280.088892] BUG: key ffff8800d8f086d8 not in .data!
[  280.089266] kobject: 'encryptionroot' (0000000080111dc1): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.090085] BUG: key ffff8800d8f08118 not in .data!
[  280.090435] BUG: key ffff8800d8f08138 not in .data!
[  280.090789] BUG: key ffff8800d8f08158 not in .data!
[  280.091171] BUG: key ffff8800d8f08178 not in .data!
[  280.091529] BUG: key ffff8800d8f08198 not in .data!
[  280.091875] BUG: key ffff8800d8f081b8 not in .data!
[  280.092248] BUG: key ffff8800d8f081d8 not in .data!
[  280.092612] kobject: 'keyguid' (000000009ab44556): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.093369] BUG: key ffff8800d8f08e18 not in .data!
[  280.093728] BUG: key ffff8800d8f08e38 not in .data!
[  280.094104] BUG: key ffff8800d8f08e58 not in .data!
[  280.094457] BUG: key ffff8800d8f08e78 not in .data!
[  280.094810] BUG: key ffff8800d8f08e98 not in .data!
[  280.095191] BUG: key ffff8800d8f08eb8 not in .data!
[  280.095550] BUG: key ffff8800d8f08ed8 not in .data!
[  280.095895] kobject: 'keystatus' (0000000008b53d3d): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.096670] BUG: key ffff8800d8f08718 not in .data!
[  280.097050] BUG: key ffff8800d8f08738 not in .data!
[  280.097401] BUG: key ffff8800d8f08758 not in .data!
[  280.097754] BUG: key ffff8800d8f08778 not in .data!
[  280.098128] BUG: key ffff8800d8f08798 not in .data!
[  280.098486] BUG: key ffff8800d8f087b8 not in .data!
[  280.098838] BUG: key ffff8800d8f087d8 not in .data!
[  280.099215] kobject: 'remaptxg' (00000000f0d05131): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.099960] BUG: key ffff8800d8f08218 not in .data!
[  280.100332] BUG: key ffff8800d8f08238 not in .data!
[  280.100691] BUG: key ffff8800d8f08258 not in .data!
[  280.101073] BUG: key ffff8800d8f08278 not in .data!
[  280.101424] BUG: key ffff8800d8f08298 not in .data!
[  280.101780] BUG: key ffff8800d8f082b8 not in .data!
[  280.102156] BUG: key ffff8800d8f082d8 not in .data!
[  280.102516] kobject: 'special_small_blocks' (000000003a218d8c): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.103344] BUG: key ffff8800d8f08018 not in .data!
[  280.103703] BUG: key ffff8800d8f08038 not in .data!
[  280.104088] BUG: key ffff8800d8f08058 not in .data!
[  280.104441] BUG: key ffff8800d8f08078 not in .data!
[  280.104800] BUG: key ffff8800d8f08098 not in .data!
[  280.105188] BUG: key ffff8800d8f080b8 not in .data!
[  280.105551] BUG: key ffff8800d8f080d8 not in .data!
[  280.105905] kobject: 'ivsetguid' (000000002b0f6e5c): kobject_add_internal: parent: 'properties.dataset', set: '<NULL>'
[  280.106679] BUG: key ffff8800d8f08818 not in .data!
[  280.107057] BUG: key ffff8800d8f08838 not in .data!
[  280.107408] BUG: key ffff8800d8f08858 not in .data!
[  280.107763] BUG: key ffff8800d8f08878 not in .data!
[  280.108138] BUG: key ffff8800d8f08898 not in .data!
[  280.108498] BUG: key ffff8800d8f088b8 not in .data!
[  280.108851] BUG: key ffff8800d8f088d8 not in .data!
[  280.109234] kobject: 'zfs' (00000000e01833a8): kobject_add_internal: parent: 'misc', set: 'devices'
[  280.109948] kobject: 'zfs' (00000000e01833a8): kobject_uevent_env
[  280.110421] kobject: 'zfs' (00000000e01833a8): fill_kobj_path: path = '/devices/virtual/misc/zfs'
[  280.111135] ZFS: Loaded module v0.8.0-1 (DEBUG mode), ZFS pool version 5000, ZFS filesystem version 5

I also disabled zfs debug configure option and it did not seem to make any changes in that output.

@behlendorf behlendorf added the Type: Building Indicates an issue related to building binaries label Jun 7, 2019
@kusumi
Copy link
Member

kusumi commented Jun 8, 2019

Also confirmed this with kernel-debug on Fedora.

All kernel modules needed to be GPL'd (locally) to reproduce this.
Not sure how it reproduced on RHEL8 with regular ZoL under CDDL.

[   13.085203] BUG: key ffff8ea2f2c7eb18 has not been registered!
[   13.085207] ------------[ cut here ]------------
[   13.085210] DEBUG_LOCKS_WARN_ON(1)
[   13.085243] WARNING: CPU: 7 PID: 1716 at kernel/locking/lockdep.c:3487 lockdep_init_map+0x169/0x1e0
[   13.085267] CPU: 7 PID: 1716 Comm: modprobe Tainted: G           OE     5.1.6-200.fc29.x86_64+debug #1
[   13.085268] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Ubuntu-1.8.2-1ubuntu1 04/01/2014
[   13.085271] RIP: 0010:lockdep_init_map+0x169/0x1e0
[   13.085272] Code: e8 7c b7 40 00 85 c0 74 82 8b 3d b6 fd 7c 01 85 ff 0f 85 74 ff ff ff 48 c7 c6 0d 9a 32
bc 48 c7 c7 18 97 2d bc e8 eb 01 f9 ff <0f> 0b e9 5a ff ff ff e8 4b b7 40 00 85 c0 74 0c 44 8b 1d 84 fd 7c
[   13.085274] RSP: 0018:ffffb06f02227ae0 EFLAGS: 00010282
[   13.085275] RAX: 0000000000000000 RBX: ffff8ea2ef9c7738 RCX: 0000000000000000
[   13.085277] RDX: 0000000000000002 RSI: 0000000000000001 RDI: 0000000000000246
[   13.085278] RBP: ffff8ea2f2c7eb18 R08: ffffffffbde9c160 R09: 0000000000000000
[   13.085279] R10: 0000000000000000 R11: 00000000000006b4 R12: 0000000000000000
[   13.085280] R13: 0000000000000000 R14: ffff8ea2eea60e40 R15: ffffb06f02227e98
[   13.085282] FS:  00007f6948948280(0000) GS:ffff8ea2f7a00000(0000) knlGS:0000000000000000
[   13.085283] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   13.085284] CR2: 00007f06dc0c6244 CR3: 0000000231864003 CR4: 00000000003606e0
[   13.085287] Call Trace:
[   13.085295]  __kernfs_create_file+0x7d/0xf0
[   13.085298]  sysfs_add_file_mode_ns+0xa0/0x190
[   13.085301]  sysfs_create_file_ns+0x62/0x90
[   13.085305]  kobject_add_internal+0x16d/0x270
[   13.085307]  kobject_add+0x7d/0xb0
[   13.085384]  ? zfs_sa_set_xattr+0x300/0x300 [zfs]
[   13.085443]  kernel_feature_to_kobj.constprop.5+0x95/0xd0 [zfs]
[   13.085476]  ? trace_event_define_fields_zfs_zrlock_class+0xb5/0xb5 [zfs]
[   13.085531]  zfs_kernel_features_init.constprop.4+0x5c/0x90 [zfs]
[   13.085586]  zfs_sysfs_init+0xa/0x90 [zfs]
[   13.085631]  _init+0x2e/0x891 [zfs]
[   13.085634]  do_one_initcall+0x5d/0x2be
[   13.085640]  ? do_init_module+0x22/0x210
[   13.085643]  ? rcu_read_lock_sched_held+0x6b/0x80
[   13.085648]  ? kmem_cache_alloc_trace+0x256/0x280
[   13.085649]  ? do_init_module+0x22/0x210
[   13.085652]  do_init_module+0x5a/0x210
[   13.085654]  load_module+0x2182/0x2450
[   13.085661]  ? ima_post_read_file+0x101/0x110
[   13.085666]  ? __do_sys_finit_module+0xa8/0x110
[   13.085667]  __do_sys_finit_module+0xa8/0x110
[   13.085672]  do_syscall_64+0x60/0x1f0
[   13.085675]  entry_SYSCALL_64_after_hwframe+0x49/0xbe
[   13.085677] RIP: 0033:0x7f6948a62f4d
[   13.085679] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 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 73 01 c3 48 8b 0d 0b 7f 0c 00 f7 d8 64 89 01 48
[   13.085680] RSP: 002b:00007ffe67579da8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   13.085681] RAX: ffffffffffffffda RBX: 000055dbc06a5ca0 RCX: 00007f6948a62f4d
[   13.085683] RDX: 0000000000000000 RSI: 000055dbbea03346 RDI: 0000000000000009
[   13.085684] RBP: 000055dbbea03346 R08: 0000000000000000 R09: 0000000000000000
[   13.085685] R10: 0000000000000009 R11: 0000000000000246 R12: 0000000000000000
[   13.085686] R13: 000055dbc06a5b60 R14: 0000000000040000 R15: 0000000000000000
[   13.085690] irq event stamp: 1332901
[   13.085692] hardirqs last  enabled at (1332901): [<ffffffffbb16932a>] console_unlock+0x46a/0x5d0
[   13.085694] hardirqs last disabled at (1332900): [<ffffffffbb168f4c>] console_unlock+0x8c/0x5d0
[   13.085696] softirqs last  enabled at (1332874): [<ffffffffbb8ea5c1>] peernet2id+0x51/0x80
[   13.085698] softirqs last disabled at (1332872): [<ffffffffbb8ea5a2>] peernet2id+0x32/0x80
[   13.085699] ---[ end trace a8a79e0847712fbf ]---

kusumi added a commit to kusumi/zfs that referenced this issue Jun 11, 2019
sysfs_attr_init() is required to make lockdep happy for dynamically
allocated sysfs attributes. This fixed openzfs#8868 on Fedora 29 running
kernel-debug.

torvalds/linux@918b8ac55b is an example of commit which fixed this.
See include/linux/sysfs.h for what it actually does.

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
kusumi added a commit to kusumi/zfs that referenced this issue Jun 11, 2019
sysfs_attr_init() is required to make lockdep happy for dynamically
allocated sysfs attributes. This fixed openzfs#8868 on Fedora 29 running
kernel-debug.

This requirement was introduced in 2.6.34.
See include/linux/sysfs.h for what it actually does.

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
behlendorf pushed a commit that referenced this issue Jun 13, 2019
sysfs_attr_init() is required to make lockdep happy for dynamically
allocated sysfs attributes. This fixed #8868 on Fedora 29 running
kernel-debug.

This requirement was introduced in 2.6.34.
See include/linux/sysfs.h for what it actually does.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Closes #8868 
Closes #8884
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Aug 13, 2019
sysfs_attr_init() is required to make lockdep happy for dynamically
allocated sysfs attributes. This fixed openzfs#8868 on Fedora 29 running
kernel-debug.

This requirement was introduced in 2.6.34.
See include/linux/sysfs.h for what it actually does.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Closes openzfs#8868
Closes openzfs#8884
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Aug 22, 2019
sysfs_attr_init() is required to make lockdep happy for dynamically
allocated sysfs attributes. This fixed openzfs#8868 on Fedora 29 running
kernel-debug.

This requirement was introduced in 2.6.34.
See include/linux/sysfs.h for what it actually does.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Closes openzfs#8868
Closes openzfs#8884
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Aug 23, 2019
sysfs_attr_init() is required to make lockdep happy for dynamically
allocated sysfs attributes. This fixed openzfs#8868 on Fedora 29 running
kernel-debug.

This requirement was introduced in 2.6.34.
See include/linux/sysfs.h for what it actually does.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Closes openzfs#8868
Closes openzfs#8884
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Sep 17, 2019
sysfs_attr_init() is required to make lockdep happy for dynamically
allocated sysfs attributes. This fixed openzfs#8868 on Fedora 29 running
kernel-debug.

This requirement was introduced in 2.6.34.
See include/linux/sysfs.h for what it actually does.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Closes openzfs#8868
Closes openzfs#8884
tonyhutter pushed a commit to tonyhutter/zfs that referenced this issue Sep 18, 2019
sysfs_attr_init() is required to make lockdep happy for dynamically
allocated sysfs attributes. This fixed openzfs#8868 on Fedora 29 running
kernel-debug.

This requirement was introduced in 2.6.34.
See include/linux/sysfs.h for what it actually does.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Closes openzfs#8868
Closes openzfs#8884
tonyhutter pushed a commit that referenced this issue Sep 26, 2019
sysfs_attr_init() is required to make lockdep happy for dynamically
allocated sysfs attributes. This fixed #8868 on Fedora 29 running
kernel-debug.

This requirement was introduced in 2.6.34.
See include/linux/sysfs.h for what it actually does.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Closes #8868
Closes #8884
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Building Indicates an issue related to building binaries
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants