[GIT PULL] 9p fixes for 6.15-rc1
From: Dominique Martinet
Date: Thu Apr 03 2025 - 01:00:27 EST
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(-)
--
Dominique Martinet | Asmadeus