OSDN Git Service

iov_iter: Kunit tests for page extraction
authorDavid Howells <dhowells@redhat.com>
Fri, 8 Sep 2023 16:03:22 +0000 (17:03 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Sep 2023 22:11:49 +0000 (15:11 -0700)
Add some kunit tests for page extraction for ITER_BVEC, ITER_KVEC and
ITER_XARRAY type iterators.  ITER_UBUF and ITER_IOVEC aren't dealt with
as they require userspace VM interaction.  ITER_DISCARD isn't dealt with
either as that can't be extracted.

Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Christian Brauner <brauner@kernel.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: David Hildenbrand <david@redhat.com>
Cc: John Hubbard <jhubbard@nvidia.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found