mbox series

[GIT,PULL] 9p fixes for 6.10-rc2

Message ID ZlaC1Sn6WZtEGsbK@codewreck.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] 9p fixes for 6.10-rc2 | expand

Pull-request

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

Message

Dominique Martinet May 29, 2024, 1:20 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 29, 2024, 5:11 p.m. UTC | #1
The pull request you sent on Wed, 29 May 2024 10:20:21 +0900:

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

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

Thank you!