mbox series

[GIT,PULL] 9p update for 5.8

Message ID 20200729063306.GA19549@nautica
State Not Applicable
Delegated to: David Miller
Headers show
Series [GIT,PULL] 9p update for 5.8 | expand

Pull-request

https://github.com/martinetd/linux tags/9p-for-5.8-2

Message

Dominique Martinet July 29, 2020, 6:33 a.m. UTC
Sorry for the late request, I took some time to fix my test setup and to
be convinced these two patches are worth sending now and not wait until
the next merge window.

(the "weird" -2 at the end of the tag is because I had already used
9p-for-5.8 for the original -rc1 pull)


The following changes since commit 11ba468877bb23f28956a35e896356252d63c983:

  Linux 5.8-rc5 (2020-07-12 16:34:50 -0700)

are available in the Git repository at:

  https://github.com/martinetd/linux tags/9p-for-5.8-2

for you to fetch changes up to 74d6a5d5662975aed7f25952f62efbb6f6dadd29:

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

----------------------------------------------------------------
A couple of syzcaller fixes for 5.8

the first one in particular has been quite noisy ("broke" in -rc5)
so this would be worth landing even this late even if users likely
won't see a difference

----------------------------------------------------------------
Christoph Hellwig (1):
      net/9p: validate fds in p9_fd_open

Wang Hai (1):
      9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_work

 net/9p/trans_fd.c | 39 ++++++++++++++++++++++++++++++---------
 1 file changed, 30 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org July 29, 2020, 9:45 p.m. UTC | #1
The pull request you sent on Wed, 29 Jul 2020 08:33:06 +0200:

> https://github.com/martinetd/linux tags/9p-for-5.8-2

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

Thank you!