mbox series

[GIT,PULL] vfs fixes

Message ID 20240904-vfs-fixes-65728c7717d0@brauner (mailing list archive)
State New
Headers show
Series [GIT,PULL] vfs fixes | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.11-rc7.fixes

Message

Christian Brauner Sept. 4, 2024, 12:03 p.m. UTC
/* Summary */
This contains two fixes for this merge window:

netfs:

- Ensure that fscache_cookie_lru_time is deleted when the fscache module is
  removed to prevent UAF.
- Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range(). Before
  it used truncate_inode_pages_partial() which causes copy_file_range() to fail
  on cifs.

/* Testing */
Debian clang version 16.0.6 (27+b1)
gcc (Debian 14.2.0-1) 14.2.0

/* Conflicts */
No known conflicts.

The following changes since commit 5be63fc19fcaa4c236b307420483578a56986a37:

  Linux 6.11-rc5 (2024-08-25 19:07:11 +1200)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.11-rc7.fixes

for you to fetch changes up to 72a6e22c604c95ddb3b10b5d3bb85b6ff4dbc34f:

  fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF (2024-09-01 10:30:25 +0200)

Please consider pulling these changes from the signed vfs-6.11-rc7.fixes tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.11-rc7.fixes

----------------------------------------------------------------
Baokun Li (1):
      fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF

David Howells (1):
      mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()

 fs/netfs/fscache_main.c | 1 +
 mm/filemap.c            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Sept. 4, 2024, 4:46 p.m. UTC | #1
The pull request you sent on Wed,  4 Sep 2024 14:03:36 +0200:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.11-rc7.fixes

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

Thank you!