mbox series

[git,pull] missed close_range() fix from back in August...

Message ID 20241004045656.GP4017910@ZenIV (mailing list archive)
State New
Headers show
Series [git,pull] missed close_range() fix from back in August... | expand

Pull-request

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

Message

Al Viro Oct. 4, 2024, 4:56 a.m. UTC
My apologies - I thought I'd sent it back in late August, but it had
fallen through the cracks ;-/  Sat in -next all along, rebased verbatim
to 6.12-rc1 and sat in -next in that form since Oct 1.

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -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 678379e1d4f7443b170939525d3312cfc37bf86b:

  close_range(): fix the logics in descriptor table trimming (2024-09-29 21:52:29 -0400)

----------------------------------------------------------------
close_range(): fix the logics in descriptor table trimming

----------------------------------------------------------------
Al Viro (1):
      close_range(): fix the logics in descriptor table trimming

 fs/file.c               | 95 ++++++++++++++++++-------------------------------
 include/linux/fdtable.h |  8 ++---
 kernel/fork.c           | 32 ++++++++---------
 3 files changed, 52 insertions(+), 83 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 4, 2024, 5:50 p.m. UTC | #1
The pull request you sent on Fri, 4 Oct 2024 05:56:56 +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/6cca11958870b9b1d64933ffe1a4c11b0e6e6bbb

Thank you!