* [GIT PULL] fs/9p fixes for v6.5-rc3
@ 2023-07-28 2:09 Eric Van Hensbergen
2023-07-28 17:45 ` Linus Torvalds
2023-07-28 18:39 ` pr-tracker-bot
0 siblings, 2 replies; 3+ messages in thread
From: Eric Van Hensbergen @ 2023-07-28 2:09 UTC (permalink / raw)
To: torvalds; +Cc: v9fs, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2099 bytes --]
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(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] fs/9p fixes for v6.5-rc3
2023-07-28 2:09 [GIT PULL] fs/9p fixes for v6.5-rc3 Eric Van Hensbergen
@ 2023-07-28 17:45 ` Linus Torvalds
2023-07-28 18:39 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2023-07-28 17:45 UTC (permalink / raw)
To: Eric Van Hensbergen; +Cc: v9fs, linux-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] fs/9p fixes for v6.5-rc3
2023-07-28 2:09 [GIT PULL] fs/9p fixes for v6.5-rc3 Eric Van Hensbergen
2023-07-28 17:45 ` Linus Torvalds
@ 2023-07-28 18:39 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2023-07-28 18:39 UTC (permalink / raw)
To: Eric Van Hensbergen; +Cc: torvalds, v9fs, linux-kernel
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-28 18:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-28 2:09 [GIT PULL] fs/9p fixes for v6.5-rc3 Eric Van Hensbergen
2023-07-28 17:45 ` Linus Torvalds
2023-07-28 18:39 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox