mbox series

[GIT,PULL,v2] 9p update for 5.7

Message ID 20200408151214.GA30977@nautica (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,v2] 9p update for 5.7 | expand

Pull-request

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

Message

Dominique Martinet April 8, 2020, 3:12 p.m. UTC
Hi Linus,

v2 of monday's pull request. The commit date is just now, but that is
just the documentation patch I applied, there is no code change since
the last version.

Thanks,
Dominique

The following changes since commit 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e:

  Linux 5.6-rc7 (2020-03-22 18:31:56 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c6f141412d24c8d8a9d98ef45303c0235829044b:

  9p: document short read behaviour with O_NONBLOCK (2020-04-08 17:05:28 +0200)

----------------------------------------------------------------
9p pull request for inclusion in 5.7 (take 2)

- Change read with O_NONBLOCK to allow incomplete read and return immediately
(and document it)
- Rest is just cleanup (indent, unused field in struct, extra semicolon)

----------------------------------------------------------------
Dominique Martinet (2):
      net/9p: remove unused p9_req_t aux field
      9p: document short read behaviour with O_NONBLOCK

Krzysztof Kozlowski (1):
      9p: Fix Kconfig indentation

Sergey Alirzaev (2):
      9pnet: allow making incomplete read requests
      9p: read only once on O_NONBLOCK

zhengbin (1):
      9p: Remove unneeded semicolon

 Documentation/filesystems/9p.txt |  10 +++++++++
 fs/9p/Kconfig                    |  18 ++++++++--------
 fs/9p/vfs_file.c                 |   5 ++++-
 fs/9p/vfs_inode.c                |   2 +-
 include/net/9p/client.h          |   4 ++--
 net/9p/client.c                  | 144  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------
 6 files changed, 104 insertions(+), 79 deletions(-)

Comments

Linus Torvalds April 9, 2020, 4:53 a.m. UTC | #1
On Wed, Apr 8, 2020 at 8:12 AM Dominique Martinet
<asmadeus@codewreck.org> wrote:
>
> v2 of monday's pull request. The commit date is just now, but that is
> just the documentation patch I applied, there is no code change since
> the last version.

Note that I had already pulled your previous request, I just inquired
about the behavior.

I now pulled the doc update too.

            Linus
pr-tracker-bot@kernel.org April 9, 2020, 4:55 a.m. UTC | #2
The pull request you sent on Wed, 8 Apr 2020 17:12:14 +0200:

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

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

Thank you!