Hi Linus, A relatively small SELinux patch to fix an issue with a vfs/LSM/SELinux patch that went upstream during the recent merge window. The short version is that the original patch changed how we initialized mount options to resolve a NFS issue and we inadvertently broke a use case due to the changed behavior; the fix in this pull request restores this behavior for the cases that require it while keeping the original NFS fix in place. Please merge. Thanks, -Paul -- The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git tags/selinux-pr-20230914 for you to fetch changes up to ccf1dab96be4caed7c5235b1cfdb606ac161b996: selinux: fix handling of empty opts in selinux_fs_context_submount() (2023-09-12 17:31:08 -0400) ---------------------------------------------------------------- selinux/stable-6.6 PR 20230914 ---------------------------------------------------------------- Ondrej Mosnacek (1): selinux: fix handling of empty opts in selinux_fs_context_submount() security/selinux/hooks.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -- paul-moore.com