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 update for 7.0-rc1
Date: Sun, 15 Feb 2026 18:11:22 +0900 [thread overview]
Message-ID: <aZGNuohPlbuGjwaJ@codewreck.org> (raw)
Hi Linus,
There should have been a bit more but I haven't had enough time
lately, might as well send what I did pick up though...
Thanks
--------
The following changes since commit 63804fed149a6750ffd28610c5c1c98cce6bd377:
Linux 6.19-rc7 (2026-01-25 14:11:24 -0800)
are available in the Git repository at:
https://github.com/martinetd/linux tags/9p-for-7.0-rc1
for you to fetch changes up to ce8ded2e61f47747e31eeefb44dc24a2160a7e32:
9p/xen: protect xen_9pfs_front_free against concurrent calls (2026-01-29 23:48:33 +0000)
----------------------------------------------------------------
- 9p/xen racy double-free fix
- track 9p RPC waiting time as IO
----------------------------------------------------------------
Remi Pommarel (2):
wait: Introduce io_wait_event_killable()
9p: Track 9P RPC waiting time as IO
Stefano Stabellini (1):
9p/xen: protect xen_9pfs_front_free against concurrent calls
include/linux/wait.h | 15 +++++++++++++++
net/9p/client.c | 4 ++--
net/9p/trans_virtio.c | 14 +++++++-------
net/9p/trans_xen.c | 83 +++++++++++++++++++++++++++++++++++++++++++----------------------------------------
4 files changed, 67 insertions(+), 49 deletions(-)
--
Dominique Martinet | Asmadeus
next reply other threads:[~2026-02-15 9:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-15 9:11 Dominique Martinet [this message]
2026-02-15 18:58 ` [GIT PULL] 9p update for 7.0-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=aZGNuohPlbuGjwaJ@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.