mbox series

[GIT,PULL] fs/9p fixes for v6.5-rc3

Message ID ZMMjWSvfFutpaK6t@e8f1df9eb5bc (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] fs/9p fixes for v6.5-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git fixes/next

Message

Eric Van Hensbergen July 28, 2023, 2:09 a.m. UTC
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git fixes/next

for you to fetch changes up to e6ab0b914c12acefbb0880dded48cb930ccab5cf:

  fs/9p: Remove unused extern declaration (2023-07-20 19:21:48 +0000)

--------------

Misc set of fixes for 9p in 6.5

Most of these clean up warnings we've gotten out of compilation tools, but
several of them were from inspection while hunting down a couple of
regressions.

The most important one to pull is 75b396821cb71164dac3a1ad51dda4781ea8dbad
(fs/9p: remove unnecessary and overrestrictive check)
which caused a regression for some folks by restricting mmap
in any case where writeback caches weren't enabled.

Most of the other bugs caught via inspection were type mismatches.


----------------------------------------------------------------
Christophe JAILLET (1):
      fs/9p: Fix a datatype used with V9FS_DIRECT_IO

Dominique Martinet (5):
      9p: fix ignored return value in v9fs_dir_release
      9p: virtio: fix unlikely null pointer deref in handle_rerror
      9p: virtio: make sure 'offs' is initialized in zc_request
      9p: virtio: skip incrementing unused variable
      9p: remove dead stores (variable set again without being read)

Eric Van Hensbergen (4):
      fs/9p: remove unnecessary and overrestrictive check
      fs/9p: fix typo in comparison logic for cache mode
      fs/9p: fix type mismatch in file cache mode helper
      fs/9p: remove unnecessary invalidate_inode_pages2

YueHaibing (1):
      fs/9p: Remove unused extern declaration

 fs/9p/fid.h            |  6 +++---
 fs/9p/v9fs.c           |  2 --
 fs/9p/v9fs.h           |  2 +-
 fs/9p/vfs_dir.c        |  5 +++--
 fs/9p/vfs_file.c       |  5 +----
 fs/9p/vfs_inode.c      |  6 ------
 fs/9p/vfs_inode_dotl.c |  1 -
 net/9p/client.c        | 46 ++++++++++++----------------------------------
 net/9p/trans_virtio.c  |  8 ++++----
 9 files changed, 24 insertions(+), 57 deletions(-)

Comments

Linus Torvalds July 28, 2023, 5:45 p.m. UTC | #1
On Thu, 27 Jul 2023 at 19:09, Eric Van Hensbergen <ericvh@kernel.org> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git fixes/next

Please be more careful.

You *meant* to write "tags/9p-fixes-6.5-rc3", not "fixes/next".

                    Linus
pr-tracker-bot@kernel.org July 28, 2023, 6:39 p.m. UTC | #2
The pull request you sent on Fri, 28 Jul 2023 02:09:29 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git fixes/next

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

Thank you!