The patch titled Subject: mm-mm_init-ignore-kernelcore=mirror-boot-option-when-no-mirror-memory-presents-fix has been added to the -mm mm-unstable branch. Its filename is mm-mm_init-ignore-kernelcore=mirror-boot-option-when-no-mirror-memory-presents-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-mm_init-ignore-kernelcore=mirror-boot-option-when-no-mirror-memory-presents-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-mm_init-ignore-kernelcore=mirror-boot-option-when-no-mirror-memory-presents-fix Date: Wed Aug 2 12:15:54 PM PDT 2023 fix printk grammar Cc: Levi Yun <ppbuk5246@xxxxxxxxx> Cc: Mike Rapoport (IBM) <rppt@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mm_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/mm_init.c~mm-mm_init-ignore-kernelcore=mirror-boot-option-when-no-mirror-memory-presents-fix +++ a/mm/mm_init.c @@ -402,7 +402,7 @@ static void __init find_zone_movable_pfn pr_warn("This configuration results in unmirrored kernel memory.\n"); if (no_mirror_mem) { - pr_warn("There is no mirrored memory. Ignore kernelcore=mirror.\n"); + pr_warn("There is no mirrored memory. Ignoring kernelcore=mirror.\n"); mirrored_kernelcore = false; memset(zone_movable_pfn, 0x00, sizeof(zone_movable_pfn)); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch swap-stop-add-to-avail-list-is-swap-is-full-checkpatch-fixes.patch fs-buffer-clean-up-block_commit_write-fix.patch mm-page_alloc-avoid-false-page-outside-zone-error-info-fix.patch mm-make-pte_marker_swapin_error-more-general-fix.patch mm-kfence-allocate-kfence_metadata-at-runtime-fix.patch acpi-hmat-calculate-abstract-distance-with-hmat-checkpatch-fixes.patch mm-mm_init-ignore-kernelcore=mirror-boot-option-when-no-mirror-memory-presents-fix.patch signal-print-comm-and-exe-name-on-fatal-signals-fix.patch