public inbox for v9fs@lists.linux.dev
 help / color / mirror / Atom feed
* [GIT PULL] 9p fixes for 6.18-rc1
@ 2025-10-09 13:10 Dominique Martinet
  2025-10-09 20:44 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dominique Martinet @ 2025-10-09 13:10 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Christian Schoenebeck, Eric Van Hensbergen, v9fs, linux-kernel

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  https://github.com/martinetd/linux tags/9p-for-6.18-rc1

for you to fetch changes up to 528f218b31aac4bbfc58914d43766a22ab545d48:

  9p: sysfs_init: don't hardcode error to ENOMEM (2025-09-27 21:44:38 +0900)

----------------------------------------------------------------
Bunch of unrelated fixes

- polling fix for trans fd that ought to have been fixed otherwise back
in March, but apparently came back somewhere else...
- USB transport buffer overflow fix
- Some dentry lifetime rework to handle metadata update for currently
opened files in uncached mode, or inode type change in cached mode
- a double-put on invalid flush found by syzbot
- and finally /sys/fs/9p/caches not advancing buffer and overwriting
itself for large contents

Thanks to everyone involved!

----------------------------------------------------------------
Dominique Martinet (1):
      net/9p: Fix buffer overflow in USB transport layer

Nalivayko Sergey (1):
      net/9p: fix double req put in p9_fd_cancelled

Oleg Nesterov (1):
      9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN

Randall P. Embry (3):
      9p: clean up comment typos
      9p: fix /sys/fs/9p/caches overwriting itself
      9p: sysfs_init: don't hardcode error to ENOMEM

Tingmao Wang (3):
      fs/9p: Refresh metadata in d_revalidate for uncached mode too
      fs/9p: Invalidate dentry if inode type change detected in cached mode
      fs/9p: Add p9_debug(VFS) in d_revalidate

 fs/9p/v9fs.c           | 16 +++++++++-------
 fs/9p/vfs_dentry.c     | 33 +++++++++++++++++++++++++++++----
 fs/9p/vfs_inode.c      |  8 +++++++-
 fs/9p/vfs_inode_dotl.c |  8 +++++++-
 net/9p/trans_fd.c      | 17 +++++------------
 net/9p/trans_usbg.c    | 16 +++++++++++++---
 6 files changed, 70 insertions(+), 28 deletions(-)
 
-- 
Dominique Martinet | Asmadeus

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] 9p fixes for 6.18-rc1
  2025-10-09 13:10 [GIT PULL] 9p fixes for 6.18-rc1 Dominique Martinet
@ 2025-10-09 20:44 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-10-09 20:44 UTC (permalink / raw)
  To: Dominique Martinet
  Cc: Linus Torvalds, Christian Schoenebeck, Eric Van Hensbergen, v9fs,
	linux-kernel

The pull request you sent on Thu, 9 Oct 2025 22:10:23 +0900:

> https://github.com/martinetd/linux tags/9p-for-6.18-rc1

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-09 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-09 13:10 [GIT PULL] 9p fixes for 6.18-rc1 Dominique Martinet
2025-10-09 20:44 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox