The patch titled Subject: vmcore-add-a-kernel-parameter-novmcoredd-fix has been removed from the -mm tree. Its filename was vmcore-add-a-kernel-parameter-novmcoredd-fix.patch This patch was dropped because it was folded into vmcore-add-a-kernel-parameter-novmcoredd.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: vmcore-add-a-kernel-parameter-novmcoredd-fix tweak documentation Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: Baoquan He <bhe@xxxxxxxxxx> Cc: Bhupesh Sharma <bhsharma@xxxxxxxxxx> Cc: Dave Young <dyoung@xxxxxxxxxx> Cc: "David S . Miller" <davem@xxxxxxxxxxxxx> Cc: Eric Biederman <ebiederm@xxxxxxxxxxxx> Cc: Kairui Song <kasong@xxxxxxxxxx> Cc: Rahul Lakkireddy <rahul.lakkireddy@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/admin-guide/kernel-parameters.txt | 12 ++++++------ fs/proc/Kconfig | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) --- a/Documentation/admin-guide/kernel-parameters.txt~vmcore-add-a-kernel-parameter-novmcoredd-fix +++ a/Documentation/admin-guide/kernel-parameters.txt @@ -2880,12 +2880,12 @@ novmcoredd [KNL,KDUMP] Disable device dump. Device dump allows drivers to append dump data to vmcore so you can collect driver - specified debug info. The drivers could append the - data without any limit, and the data is stored in - memory, this may bring a significant memory stress. - Disable device dump can help save memory but driver - debug data will be no longer available. - Only available when CONFIG_PROC_VMCORE_DEVICE_DUMP + specified debug info. Drivers can append the data + without any limit and this data is stored in memory, + so this may cause significant memory stress. Disabling + device dump can help save memory but the driver debug + data will be no longer available. This parameter + is only available when CONFIG_PROC_VMCORE_DEVICE_DUMP is set. noaliencache [MM, NUMA, SLAB] Disables the allocation of alien --- a/fs/proc/Kconfig~vmcore-add-a-kernel-parameter-novmcoredd-fix +++ a/fs/proc/Kconfig @@ -58,8 +58,8 @@ config PROC_VMCORE_DEVICE_DUMP snapshot. If you say Y here, the collected device dumps will be added - as ELF notes to /proc/vmcore. You can still disabled device - dump by command line option 'novmcoredd'. + as ELF notes to /proc/vmcore. You can still disable device + dump using the kernel command line option 'novmcoredd'. config PROC_SYSCTL bool "Sysctl support (/proc/sys)" if EXPERT _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-vmscanc-add-checks-for-incorrect-handling-of-current-reclaim_state.patch vmcore-add-a-kernel-parameter-novmcoredd.patch vmcore-add-a-kernel-parameter-novmcoredd-fix-fix.patch rbtree-avoid-generating-code-twice-for-the-cached-versions-checkpatch-fixes.patch coda-add-hinting-support-for-partial-file-caching-fix.patch selftests-ptrace-add-a-test-case-for-ptrace_get_syscall_info-checkpatch-fixes.patch