[PATCH v2 01/18] mm/ptdump: Replace READ_ONCE() with standard page table accessors
David Hildenbrand
david at redhat.com
Thu Oct 9 02:34:41 PDT 2025
On 09.10.25 03:57, Samuel Holland wrote:
> From: Anshuman Khandual <anshuman.khandual at arm.com>
>
> Replace READ_ONCE() with standard page table accessors i.e pxdp_get() which
> anyways default into READ_ONCE() in cases where platform does not override.
> Also convert ptep_get_lockless() into ptep_get() as well.
>
> Cc: Andrew Morton <akpm at linux-foundation.org>
> Cc: David Hildenbrand <david at redhat.com>
> Cc: linux-mm at kvack.org
> Cc: linux-kernel at vger.kernel.org
> Reviewed-by: Dev Jain <dev.jain at arm.com>
> Acked-by: Lance Yang <lance.yang at linux.dev>
> Acked-by: SeongJae Park <sj at kernel.org>
> Signed-off-by: Anshuman Khandual <anshuman.khandual at arm.com>
> Acked-by: David Hildenbrand <david at redhat.com>
> Link: https://lore.kernel.org/r/20251001042502.1400726-1-anshuman.khandual@arm.com/
> Signed-off-by: Samuel Holland <samuel.holland at sifive.com>
> ---
I'm not sure why I am not CCed on the full series given that it
apparently has LOADS AND LOADS of core-mm changes in it.
get_maintainers.pl is your friend ;)
--
Cheers
David / dhildenb
More information about the linux-riscv
mailing list