Re: [PATCH v7 0/3] kho: add support for deferred struct page init
From: Andrew Morton
Date: Tue Mar 17 2026 - 13:58:59 EST
On Tue, 17 Mar 2026 15:15:31 +0100 Michal Clapinski <mclapinski@xxxxxxxxxx> wrote:
> When CONFIG_DEFERRED_STRUCT_PAGE_INIT (hereinafter DEFERRED) is
> enabled, struct page initialization is deferred to parallel kthreads
> that run later in the boot process.
>
> Currently, KHO is incompatible with DEFERRED.
> This series fixes that incompatibility.
Thanks, I've added this series to mm.git's mm-new branch for testing.
All being well I'll move it into the mm-unstable branch (and hence
linux-next) in a few days. All being well I'll move it into the
non-rebasing mm-stable branch a few weeks hence. Then into mainline
during the merge window!
[1/3] and [2/3] aren't showing any review at this time, but the
well-reviewed [3/3] is the meat of this series.