Re: [RESEND PATCH v1 1/5] mm: vmalloc must set pte via arch code

From: Christoph Hellwig
Date: Wed May 17 2023 - 02:19:00 EST


On Thu, May 11, 2023 at 02:21:09PM +0100, Ryan Roberts wrote:
> It is bad practice to directly set pte entries within a pte table.
> Instead all modifications must go through arch-provided helpers such as
> set_pte_at() to give the arch code visibility and allow it to validate
> (and potentially modify) the operation.

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>