On Sat, Jun 15, 2024 at 05:47:26PM -0700, Jeff Johnson wrote: > With ARCH=s390, make allmodconfig && make W=1 C=1 reports: > WARNING: modpost: missing MODULE_DESCRIPTION() in arch/s390/lib/test_kprobes_s390.o > WARNING: modpost: missing MODULE_DESCRIPTION() in arch/s390/lib/test_unwind.o > WARNING: modpost: missing MODULE_DESCRIPTION() in arch/s390/lib/test_modules.o > > Add the missing invocations of the MODULE_DESCRIPTION() macro. > > Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> > --- > arch/s390/lib/test_kprobes.c | 1 + > arch/s390/lib/test_modules.c | 1 + > arch/s390/lib/test_unwind.c | 1 + > 3 files changed, 3 insertions(+) Applied, thanks!