All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dominique Martinet <asmadeus@codewreck.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Christian Schoenebeck <linux_oss@crudebyte.com>,
	Eric Van Hensbergen <ericvh@kernel.org>,
	v9fs@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [GIT PULL] 9p fixes for 6.15-rc1
Date: Thu, 3 Apr 2025 13:59:58 +0900	[thread overview]
Message-ID: <Z-4Vzhdi_3XZDFfV@codewreck.org> (raw)

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

             reply	other threads:[~2025-04-03  5:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-03  4:59 Dominique Martinet [this message]
2025-04-03 23:17 ` [GIT PULL] 9p fixes for 6.15-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z-4Vzhdi_3XZDFfV@codewreck.org \
    --to=asmadeus@codewreck.org \
    --cc=ericvh@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux_oss@crudebyte.com \
    --cc=torvalds@linux-foundation.org \
    --cc=v9fs@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.