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