mbox series

[GIT,PULL] 9p update for 5.9-rc1

Message ID 20200815055219.GA20922@nautica
State Not Applicable
Delegated to: David Miller
Headers show
Series [GIT,PULL] 9p update for 5.9-rc1 | expand

Pull-request

https://github.com/martinetd/linux tags/9p-for-5.9-rc1

Message

Dominique Martinet Aug. 15, 2020, 5:52 a.m. UTC
Hi Linus,

the usual small stuff.

Thanks!


The following changes since commit 74d6a5d5662975aed7f25952f62efbb6f6dadd29:

  9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_work (2020-07-19 14:58:47 +0200)

are available in the Git repository at:

  https://github.com/martinetd/linux tags/9p-for-5.9-rc1

for you to fetch changes up to 2ed0b7578170c3bab10cde09d4440897b305e40c:

  9p: Remove unneeded cast from memory allocation (2020-07-31 07:28:25 +0200)

----------------------------------------------------------------
9p pull request for inclusion in 5.9

- some code cleanup
- a couple of static analysis fixes
- setattr: try to pick a fid associated with the file rather than the
dentry, which might sometimes matter

----------------------------------------------------------------
Alexander Kapshuk (1):
      net/9p: Fix sparse endian warning in trans_fd.c

Jianyong Wu (2):
      9p: retrieve fid from file when file instance exist.
      9p: remove unused code in 9p

Li Heng (1):
      9p: Remove unneeded cast from memory allocation

Zheng Bin (1):
      9p: Fix memory leak in v9fs_mount

 fs/9p/v9fs.c           |  5 ++---
 fs/9p/vfs_inode.c      | 65 ++++++++---------------------------------------------------------
 fs/9p/vfs_inode_dotl.c |  9 +++++++--
 net/9p/trans_fd.c      |  2 +-
 4 files changed, 18 insertions(+), 63 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 16, 2020, 1:55 a.m. UTC | #1
The pull request you sent on Sat, 15 Aug 2020 07:52:19 +0200:

> https://github.com/martinetd/linux tags/9p-for-5.9-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/410520d07f5c66a6c1f3eb7ef2063d9bdd3d440b

Thank you!