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

accessing /<poolname>/<dataset>/.zfs/shares/.zfs triggers BUG #947

Closed
psy0rz opened this issue Sep 8, 2012 · 10 comments
Closed

accessing /<poolname>/<dataset>/.zfs/shares/.zfs triggers BUG #947

psy0rz opened this issue Sep 8, 2012 · 10 comments
Milestone

Comments

@psy0rz
Copy link

psy0rz commented Sep 8, 2012

UPDATE: it seems that accessing ANY non existing file in the shares directory triggers this bug.

Trying to access a .zfs directory under shares triggers some kind of bug:

root@psybak:~# ls /backups/tracy/.zfs/shares/.zfs
Killed

(This directory should not exist at all, but i was just fiddling around.)

Dmesg:
[81441.475366] BUG: unable to handle kernel NULL pointer dereference at 000000000000005f
[81441.475375] IP: [] follow_managed+0x35/0x140
[81441.475384] PGD 121689067 PUD 12c559067 PMD 0
[81441.475390] Oops: 0000 [#1] SMP
[81441.475395] CPU 3
[81441.475397] Modules linked in: zfs(P) zcommon(P) znvpair(P) zavl(P) zunicode(P) spl(O) vmnet(O) vsock(O) vmci(O) vmmon(O) ip6table_filter ip6_tables ebtable_nat ebtables ipt_MASQUERADE iptable_nat nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack ipt_REJECT xt_CHECKSUM iptable_mangle xt_tcpudp iptable_filter ip_tables x_tables bridge stp kvm_intel kvm rfcomm bnep bluetooth binfmt_misc dm_crypt nvidia(P) snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm ppdev snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq serio_raw snd_timer snd_seq_device snd soundcore snd_page_alloc parport_pc mac_hid xfs lp parport raid10 raid456 async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx raid1 raid0 multipath linear btrfs zlib_deflate libcrc32c vesafb pata_jmicron r8169 usbhid hid [last unloaded: ipmi_msghandler]
[81441.475475]
[81441.475479] Pid: 22577, comm: ls Tainted: P O 3.2.0-30-generic #48-Ubuntu Gigabyte Technology Co., Ltd. EP35-DS3L/EP35-DS3L
[81441.475486] RIP: 0010:[] [] follow_managed+0x35/0x140
[81441.475491] RSP: 0018:ffff880102277c08 EFLAGS: 00010246
[81441.475494] RAX: 000000000000005f RBX: ffff880102277d18 RCX: ffff880062790300
[81441.475498] RDX: 0000000000000000 RSI: 0000000000000001 RDI: 000000000000005f
[81441.475501] RBP: ffff880102277c58 R08: ffffffff8118d3cb R09: 0000000000000000
[81441.475504] R10: 0000000000000000 R11: 0000000000000004 R12: ffff880062790300
[81441.475507] R13: 0000000000000001 R14: 0000000000000001 R15: 0000000000000000
[81441.475510] FS: 00007f2f47b9f7c0(0000) GS:ffff88019fd80000(0000) knlGS:0000000000000000
[81441.475514] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[81441.475517] CR2: 000000000000005f CR3: 000000017f3e3000 CR4: 00000000000006e0
[81441.475520] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[81441.475523] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[81441.475527] Process ls (pid: 22577, threadinfo ffff880102276000, task ffff880110228000)
[81441.475530] Stack:
[81441.475532] 0000000000000001 ffff880102277d40 ffff880102277c58 00ffffff81182b40
[81441.475538] ffff880102277c58 ffff880102277dc8 ffff880102277d18 000000000000005f
[81441.475545] 0000000000000001 ffff880102277d40 ffff880102277cd8 ffffffff81184bed
[81441.475551] Call Trace:
[81441.475556] [] do_lookup+0x14d/0x310
[81441.475561] [] path_lookupat+0x11c/0x750
[81441.475567] [] ? lru_cache_add_lru+0x2d/0x50
[81441.475571] [] do_path_lookup+0x31/0xc0
[81441.475576] [] user_path_at_empty+0x59/0xa0
[81441.475582] [] ? do_page_fault+0x210/0x520
[81441.475586] [] user_path_at+0x11/0x20
[81441.475591] [] vfs_fstatat+0x3a/0x70
[81441.475595] [] vfs_stat+0x1b/0x20
[81441.475600] [] sys_newstat+0x1a/0x40
[81441.475604] [] ? page_fault+0x25/0x30
[81441.475609] [] system_call_fastpath+0x16/0x1b
[81441.475611] Code: 5d d8 4c 89 65 e0 4c 89 6d e8 4c 89 75 f0 4c 89 7d f8 66 66 66 66 90 4c 8b 27 45 31 ff 48 89 fb 41 89 f5 c6 45 cf 00 48 8b 7b 08 <8b> 07 41 89 c6 41 81 e6 00 00 07 00 75 47 80 7d cf 00 74 05 4c
[81441.475661] RIP [] follow_managed+0x35/0x140
[81441.475666] RSP
[81441.475668] CR2: 000000000000005f
[81441.475671] ---[ end trace ed8d683991ae1ad6 ]---

kernel:
Linux psybak 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:52:48 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

zfsutils 0.6.0.71
zfs-dkms 0.6.0.71

@psy0rz psy0rz closed this as completed Sep 8, 2012
@psy0rz psy0rz reopened this Sep 8, 2012
@pyavdr
Copy link
Contributor

pyavdr commented Sep 8, 2012

This maybe the same issue as #626.

@psy0rz
Copy link
Author

psy0rz commented Sep 8, 2012

it should be easy to figure out of smbd actually tries to access .zfs/shares/.zfs in those cases, to confirm that that issue has the same underlying cause.

@behlendorf
Copy link
Contributor

Yes, this is likely the same issue. However, up until now we never had a trivial reproducer like this. I'm optimistic that with the above test case we'll be able to run this to ground. This issue has been lingering for too long already!

@psy0rz
Copy link
Author

psy0rz commented Sep 10, 2012

very nice...fix this one...and then see if the other one dissapears as magic as well :)

@mailinglists35
Copy link

This happens every time I want to use tab completion before entering inside a snapshot

root@mailhost:/mnt/zfs/fulldisk/.zfs/snapshot# ls
manual-10-august zfs-auto-snap_daily-2012-09-13-0701
mbarbu zfs-auto-snap_daily-2012-09-14-0642
productie_2 zfs-auto-snap_daily-2012-09-15-0647
productie_initial zfs-auto-snap_duminica-2012-07-29-1335
zfs-auto-snap zfs-auto-snap_late_night-2012-07-26-0335
zfs-auto-snap_aparent_pe_drumul_bun-2012-07-26-1953 zfs-auto-snap_monthly-2012-08-01-0652
zfs-auto-snap_cyrus_and_bitdefender_ok_before_postfix-2012-07-25-2015 zfs-auto-snap_monthly-2012-09-01-0652
zfs-auto-snap_cyrus_plus_mails-2012-07-25-1745 zfs-auto-snap_weekly-2012-07-22-0647
zfs-auto-snap_daily-2012-09-09-0636 zfs-auto-snap_weekly-2012-08-19-0647
zfs-auto-snap_daily-2012-09-10-0635 zfs-auto-snap_weekly-2012-08-26-0647
zfs-auto-snap_daily-2012-09-11-0658 zfs-auto-snap_weekly-2012-09-02-0647
zfs-auto-snap_daily-2012-09-12-0649 zfs-auto-snap_weekly-2012-09-09-0647

root@mailhost:/mnt/zfs/fulldisk/.zfs/snapshot# ls mb < TAB key pressed here produces this dmesg

[11808.729392] VERIFY(!RW_LOCK_HELD(&l->l_rwlock)) failed
[11808.729423] SPLError: 339:0:(zap.c:444:zap_leaf_pageout()) SPL PANIC
[11808.729448] SPL: Showing stack for process 339
[11808.729451] Pid: 339, comm: arc_adapt Tainted: P IO 3.2.0-30-generic #48-Ubuntu
[11808.729454] Call Trace:
[11808.729470] [] spl_debug_dumpstack+0x27/0x40 [spl]
[11808.729478] [] spl_debug_bug+0x82/0xe0 [spl]
[11808.729517] [] zap_leaf_pageout+0x73/0xc0 [zfs]
[11808.729536] [] dbuf_evict_user+0x49/0x80 [zfs]
[11808.729556] [] dbuf_clear+0x29/0x180 [zfs]
[11808.729574] [] dbuf_evict+0x16/0x30 [zfs]
[11808.729593] [] dbuf_do_evict+0x43/0x70 [zfs]
[11808.729610] [] arc_do_user_evicts+0x50/0xd0 [zfs]
[11808.729627] [] ? arc_adjust_meta+0x1e0/0x1e0 [zfs]
[11808.729645] [] arc_adapt_thread+0x7e/0xd0 [zfs]
[11808.729653] [] thread_generic_wrapper+0x78/0x90 [spl]
[11808.729662] [] ? __thread_create+0x310/0x310 [spl]
[11808.729667] [] kthread+0x8c/0xa0
[11808.729672] [] kernel_thread_helper+0x4/0x10
[11808.729676] [] ? flush_kthread_worker+0xa0/0xa0
[11808.729680] [] ? gs_change+0x13/0x13
[11808.729796] SPL: Dumping log to /tmp/spl-log.1347709878.339

I have uploaded the referenced log to:

http://dl.transfer.ro/transfer_ro-15sep-8230e5a2db7f.zip

root@mailhost:~# ps ax|grep D
PID TTY STAT TIME COMMAND
339 ? D< 0:06 [arc_adapt]

root@mailhost:~# strace -fp 339
attach: ptrace(PTRACE_ATTACH, ...): Operation not permitted
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf

root@mailhost:~# cat /proc/339/status
Name: arc_adapt
State: D (disk sleep)
Tgid: 339
Pid: 339
PPid: 2
TracerPid: 0
Uid: 0 0 0 0
Gid: 0 0 0 0
FDSize: 64
Groups:
Threads: 1
SigQ: 1/15562
SigPnd: 0000000000000000
ShdPnd: 0000000000000000
SigBlk: 0000000000000000
SigIgn: ffffffffffffffff
SigCgt: 0000000000000000
CapInh: 0000000000000000
CapPrm: ffffffffffffffff
CapEff: ffffffffffffffff
CapBnd: ffffffffffffffff
Cpus_allowed: ffffffff,ffffffff
Cpus_allowed_list: 0-63
Mems_allowed: 00000000,00000001
Mems_allowed_list: 0
voluntary_ctxt_switches: 71203
nonvoluntary_ctxt_switches: 4

root@mailhost:~# cat /proc/339/syscall
-1 0xffff880076d8df58 0xffffffff81664b70

root@mailhost:~# cat /proc/339/limits
Limit Soft Limit Hard Limit Units
Max cpu time unlimited unlimited seconds
Max file size unlimited unlimited bytes
Max data size unlimited unlimited bytes
Max stack size 8388608 unlimited bytes
Max core file size 0 unlimited bytes
Max resident set unlimited unlimited bytes
Max processes 15562 15562 processes
Max open files 1024 4096 files
Max locked memory 65536 65536 bytes
Max address space unlimited unlimited bytes
Max file locks unlimited unlimited locks
Max pending signals 15562 15562 signals
Max msgqueue size 819200 819200 bytes
Max nice priority 0 0
Max realtime priority 0 0
Max realtime timeout unlimited unlimited us

echo t > /proc/sysrq-trigger:

Sep 15 14:51:18 mailhost kernel: [11808.729392] VERIFY(!RW_LOCK_HELD(&l->l_rwlock)) failed
Sep 15 14:51:18 mailhost kernel: [11808.729423] SPLError: 339:0:(zap.c:444:zap_leaf_pageout()) SPL PANIC
Sep 15 14:51:18 mailhost kernel: [11808.729448] SPL: Showing stack for process 339
Sep 15 14:51:18 mailhost kernel: [11808.729451] Pid: 339, comm: arc_adapt Tainted: P IO 3.2.0-30-generic #48-Ubuntu
Sep 15 14:51:18 mailhost kernel: [11808.729454] Call Trace:
Sep 15 14:51:18 mailhost kernel: [11808.729470] [] spl_debug_dumpstack+0x27/0x40 [spl]
Sep 15 14:51:18 mailhost kernel: [11808.729478] [] spl_debug_bug+0x82/0xe0 [spl]
Sep 15 14:51:18 mailhost kernel: [11808.729517] [] zap_leaf_pageout+0x73/0xc0 [zfs]
Sep 15 14:51:18 mailhost kernel: [11808.729536] [] dbuf_evict_user+0x49/0x80 [zfs]
Sep 15 14:51:18 mailhost kernel: [11808.729556] [] dbuf_clear+0x29/0x180 [zfs]
Sep 15 14:51:18 mailhost kernel: [11808.729574] [] dbuf_evict+0x16/0x30 [zfs]
Sep 15 14:51:18 mailhost kernel: [11808.729593] [] dbuf_do_evict+0x43/0x70 [zfs]
Sep 15 14:51:18 mailhost kernel: [11808.729610] [] arc_do_user_evicts+0x50/0xd0 [zfs]
Sep 15 14:51:18 mailhost kernel: [11808.729627] [] ? arc_adjust_meta+0x1e0/0x1e0 [zfs]
Sep 15 14:51:18 mailhost kernel: [11808.729645] [] arc_adapt_thread+0x7e/0xd0 [zfs]
Sep 15 14:51:18 mailhost kernel: [11808.729653] [] thread_generic_wrapper+0x78/0x90 [spl]
Sep 15 14:51:18 mailhost kernel: [11808.729662] [] ? __thread_create+0x310/0x310 [spl]
Sep 15 14:51:18 mailhost kernel: [11808.729667] [] kthread+0x8c/0xa0
Sep 15 14:51:18 mailhost kernel: [11808.729672] [] kernel_thread_helper+0x4/0x10
Sep 15 14:51:18 mailhost kernel: [11808.729676] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:51:18 mailhost kernel: [11808.729680] [] ? gs_change+0x13/0x13
Sep 15 14:51:18 mailhost kernel: [11808.729796] SPL: Dumping log to /tmp/spl-log.1347709878.339
Sep 15 14:53:09 mailhost kernel: c0>] ? md_rdev_init+0x130/0x130
Sep 15 14:53:09 mailhost kernel: [11920.316298] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316301] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316305] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316309] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.316311] md0_raid1 S ffffffff81806200 0 288 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.316315] ffff880075515da0 0000000000000046 ffff880036827f28 ffff880075515dd8
Sep 15 14:53:09 mailhost kernel: [11920.316320] ffff880075515fd8 ffff880075515fd8 ffff880075515fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.316324] ffff880078c59700 ffff8800754b5c00 ffff880075515d70 ffff880036efd900
Sep 15 14:53:09 mailhost kernel: [11920.316329] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.316333] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316337] [] schedule_timeout+0x2a5/0x320
Sep 15 14:53:09 mailhost kernel: [11920.316342] [] ? blk_finish_plug+0x18/0x50
Sep 15 14:53:09 mailhost kernel: [11920.316347] [] ? raid1d+0x17c/0x1b0 [raid1]
Sep 15 14:53:09 mailhost kernel: [11920.316350] [] ? default_spin_lock_flags+0x9/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316355] [] md_thread+0xec/0x140
Sep 15 14:53:09 mailhost kernel: [11920.316359] [] ? add_wait_queue+0x60/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316363] [] ? md_rdev_init+0x130/0x130
Sep 15 14:53:09 mailhost kernel: [11920.316366] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316370] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316374] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316377] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.316380] md2_raid1 S ffffffff81806200 0 293 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.316383] ffff8800770c3da0 0000000000000046 ffff880036dc5728 0000000000000001
Sep 15 14:53:09 mailhost kernel: [11920.316388] ffff8800770c3fd8 ffff8800770c3fd8 ffff8800770c3fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.316393] ffffffff81c0d020 ffff880075690000 ffffffff81e513c0 ffff8800770c3dd8
Sep 15 14:53:09 mailhost kernel: [11920.316397] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.316401] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316406] [] schedule_timeout+0x16d/0x320
Sep 15 14:53:09 mailhost kernel: [11920.316410] [] ? blk_finish_plug+0x18/0x50
Sep 15 14:53:09 mailhost kernel: [11920.316414] [] ? usleep_range+0x50/0x50
Sep 15 14:53:09 mailhost kernel: [11920.316419] [] md_thread+0xec/0x140
Sep 15 14:53:09 mailhost kernel: [11920.316422] [] ? add_wait_queue+0x60/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316426] [] ? md_rdev_init+0x130/0x130
Sep 15 14:53:09 mailhost kernel: [11920.316430] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316433] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316437] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316441] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.316443] md1_raid1 S ffffffff81806200 0 298 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.316447] ffff88007547fda0 0000000000000046 ffff880036dc4728 ffff88007547fdd8
Sep 15 14:53:09 mailhost kernel: [11920.316451] ffff88007547ffd8 ffff88007547ffd8 ffff88007547ffd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.316456] ffffffff81c0d020 ffff880075692e00 ffff88007547fd70 ffff880036ac29c0
Sep 15 14:53:09 mailhost kernel: [11920.316461] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.316465] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316469] [] schedule_timeout+0x2a5/0x320
Sep 15 14:53:09 mailhost kernel: [11920.316473] [] ? blk_finish_plug+0x18/0x50
Sep 15 14:53:09 mailhost kernel: [11920.316478] [] ? raid1d+0x17c/0x1b0 [raid1]
Sep 15 14:53:09 mailhost kernel: [11920.316482] [] ? default_spin_lock_flags+0x9/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316486] [] md_thread+0xec/0x140
Sep 15 14:53:09 mailhost kernel: [11920.316490] [] ? add_wait_queue+0x60/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316494] [] ? md_rdev_init+0x130/0x130
Sep 15 14:53:09 mailhost kernel: [11920.316497] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316501] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316504] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316508] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.316510] jbd2/md2-8 S ffffffff81806200 0 311 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.316514] ffff8800754c1e40 0000000000000046 ffff8800754c1dc8 0000000300000001
Sep 15 14:53:09 mailhost kernel: [11920.316519] ffff8800754c1fd8 ffff8800754c1fd8 ffff8800754c1fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.316523] ffffffff81c0d020 ffff880075680000 ffff8800754c1e50 ffff880036960800
Sep 15 14:53:09 mailhost kernel: [11920.316528] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.316532] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316536] [] kjournald2+0x1fb/0x220
Sep 15 14:53:09 mailhost kernel: [11920.316539] [] ? add_wait_queue+0x60/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316543] [] ? commit_timeout+0x10/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316546] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316550] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316554] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316557] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.316560] ext4-dio-unwrit S ffffffff81806200 0 312 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.316564] ffff8800755b7e40 0000000000000046 ffff8800755b7e00 ffffffff810510da
Sep 15 14:53:09 mailhost kernel: [11920.316568] ffff8800755b7fd8 ffff8800755b7fd8 ffff8800755b7fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.316573] ffff880078c39700 ffff880075682e00 ffff8800755b7e40 ffff880075682e00
Sep 15 14:53:09 mailhost kernel: [11920.316577] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.316581] [] ? enqueue_task+0x6a/0x80
Sep 15 14:53:09 mailhost kernel: [11920.316586] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316590] [] rescuer_thread+0x20d/0x230
Sep 15 14:53:09 mailhost kernel: [11920.316594] [] ? process_scheduled_works+0x40/0x40
Sep 15 14:53:09 mailhost kernel: [11920.316598] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316601] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316605] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316609] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.316611] spl_system_task S ffff880075579ea0 0 335 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.316615] ffff8800756c9e00 0000000000000046 ffff8800756c9e10 ffff88007ae137c0
Sep 15 14:53:09 mailhost kernel: [11920.316620] ffff8800756c9fd8 ffff8800756c9fd8 ffff8800756c9fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.316624] ffffffff81c0d020 ffff880075691700 ffff8800756c9df0 ffff880036422000
Sep 15 14:53:09 mailhost kernel: [11920.316629] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.316633] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316643] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.316647] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.316652] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.316660] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.316664] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316668] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316672] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316675] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.316678] spl_system_task S ffff880075579ea0 0 336 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.316681] ffff8800756cbe00 0000000000000046 ffff8800756cbe10 ffff88007ae337c0
Sep 15 14:53:09 mailhost kernel: [11920.316686] ffff8800756cbfd8 ffff8800756cbfd8 ffff8800756cbfd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.316691] ffff880078c21700 ffff880075694500 ffff8800756cbdf0 ffff880036422000
Sep 15 14:53:09 mailhost kernel: [11920.316695] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.316699] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316708] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.316711] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.316716] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.316724] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.316727] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316731] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316735] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316738] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.316741] spl_system_task S ffff880075579ea0 0 337 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.316745] ffff8800756cde00 0000000000000046 ffff8800756cde10 ffff88007ae537c0
Sep 15 14:53:09 mailhost kernel: [11920.316749] ffff8800756cdfd8 ffff8800756cdfd8 ffff8800756cdfd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.316754] ffff880078c39700 ffff880036f81700 ffff8800756cddf0 ffff880036422000
Sep 15 14:53:09 mailhost kernel: [11920.316758] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.316762] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316770] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.316774] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.316778] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.316786] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.316789] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316793] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316797] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316800] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.316803] spl_system_task S ffff880075579ea0 0 338 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.316807] ffff8800756cfe00 0000000000000046 ffff8800756cfe10 ffff88007ae737c0
Sep 15 14:53:09 mailhost kernel: [11920.316811] ffff8800756cffd8 ffff8800756cffd8 ffff8800756cffd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.316816] ffff880078c59700 ffff880036f85c00 ffff8800756cfdf0 ffff880036422000
Sep 15 14:53:09 mailhost kernel: [11920.316820] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.316825] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316832] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.316836] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.316840] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.316848] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.316851] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316855] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.316859] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.316863] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.316865] arc_adapt D ffffffff81806200 0 339 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.316869] ffff880076d8dd60 0000000000000046 0000000000000000 0000000000000286
Sep 15 14:53:09 mailhost kernel: [11920.316873] ffff880076d8dfd8 ffff880076d8dfd8 ffff880076d8dfd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.316878] ffffffff81c0d020 ffff880036f82e00 ffffffff00000001 0000000000000000
Sep 15 14:53:09 mailhost kernel: [11920.316882] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.316887] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.316894] [] spl_debug_bug+0xbd/0xe0 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.316932] [] zap_leaf_pageout+0x73/0xc0 [zfs]
Sep 15 14:53:09 mailhost kernel: [11920.316952] [] dbuf_evict_user+0x49/0x80 [zfs]
Sep 15 14:53:09 mailhost kernel: [11920.316971] [] dbuf_clear+0x29/0x180 [zfs]
Sep 15 14:53:09 mailhost kernel: [11920.316990] [] dbuf_evict+0x16/0x30 [zfs]
Sep 15 14:53:09 mailhost kernel: [11920.317009] [] dbuf_do_evict+0x43/0x70 [zfs]
Sep 15 14:53:09 mailhost kernel: [11920.317025] [] arc_do_user_evicts+0x50/0xd0 [zfs]
Sep 15 14:53:09 mailhost kernel: [11920.317043] [] ? arc_adjust_meta+0x1e0/0x1e0 [zfs]
Sep 15 14:53:09 mailhost kernel: [11920.317060] [] arc_adapt_thread+0x7e/0xd0 [zfs]
Sep 15 14:53:09 mailhost kernel: [11920.317068] [] thread_generic_wrapper+0x78/0x90 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317077] [] ? __thread_create+0x310/0x310 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317080] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317084] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317088] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317091] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.317094] l2arc_feed S ffffffff81806200 0 340 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.317098] ffff880076d8fc50 0000000000000046 0000000000000282 ffff880076d8fc88
Sep 15 14:53:09 mailhost kernel: [11920.317102] ffff880076d8ffd8 ffff880076d8ffd8 ffff880076d8ffd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.317107] ffff880078c21700 ffff880036f84500 ffff880078c14000 ffff880076d8fc88
Sep 15 14:53:09 mailhost kernel: [11920.317111] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.317116] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317120] [] schedule_timeout+0x16d/0x320
Sep 15 14:53:09 mailhost kernel: [11920.317124] [] ? rb_erase+0xce/0x150
Sep 15 14:53:09 mailhost kernel: [11920.317128] [] ? usleep_range+0x50/0x50
Sep 15 14:53:09 mailhost kernel: [11920.317138] [] __cv_timedwait_common+0xb5/0x220 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317155] [] ? l2arc_evict+0x310/0x310 [zfs]
Sep 15 14:53:09 mailhost kernel: [11920.317159] [] ? add_wait_queue+0x60/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317176] [] ? l2arc_evict+0x310/0x310 [zfs]
Sep 15 14:53:09 mailhost kernel: [11920.317185] [] __cv_timedwait_interruptible+0x13/0x20 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317202] [] l2arc_feed_thread+0x5c/0x850 [zfs]
Sep 15 14:53:09 mailhost kernel: [11920.317210] [] ? kmem_free_debug+0x4b/0x150 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317214] [] ? kfree+0x114/0x140
Sep 15 14:53:09 mailhost kernel: [11920.317222] [] ? kmem_free_debug+0x4b/0x150 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317238] [] ? l2arc_evict+0x310/0x310 [zfs]
Sep 15 14:53:09 mailhost kernel: [11920.317246] [] thread_generic_wrapper+0x78/0x90 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317254] [] ? __thread_create+0x310/0x310 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317258] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317261] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317265] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317269] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.317271] zvol/0 S ffff880075579ea0 0 341 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.317275] ffff880076ea1e00 0000000000000046 ffffffff8107a03b ffff88007ae137c0
Sep 15 14:53:09 mailhost kernel: [11920.317280] ffff880076ea1fd8 ffff880076ea1fd8 ffff880076ea1fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.317284] ffffffff81c0d020 ffff88007568dc00 ffff880076ea1df0 ffff880078cdb500
Sep 15 14:53:09 mailhost kernel: [11920.317289] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.317293] [] ? recalc_sigpending+0x1b/0x50
Sep 15 14:53:09 mailhost kernel: [11920.317298] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317306] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317309] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.317314] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.317322] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317325] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317329] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317333] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317336] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.317339] zvol/1 S ffff880075579ea0 0 342 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.317343] ffff880076ea3e00 0000000000000046 ffffffff8107a03b ffff88007ae337c0
Sep 15 14:53:09 mailhost kernel: [11920.317347] ffff880076ea3fd8 ffff880076ea3fd8 ffff880076ea3fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.317352] ffff880078c21700 ffff88007568ae00 ffff880076ea3df0 ffff880078cdb500
Sep 15 14:53:09 mailhost kernel: [11920.317356] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.317360] [] ? recalc_sigpending+0x1b/0x50
Sep 15 14:53:09 mailhost kernel: [11920.317365] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317373] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317376] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.317380] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.317388] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317392] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317395] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317399] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317403] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.317405] zvol/2 S ffff880075579ea0 0 343 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.317409] ffff880076ea5e00 0000000000000046 ffffffff8107a03b ffff88007ae537c0
Sep 15 14:53:09 mailhost kernel: [11920.317414] ffff880076ea5fd8 ffff880076ea5fd8 ffff880076ea5fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.317418] ffff880078c39700 ffff880075689700 ffff880076ea5df0 ffff880078cdb500
Sep 15 14:53:09 mailhost kernel: [11920.317423] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.317427] [] ? recalc_sigpending+0x1b/0x50
Sep 15 14:53:09 mailhost kernel: [11920.317431] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317439] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317442] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.317447] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.317454] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317458] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317462] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317465] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317469] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.317471] zvol/3 S ffff880075579ea0 0 344 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.317475] ffff880076ea7e00 0000000000000046 ffffffff8107a03b ffff88007ae737c0
Sep 15 14:53:09 mailhost kernel: [11920.317480] ffff880076ea7fd8 ffff880076ea7fd8 ffff880076ea7fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.317484] ffff880078c59700 ffff88007568c500 ffff880076ea7df0 ffff880078cdb500
Sep 15 14:53:09 mailhost kernel: [11920.317489] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.317493] [] ? recalc_sigpending+0x1b/0x50
Sep 15 14:53:09 mailhost kernel: [11920.317498] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317505] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317509] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.317513] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.317520] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317524] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317528] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317532] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317535] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.317537] zvol/4 S ffff880075579ea0 0 345 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.317541] ffff880076ea9e00 0000000000000046 ffffffff8107a03b ffff88007ae137c0
Sep 15 14:53:09 mailhost kernel: [11920.317546] ffff880076ea9fd8 ffff880076ea9fd8 ffff880076ea9fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.317550] ffffffff81c0d020 ffff880075684500 ffff880076ea9df0 ffff880078cdb500
Sep 15 14:53:09 mailhost kernel: [11920.317555] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.317559] [] ? recalc_sigpending+0x1b/0x50
Sep 15 14:53:09 mailhost kernel: [11920.317564] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317571] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317575] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.317579] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.317587] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317590] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317594] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317598] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317601] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.317604] zvol/5 S ffff880075579ea0 0 346 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.317608] ffff880076eabe00 0000000000000046 ffffffff8107a03b ffff88007ae337c0
Sep 15 14:53:09 mailhost kernel: [11920.317612] ffff880076eabfd8 ffff880076eabfd8 ffff880076eabfd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.317617] ffff880078c21700 ffff880075681700 ffff880076eabdf0 ffff880078cdb500
Sep 15 14:53:09 mailhost kernel: [11920.317621] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.317625] [] ? recalc_sigpending+0x1b/0x50
Sep 15 14:53:09 mailhost kernel: [11920.317630] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317637] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317641] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.317645] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.317653] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317656] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317660] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317664] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317668] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.317670] zvol/6 S ffff880075579ea0 0 347 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.317674] ffff880076eade00 0000000000000046 ffffffff8107a03b ffff88007ae537c0
Sep 15 14:53:09 mailhost kernel: [11920.317678] ffff880076eadfd8 ffff880076eadfd8 ffff880076eadfd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.317683] ffff880078c39700 ffff880075688000 ffff880076eaddf0 ffff880078cdb500
Sep 15 14:53:09 mailhost kernel: [11920.317687] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.317691] [] ? recalc_sigpending+0x1b/0x50
Sep 15 14:53:09 mailhost kernel: [11920.317696] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317703] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317707] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.317711] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.317719] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317722] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317726] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317730] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317733] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.317736] zvol/7 S ffff880075579ea0 0 348 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.317740] ffff880076eafe00 0000000000000046 ffffffff8107a03b ffff88007ae737c0
Sep 15 14:53:09 mailhost kernel: [11920.317744] ffff880076eaffd8 ffff880076eaffd8 ffff880076eaffd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.317749] ffff880078c59700 ffff880075bd4500 ffff880076eafdf0 ffff880078cdb500
Sep 15 14:53:09 mailhost kernel: [11920.317753] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.317757] [] ? recalc_sigpending+0x1b/0x50
Sep 15 14:53:09 mailhost kernel: [11920.317762] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317769] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317773] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.317777] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.317785] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317788] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317792] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317796] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317799] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.317802] zvol/8 S ffff880075579ea0 0 349 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.317805] ffff880076eb1e00 0000000000000046 ffffffff8107a03b ffff88007ae137c0
Sep 15 14:53:09 mailhost kernel: [11920.317810] ffff880076eb1fd8 ffff880076eb1fd8 ffff880076eb1fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.317815] ffffffff81c0d020 ffff880075485c00 ffff880076eb1df0 ffff880078cdb500
Sep 15 14:53:09 mailhost kernel: [11920.317819] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.317823] [] ? recalc_sigpending+0x1b/0x50
Sep 15 14:53:09 mailhost kernel: [11920.317828] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317835] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317839] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.317843] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.317851] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317854] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317858] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317862] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317865] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.317868] zvol/9 S ffff880075579ea0 0 350 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.317871] ffff880076eb3e00 0000000000000046 ffffffff8107a03b ffff88007ae337c0
Sep 15 14:53:09 mailhost kernel: [11920.317876] ffff880076eb3fd8 ffff880076eb3fd8 ffff880076eb3fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.317881] ffff880078c21700 ffff880075484500 ffff880076eb3df0 ffff880078cdb500
Sep 15 14:53:09 mailhost kernel: [11920.317885] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.317889] [] ? recalc_sigpending+0x1b/0x50
Sep 15 14:53:09 mailhost kernel: [11920.317894] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317901] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317905] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.317909] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.317917] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317920] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317924] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317928] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317932] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.317934] zvol/10 S ffff880075579ea0 0 351 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.317938] ffff880076eb5e00 0000000000000046 ffffffff8107a03b ffff88007ae537c0
Sep 15 14:53:09 mailhost kernel: [11920.317942] ffff880076eb5fd8 ffff880076eb5fd8 ffff880076eb5fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.317947] ffff880078c39700 ffff880075bd5c00 ffff880076eb5df0 ffff880078cdb500
Sep 15 14:53:09 mailhost kernel: [11920.317951] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.317955] [] ? recalc_sigpending+0x1b/0x50
Sep 15 14:53:09 mailhost kernel: [11920.317960] [] schedule+0x3f/0x60
Sep 15 14:53:09 mailhost kernel: [11920.317967] [] taskq_thread+0x3b9/0x590 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317971] [] ? finish_task_switch+0x4a/0xf0
Sep 15 14:53:09 mailhost kernel: [11920.317975] [] ? try_to_wake_up+0x200/0x200
Sep 15 14:53:09 mailhost kernel: [11920.317983] [] ? task_done+0x140/0x140 [spl]
Sep 15 14:53:09 mailhost kernel: [11920.317986] [] kthread+0x8c/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317990] [] kernel_thread_helper+0x4/0x10
Sep 15 14:53:09 mailhost kernel: [11920.317994] [] ? flush_kthread_worker+0xa0/0xa0
Sep 15 14:53:09 mailhost kernel: [11920.317997] [] ? gs_change+0x13/0x13
Sep 15 14:53:09 mailhost kernel: [11920.318000] zvol/11 S ffff880075579ea0 0 352 2 0x00000000
Sep 15 14:53:09 mailhost kernel: [11920.318004] ffff880076eb7e00 0000000000000046 ffffffff8107a03b ffff88007ae737c0
Sep 15 14:53:09 mailhost kernel: [11920.318008] ffff880076eb7fd8 ffff880076eb7fd8 ffff880076eb7fd8 00000000000137c0
Sep 15 14:53:09 mailhost kernel: [11920.318013] ffff880078c59700 ffff880036d20000 ffff880076eb7df0 ffff880078cdb500
Sep 15 14:53:09 mailhost kernel: [11920.318017] Call Trace:
Sep 15 14:53:09 mailhost kernel: [11920.318021] [] ? recalc_sigpending+0x1b/0x50
Sep 15 14:53:09 mailhost kernel: [11920.318026] [

@mailinglists35
Copy link

ii libzfs1 0.6.0.78-0ubuntu1~precise1 Native ZFS filesystem library for Linux

ii spl 0.6.0.78-0ubuntu1precise1 Solaris Porting Layer utilities for Linux
ii spl-dkms 0.6.0.78-0ubuntu1
precise1 Solaris Porting Layer kernel modules for Linux
ii ubuntu-zfs 6precise Native ZFS filesystem metapackage for Ubuntu.
ii zfs-dkms 0.6.0.78-0ubuntu1
precise1 Native ZFS filesystem kernel modules for Linux
ii zfsutils 0.6.0.78-0ubuntu1~precise1 Native ZFS management utilities for Linux

@psy0rz
Copy link
Author

psy0rz commented Sep 15, 2012

@mailinglists35 i tried this out, but the snapshots directory doesnt give me this problem.

i did however discover that acessing ANY non-existing file in /[poolname]/[dataset]/.zfs/shares/ triggers the bug i reported.

@mailinglists35
Copy link

oh, I was confident that by commenting here in #947 my comment would also appear in #626. I think my long paste belongs there.

@yshui
Copy link
Contributor

yshui commented Oct 14, 2012

This problem could be fixed by a one-liner:
line 960 at zfs_ctldir.c should be 'return (ENOTSUP);'

This should also fix #626 #977 #885

@yshui
Copy link
Contributor

yshui commented Oct 14, 2012

sorry, i'm wrong.....

EDIT: It turns out that I'm actually right... Just forgot to rebuild initramfs before I test the fix.

behlendorf pushed a commit to behlendorf/zfs that referenced this issue Oct 15, 2012
Otherwise it will cause zpl_shares_lookup() to return a invalid
pointer when an error occurs.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Closes openzfs#626 openzfs#885 openzfs#947 openzfs#977
unya pushed a commit to unya/zfs that referenced this issue Dec 13, 2013
Otherwise it will cause zpl_shares_lookup() to return a invalid
pointer when an error occurs.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Closes openzfs#626 openzfs#885 openzfs#947 openzfs#977
pcd1193182 pushed a commit to pcd1193182/zfs that referenced this issue Sep 26, 2023
…object_agent/anstyle-parse-0.2.1

Bump anstyle-parse from 0.2.0 to 0.2.1 in /cmd/zfs_object_agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants