[GIT,PULL] 9p patches for 6.3 merge window (part 1)

Message ID Y/+A/K4/2A8iRj2m@thundercleese.milagro.dyndns.org
State New
Headers
Series [GIT,PULL] 9p patches for 6.3 merge window (part 1) |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-6.3-for-linus-part1

Message

Eric Van Hensbergen March 1, 2023, 4:44 p.m. UTC
  The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

  Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-6.3-for-linus-part1

for you to fetch changes up to 89c58cb395ec0fb58df5475dced1093eaf5896ad:

  fs/9p: fix error reporting in v9fs_dir_release (2023-02-24 13:42:40 +0000)

----------------------------------------------------------------
9p patches for 6.3 merge window (part 1)

Here is the 9p patches for the 6.3 merge window combining
the tested and reviewed patches from both Dominique's
for-next tree and my for-next tree.  Most of these
patches have been in for-next since December with only
some reword in the description:

- some fixes and cleanup setting up for a larger set
  of performance patches I've been working on
- a contributed fixes relating to 9p/rdma
- some contributed fixes relating to 9p/xen

I've marked this as part 1, I'm not sure I'll be
submitting part 2.  There were several performance
patches that I wanted to get in, but the revisions
after review only went out last week so while they
have been tested, I haven't received reviews on the
revisions.

Its been about a decade since I've submitted a pull
request, sorry if I messed anything up.

       -eric

----------------------------------------------------------------
Eric Van Hensbergen (4):
      net/9p: Adjust maximum MSIZE to account for p9 header
      fs/9p: Expand setup of writeback cache to all levels
      net/9p: fix bug in client create for .L
      fs/9p: fix error reporting in v9fs_dir_release

Juergen Gross (2):
      9p/xen: fix version parsing
      9p/xen: fix connection sequence

Zhengchao Shao (1):
      9p/rdma: unmap receive dma buffer in rdma_request()/post_recv()

 fs/9p/v9fs.c           |  2 +-
 fs/9p/vfs_addr.c       |  2 --
 fs/9p/vfs_dir.c        |  7 ++++---
 fs/9p/vfs_file.c       |  7 ++++---
 fs/9p/vfs_inode.c      |  3 +--
 fs/9p/vfs_inode_dotl.c |  7 ++++---
 net/9p/client.c        |  8 ++++++--
 net/9p/trans_rdma.c    | 15 ++++++++++++---
 net/9p/trans_xen.c     | 48 +++++++++++++++++++++++++++++++-----------------
 9 files changed, 63 insertions(+), 36 deletions(-)
  

Comments

Linus Torvalds March 1, 2023, 4:59 p.m. UTC | #1
On Wed, Mar 1, 2023 at 8:44 AM Eric Van Hensbergen <ericvh@kernel.org> wrote:
>
> Its been about a decade since I've submitted a pull
> request, sorry if I messed anything up.

Well, I'd really have liked to see the commit not having been updated
last week, but other than that I only react to the fact that your
kernel.org email address in your pgp key seems to have your own name
misspelled. That looks a bit odd.

            Linus
  
pr-tracker-bot@kernel.org March 1, 2023, 6:02 p.m. UTC | #2
The pull request you sent on Wed, 1 Mar 2023 16:44:44 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-6.3-for-linus-part1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3808330b20ee0b23e1e3c192610c3a2ee65605e9

Thank you!