linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] mm: add missing MODULE_DESCRIPTION() macros
@ 2024-05-13 19:37 Jeff Johnson
  2024-05-13 19:37 ` [PATCH 1/4] mm/hwpoison: add MODULE_DESCRIPTION() Jeff Johnson
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jeff Johnson @ 2024-05-13 19:37 UTC (permalink / raw)
  To: Miaohe Lin, Naoya Horiguchi, Andrew Morton, Alexander Potapenko,
	Marco Elver, Dmitry Vyukov, Minchan Kim, Sergey Senozhatsky
  Cc: linux-mm, linux-kernel, kasan-dev, Jeff Johnson

This fixes the instances of "WARNING: modpost: missing
MODULE_DESCRIPTION()" that I'm seeing in 'mm'.

Note I'm not using an "everything enabled" configuration so there may
be more left to fix.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
Jeff Johnson (4):
      mm/hwpoison: add MODULE_DESCRIPTION()
      mm/dmapool: add MODULE_DESCRIPTION()
      mm/kfence: add MODULE_DESCRIPTION()
      mm/zsmalloc: add MODULE_DESCRIPTION()

 mm/dmapool_test.c       | 1 +
 mm/hwpoison-inject.c    | 1 +
 mm/kfence/kfence_test.c | 1 +
 mm/zsmalloc.c           | 1 +
 4 files changed, 4 insertions(+)
---
base-commit: dd5a440a31fae6e459c0d6271dddd62825505361
change-id: 20240513-mm-md-9bdb524ea9a8



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-05-14  3:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13 19:37 [PATCH 0/4] mm: add missing MODULE_DESCRIPTION() macros Jeff Johnson
2024-05-13 19:37 ` [PATCH 1/4] mm/hwpoison: add MODULE_DESCRIPTION() Jeff Johnson
2024-05-14  3:14   ` Miaohe Lin
2024-05-13 19:37 ` [PATCH 2/4] mm/dmapool: " Jeff Johnson
2024-05-13 19:37 ` [PATCH 3/4] mm/kfence: " Jeff Johnson
2024-05-13 19:42   ` Marco Elver
2024-05-13 19:37 ` [PATCH 4/4] mm/zsmalloc: " Jeff Johnson
2024-05-14  0:41   ` Sergey Senozhatsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).