On Mon, 28 Oct 2024 09:32:37 -0500, Eric Sandeen wrote: > This is lightly tested with the kernel tests present in ecryptfs-utils, > but it could certainly use a bit more testing and review, particularly > with invalid mount option sets. > > This one is a little unique compared to other filesystems in that I > allocate both an fs context and the *sbi in .init_fs_context; the *sbi > is long-lived, and the context is only present during the initial mount. > > [...] Applied to the vfs.ecryptfs branch of the vfs/vfs.git tree. Patches in the vfs.ecryptfs branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.ecryptfs [1/2] ecryptfs: Factor out mount option validation https://git.kernel.org/vfs/vfs/c/ea901181089a [2/2] ecryptfs: Convert ecryptfs to use the new mount API https://git.kernel.org/vfs/vfs/c/60d5a704083a