Re: [PATCH v2] mm: don't schedule deferred kernel page table freeing while booting
From: Mikhail Gavrilov
Date: Thu Sep 24 2026 - 05:39:43 EST
On Thu, Sep 24, 2026 at 10:31:15AM +0100, Lorenzo Stoakes (ARM) wrote:
> I know I said go ahead so it's my fault not yours, but in general please don't
> respin so fast :P
Noted, sorry for the race.
> Maybe we want to ensure the drain? Like below:
Yes, that removes the one caveat v2 had to state: tables queued while
booting no longer depend on a later free to get the work scheduled. On
this box they were drained at the first module load, but that is one
machine.
I'll mark the initcall __init, boot it here, and send a v3 no earlier
than tomorrow, so that the others have time to look.