public inbox for v9fs@lists.linux.dev
 help / color / mirror / Atom feed
From: Dominique Martinet <asmadeus@codewreck.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christian Schoenebeck <linux_oss@crudebyte.com>,
	Eric Van Hensbergen <ericvh@kernel.org>,
	v9fs@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [GIT PULL] 9p fixes for 6.18-rc1
Date: Thu, 9 Oct 2025 22:10:23 +0900	[thread overview]
Message-ID: <aOe0P8ixMEg4ul5K@codewreck.org> (raw)

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

             reply	other threads:[~2025-10-09 13:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-09 13:10 Dominique Martinet [this message]
2025-10-09 20:44 ` [GIT PULL] 9p fixes for 6.18-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aOe0P8ixMEg4ul5K@codewreck.org \
    --to=asmadeus@codewreck.org \
    --cc=ericvh@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux_oss@crudebyte.com \
    --cc=torvalds@linux-foundation.org \
    --cc=v9fs@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox