Hi Linus, Please pull overlayfs fixes for 6.6-rc6. An earlier version of the fixes branch: 001cef5143c3 ("ovl: fix regression in showing lowerdir mount option") has been sitting in linux-next for a few days. Since then, I have made two small changes that Miklos requested. Alas, the linux-next tree was not updated since next-20231013. This branch has gone through the usual overlayfs test routines and it merges cleanly with master branch of the moment. Thanks, Amir. ---------------------------------------------------------------- The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3: Linux 6.6-rc5 (2023-10-08 13:49:43 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git ovl-fixes-6.6-rc6 for you to fetch changes up to beae836e9c61ee039e367a94b14f7fea08f0ad4c: ovl: temporarily disable appending lowedirs (2023-10-14 22:42:45 +0300) ---------------------------------------------------------------- overlayfs fixes for 6.6-rc6: - Various fixes for regressions due to conversion to new mount api in v6.5 - Disable a new mount option syntax (append lowerdir) that was added in v6.5 because we plan to add a different lowerdir append syntax in v6.7 ---------------------------------------------------------------- Amir Goldstein (4): fs: factor out vfs_parse_monolithic_sep() helper ovl: fix regression in parsing of mount options with escaped comma ovl: fix regression in showing lowerdir mount option ovl: temporarily disable appending lowedirs Documentation/filesystems/overlayfs.rst | 12 ++++ fs/fs_context.c | 34 +++++++-- fs/overlayfs/params.c | 119 +++++++++++++++----------------- include/linux/fs_context.h | 2 + 4 files changed, 98 insertions(+), 69 deletions(-)