Skip to content

Commit 1ab207e

Browse files
mclapinskirppt
authored andcommitted
selftests: kho: test with deferred struct page init
Enable DEFERRED_STRUCT_PAGE_INIT which depends on SMP. Also enable additional debugging options. Signed-off-by: Michal Clapinski <mclapinski@google.com> Reviewed-by: Mike Rapoport (Microsoft) <rppt@kernel.org> Acked-by: Pasha Tatashin <pasha.tatashin@soleen.com> Reviewed-by: Pratyush Yadav (Google) <pratyush@kernel.org> Link: https://patch.msgid.link/20260423122538.140993-4-mclapinski@google.com Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
1 parent c607374 commit 1ab207e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/testing/selftests/kho/vmtest.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,14 @@ function build_kernel() {
5959
tee "$kconfig" > "$kho_config" <<EOF
6060
CONFIG_BLK_DEV_INITRD=y
6161
CONFIG_KEXEC_HANDOVER=y
62+
CONFIG_KEXEC_HANDOVER_DEBUG=y
6263
CONFIG_KEXEC_HANDOVER_DEBUGFS=y
6364
CONFIG_TEST_KEXEC_HANDOVER=y
6465
CONFIG_DEBUG_KERNEL=y
6566
CONFIG_DEBUG_VM=y
67+
CONFIG_DEBUG_VM_PGFLAGS=y
68+
CONFIG_SMP=y
69+
CONFIG_DEFERRED_STRUCT_PAGE_INIT=y
6670
$arch_kconfig
6771
EOF
6872

0 commit comments

Comments
 (0)