Re: [PATCH] mm: Replace READ_ONCE() with standard page table accessors
From: David Hildenbrand
Date: Tue Oct 07 2025 - 04:47:47 EST
On 07.10.25 08:31, Anshuman Khandual wrote:
Replace all READ_ONCE() with a standard page table accessors i.e pxdp_get()
that defaults into READ_ONCE() in cases where platform does not override.
Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Cc: David Hildenbrand <david@xxxxxxxxxx>
Cc: linux-mm@xxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
Signed-off-by: Anshuman Khandual <anshuman.khandual@xxxxxxx>
---
Acked-by: David Hildenbrand <david@xxxxxxxxxx>
--
Cheers
David / dhildenb