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: <20230704165304.658275-1-amir73il@gmail.com>
Date:   Tue,  4 Jul 2023 19:53:04 +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 update for 6.5 - part 2

Hi Linus,

This is a small "move code around" followup by Christian to his
work on porting overlayfs to the new mount api for 6.5.

This branch merges cleanly with master and passes the usual tests.
It has been sitting in linux-next for a few days and yesterday
it was updated with a build warning fix reported by Arnd [1].

It is not strictly necessary to have this merged for rc1, but it will
make things a bit cleaner and simpler for the next development cycle
when I hand overlayfs over to Miklos.

Thanks,
Amir.

[1] https://lore.kernel.org/linux-unionfs/CAOQ4uxj5v=zTsiXvHGD70nMcKSvTVwM2G0raCDePY64gofu+AQ@mail.gmail.com/

The following changes since commit a901a3568fd26ca9c4a82d8bc5ed5b3ed844d451:

  Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (2023-07-02 11:14:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git ovl-update-6.5-2

for you to fetch changes up to 7fb7998b599a2e1f3744fbd34a3e7145da841ed1:

  ovl: move all parameter handling into params.{c,h} (2023-07-03 16:08:17 +0300)

----------------------------------------------------------------
overlayfs update for 6.5 - part 2

----------------------------------------------------------------
Christian Brauner (1):
      ovl: move all parameter handling into params.{c,h}

 fs/overlayfs/overlayfs.h |  41 +---
 fs/overlayfs/params.c    | 532 ++++++++++++++++++++++++++++++++++++++++++++++-
 fs/overlayfs/params.h    |  42 ++++
 fs/overlayfs/super.c     | 530 +---------------------------------------------
 4 files changed, 581 insertions(+), 564 deletions(-)
 create mode 100644 fs/overlayfs/params.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ