commit | c027848a98c501c781ebe3b9927eb65b1d8b467f | [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> | Tue Jul 20 16:20:56 2021 +0200 |
tree | fd80d224096cefc28dd036c829b8576a31463c67 | |
parent | b0dfe924a0dd4241c4b3271ceb27edd34f9994c2 [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>