[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZMMjWSvfFutpaK6t@e8f1df9eb5bc>
Date: Fri, 28 Jul 2023 02:09:29 +0000
From: Eric Van Hensbergen <ericvh@...nel.org>
To: torvalds@...ux-foundation.org
Cc: v9fs@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [GIT PULL] fs/9p fixes for v6.5-rc3
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(-)
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists