Re: [PATCH 1/4] lib/crypto: Add ML-DSA verification support
From: Eric Biggers
Date: Thu Nov 20 2025 - 21:15:06 EST
On Thu, Nov 20, 2025 at 08:14:56AM +0000, David Howells wrote:
> You need to add something like:
>
> #include <linux/module.h>
> ...
> MODULE_DESCRIPTION("ML-DSA signature verification");
> MODULE_LICENSE("GPL");
>
> David
Yep. Sorry, I usually build my test kernels with CONFIG_MODULES=n
because it's easier.
- Eric