Re: [PATCHv2] mm: khugepaged: make scan loops suspend aware
From: Sergey Senozhatsky
Date: Mon Feb 16 2026 - 04:50:32 EST
On (26/02/16 10:24), David Hildenbrand (Arm) wrote:
> > Maybe we also need check points inside these loops to bail out early?
>
> I'd only do that if we have evidence that it's actually helpful.
>
> @Sergey, with which base page size are you running (4k vs. 16k vs 64k)? I
> assume your report is on aarch64, correct?
I had reports from a 2 CPU Intel n50 device, with 4096 PAGE_SIZE.
I'm trying to repro on that device now (by running suspend/resume
in a loop), but not much luck so far.