mbox series

[GIT,PULL] 9p fixes for 6.15-rc1

Message ID Z-4Vzhdi_3XZDFfV@codewreck.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] 9p fixes for 6.15-rc1 | expand

Pull-request

https://github.com/martinetd/linux tags/9p-for-6.15-rc1

Message

Dominique Martinet April 3, 2025, 4:59 a.m. UTC
The following changes since commit ffd294d346d185b70e28b1a28abe367bbfe53c04:

  Linux 6.13 (2025-01-19 15:51:45 -0800)

are available in the Git repository at:

  https://github.com/martinetd/linux tags/9p-for-6.15-rc1

for you to fetch changes up to 4210030d8bc4834fcb774babc458d02a2432ee76:

  docs: fs/9p: Add missing "not" in cache documentation (2025-04-03 12:31:11 +0900)

(^ sorry for the recent date here, I just pulled the last documentation
fix and no code changed with that)

----------------------------------------------------------------
9p update for 6.15-rc1

- fix handling of bogus (negative/too long) replies
- fix crash on mkdir with ACLs
(... looks like nobody is using ACLs with semi-recent kernels...)
- ipv6 support for trans=tcp
- minor concurrency fix to make syzbot happy
- minor cleanup

----------------------------------------------------------------
Christian Schoenebeck (1):
      fs/9p: fix NULL pointer dereference on mkdir

Dominique Martinet (2):
      9p/net: fix improper handling of bogus negative read/write replies
      9p/net: return error on bogus (longer than requested) replies

Ignacio Encinas (1):
      9p/trans_fd: mark concurrent read and writes to p9_conn->err

Joshua Murphy (1):
      net/9p/fd: support ipv6 for trans=tcp

Sasha Levin (1):
      9p: Use hashtable.h for hash_errmap

Tingmao Wang (1):
      docs: fs/9p: Add missing "not" in cache documentation

Tuomas Ahola (1):
      Documentation/fs/9p: fix broken link

 Documentation/filesystems/9p.rst |  6 +++---
 fs/9p/vfs_inode_dotl.c           |  2 +-
 net/9p/client.c                  | 44 ++++++++++++++++++++++++++------------------
 net/9p/error.c                   | 21 +++++++++------------
 net/9p/trans_fd.c                | 73 ++++++++++++++++++++++++++++++++++---------------------------------------
 5 files changed, 73 insertions(+), 73 deletions(-)

Comments

pr-tracker-bot@kernel.org April 3, 2025, 11:17 p.m. UTC | #1
The pull request you sent on Thu, 3 Apr 2025 13:59:58 +0900:

> https://github.com/martinetd/linux tags/9p-for-6.15-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bdafff62ae028e4d399751b0b6f26d76dbad6b62

Thank you!