Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 29 May 2024 16:25:15 +0000 (09:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 29 May 2024 16:25:15 +0000 (09:25 -0700)
commit397a83ab978553ca2970ad1ccdbac0cdc732efd9
treeb23ad812c9c8490c63d216bab039f42c3e3345a8
parentdb163660b02abbffebfad1bcd6dbce1201c72731
parentc898afdc15645efb555acb6d85b484eb40a45409
Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linux

Pull 9p fixes from Dominique Martinet:
 "Two fixes headed to stable trees:

   - a trace event was dumping uninitialized values

   - a missing lock that was thought to have exclusive access, and it
     turned out not to"

* tag '9p-for-6.10-rc2' of https://github.com/martinetd/linux:
  9p: add missing locking around taking dentry fid list
  net/9p: fix uninit-value in p9_client_rpc()
net/9p/client.c