Re: [PATCH v2 3/7] mm: introduce do_zap_pte_range()

From: Jann Horn
Date: Thu Nov 07 2024 - 16:50:55 EST


On Thu, Oct 31, 2024 at 9:14 AM Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx> wrote:
> This commit introduces do_zap_pte_range() to actually zap the PTEs, which
> will help improve code readability and facilitate secondary checking of
> the processed PTEs in the future.
>
> No functional change.
>
> Signed-off-by: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx>

Reviewed-by: Jann Horn <jannh@xxxxxxxxxx>