mbox series

[git,pull] vfs.git fixes

Message ID 20240801195525.GT5334@ZenIV (mailing list archive)
State New
Headers show
Series [git,pull] vfs.git fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

Message

Al Viro Aug. 1, 2024, 7:55 p.m. UTC
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

for you to fetch changes up to 8aa37bde1a7b645816cda8b80df4753ecf172bf1:

  protect the fetch of ->fd[fd] in do_dup2() from mispredictions (2024-08-01 15:51:57 -0400)

----------------------------------------------------------------
do_dup2() out-of-bounds array speculation fix

----------------------------------------------------------------
Al Viro (1):
      protect the fetch of ->fd[fd] in do_dup2() from mispredictions

 fs/file.c | 1 +
 1 file changed, 1 insertion(+)

Comments

pr-tracker-bot@kernel.org Aug. 2, 2024, 4:53 p.m. UTC | #1
The pull request you sent on Thu, 1 Aug 2024 20:55:25 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

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

Thank you!