From f513b403b05ef868f3e0aa14a4c5e57b6b85661c Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 19 Jul 2021 22:41:03 -0500 Subject: kernel-5.13.3-200 * Mon Jul 19 2021 Justin M. Forbes [5.13.3-200] - kernel-5.13.3-0 (Justin M. Forbes) - Don't tag a release as [redhat] (Justin M. Forbes) - platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- mod-sign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod-sign.sh') diff --git a/mod-sign.sh b/mod-sign.sh index 1afe136e2..c5f0c89c1 100755 --- a/mod-sign.sh +++ b/mod-sign.sh @@ -2,7 +2,7 @@ # The modules_sign target checks for corresponding .o files for every .ko that # is signed. This doesn't work for package builds which re-use the same build -# directory for every flavour, and the .config may change between flavours. +# directory for every variant, and the .config may change between variants. # So instead of using this script to just sign lib/modules/$KernelVer/extra, # sign all .ko in the buildroot. -- cgit