[PATCH v4 0/2] kho: add support for deferred struct page init

Michal Clapinski posted 2 patches 1 month, 1 week ago
There is a newer version of this series
include/linux/memblock.h           |  2 -
kernel/liveupdate/Kconfig          |  2 -
kernel/liveupdate/kexec_handover.c | 70 ++++++++++++++++--------------
mm/memblock.c                      | 22 ----------
4 files changed, 37 insertions(+), 59 deletions(-)
[PATCH v4 0/2] kho: add support for deferred struct page init
Posted by Michal Clapinski 1 month, 1 week ago
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.
---
v4:
- added a new commit to fix deferred init of kho scratch
- switched to ulong when refering to pfn
v3:
- changed commit msg
- don't invoke early_pfn_to_nid if CONFIG_DEFERRED_STRUCT_PAGE_INIT=n
v2:
- updated a comment

Evangelos Petrongonas (1):
  kho: make preserved pages compatible with deferred struct page init

Michal Clapinski (1):
  kho: fix deferred init of kho scratch

 include/linux/memblock.h           |  2 -
 kernel/liveupdate/Kconfig          |  2 -
 kernel/liveupdate/kexec_handover.c | 70 ++++++++++++++++--------------
 mm/memblock.c                      | 22 ----------
 4 files changed, 37 insertions(+), 59 deletions(-)

-- 
2.53.0.345.g96ddfc5eaa-goog