Re: [PATCH] hardening: Adjust dependencies in selection of MODVERSIONS

From: Kees Cook
Date: Sat Sep 28 2024 - 16:59:59 EST


On Sat, 28 Sep 2024 11:13:13 -0700, Nathan Chancellor wrote:
> MODVERSIONS recently grew a dependency on !COMPILE_TEST so that Rust
> could be more easily tested. However, this introduces a Kconfig warning
> when building allmodconfig with a clang version that supports RANDSTRUCT
> natively because RANDSTRUCT_FULL and RANDSTRUCT_PERFORMANCE select
> MODVERSIONS when MODULES is enabled, bypassing the !COMPILE_TEST
> dependency:
>
> [...]

Applied to for-linus/hardening, thanks!

[1/1] hardening: Adjust dependencies in selection of MODVERSIONS
https://git.kernel.org/kees/c/dd3a7ee91e0c

Take care,

--
Kees Cook