commit | 7b0393e6f6c86d5f1b01befebd2bf445d0f4ff94 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 02 14:48:21 2021 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 14 16:55:39 2021 +0200 |
tree | c0b59d191729755ec8f7c2500e6973e5d89740c1 | |
parent | b6df9e43d52deed1e3bb9a58b6ab3329049a945e [diff] |
iov_iter_fault_in_readable() should do nothing in xarray case commit 0e8f0d67401589a141950856902c7d0ec8d9c985 upstream. ... and actually should just check it's given an iovec-backed iterator in the first place. Cc: stable@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>