mbox series

[GIT,PULL] overlayfs fixes for 6.6-rc6

Message ID 20231015120117.2131546-1-amir73il@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] overlayfs fixes for 6.6-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git ovl-fixes-6.6-rc6

Message

Amir Goldstein Oct. 15, 2023, 12:01 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 15, 2023, 4:24 p.m. UTC | #1
The pull request you sent on Sun, 15 Oct 2023 15:01:17 +0300:

> git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git ovl-fixes-6.6-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/19fd4a91ddeec20f9971a06f6328558c392ad66a

Thank you!