mbox series

[GIT,PULL] overlayfs fixes for 6.9-rc1

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git ovl-fixes-6.9-rc1

Message

Amir Goldstein March 18, 2024, 5:06 p.m. UTC
Hi Linus,

Please pull overlayfs fixes for 6.9-rc1.

This branch contains only minor fixes.
It has been sitting in linux-next overnight and
it has gone through the usual overlayfs test routines.

The branch merges cleanly with master branch of the moment.

Thanks,
Amir.

----------------------------------------------------------------
The following changes since commit 277100b3d5fefacba4f5ff18e2e52a9553eb6e3f:

  Merge tag 'block-6.9-20240315' of git://git.kernel.dk/linux (2024-03-15 14:55:50 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git ovl-fixes-6.9-rc1

for you to fetch changes up to 77a28aa476873048024ad56daf8f4f17d58ee48e:

  ovl: relax WARN_ON in ovl_verify_area() (2024-03-17 15:59:41 +0200)

----------------------------------------------------------------
overlayfs fixes for 6.9-rc1

- Fix uncalled for WARN_ON from v6.8-rc1

- Fix the overlayfs MAINTAINERS entry

----------------------------------------------------------------
Amir Goldstein (2):
      MAINTAINERS: update overlayfs git tree
      ovl: relax WARN_ON in ovl_verify_area()

 MAINTAINERS            | 2 +-
 fs/overlayfs/copy_up.c | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org March 18, 2024, 7:21 p.m. UTC | #1
The pull request you sent on Mon, 18 Mar 2024 19:06:38 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git ovl-fixes-6.9-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0d7ca657df77a3d97698d6ec392894362d2ad334

Thank you!