mbox series

[git,pull] vfs.git 9p fix

Message ID YurQkunyW5lfS9DH@ZenIV (mailing list archive)
State New, archived
Headers show
Series [git,pull] vfs.git 9p fix | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-work.9p

Message

Al Viro Aug. 3, 2022, 7:46 p.m. UTC
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-work.9p

for you to fetch changes up to f615625a44c4e641460acf74c91cedfaeab0dd28:

  9p: handling Rerror without copy_from_iter_full() (2022-06-09 10:01:34 -0400)

----------------------------------------------------------------
	net/9p abuses iov_iter primitives - attempts to copy _from_
a destination-only iov_iter when it handles Rerror arriving in reply to
zero-copy request.  Not hard to fix, fortunately; it's a prereq for the
iov_iter_get_pages() work in the second part of iov_iter series,
ended up in a separate branch.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Al Viro (1):
      9p: handling Rerror without copy_from_iter_full()

 net/9p/client.c       | 86 +--------------------------------------------------
 net/9p/trans_virtio.c | 34 ++++++++++++++++++++
 2 files changed, 35 insertions(+), 85 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 3, 2022, 9:13 p.m. UTC | #1
The pull request you sent on Wed, 3 Aug 2022 20:46:26 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-work.9p

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

Thank you!