From 3cf860f7ba6afb346cdf16e4c45350fddd3f3438 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 2 Mar 2026 07:26:30 +0000 Subject: [PATCH] eclass/linux-mod-r1: Sync with Gentoo It's from Gentoo commit e9dcababf8eb2f85a5f4e057ed798bd6bd325021. Signed-off-by: Flatcar Buildbot --- .../third_party/portage-stable/eclass/linux-mod-r1.eclass | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/linux-mod-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/linux-mod-r1.eclass index 3e6bd15981..49ae882f7e 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/linux-mod-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/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