]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/test_hmm: make dmirror_atomic_map() consume a single page
authorDavid Hildenbrand <david@redhat.com>
Wed, 26 Feb 2025 13:22:53 +0000 (14:22 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 4 Mar 2025 05:50:35 +0000 (21:50 -0800)
commit893acbaedbef93aedee0f29b8be3554212e3b6c2
tree17cfbc0b430d597f5125d01613e432e1f1f50e14
parentf6ca684023a878fbd8ff9cc9c3644276bf1ffe24
lib/test_hmm: make dmirror_atomic_map() consume a single page

Patch series "mm: cleanups for device-exclusive entries (hmm)", v2.

Some smaller device-exclusive cleanups I have lying around.

This patch (of 5):

The caller now always passes a single page; let's simplify, and return "0"
on success.

Link: https://lkml.kernel.org/r/20250226132257.2826043-1-david@redhat.com
Link: https://lkml.kernel.org/r/20250226132257.2826043-2-david@redhat.com
Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Alistair Popple <apopple@nvidia.com>
Cc: Jason Gunthorpe <jgg@nvidia.com>
Cc: Jérôme Glisse <jglisse@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/test_hmm.c