From: Dominique Martinet <asmadeus@codewreck.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christian Schoenebeck <linux_oss@crudebyte.com>,
linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
v9fs-developer@lists.sourceforge.net
Subject: [GIT PULL] 9p fixes for 6.2-rc1
Date: Fri, 23 Dec 2022 20:15:03 +0900 [thread overview]
Message-ID: <Y6WNt21HKZmWTG3/@codewreck.org> (raw)
The following changes since commit b7b275e60bcd5f89771e865a8239325f86d9927d:
Linux 6.1-rc7 (2022-11-27 13:31:48 -0800)
are available in the Git repository at:
https://github.com/martinetd/linux tags/9p-for-6.2-rc1
for you to fetch changes up to 1a4f69ef15ec29b213e2b086b2502644e8ef76ee:
9p/client: fix data race on req->status (2022-12-13 13:02:15 +0900)
----------------------------------------------------------------
9p-for-6.2-rc1
- improve p9_check_errors to check buffer size instead of msize when possible
(e.g. not zero-copy)
- some more syzbot and KCSAN fixes
- minor headers include cleanup
----------------------------------------------------------------
Christian Schoenebeck (2):
net/9p: distinguish zero-copy requests
net/9p: fix response size check in p9_check_errors()
Christophe JAILLET (2):
9p/fs: Remove unneeded idr.h #include
9p/net: Remove unneeded idr.h #include
Dominique Martinet (2):
9p/xen: do not memcpy header into req->rc
9p/client: fix data race on req->status
Schspa Shi (1):
9p: set req refcount to zero to avoid uninitialized usage
fs/9p/fid.c | 1 -
fs/9p/v9fs.c | 1 -
fs/9p/vfs_addr.c | 1 -
fs/9p/vfs_dentry.c | 1 -
fs/9p/vfs_dir.c | 1 -
fs/9p/vfs_file.c | 1 -
fs/9p/vfs_inode.c | 1 -
fs/9p/vfs_inode_dotl.c | 1 -
fs/9p/vfs_super.c | 1 -
include/net/9p/9p.h | 2 ++
net/9p/client.c | 33 ++++++++++++++++++++++-----------
net/9p/trans_fd.c | 13 ++++++-------
net/9p/trans_rdma.c | 5 ++---
net/9p/trans_virtio.c | 10 +++++-----
net/9p/trans_xen.c | 8 +++++---
15 files changed, 42 insertions(+), 38 deletions(-)
--
Dominique
next reply other threads:[~2022-12-23 11:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-23 11:15 Dominique Martinet [this message]
2022-12-23 20:08 ` [GIT PULL] 9p fixes for 6.2-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=Y6WNt21HKZmWTG3/@codewreck.org \
--to=asmadeus@codewreck.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux_oss@crudebyte.com \
--cc=torvalds@linux-foundation.org \
--cc=v9fs-developer@lists.sourceforge.net \
/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;
as well as URLs for NNTP newsgroup(s).