]> 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>
Fri, 28 Feb 2025 01:00:36 +0000 (17:00 -0800)
commite10f3c6bad608a01a0876f530ef278b95c45fa22
tree787265237ed340f701620029103e281d8acc35cf
parent5aa706e8210d114e7a5af21c6deb2d49c32b8b3e
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