The quilt patch titled Subject: mm/hwpoison: add MODULE_DESCRIPTION() has been removed from the -mm tree. Its filename was mm-hwpoison-add-module_description.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> Subject: mm/hwpoison: add MODULE_DESCRIPTION() Date: Mon, 13 May 2024 12:37:38 -0700 Patch series "mm: add missing MODULE_DESCRIPTION() macros". This fixes the instances of "WARNING: modpost: missing MODULE_DESCRIPTION()" that I'm seeing in mm/. This patch (of 4): Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in mm/hwpoison-inject.o Link: https://lkml.kernel.org/r/20240513-mm-md-v1-0-8c20e7d26842@xxxxxxxxxxx Link: https://lkml.kernel.org/r/20240513-mm-md-v1-1-8c20e7d26842@xxxxxxxxxxx Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> Acked-by: Miaohe Lin <linmiaohe@xxxxxxxxxx> Cc: Alexander Potapenko <glider@xxxxxxxxxx> Cc: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Cc: Marco Elver <elver@xxxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Naoya Horiguchi <nao.horiguchi@xxxxxxxxx> Cc: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hwpoison-inject.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/hwpoison-inject.c~mm-hwpoison-add-module_description +++ a/mm/hwpoison-inject.c @@ -110,4 +110,5 @@ static int __init pfn_inject_init(void) module_init(pfn_inject_init); module_exit(pfn_inject_exit); +MODULE_DESCRIPTION("HWPoison pages injector"); MODULE_LICENSE("GPL"); _ Patches currently in -mm which might be from quic_jjohnson@xxxxxxxxxxx are backtracetest-add-module_description.patch lib-ts-add-missing-module_description-macros.patch kunit-fortify-add-missing-module_description-macros.patch kunit-add-missing-module_description-macros-for-lib-_testko.patch lib-asn1_encoder-add-missing-module_description-macro.patch kunit-add-missing-module_description-macros-to-lib-_kunitc.patch uuid-add-missing-module_description-macro.patch siphash-add-missing-module_description-macro.patch lib-test_kmod-add-missing-module_description-macro.patch lib-test_linear_ranges-add-missing-module_description-macro.patch kunit-add-missing-module_description-macros-for-lib-test_ko.patch kfifo-add-missing-module_description-macros.patch resource-add-missing-module_description.patch selftests-fpu-add-missing-module_description-macro.patch