[GIT PULL] 9p update for 5.8

From: Dominique Martinet
Date: Wed Jul 29 2020 - 02:33:24 EST


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(-)
--
Dominique