The patch titled Subject: docs-mm-add-enable_soft_offline-sysctl-fix-fix has been added to the -mm mm-unstable branch. Its filename is docs-mm-add-enable_soft_offline-sysctl-fix-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/docs-mm-add-enable_soft_offline-sysctl-fix-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: Jiaqi Yan <jiaqiyan@xxxxxxxxxx> Subject: docs-mm-add-enable_soft_offline-sysctl-fix-fix Date: Mon, 1 Jul 2024 23:37:55 -0700 there are more blank lines needed Link: https://lkml.kernel.org/r/CACw3F52_obAB742XeDRNun4BHBYtrxtbvp5NkUincXdaob0j1g@xxxxxxxxxxxxxx Signed-off-by: Jiaqi Yan <jiaqiyan@xxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/admin-guide/sysctl/vm.rst | 3 +++ 1 file changed, 3 insertions(+) --- a/Documentation/admin-guide/sysctl/vm.rst~docs-mm-add-enable_soft_offline-sysctl-fix-fix +++ a/Documentation/admin-guide/sysctl/vm.rst @@ -299,8 +299,11 @@ the request to soft offline the pages. It is worth mentioning that after setting enable_soft_offline to 0, the following requests to soft offline pages will not be performed: + - Request to soft offline pages from RAS Correctable Errors Collector. + - On ARM, the request to soft offline pages from GHES driver. + - On PARISC, the request to soft offline pages from Page Deallocation Table. extfrag_threshold _ Patches currently in -mm which might be from jiaqiyan@xxxxxxxxxx are mm-memory-failure-refactor-log-format-in-soft-offline-code.patch mm-memory-failure-userspace-controls-soft-offlining-pages.patch mm-memory-failure-userspace-controls-soft-offlining-pages-v7.patch selftest-mm-test-enable_soft_offline-behaviors.patch selftest-mm-test-enable_soft_offline-behaviors-v7.patch docs-mm-add-enable_soft_offline-sysctl.patch docs-mm-add-enable_soft_offline-sysctl-fix.patch docs-mm-add-enable_soft_offline-sysctl-fix-fix.patch