On Sun, May 17, 2026 at 6:31 PM Ethan Nelson-Moore
<enelsonmoore@gmail.com> wrote:
>
> The test-kprobes module does not have a description, which causes the
> following warning:
>
> WARNING: modpost: missing MODULE_DESCRIPTION() in
> arch/arm/probes/kprobes/test-kprobes.o
Hi, everyone,
I just noticed that Arnd Bergmann (CC'd) already submitted a patch to
fix this issue:
https://lists.infradead.org/pipermail/linux-arm-kernel/2026-May/1125867.html
You should just use his patch instead of mine.
Ethan