v9fs.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Eric Van Hensbergen <ericvh@kernel.org>
To: torvalds@linux-foundation.org
Cc: v9fs@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [GIT PULL] fs/9p fixes for v6.5-rc3
Date: Fri, 28 Jul 2023 02:09:29 +0000	[thread overview]
Message-ID: <ZMMjWSvfFutpaK6t@e8f1df9eb5bc> (raw)

[-- 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 --]

             reply	other threads:[~2023-07-28  2:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-28  2:09 Eric Van Hensbergen [this message]
2023-07-28 17:45 ` [GIT PULL] fs/9p fixes for v6.5-rc3 Linus Torvalds
2023-07-28 18:39 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZMMjWSvfFutpaK6t@e8f1df9eb5bc \
    --to=ericvh@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=v9fs@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).