Date: Thu, 21 Apr 2022 19:58:08 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 263407] RC3 Guided ZFS on root with encryption unmountable Message-ID: <bug-263407-227-w9FpiCTpZV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-263407-227@https.bugs.freebsd.org/bugzilla/> References: <bug-263407-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263407 --- Comment #16 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D914dc91d12198352b7878a88d30e2a637= 3a936e1 commit 914dc91d12198352b7878a88d30e2a6373a936e1 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2022-04-21 19:57:24 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2022-04-21 19:57:24 +0000 stand: zfs: handle holes at the tail end correctly This mirrors dmu_read_impl(), zeroing out the tail end of the buffer and clipping the read to what's contained by the block that exists. This fixes an issue that arose during the 13.1 release process; in 13.1-RC1 and later, setting up GELI+ZFS will result in a failure to boot. The culprit is this, which causes us to fail to load geom_eli.ko as there's a residual portion after the single datablk that should be zeroed out. PR: 263407 Reviewed by: tsoome MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D35019 stand/libsa/zfs/zfsimpl.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263407-227-w9FpiCTpZV>