Re: [RFC PATCH 1/2] mm: make lazy MMU mode context-aware

From: Alexander Gordeev

Date: Tue Apr 14 2026 - 12:11:35 EST


On Tue, Apr 14, 2026 at 04:30:10PM +0200, Kevin Brodsky wrote:
> > * @mm: Address space the ptes represent.
>
> Not sure that makes sense, maybe something like "Address space the PTEs
> belong to"?
>
> > * @addr: Address of the first pte.
>
> Isn't it the address of the underlying memory rather?

Will update both and also the clear_not_present_full_ptes()
comment, where I copied it from.

...
> > * PTEs that fall within the specified range might observe update speedups.
> > * The PTE range must belong to the specified memory space and do not cross
>
> s/do not/not/
...
> Looks reasonable to me otherwise.

Thanks!

> - Kevin