mbox series

[GIT,PULL] overlayfs fixes for 6.6-rc2

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

Pull-request

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

Message

Amir Goldstein Sept. 11, 2023, 8:06 a.m. UTC
Hi Linus,

Please pull these two fixes for pretty old regressions.
They have no relation to the ovl updates in 6.6-rc1, except for
the timing. They were reported late in the merge window.

I could have sent the fixes last week, during the merge window,
but they are not so urgent, so I preferred to test them against rc1.

This branch has been sitting in linux-next for over a week and
it has gone through all the usual overlayfs test routines.

The branch merges cleanly with master branch of the moment
and I even signed it this time ;)

Thanks,
Amir.

----------------------------------------------------------------

The following changes since commit 92901222f83d988617aee37680cb29e1a743b5e4:

  Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs (2023-09-02 15:37:59 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 724768a39374d35b70eaeae8dd87048a2ec7ae8e:

  ovl: fix incorrect fdput() on aio completion (2023-09-04 18:27:38 +0300)

----------------------------------------------------------------
overlayfs fixes for 6.6-rc2

----------------------------------------------------------------
Amir Goldstein (2):
      ovl: fix failed copyup of fileattr on a symlink
      ovl: fix incorrect fdput() on aio completion

 fs/overlayfs/copy_up.c | 3 ++-
 fs/overlayfs/file.c    | 9 +++------
 2 files changed, 5 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 12, 2023, 4:14 p.m. UTC | #1
The pull request you sent on Mon, 11 Sep 2023 11:06:01 +0300:

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

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

Thank you!