* [git pull] vfs.git 9p fix
@ 2022-08-03 19:46 Al Viro
2022-08-03 21:13 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2022-08-03 19:46 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel, v9fs-developer
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [git pull] vfs.git 9p fix
2022-08-03 19:46 [git pull] vfs.git 9p fix Al Viro
@ 2022-08-03 21:13 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-08-03 21:13 UTC (permalink / raw)
To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel, v9fs-developer
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-03 21:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-03 19:46 [git pull] vfs.git 9p fix Al Viro
2022-08-03 21:13 ` 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;
as well as URLs for NNTP newsgroup(s).