The patch titled Subject: mm/hwpoison: disable hwpoison filter during removing has been added to the -mm mm-unstable branch. Its filename is mm-hwpoison-disable-hwpoison-filter-during-removing.patch This patch should soon 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: zhenwei pi <pizhenwei@xxxxxxxxxxxxx> Subject: mm/hwpoison: disable hwpoison filter during removing hwpoison filter is enabled by hwpoison-inject module, after removing this module, hwpoison filter still works. What is worse, user can not find the debugfs entries to know this. Disable the hwpoison filter during removing hwpoison-inject module. Link: https://lkml.kernel.org/r/20220509105641.491313-5-pizhenwei@xxxxxxxxxxxxx Signed-off-by: zhenwei pi <pizhenwei@xxxxxxxxxxxxx> Cc: Naoya Horiguchi <naoya.horiguchi@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hwpoison-inject.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/hwpoison-inject.c~mm-hwpoison-disable-hwpoison-filter-during-removing +++ a/mm/hwpoison-inject.c @@ -65,6 +65,7 @@ DEFINE_DEBUGFS_ATTRIBUTE(unpoison_fops, static void pfn_inject_exit(void) { + hwpoison_filter_enable = 0; debugfs_remove_recursive(hwpoison_dir); } _ Patches currently in -mm which might be from pizhenwei@xxxxxxxxxxxxx are mm-memory-failurec-move-clear_hwpoisoned_pages.patch mm-memory-failurec-simplify-num_poisoned_pages_dec.patch mm-memory-failurec-add-hwpoison_filter-for-soft-offline.patch mm-hwpoison-disable-hwpoison-filter-during-removing.patch mm-memory-failurec-simplify-num_poisoned_pages_inc-dec.patch