mbox series

[GIT,PULL] fs/9p: fixes for 6.9-rc1

Message ID ZgSQ1nvIyOGm4oCD@3f3e8491d9e9 (mailing list archive)
State New
Headers show
Series [GIT,PULL] fs/9p: fixes for 6.9-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-fixes-for-6.9-rc1

Message

Eric Van Hensbergen March 27, 2024, 9:34 p.m. UTC
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-fixes-for-6.9-rc1

for you to fetch changes up to 6630036b7c228f57c7893ee0403e92c2db2cd21d:

  fs/9p: fix uninitialized values during inode evict (2024-03-25 14:16:06 +0000)

----------------------------------------------------------------
fs/9p: fix errors found in 6.9-rc1

Two of these fix syzbot reported issues, and
the other fixes a unused variable in some configurations.

Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org>

----------------------------------------------------------------
Colin Ian King (1):
      fs/9p: remove redundant pointer v9ses

Eric Van Hensbergen (1):
      fs/9p: fix uninitialized values during inode evict

Lizhi Xu (1):
      fs/9p: fix uaf in in v9fs_stat2inode_dotl

 fs/9p/vfs_inode.c      | 16 ++++++++++------
 fs/9p/vfs_inode_dotl.c |  6 +-----
 2 files changed, 11 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org March 27, 2024, 9:57 p.m. UTC | #1
The pull request you sent on Wed, 27 Mar 2024 21:34:14 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-fixes-for-6.9-rc1

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

Thank you!