commit: e9dcababf8eb2f85a5f4e057ed798bd6bd325021 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Feb 12 14:29:43 2026 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Feb 12 14:37:29 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9dcabab
linux-mod-r1.eclass: drop list of sign algorithms in eclassdocs Kernel 7.x is due to drop support for sha1 signing and, rather than just cleanup that one, may as well remove the entire list so we will not need to maintain it. Albeit still keep one example just to give the idea of what is recognized. (skipping dev ML for a basic docs-only change) Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> eclass/linux-mod-r1.eclass | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/eclass/linux-mod-r1.eclass b/eclass/linux-mod-r1.eclass index 3e6bd159819e..49ae882f7e95 100644 --- a/eclass/linux-mod-r1.eclass +++ b/eclass/linux-mod-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: linux-mod-r1.eclass @@ -211,14 +211,12 @@ fi # @DEFAULT_UNSET # @DESCRIPTION: # Used with USE=modules-sign. Can be set to hash algorithm to use -# during signature generation. +# during signature generation (e.g. sha512). # # Rather than set this, it is recommended to select using the kernel's # configuration to ensure proper support (e.g. CONFIG_MODULE_SIG_SHA256), # and then it will be auto-detected here. # -# Valid values: sha512,sha384,sha256,sha224,sha1 -# # Default if unset: kernel CONFIG_MODULE_SIG_HASH's value # @ECLASS_VARIABLE: MODULES_SIGN_KEY
