mbox series

[GIT,PULL] overlayfs fixes for 6.7-rc2

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

Pull-request

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

Message

Amir Goldstein Nov. 17, 2023, 1:13 p.m. UTC
Hi Linus,

Please pull a fix to overlayfs param parsing bug from v6.7-rc1.

This branch has been sitting in linux-next for a few days 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 b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 37f32f52643869131ec01bb69bdf9f404f6109fb:

  ovl: fix memory leak in ovl_parse_param() (2023-11-14 08:09:36 +0200)

----------------------------------------------------------------
overlayfs fixes for 6.7-rc2

----------------------------------------------------------------
Amir Goldstein (2):
      ovl: fix misformatted comment
      ovl: fix memory leak in ovl_parse_param()

 fs/overlayfs/params.c | 11 +++++------
 fs/overlayfs/util.c   |  2 +-
 2 files changed, 6 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 17, 2023, 2:29 p.m. UTC | #1
The pull request you sent on Fri, 17 Nov 2023 15:13:15 +0200:

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

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

Thank you!