linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] 9p fixes for 6.2-rc1
@ 2022-12-23 11:15 Dominique Martinet
  2022-12-23 20:08 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dominique Martinet @ 2022-12-23 11:15 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Christian Schoenebeck, linux-fsdevel, linux-kernel,
	v9fs-developer

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

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

end of thread, other threads:[~2022-12-23 20:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-23 11:15 [GIT PULL] 9p fixes for 6.2-rc1 Dominique Martinet
2022-12-23 20:08 ` 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;
as well as URLs for NNTP newsgroup(s).