lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y6WNt21HKZmWTG3/@codewreck.org>
Date:   Fri, 23 Dec 2022 20:15:03 +0900
From:   Dominique Martinet <asmadeus@...ewreck.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Christian Schoenebeck <linux_oss@...debyte.com>,
        linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
        v9fs-developer@...ts.sourceforge.net
Subject: [GIT PULL] 9p fixes for 6.2-rc1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ