mbox series

[GIT,PULL] fs/9p: cleanups for 6.9-rc3

Message ID Zg_gyHsrkjDiz7lR@codewreck.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] fs/9p: cleanups for 6.9-rc3 | expand

Pull-request

https://github.com/martinetd/linux tags/9p-for-6.9-rc3

Message

Dominique Martinet April 5, 2024, 11:30 a.m. UTC
Sorry, I should have sent these back for rc1. There's nothing that could
break in there and the kdoc cleanup patch caused some trouble with -next
and another identical commit, merging something should help a bit...

FYI there's some regression with the cache rework that came in rc1, if
we don't figure something out by next week it might make sense to revert
some of these; I unfortunately couldn't reproduce Kent's report but will
try a bit harder this weekend.
These commits have nothing to do with that and won't conflict.

--------

The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de:

  Linux 6.8-rc4 (2024-02-11 12:18:13 -0800)

are available in the Git repository at:

  https://github.com/martinetd/linux tags/9p-for-6.9-rc3

for you to fetch changes up to 2a0505cdd8c8b12670f4b5a6eb5c996c0861c2d5:

  9p: remove SLAB_MEM_SPREAD flag usage (2024-03-04 22:04:32 +0900)

----------------------------------------------------------------
minor 9p cleanups:

- kernel doc fix & removal of unused flag
- some bogus debug statement for read/write

----------------------------------------------------------------
Chengming Zhou (1):
      9p: remove SLAB_MEM_SPREAD flag usage

Dominique Martinet (1):
      9p: Fix read/write debug statements to report server reply

Randy Dunlap (1):
      9p/trans_fd: remove Excess kernel-doc comment

 fs/9p/v9fs.c      |  2 +-
 net/9p/client.c   | 10 +++++-----
 net/9p/trans_fd.c |  1 -
 3 files changed, 6 insertions(+), 7 deletions(-)


Thanks,

Comments

pr-tracker-bot@kernel.org April 5, 2024, 5:09 p.m. UTC | #1
The pull request you sent on Fri, 5 Apr 2024 20:30:16 +0900:

> https://github.com/martinetd/linux tags/9p-for-6.9-rc3

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

Thank you!