From nobody Mon Oct 4 04:06:44 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9849217D8FDB for ; Mon, 4 Oct 2021 04:06:58 +0000 (UTC) (envelope-from lstewart@freebsd.org) Received: from lauren.room52.net (lauren.room52.net [207.148.86.158]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HN6c1665Jz3HyM for ; Mon, 4 Oct 2021 04:06:57 +0000 (UTC) (envelope-from lstewart@freebsd.org) Received: by lauren.room52.net (Postfix) with ESMTPSA id 8183045D9F for ; Mon, 4 Oct 2021 15:06:47 +1100 (AEDT) From: Lawrence Stewart Subject: zfs: repeatable assertion failure in zap_deref_leaf on 14-CURRENT To: fs@FreeBSD.org Message-ID: <91c2e8a5-3e43-e295-b388-a21e58105bf2@freebsd.org> Date: Mon, 4 Oct 2021 15:06:44 +1100 User-Agent: Not your concern List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HN6c1665Jz3HyM X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:20473, ipnet:207.148.80.0/21, country:US] X-ThisMailContainsUnwantedMimeParts: N Greetings all, I'm able to reliably trigger a panic with ZFS implicated in the backtrace. This is on a laptop with a very simple zpool built on top of a single GELI gpart partition on a single nvme disk. A scrub has not found anything of concern. I encounter the panic when I start Chromium and it begins restoring lots of previous windows/tabs. I can also trigger by simply running an ls or find on ~/.cache/chromium/Cache so presumably something about the contents of that directory have been corrupted in an interesting way which is upsetting ZFS. Moving the directory out of the way allows me to start Chromium without issue. I'm currently running world + kernel built a few days ago from Git main 335c4f8edb3a kernconf=GENERIC amd64 with a fully up to date package set and drm-kmod-current built from ports against my kernel. I captured a core earlier today and have it around for any spelunking that would be helpful to anyone who may be interested. Ignoring the drm-related parts of the backtrace which happens after the ZFS panic, frame 36 looks like it's the cause of the crash - namely this assertion in zap.c: ASSERT(err || ZAP_HASH_IDX(h, zap_leaf_phys(*lp)->l_hdr.lh_prefix_len) == zap_leaf_phys(*lp)->l_hdr.lh_prefix); Below I've included some output from a kgdb session against the core I captured which I hope may be a useful starting point. As noted earlier I can easily move the Cache dir out of the way so this is not a blocking issue, but I've kept the Cache dir in case anyone is interested in debugging. Cheers, Lawrence Full backtrace: (kgdb) bt #0 __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55 #1 doadump (textdump=175153152) at /usr/src/sys/kern/kern_shutdown.c:399 #2 0xffffffff804cfece in db_fncall_generic (addr=, rv=, nargs=0, args=) at /usr/src/sys/ddb/db_command.c:610 #3 db_fncall (dummy1=, dummy2=, dummy3=, dummy4=) at /usr/src/sys/ddb/db_command.c:658 #4 0xffffffff804cfad2 in db_command (last_cmdp=, cmd_table=, dopager=dopager@entry=1) at /usr/src/sys/ddb/db_command.c:482 #5 0xffffffff804cf74d in db_command_loop () at /usr/src/sys/ddb/db_command.c:535 #6 0xffffffff804d2ec6 in db_trap (type=, code=) at /usr/src/sys/ddb/db_main.c:270 #7 0xffffffff80c75487 in kdb_trap (type=type@entry=3, code=code@entry=0, tf=tf@entry=0xfffffe01531a6f80) at /usr/src/sys/kern/subr_kdb.c:733 #8 0xffffffff810eedd3 in trap (frame=0xfffffe01531a6f80) at /usr/src/sys/amd64/amd64/trap.c:609 #9 #10 kdb_enter (why=0xffffffff812e9008 "panic", msg=) at /usr/src/sys/kern/subr_kdb.c:506 #11 0xffffffff80c277e8 in vpanic (fmt=0xffffffff811f49e6 "running but not TDS_RUNNING", ap=, ap@entry=0xfffffe01531a70f0) at /usr/src/sys/kern/kern_shutdown.c:908 #12 0xffffffff80c27573 in panic (fmt=0xffffffff81e9e1e0 "\270\\*\201\377\377\377\377") at /usr/src/sys/kern/kern_shutdown.c:844 #13 0xffffffff80c856f7 in sleepq_switch (wchan=wchan@entry=0xfffff800063b0888, pri=pri@entry=0) at /usr/src/sys/kern/subr_sleepqueue.c:609 #14 0xffffffff80c85b2b in sleepq_timedwait (wchan=wchan@entry=0xfffff800063b0888, pri=pri@entry=0) at /usr/src/sys/kern/subr_sleepqueue.c:690 #15 0xffffffff80e9ae5f in linux_add_to_sleepqueue (wchan=0xfffff800063b0888, task=task@entry=0xfffff800063b0888, wmesg=, timeout=timeout@entry=11, state=state@entry=2) at /usr/src/sys/compat/linuxkpi/common/src/linux_schedule.c:70 #16 0xffffffff80e9acb6 in linux_wait_event_common (wqh=, wq=, timeout=11, state=2, lock=0x0) at /usr/src/sys/compat/linuxkpi/common/src/linux_schedule.c:281 #17 0xffffffff839b4960 in intel_dp_aux_xfer () from /boot/modules/i915kms.ko #18 0xffffffff839b4269 in intel_dp_aux_transfer () from /boot/modules/i915kms.ko #19 0xffffffff83a74b79 in drm_dp_dpcd_access () from /boot/modules/drm.ko #20 0xffffffff83a74c27 in drm_dp_dpcd_write () from /boot/modules/drm.ko #21 0xffffffff839acb62 in intel_dp_sink_dpms () from /boot/modules/i915kms.ko #22 0xffffffff839a8d76 in intel_ddi_post_disable () from /boot/modules/i915kms.ko #23 0xffffffff8393fe7b in haswell_crtc_disable () from /boot/modules/i915kms.ko #24 0xffffffff83955cdc in intel_old_crtc_state_disables () from /boot/modules/i915kms.ko #25 0xffffffff839543c5 in intel_atomic_commit_tail () from /boot/modules/i915kms.ko #26 0xffffffff839507da in intel_atomic_commit () from /boot/modules/i915kms.ko #27 0xffffffff83a6d378 in drm_client_modeset_commit_atomic () from /boot/modules/drm.ko #28 0xffffffff83a6d0d6 in drm_client_modeset_commit_force () from /boot/modules/drm.ko #29 0xffffffff83aae50a in drm_fb_helper_restore_fbdev_mode_unlocked () from /boot/modules/drm.ko #30 0xffffffff83aa8397 in vt_kms_postswitch () from /boot/modules/drm.ko #31 0xffffffff80a79f8f in vt_window_switch (vw=0xfffffe014eee7928, vw@entry=0xffffffff81aea0f8 ) at /usr/src/sys/dev/vt/vt_core.c:620 #32 0xffffffff80a773af in vtterm_cngrab (tm=) at /usr/src/sys/dev/vt/vt_core.c:1832 #33 0xffffffff80bbba56 in cngrab () at /usr/src/sys/kern/kern_cons.c:383 #34 0xffffffff80c27720 in vpanic (fmt=0xffffffff82835173 "%s", ap=ap@entry=0xfffffe01531a7930) at /usr/src/sys/kern/kern_shutdown.c:892 #35 0xffffffff8258361a in spl_panic (file=, func=, line=-2127879961, fmt=0xffffffff81e9e1e0 "\270\\*\201\377\377\377\377") at /usr/src/sys/contrib/openzfs/module/os/freebsd/spl/spl_misc.c:107 #36 0xffffffff82749312 in zap_deref_leaf (zap=zap@entry=0xfffff8035a34d600, h=, tx=tx@entry=0x0, lt=lt@entry=RW_READER, lp=lp@entry=0xfffffe01531a7ab0) at /usr/src/sys/contrib/openzfs/module/zfs/zap.c:623 #37 0xffffffff8274b9a7 in fzap_cursor_retrieve (zap=0xffffffff81e9e1e0 , zc=zc@entry=0xfffffe01531a7aa0, za=za@entry=0xfffffe01531a7b78) at /usr/src/sys/contrib/openzfs/module/zfs/zap.c:1249 #38 0xffffffff82753fde in zap_cursor_retrieve (zc=zc@entry=0xfffffe01531a7aa0, za=za@entry=0xfffffe01531a7b78) at /usr/src/sys/contrib/openzfs/module/zfs/zap_micro.c:1583 #39 0xffffffff825a8a43 in zfs_readdir (vp=, uio=0xfffffe01531a7b60, cr=, eofp=0xfffffe01531a7d04, ncookies=, cookies=0x0) at /usr/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:1814 #40 zfs_freebsd_readdir (ap=) at /usr/src/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c:4729 #41 0xffffffff811b8004 in VOP_READDIR_APV (vop=0xffffffff828f3360 , a=a@entry=0xfffffe01531a7d08) at vnode_if.c:1939 #42 0xffffffff80d2a919 in VOP_READDIR (vp=0xfffff8035a1d5540, uio=0xfffffe01531a7d48, cred=, eofflag=0xfffffe01531a7d04, ncookies=0x0, cookies=0x0) at ./vnode_if.h:985 #43 kern_getdirentries (td=, fd=, buf=0x814a05000 , count=4096, basep=basep@entry=0xfffffe01531a7df0, residp=residp@entry=0x0, bufseg=UIO_USERSPACE) at /usr/src/sys/kern/vfs_syscalls.c:4193 #44 0xffffffff80d2ab19 in sys_getdirentries (td=0xffffffff81e9e1e0 , uap=0xfffffe0153346b30) --Type for more, q to quit, c to continue without paging-- at /usr/src/sys/kern/vfs_syscalls.c:4140 #45 0xffffffff810efbae in syscallenter (td=) at /usr/src/sys/amd64/amd64/../../kern/subr_syscall.c:189 #46 amd64_syscall (td=0xfffffe0153346740, traced=0) at /usr/src/sys/amd64/amd64/trap.c:1191 #47 #48 0x000000080f1d79fa in ?? () Backtrace stopped: Cannot access memory at address 0x7fffdfdfc418 (kgdb) frame 36 #36 0xffffffff82749312 in zap_deref_leaf (zap=zap@entry=0xfffff8035a34d600, h=, tx=tx@entry=0x0, lt=lt@entry=RW_READER, lp=lp@entry=0xfffffe01531a7ab0) at /usr/src/sys/contrib/openzfs/module/zfs/zap.c:623 623 ASSERT(err || (kgdb) p err $10 = (kgdb) p h $11 = (kgdb) p **lp $13 = {l_dbu = {dbu_tqent = {tqent_task = {ta_link = {stqe_next = 0x0}, ta_pending = 0, ta_priority = 0 '\000', ta_flags = 0 '\000', ta_func = 0x0, ta_context = 0x0}, tqent_timeout_task = {q = 0x0, t = {ta_link = { stqe_next = 0x0}, ta_pending = 0, ta_priority = 0 '\000', ta_flags = 0 '\000', ta_func = 0x0, ta_context = 0x0}, c = {c_links = {le = {le_next = 0x0, le_prev = 0x0}, sle = {sle_next = 0x0}, tqe = { tqe_next = 0x0, tqe_prev = 0x0}}, c_time = 0, c_precision = 0, c_arg = 0x0, c_func = 0x0, c_lock = 0x0, c_flags = 0, c_iflags = 0, c_cpu = 0}, f = 0}, tqent_func = 0x0, tqent_arg = 0x0, tqent_id = 0, tqent_hash = { cle_next = 0x0, cle_prev = 0x0}, tqent_type = 0 '\000', tqent_registered = 0 '\000', tqent_cancelled = 0 '\000', tqent_rc = 0}, dbu_evict_func_sync = 0xffffffff8274c5d0 , dbu_evict_func_async = 0x0, dbu_clear_on_evict_dbufp = 0xfffff8035d29ca08}, l_rwlock = {lock_object = { lo_name = 0xffffffff82865b9f <.L.str.25+1> "l->l_rwlock", lo_flags = 40960000, lo_data = 0, lo_witness = 0x0}, sx_lock = 33}, l_blkid = 182, l_bs = 14, l_dbuf = 0xfffff8035d291b28} (kgdb) info register rax 0x12 18 rbx 0x0 0 rcx 0x1 1 rdx 0xffffffff812b20e7 -2127879961 rsi 0x80 128 rdi 0xffffffff81e9e1e0 -2115378720 rbp 0xfffffe01531a79a0 0xfffffe01531a79a0 rsp 0xfffffe01531a7960 0xfffffe01531a7960 r8 0x0 0 r9 0x1c200001 471859201 r10 0xffffffff81aea0f8 -2119261960 r11 0x20 32 r12 0x2 2 r13 0x0 0 r14 0xfffff8035a34d600 -8781694708224 r15 0x42 66 rip 0xffffffff82749312 0xffffffff82749312 eflags 0x86 [ PF SF ] cs 0x20 32 ss 0x28 40 ds es fs gs fs_base gs_base (kgdb) disassemble zap_deref_leaf Dump of assembler code for function zap_deref_leaf: 0xffffffff82749220 <+0>: push %rbp 0xffffffff82749221 <+1>: mov %rsp,%rbp 0xffffffff82749224 <+4>: push %r15 0xffffffff82749226 <+6>: push %r14 0xffffffff82749228 <+8>: push %r13 0xffffffff8274922a <+10>: push %r12 0xffffffff8274922c <+12>: push %rbx 0xffffffff8274922d <+13>: sub $0x18,%rsp 0xffffffff82749231 <+17>: mov %ecx,%r12d 0xffffffff82749234 <+20>: mov 0xe8(%rdi),%rax 0xffffffff8274923b <+27>: mov 0x18(%rax),%rax 0xffffffff8274923f <+31>: movabs $0x8000000000000001,%rcx 0xffffffff82749249 <+41>: cmp %rcx,(%rax) 0xffffffff8274924c <+44>: jg 0xffffffff82749314 0xffffffff82749252 <+50>: movabs $0x2f52ab2ab,%rcx 0xffffffff8274925c <+60>: cmp %rcx,0x8(%rax) 0xffffffff82749260 <+64>: jne 0xffffffff82749314 0xffffffff82749266 <+70>: mov %rdx,%r13 0xffffffff82749269 <+73>: mov %rsi,%r15 0xffffffff8274926c <+76>: mov %rdi,%r14 0xffffffff8274926f <+79>: mov %r8,-0x30(%rbp) 0xffffffff82749273 <+83>: mov 0x20(%rax),%rax 0xffffffff82749277 <+87>: mov %eax,%ecx 0xffffffff82749279 <+89>: neg %cl 0xffffffff8274927b <+91>: shr %cl,%rsi 0xffffffff8274927e <+94>: test %rax,%rax 0xffffffff82749281 <+97>: cmove %rax,%rsi 0xffffffff82749285 <+101>: lea -0x38(%rbp),%rdx 0xffffffff82749289 <+105>: call 0xffffffff8274aae0 0xffffffff8274928e <+110>: mov %eax,%ebx 0xffffffff82749290 <+112>: test %eax,%eax 0xffffffff82749292 <+114>: jne 0xffffffff8274933a 0xffffffff82749298 <+120>: mov -0x38(%rbp),%rsi 0xffffffff8274929c <+124>: mov %r14,%rdi 0xffffffff8274929f <+127>: mov %r13,%rdx 0xffffffff827492a2 <+130>: mov %r12d,%ecx 0xffffffff827492a5 <+133>: mov -0x30(%rbp),%r8 0xffffffff827492a9 <+137>: call 0xffffffff8274bf60 0xffffffff827492ae <+142>: mov %eax,%ebx 0xffffffff827492b0 <+144>: test %eax,%eax 0xffffffff827492b2 <+146>: jne 0xffffffff8274933a 0xffffffff827492b8 <+152>: mov -0x30(%rbp),%rax 0xffffffff827492bc <+156>: mov (%rax),%rax 0xffffffff827492bf <+159>: mov 0x108(%rax),%rax 0xffffffff827492c6 <+166>: mov 0x18(%rax),%rax 0xffffffff827492ca <+170>: mov 0x20(%rax),%edx 0xffffffff827492cd <+173>: mov %edx,%ecx 0xffffffff827492cf <+175>: neg %cl 0xffffffff827492d1 <+177>: shr %cl,%r15 0xffffffff827492d4 <+180>: xor %ebx,%ebx 0xffffffff827492d6 <+182>: test %dx,%dx 0xffffffff827492d9 <+185>: mov $0x0,%ecx 0xffffffff827492de <+190>: cmovne %r15,%rcx 0xffffffff827492e2 <+194>: cmp 0x10(%rax),%rcx 0xffffffff827492e6 <+198>: je 0xffffffff8274933a 0xffffffff827492e8 <+200>: xor %ebx,%ebx 0xffffffff827492ea <+202>: mov $0xffffffff82869886,%rdi 0xffffffff827492f1 <+209>: mov $0xffffffff8282e438,%rsi 0xffffffff827492f8 <+216>: mov $0x271,%edx 0xffffffff827492fd <+221>: mov $0xffffffff82835173,%rcx 0xffffffff82749304 <+228>: mov $0xffffffff8283164f,%r8 0xffffffff8274930b <+235>: xor %eax,%eax 0xffffffff8274930d <+237>: call 0xffffffff825835e0 => 0xffffffff82749312 <+242>: jmp 0xffffffff8274933a 0xffffffff82749314 <+244>: mov 0x1a5f4d(%rip),%rdi # 0xffffffff828ef268 0xffffffff8274931b <+251>: mov $0x5,%ebx 0xffffffff82749320 <+256>: test %rdi,%rdi 0xffffffff82749323 <+259>: je 0xffffffff8274933a --Type for more, q to quit, c to continue without paging-- 0xffffffff82749325 <+261>: mov $0x5,%esi 0xffffffff8274932a <+266>: xor %edx,%edx 0xffffffff8274932c <+268>: xor %ecx,%ecx 0xffffffff8274932e <+270>: xor %r8d,%r8d 0xffffffff82749331 <+273>: xor %r9d,%r9d 0xffffffff82749334 <+276>: call *-0xc364d2(%rip) # 0xffffffff81b12e68 0xffffffff8274933a <+282>: mov %ebx,%eax 0xffffffff8274933c <+284>: add $0x18,%rsp 0xffffffff82749340 <+288>: pop %rbx 0xffffffff82749341 <+289>: pop %r12 0xffffffff82749343 <+291>: pop %r13 0xffffffff82749345 <+293>: pop %r14 0xffffffff82749347 <+295>: pop %r15 0xffffffff82749349 <+297>: pop %rbp 0xffffffff8274934a <+298>: ret End of assembler dump. From nobody Tue Oct 5 13:36:18 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 436D317ED32B for ; Tue, 5 Oct 2021 13:36:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNzBV1KJfz3Frf for ; Tue, 5 Oct 2021 13:36:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0AB8053D9 for ; Tue, 5 Oct 2021 13:36:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 195DaH6v088228 for ; Tue, 5 Oct 2021 13:36:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 195DaHLE088227 for fs@FreeBSD.org; Tue, 5 Oct 2021 13:36:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 256936] Buggy filesystem detected - message wrongly triggered by FUSE filesystems Date: Tue, 05 Oct 2021 13:36:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256936 --- Comment #12 from commit-hook@FreeBSD.org --- A commit in branch 2021Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dd87c3f0fa85c9e3e5aa4d089439abc6= 1007a59d1 commit d87c3f0fa85c9e3e5aa4d089439abc61007a59d1 Author: Sergey A. Osokin AuthorDate: 2021-10-05 13:11:51 +0000 Commit: Sergey A. Osokin CommitDate: 2021-10-05 13:35:15 +0000 databases/redis{,5,6}: security update to latest releases Multiple security issues have been fixed. Security: CVE-2021-41099 Security: CVE-2021-32762 Security: CVE-2021-32687 Security: CVE-2021-32675 Security: CVE-2021-32672 Security: CVE-2021-32628 Security: CVE-2021-32627 Security: CVE-2021-32626 PR: 256936 (cherry picked from commit 2636e7c310b77163e96da1bce324da930e693e6d) databases/redis/Makefile | 3 +-- databases/redis/distinfo | 6 +++--- databases/redis5/Makefile | 2 +- databases/redis5/distinfo | 6 +++--- databases/redis6/Makefile | 3 +-- databases/redis6/distinfo | 6 +++--- 6 files changed, 12 insertions(+), 14 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 5 13:40:37 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7DAFC17ED787 for ; Tue, 5 Oct 2021 13:40:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNzHT33Ggz3GS5 for ; Tue, 5 Oct 2021 13:40:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 497455475 for ; Tue, 5 Oct 2021 13:40:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 195DebO4089368 for ; Tue, 5 Oct 2021 13:40:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 195DebiY089367 for fs@FreeBSD.org; Tue, 5 Oct 2021 13:40:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 256936] Buggy filesystem detected - message wrongly triggered by FUSE filesystems Date: Tue, 05 Oct 2021 13:40:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: osa@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256936 --- Comment #14 from Sergey A. Osokin --- (In reply to Piotr Robert Konopelko (MooseFS) from comment #13) I do apologies, I've just made a commit with wrong PR number. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 5 13:19:14 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2DC4717EC486 for ; Tue, 5 Oct 2021 13:19:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNypp0jbtz3Fcf for ; Tue, 5 Oct 2021 13:19:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ECEF153A0 for ; Tue, 5 Oct 2021 13:19:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 195DJDRD076863 for ; Tue, 5 Oct 2021 13:19:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 195DJDXx076862 for fs@FreeBSD.org; Tue, 5 Oct 2021 13:19:13 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 256936] Buggy filesystem detected - message wrongly triggered by FUSE filesystems Date: Tue, 05 Oct 2021 13:19:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256936 --- Comment #11 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D2636e7c310b77163e96da1bce324da9= 30e693e6d commit 2636e7c310b77163e96da1bce324da930e693e6d Author: Sergey A. Osokin AuthorDate: 2021-10-05 13:11:51 +0000 Commit: Sergey A. Osokin CommitDate: 2021-10-05 13:17:58 +0000 databases/redis{,5,6}: security update to latest releases Multiple security issues have been fixed. Security: CVE-2021-41099 Security: CVE-2021-32762 Security: CVE-2021-32687 Security: CVE-2021-32675 Security: CVE-2021-32672 Security: CVE-2021-32628 Security: CVE-2021-32627 Security: CVE-2021-32626 PR: 256936 databases/redis/Makefile | 3 +-- databases/redis/distinfo | 6 +++--- databases/redis5/Makefile | 2 +- databases/redis5/distinfo | 6 +++--- databases/redis6/Makefile | 3 +-- databases/redis6/distinfo | 6 +++--- 6 files changed, 12 insertions(+), 14 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 5 13:38:56 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1BB3B17ED334 for ; Tue, 5 Oct 2021 13:38:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNzFY0D90z3GRy for ; Tue, 5 Oct 2021 13:38:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC79C53DE for ; Tue, 5 Oct 2021 13:38:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 195DcuLO088929 for ; Tue, 5 Oct 2021 13:38:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 195DcuRb088928 for fs@FreeBSD.org; Tue, 5 Oct 2021 13:38:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 256936] Buggy filesystem detected - message wrongly triggered by FUSE filesystems Date: Tue, 05 Oct 2021 13:38:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: piotr.konopelko@moosefs.pro X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256936 --- Comment #13 from Piotr Robert Konopelko (MooseFS) --- (In reply to commit-hook from comment #12) @osa@FreeBSD.org, are you sure the commits mentioned above reference this b= ug? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 5 20:00:08 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 789C012B908D for ; Tue, 5 Oct 2021 20:00:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HP7jN2wfPz3C1l for ; Tue, 5 Oct 2021 20:00:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45ED212F92 for ; Tue, 5 Oct 2021 20:00:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 195K08Bb011946 for ; Tue, 5 Oct 2021 20:00:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 195K08eY011944 for fs@FreeBSD.org; Tue, 5 Oct 2021 20:00:08 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 224347] Boot erroneously mounts severely damaged ufs file system Date: Tue, 05 Oct 2021 20:00:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pstef@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224347 Piotr Pawel Stefaniak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pstef@freebsd.org --- Comment #1 from Piotr Pawel Stefaniak --- I think the problem has been fixed by this commit: https://cgit.freebsd.org/src/commit/?id=3D469759f8e4bec7897f7d1802d534f8f82= d36b898 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 6 20:09:02 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1F13E12B8FA6 for ; Wed, 6 Oct 2021 20:09:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HPlsB5cL2z4pVN for ; Wed, 6 Oct 2021 20:09:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9019A26035 for ; Wed, 6 Oct 2021 20:09:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 196K92ud083313 for ; Wed, 6 Oct 2021 20:09:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 196K92Yu083312 for fs@FreeBSD.org; Wed, 6 Oct 2021 20:09:02 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 256936] Buggy filesystem detected - message wrongly triggered by FUSE filesystems Date: Wed, 06 Oct 2021 20:09:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256936 --- Comment #15 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D5d94aaacb5180798b2f698e33937f0683= 86004eb commit 5d94aaacb5180798b2f698e33937f068386004eb Author: Alan Somers AuthorDate: 2021-10-03 16:59:04 +0000 Commit: Alan Somers CommitDate: 2021-10-06 20:07:33 +0000 fusefs: quiet some cache-related warnings If the FUSE server does something that would make our cache incoherent, we should print a warning to the user. However, we previously warned in some situations when we shouldn't, such as if the file's size changed on the server _after_ our own attribute cache had expired. This change suppresses the warning in cases like that. It also moves the warning logic to a single place within the code. PR: 256936 Reported by: Agata Tested by: Agata , jSML4ThWwBID69YC@protonmail.com MFC after: 2 weeks sys/fs/fuse/fuse_internal.c | 74 +++++++++++++++++++++++++++++++----------= ---- sys/fs/fuse/fuse_internal.h | 3 +- sys/fs/fuse/fuse_io.c | 4 +-- sys/fs/fuse/fuse_node.c | 19 ++++++++++-- sys/fs/fuse/fuse_node.h | 2 +- sys/fs/fuse/fuse_vfsops.c | 40 +----------------------- sys/fs/fuse/fuse_vnops.c | 41 ++----------------------- 7 files changed, 76 insertions(+), 107 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 6 20:18:30 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CCF5812BAADC for ; Wed, 6 Oct 2021 20:18:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HPm465LwVz4rTT for ; Wed, 6 Oct 2021 20:18:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9557726803 for ; Wed, 6 Oct 2021 20:18:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 196KIUDG091574 for ; Wed, 6 Oct 2021 20:18:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 196KIUCk091573 for fs@FreeBSD.org; Wed, 6 Oct 2021 20:18:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 256936] Buggy filesystem detected - message wrongly triggered by FUSE filesystems Date: Wed, 06 Oct 2021 20:18:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: asomers@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256936 --- Comment #16 from Alan Somers --- I found that sometimes this warning was emitted unwarrantedly. The last co= mmit should reduce that. However, there's still one situation that will trigger= the warning but shouldn't: after the server sends a FUSE_NOTIFY_INVAL_INODE message. Does MooseFS use those? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 7 10:53:04 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id AFCEE12BC7CE for ; Thu, 7 Oct 2021 10:53:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HQ7TD44c3z4j6B for ; Thu, 7 Oct 2021 10:53:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CCBF12833 for ; Thu, 7 Oct 2021 10:53:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 197Ar49L083873 for ; Thu, 7 Oct 2021 10:53:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 197Ar4KS083871 for fs@FreeBSD.org; Thu, 7 Oct 2021 10:53:04 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 256936] Buggy filesystem detected - message wrongly triggered by FUSE filesystems Date: Thu, 07 Oct 2021 10:53:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: chogata@moosefs.pro X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256936 --- Comment #17 from Agata --- Hi Alan, We call fuse_lowlevel_notify_inval_inode - I assume this is what triggers FUSE_NOTIFY_INVAL_INODE message. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 7 19:41:53 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D097717E6169 for ; Thu, 7 Oct 2021 19:41:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HQMCQ4WJJz4myF for ; Thu, 7 Oct 2021 19:41:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60BAC19A93 for ; Thu, 7 Oct 2021 19:41:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 197JfsFB068735 for ; Thu, 7 Oct 2021 19:41:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 197JfstO068734 for fs@FreeBSD.org; Thu, 7 Oct 2021 19:41:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 238565] panic: vinvalbuf: dirty bufs during unmount if clustered writes return errors Date: Thu, 07 Oct 2021 19:41:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238565 --- Comment #16 from commit-hook@FreeBSD.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D7dcb5db451b66aa277bd59c61c18a5053= c658915 commit 7dcb5db451b66aa277bd59c61c18a5053c658915 Author: Konstantin Belousov AuthorDate: 2021-05-30 16:52:42 +0000 Commit: Alan Somers CommitDate: 2021-10-07 19:34:19 +0000 vinvalbuf: do not panic if we were unable to flush dirty buffers Return EBUSY instead and let caller to handle the issue. For vgone()/vnode reclamation, caller first does vinvalbuf(V_SAVE), which return EBUSY in case dirty buffers where not flushed. Then caller calls vinvalbuf(0) due to non-zero return, which gets rid of all dirty buffers without dependencies. PR: 238565 Reviewed by: asomers, mckusick Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D30555 (cherry picked from commit 27006229f7a40a18a61a0e8fd270bc583326b690) fusefs: reenable the WriteCluster.cluster_write_err test The underlying panic was just fixed by revision 27006229f7a40a18a61a0e8fd270bc583326b690 PR: 238565 (cherry picked from commit 425bbe9e64f7af6bdb30a099bd90a32885de1ab8) sys/kern/vfs_subr.c | 10 ++++------ tests/sys/fs/fusefs/write.cc | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 7 19:42:55 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7F42F17E6C9A for ; Thu, 7 Oct 2021 19:42:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HQMDb35Kbz4nhf for ; Thu, 7 Oct 2021 19:42:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4A97019AA6 for ; Thu, 7 Oct 2021 19:42:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 197Jgt46068915 for ; Thu, 7 Oct 2021 19:42:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 197Jgt4Y068914 for fs@FreeBSD.org; Thu, 7 Oct 2021 19:42:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 238565] panic: vinvalbuf: dirty bufs during unmount if clustered writes return errors Date: Thu, 07 Oct 2021 19:42:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238565 --- Comment #17 from commit-hook@FreeBSD.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D7dcb5db451b66aa277bd59c61c18a5053= c658915 commit 7dcb5db451b66aa277bd59c61c18a5053c658915 Author: Konstantin Belousov AuthorDate: 2021-05-30 16:52:42 +0000 Commit: Alan Somers CommitDate: 2021-10-07 19:34:19 +0000 vinvalbuf: do not panic if we were unable to flush dirty buffers Return EBUSY instead and let caller to handle the issue. For vgone()/vnode reclamation, caller first does vinvalbuf(V_SAVE), which return EBUSY in case dirty buffers where not flushed. Then caller calls vinvalbuf(0) due to non-zero return, which gets rid of all dirty buffers without dependencies. PR: 238565 Reviewed by: asomers, mckusick Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D30555 (cherry picked from commit 27006229f7a40a18a61a0e8fd270bc583326b690) fusefs: reenable the WriteCluster.cluster_write_err test The underlying panic was just fixed by revision 27006229f7a40a18a61a0e8fd270bc583326b690 PR: 238565 (cherry picked from commit 425bbe9e64f7af6bdb30a099bd90a32885de1ab8) sys/kern/vfs_subr.c | 10 ++++------ tests/sys/fs/fusefs/write.cc | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 7 21:41:20 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7B7E712D1F73 for ; Thu, 7 Oct 2021 21:41:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HQPsD6KBdz589Q for ; Thu, 7 Oct 2021 21:41:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80AAB1B40C for ; Thu, 7 Oct 2021 21:41:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 197LfKTV037847 for ; Thu, 7 Oct 2021 21:41:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 197LfKMI037845 for fs@FreeBSD.org; Thu, 7 Oct 2021 21:41:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 251828] "zfs create -o " ignores mode when creating the device node Date: Thu, 07 Oct 2021 21:41:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251828 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D4bfd530cca28c8e24de3f9a0d8b138f46= 44ffca9 commit 4bfd530cca28c8e24de3f9a0d8b138f4644ffca9 Author: Alan Somers AuthorDate: 2021-08-13 22:59:10 +0000 Commit: Alan Somers CommitDate: 2021-10-07 21:38:25 +0000 aio: revert the workaround for bug 251828 in the tests This bug is no longer reproducible in 14.0-CURRENT and 13.0-RELEASE PR: 251828 Reported by: markj Reviewed by: markj Sponsored by: Axcient Differential Revision: https://reviews.freebsd.org/D31535 (cherry picked from commit 825fb07c55986971b1a20e40a73c12eb0ff432e0) tests/sys/aio/aio_test.c | 7 ------- 1 file changed, 7 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 10 03:15:36 2021 X-Original-To: freebsd-fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BDC2317EEC56; Sun, 10 Oct 2021 03:16:04 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from vtr.rulingia.com (vtr.rulingia.com [IPv6:2001:19f0:5801:ebe:5400:1ff:fe53:30fd]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "vtr.rulingia.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HRnBV4V9rz3rf9; Sun, 10 Oct 2021 03:16:02 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from server.rulingia.com (2001-44b8-31fc-0d00-3593-b682-b9db-8db5.static.ipv6.internode.on.net [IPv6:2001:44b8:31fc:d00:3593:b682:b9db:8db5]) by vtr.rulingia.com (8.16.1/8.16.1) with ESMTPS id 19A3FjKL025770 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=OK); Sun, 10 Oct 2021 14:15:51 +1100 (AEDT) (envelope-from peter@rulingia.com) DKIM-Filter: OpenDKIM Filter v2.10.3 vtr.rulingia.com 19A3FjKL025770 X-Bogosity: Ham, spamicity=0.000000 Received: from server.rulingia.com (localhost.rulingia.com [127.0.0.1]) by server.rulingia.com (8.16.1/8.16.1) with ESMTPS id 19A3FbuR001793 (version=TLSv1.3 cipher=AEAD-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 10 Oct 2021 14:15:37 +1100 (AEDT) (envelope-from peter@server.rulingia.com) Received: (from peter@localhost) by server.rulingia.com (8.16.1/8.16.1/Submit) id 19A3FaPM001792; Sun, 10 Oct 2021 14:15:36 +1100 (AEDT) (envelope-from peter) Date: Sun, 10 Oct 2021 14:15:36 +1100 From: Peter Jeremy To: freebsd-stable@freebsd.org, freebsd-fs@freebsd.org Subject: Consistent panic with "zfs send --raw" Message-ID: List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="akpPAPSmLbAxOzGE" Content-Disposition: inline X-PGP-Key: http://www.rulingia.com/keys/peter.pgp X-Rspamd-Queue-Id: 4HRnBV4V9rz3rf9 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=quarantine) header.from=rulingia.com; spf=pass (mx1.freebsd.org: domain of peter@rulingia.com designates 2001:19f0:5801:ebe:5400:1ff:fe53:30fd as permitted sender) smtp.mailfrom=peter@rulingia.com X-Spamd-Result: default: False [-5.90 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FREEFALL_USER(0.00)[peter]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_COUNT_THREE(0.00)[3]; MID_RHS_MATCH_FROMTLD(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[rulingia.com,quarantine]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:20473, ipnet:2001:19f0:5800::/38, country:US]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N --akpPAPSmLbAxOzGE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm trying to replicate a filesystem with native encrytion enabled and am getting a consistent NULL pointer dereference panic. I'm running 13-stable fdbbd118faab but the code is identical in HEAD. Looking at the backtrace: #16 #17 dmu_dump_write (dscp=3Ddscp@entry=3D0xfffffe02501abc30, type=3D,=20 object=3D, offset=3D, offset@entry=3D0,= =20 lsize=3D, lsize@entry=3D131072, psize=3Dpsize@entry=3D13= 1072,=20 bp=3D0x0, data=3D0xfffffe02d94a6000) at /usr/src/sys/contrib/openzfs/module/zfs/dmu_send.c:493 #18 0xffffffff80410a3c in do_dump (dscp=3Ddscp@entry=3D0xfffffe02501abc30,= =20 range=3Drange@entry=3D0xfffff805fd82d900) at /usr/src/sys/contrib/openzfs/module/zfs/dmu_send.c:1016 #19 0xffffffff8040ead3 in dmu_send_impl (dspp=3D,=20 dspp@entry=3D0xfffffe02501abdf0) at /usr/src/sys/contrib/openzfs/module/zfs/dmu_send.c:2537 #20 0xffffffff8040d8fd in dmu_send_obj (pool=3D,=20 pool@entry=3D0xfffffe02d3b61000 "tank/compat@20210604bu", tosnap=3D1069= 0,=20 fromsnap=3D11065, embedok=3D, embedok@entry=3D1,=20 large_block_ok=3D, large_block_ok@entry=3D2,=20 compressok=3D, compressok@entry=3D4, rawok=3D8, savedok= =3D0,=20 outfd=3D1, off=3D0xfffffe02501ac070, dsop=3D0xfffffe02501ac058) at /usr/src/sys/contrib/openzfs/module/zfs/dmu_send.c:2695 dmu_send.c:493 is "ASSERT(!BP_IS_EMBEDDED(bp));" which dereferences bp with no checks for NULL, whereas dmu_send.c:1016 explicitly passes NULL to dmu_dump_write() as bp. This is obviously a bug somewhere. Looking at the comment at lines 1006-1008, it seems the code expects that raw sends will always have large block sends enabled, avoiding the problematic code block. And zfs-send(8) says that --raw implies --large-block if the source is not encrypted. But even if I explicitly specify --large-block then the code panics in the same way. (And --large-block as on option doesn't actually make sense with --raw because the send stream must match what's on local disk by definition). At this point, I'm not sure what the correct fix is. --=20 Peter Jeremy --akpPAPSmLbAxOzGE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE7rKYbDBnHnTmXCJ+FqWXoOSiCzQFAmFiWtBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEVF QjI5ODZDMzA2NzFFNzRFNjVDMjI3RTE2QTU5N0EwRTRBMjBCMzQACgkQFqWXoOSi CzSQ0A/9FKtlwkAV1Icyobzwqs6t85aL+2zkoaOxHtCVhxIPrdDjc2T6h735C8Ur Q/KSNrGEfLoeaGwsY6oSg/PKERxcagMVX/x+xg/jeprVz7ty+8eeFwCnOekmA+GM 8W6zlotdpkV8DhQxnoFJny0+D1wCsceU5e3WjOPPkeI54LWBTawm9CGYD2gH+ON7 LqHuhOUM89LDXNnv/DvpSPP4CAfkRzkjMmjtlp5Qsw4ry8Lxv/K9n4b2leiFJkML acQwbM2bUEEdcTILKhJJrSGcBror1S21g1F58ediKboyWs2WdJkUJFbbH1H1cinj x1hmNOFW6fO4b0YqNGEaUs88p/T4llm/iG78Uh2xuBzsHcqS+jPsORjaIMxqR+TC D8QRvjWEoHnj1dPPqDZiv1y4hoE3LjxDlgg0S2HwKHstYtf2T7DttJdd1W1z0XvD xswCLDt0J4eduOKzSfNgs9U6hF+GB1OqYCOxlTsZgieL8b1XSG8oawtoV5z3VujU 2yKVHmwfdzfhHI5WEjiJO8fMWy3PshuVVoiTE9tS61aa+BJQrRafrAJQfa0tMGIr E+wB5qyg2pGgpSi+T+ZVcxQr6B55cCFdVanJZkiVmgXck5m3+MmjX5c5ehyUPCH8 Ono2bj0Ry8W7N95d39DCxzWLU2pvVjwLI8xfc291EIYkby0Wk9w= =eIVH -----END PGP SIGNATURE----- --akpPAPSmLbAxOzGE-- From nobody Sun Oct 10 07:02:16 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0CA0717F19AD for ; Sun, 10 Oct 2021 07:02:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HRtCX6sMLz3DCv for ; Sun, 10 Oct 2021 07:02:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CCEF4151F for ; Sun, 10 Oct 2021 07:02:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 19A72GfR098357 for ; Sun, 10 Oct 2021 07:02:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19A72Gvr098356 for fs@FreeBSD.org; Sun, 10 Oct 2021 07:02:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 255979] fsck bad inode number 2 (256) to nextinode Date: Sun, 10 Oct 2021 07:02:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: odhiambo@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255979 odhiambo@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |odhiambo@gmail.com --- Comment #14 from odhiambo@gmail.com --- I am on FreeBSD 13-RELEASE (fully updated) and I have encountered this prob= lem just yesterday and it won't go away: root@svr:/usr/local/SRC/Exim/exim-4.95 # date Sun Oct 10 09:42:24 EAT 2021 root@svr:/usr/local/SRC/Exim/exim-4.95 # freebsd-update fetch Looking up update.FreeBSD.org mirrors... 2 mirrors found. Fetching metadata signature for 13.0-RELEASE from update1.freebsd.org... do= ne. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. No updates needed to update system to 13.0-RELEASE-p4. root@svr:/usr/local/SRC/Exim/exim-4.95 # freebsd-update install No updates are available to install. Run '/usr/sbin/freebsd-update fetch' first. root@svr:/usr/local/SRC/Exim/exim-4.95 # root@svr:/usr/local/SRC/Exim/exim-4.95 # root@svr:/usr/local/SRC/Exim/exim-4.95 # mount /dev/ada0p2 on / (ufs, local, journaled soft-updates) devfs on /dev (devfs) fdescfs on /dev/fd (fdescfs) procfs on /proc (procfs, local) root@svr:/usr/local/SRC/Exim/exim-4.95 # df -h Filesystem Size Used Avail Capacity Mounted on /dev/ada0p2 899G 103G 723G 13% / devfs 1.0K 1.0K 0B 100% /dev fdescfs 1.0K 1.0K 0B 100% /dev/fd procfs 4.0K 4.0K 0B 100% /proc root@svr:/usr/local/SRC/Exim/exim-4.95 # fsck -y /dev/ada1p2 ** /dev/ada1p2 ** SU+J Recovering /dev/ada1p2 Invalid flags 0x1 for journal inode 11959 ** Skipping journal, falling through to full fsck ** Last Mounted on /disk2 ** Phase 1 - Check Blocks and Sizes 237836 BAD I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 237626 BAD I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 1633111304 BAD I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 80659953970315267 BAD I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 9683 BAD I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 3630573539351855112 BAD I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 80659953970315267 BAD I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 9684 BAD I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 9684 DUP I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 9685 DUP I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 9686 DUP I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 9687 DUP I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 9688 DUP I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 9689 DUP I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 9690 DUP I=3D11004 UNEXPECTED SOFT UPDATE INCONSISTENCY 237860 BAD I=3D11005 UNEXPECTED SOFT UPDATE INCONSISTENCY 237626 BAD I=3D11005 UNEXPECTED SOFT UPDATE INCONSISTENCY 237626 DUP I=3D11005 UNEXPECTED SOFT UPDATE INCONSISTENCY 237627 DUP I=3D11005 UNEXPECTED SOFT UPDATE INCONSISTENCY 237628 DUP I=3D11005 UNEXPECTED SOFT UPDATE INCONSISTENCY 237629 DUP I=3D11005 UNEXPECTED SOFT UPDATE INCONSISTENCY 237630 DUP I=3D11005 UNEXPECTED SOFT UPDATE INCONSISTENCY 237631 DUP I=3D11005 UNEXPECTED SOFT UPDATE INCONSISTENCY 237632 DUP I=3D11005 UNEXPECTED SOFT UPDATE INCONSISTENCY 237633 DUP I=3D11005 UNEXPECTED SOFT UPDATE INCONSISTENCY 238133 BAD I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 237825 BAD I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 2556482 BAD I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 1633111304 BAD I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 83761345559789569 BAD I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 4750453985124128242 BAD I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 12 BAD I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 12 DUP I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 13 DUP I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 14 DUP I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 15 DUP I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 16 DUP I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 17 DUP I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 18 DUP I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 19 DUP I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 83762934697689089 BAD I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 4750453186260211186 BAD I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 83762938992656385 BAD I=3D11798 UNEXPECTED SOFT UPDATE INCONSISTENCY 4195264 DUP I=3D561803 UNEXPECTED SOFT UPDATE INCONSISTENCY 4195265 DUP I=3D561803 UNEXPECTED SOFT UPDATE INCONSISTENCY 4195266 DUP I=3D561803 UNEXPECTED SOFT UPDATE INCONSISTENCY 4195267 DUP I=3D561803 UNEXPECTED SOFT UPDATE INCONSISTENCY 4195268 DUP I=3D561803 UNEXPECTED SOFT UPDATE INCONSISTENCY 4195269 DUP I=3D561803 UNEXPECTED SOFT UPDATE INCONSISTENCY 4195270 DUP I=3D561803 UNEXPECTED SOFT UPDATE INCONSISTENCY 4195271 DUP I=3D561803 UNEXPECTED SOFT UPDATE INCONSISTENCY 46023656 DUP I=3D18780109 UNEXPECTED SOFT UPDATE INCONSISTENCY 46023657 DUP I=3D18780109 UNEXPECTED SOFT UPDATE INCONSISTENCY 46023658 DUP I=3D18780109 UNEXPECTED SOFT UPDATE INCONSISTENCY 46023659 DUP I=3D18780109 UNEXPECTED SOFT UPDATE INCONSISTENCY 46023660 DUP I=3D18780109 UNEXPECTED SOFT UPDATE INCONSISTENCY 46023661 DUP I=3D18780109 UNEXPECTED SOFT UPDATE INCONSISTENCY 46023662 DUP I=3D18780109 UNEXPECTED SOFT UPDATE INCONSISTENCY 46023663 DUP I=3D18780109 UNEXPECTED SOFT UPDATE INCONSISTENCY 46023664 DUP I=3D18780109 UNEXPECTED SOFT UPDATE INCONSISTENCY 46023665 DUP I=3D18780109 UNEXPECTED SOFT UPDATE INCONSISTENCY 46023666 DUP I=3D18780109 UNEXPECTED SOFT UPDATE INCONSISTENCY EXCESSIVE DUP BLKS I=3D18780109 CONTINUE? yes INCORRECT BLOCK COUNT I=3D18780109 (1721600 should be 620048) CORRECT? yes INODE 18780109: FILE SIZE 881182827 BEYOND END OF ALLOCATED FILE, SIZE SHOU= LD BE 317325312 ADJUST? yes INTERNAL ERROR: dups with softupdates UNEXPECTED SOFT UPDATE INCONSISTENCY ** Phase 1b - Rescan For More DUPS fsck_ffs: bad inode number 2 to nextinode root@svr:/usr/local/SRC/Exim/exim-4.95 # --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 10 11:20:59 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 796F417F4F5A for ; Sun, 10 Oct 2021 11:20:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HRzy32xb5z4TVC for ; Sun, 10 Oct 2021 11:20:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45CA74D0A for ; Sun, 10 Oct 2021 11:20:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 19ABKxi0030040 for ; Sun, 10 Oct 2021 11:20:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19ABKxNS030039 for fs@FreeBSD.org; Sun, 10 Oct 2021 11:20:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 153173] [zfs] booting from a gzip-compressed dataset doesn't work Date: Sun, 10 Oct 2021 11:20:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: theraven@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_severity cc version Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D153173 David Chisnall changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Some People CC| |theraven@FreeBSD.org Version|9.0-CURRENT |13.0-STABLE --- Comment #3 from David Chisnall --- I can confirm that this affects 13-STABLE. It would be great if this could= be fixed because it would allow a 30% reduction in the size of VM root disks relative to lz4. A base system install for 13-STABLE is 547M with lz4, 377M with gzip-9. For cloud deployments, this quickly adds up. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 10 18:57:20 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EB98917EEF99 for ; Sun, 10 Oct 2021 18:57:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSB4b6BCnz3rjS for ; Sun, 10 Oct 2021 18:57:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B07EA12F78 for ; Sun, 10 Oct 2021 18:57:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 19AIvJlu081515 for ; Sun, 10 Oct 2021 18:57:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19AIvJJt081514 for fs@FreeBSD.org; Sun, 10 Oct 2021 18:57:19 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 255979] fsck bad inode number 2 (256) to nextinode Date: Sun, 10 Oct 2021 18:57:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mckusick@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255979 --- Comment #15 from Kirk McKusick --- (In reply to odhiambo@gmail.com from comment #14) You have updated to the original 13.0 release which does indeed have the problem that you note. You need to update to the stable/13 release which has the fix in it. You can either check out the stable/13 branch from git and b= uild it yourself. Or you can download the latest snapshot of stable/13 from https://download.freebsd.org/ftp/snapshots/VM-IMAGES/13.0-STABLE/amd64/Late= st --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 10 21:00:19 2021 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2DB7E17E33BD for ; Sun, 10 Oct 2021 21:00:20 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSDpW4CVQz4l3X for ; Sun, 10 Oct 2021 21:00:19 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1839D14B1E for ; Sun, 10 Oct 2021 21:00:19 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 19AL0Ji5051930 for ; Sun, 10 Oct 2021 21:00:19 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 19AL0JwY051929 for fs@FreeBSD.org; Sun, 10 Oct 2021 21:00:19 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202110102100.19AL0JwY051929@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: fs@FreeBSD.org Subject: Problem reports for fs@FreeBSD.org that need special attention Date: Sun, 10 Oct 2021 21:00:19 +0000 List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16338996190.C1A2.51299" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: Y --16338996190.C1A2.51299 Date: Sun, 10 Oct 2021 21:00:19 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 211491 | System hangs after "Uptime" on reboot with ZFS Open | 221909 | [ZFS] Add a sysctl to toggle send_corrupt_data Open | 237067 | ZFS: Crash in vdev_dtl_reassess when using GELI w Open | 240831 | zfs: Panic during snapshot on 12.1-STABLE r352648 Open | 243973 | [zfs] rollback segmentation fault Open | 244656 | zfs: resilver doesn't provide enough information Open | 244692 | gjournal: Does not support TRIM Open | 244899 | [PATCH] zfs: xattr on a symlink target > 136 caus Open | 251035 | ZFS: Allow 64 bit ZFS to support 32 bit ioctls (W 9 problems total for which you should take action. --16338996190.C1A2.51299--