Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2023 19:13:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 275306] 14.0-RELEASE: ossl(4) causes data corruption on encrypted ZFS filesystems/volumes
Message-ID:  <bug-275306-3630-9ku18bNwXE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275306-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275306-3630@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=3D275306

--- Comment #8 from Mark Johnston <markj@FreeBSD.org> ---
Hmm, I suspect that the problem is that ZFS expects to be able to dispatch
multiple operations on a session in parallel, but the ossl AES-GCM
implementation maintains some context in the session structure (the session
structure is 624 bytes so a bit large for hte stack) and neither ZFS nor
opencrypto nor ossl provide serialization.

--=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-275306-3630-9ku18bNwXE>