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.10-rc2
Date: Wed, 29 May 2024 10:20:21 +0900	[thread overview]
Message-ID: <ZlaC1Sn6WZtEGsbK@codewreck.org> (raw)

The following changes since commit a38297e3fb012ddfa7ce0321a7e5a8daeb1872b6:

  Linux 6.9 (2024-05-12 14:12:29 -0700)

are available in the Git repository at:

  https://github.com/martinetd/linux tags/9p-for-6.10-rc2

for you to fetch changes up to c898afdc15645efb555acb6d85b484eb40a45409:

  9p: add missing locking around taking dentry fid list (2024-05-23 20:29:09 +0900)

----------------------------------------------------------------
Two fixes headed to stable trees:

- some trace event was dumping uninitialized values
- a missing lock somewhere that was thought to have exclusive access,
and it turned out not to

----------------------------------------------------------------
Dominique Martinet (1):
      9p: add missing locking around taking dentry fid list

Nikita Zhandarovich (1):
      net/9p: fix uninit-value in p9_client_rpc()

 fs/9p/vfs_dentry.c | 9 +++++++--
 net/9p/client.c    | 2 ++
 2 files changed, 9 insertions(+), 2 deletions(-)

-- 
Dominique Martinet | Asmadeus

             reply	other threads:[~2024-05-29  1:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-29  1:20 Dominique Martinet [this message]
2024-05-29 17:11 ` [GIT PULL] 9p fixes for 6.10-rc2 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=ZlaC1Sn6WZtEGsbK@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.