lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231015120117.2131546-1-amir73il@gmail.com>
Date:   Sun, 15 Oct 2023 15:01:17 +0300
From:   Amir Goldstein <amir73il@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Miklos Szeredi <miklos@...redi.hu>,
        Christian Brauner <brauner@...nel.org>,
        linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
        linux-unionfs@...r.kernel.org
Subject: [GIT PULL] overlayfs fixes for 6.6-rc6

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ