All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] 9p for 5.17-rc1
@ 2022-01-13 23:41 Dominique Martinet
  2022-01-16  6:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dominique Martinet @ 2022-01-13 23:41 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: v9fs-developer, linux-kernel, linux-fsdevel, netdev

The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c:

  Linux 5.16-rc5 (2021-12-12 14:53:01 -0800)

are available in the Git repository at:

  git://github.com/martinetd/linux tags/9p-for-5.17-rc1

for you to fetch changes up to 19d1c32652bbbf406063025354845fdddbcecd3a:

  9p: fix enodata when reading growing file (2022-01-11 15:21:53 +0900)

----------------------------------------------------------------
9p-for-5.17-rc1: fixes, split 9p_net_fd, new reviewer

- fix possible uninitialized memory usage for setattr
- fix fscache reading hole in a file just after it's been grown
- split net/9p/trans_fd.c in its own module like other transports
  that module defaults to 9P_NET and is autoloaded if required so
  users should not be impacted
- add Christian Schoenebeck to 9p reviewers
- some more trivial cleanup

----------------------------------------------------------------
Changcheng Deng (1):
      fs: 9p: remove unneeded variable

Christian Brauner (1):
      9p: only copy valid iattrs in 9P2000.L setattr implementation

Christian Schoenebeck (2):
      MAINTAINERS: 9p: add Christian Schoenebeck as reviewer
      net/9p: show error message if user 'msize' cannot be satisfied

Dominique Martinet (1):
      9p: fix enodata when reading growing file

Thomas Weißschuh (3):
      9p/trans_fd: split into dedicated module
      9p/xen: autoload when xenbus service is available
      net/p9: load default transports

Zhang Mingyu (1):
      9p: Use BUG_ON instead of if condition followed by BUG.

zhuxinran (1):
      9p/trans_virtio: Fix typo in the comment for p9_virtio_create()

 MAINTAINERS                |  1 +
 fs/9p/vfs_addr.c           |  5 +++++
 fs/9p/vfs_file.c           |  6 ++----
 fs/9p/vfs_inode_dotl.c     | 29 ++++++++++++++++++++---------
 include/net/9p/9p.h        |  2 --
 include/net/9p/transport.h |  2 +-
 net/9p/Kconfig             |  7 +++++++
 net/9p/Makefile            |  5 ++++-
 net/9p/client.c            |  7 ++++++-
 net/9p/mod.c               | 15 +++++++++++----
 net/9p/trans_fd.c          | 14 ++++++++++++--
 net/9p/trans_virtio.c      |  2 +-
 net/9p/trans_xen.c         |  1 +
 13 files changed, 71 insertions(+), 25 deletions(-)

-- 
Dominique

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] 9p for 5.17-rc1
  2022-01-13 23:41 [GIT PULL] 9p for 5.17-rc1 Dominique Martinet
@ 2022-01-16  6:45 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-01-16  6:45 UTC (permalink / raw)
  To: Dominique Martinet
  Cc: Linus Torvalds, v9fs-developer, linux-kernel, linux-fsdevel, netdev

The pull request you sent on Fri, 14 Jan 2022 08:41:32 +0900:

> git://github.com/martinetd/linux tags/9p-for-5.17-rc1

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-16  6:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13 23:41 [GIT PULL] 9p for 5.17-rc1 Dominique Martinet
2022-01-16  6:45 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.