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@xxxxxxxxxxx> --- 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