Re: [PATCH] mm: constify oom_control, scan_control, and alloc_context nodemask
From: Barry Song
Date: Tue Jun 09 2026 - 03:48:33 EST
On Tue, Jun 9, 2026 at 8:29 AM Gregory Price <gourry@xxxxxxxxxx> wrote:
>
> The nodemasks in these structures may come from a variety of sources,
> including tasks and cpusets - and should never be modified by any code
> when being passed around inside another context.
>
> Signed-off-by: Gregory Price <gourry@xxxxxxxxxx>
> ---
LGTM,
Reviewed-by: Barry Song <baohua@xxxxxxxxxx>