mbox series

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

Message ID YJUnYXZBd1hpwW6G@codewreck.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] 9p update for 5.13-rc1 | expand

Pull-request

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

Message

Dominique Martinet May 7, 2021, 11:41 a.m. UTC
Hi Linux,

sorry for the late request, this is trivial enough and should probably
not have waited for the next cycle...
I had forgotten to add a Cc to stable for the fix and didn't want to
amend the commit at the last minute, will send them a mail after this
has been merged.


The following changes since commit a5e13c6df0e41702d2b2c77c8ad41677ebb065b3:

  Linux 5.12-rc5 (2021-03-28 15:48:16 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f8b139e2f24112f4e21f1eb02c7fc7600fea4b8d:

  fs: 9p: fix v9fs_file_open writeback fid error check (2021-03-31 07:02:47 +0900)

----------------------------------------------------------------
9p for 5.13-rc1

an error handling fix and const optimization

----------------------------------------------------------------
Rikard Falkeborn (1):
      9p: Constify static struct v9fs_attr_group

Yang Yingliang (1):
      fs: 9p: fix v9fs_file_open writeback fid error check

 fs/9p/v9fs.c     | 2 +-
 fs/9p/vfs_file.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Thanks,

Comments

pr-tracker-bot@kernel.org May 7, 2021, 7:07 p.m. UTC | #1
The pull request you sent on Fri, 7 May 2021 20:41:21 +0900:

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

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

Thank you!