mbox series

[git,pull] iov_iter fix

Message ID YqOjMvUlZKpeYg76@zeniv-ca.linux.org.uk (mailing list archive)
State New, archived
Headers show
Series [git,pull] iov_iter fix | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

Message

Al Viro June 10, 2022, 8:01 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-fixes

for you to fetch changes up to 6c77676645ad42993e0a8bdb8dafa517851a352a:

  iov_iter: Fix iter_xarray_get_pages{,_alloc}() (2022-06-10 15:56:32 -0400)

----------------------------------------------------------------
ITER_XARRAY get_pages fix; now the return value is a lot saner
(and more similar to logics for other flavours)

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

----------------------------------------------------------------
David Howells (1):
      iov_iter: Fix iter_xarray_get_pages{,_alloc}()

 lib/iov_iter.c | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org June 11, 2022, 12:08 a.m. UTC | #1
The pull request you sent on Fri, 10 Jun 2022 20:01:54 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

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

Thank you!