diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-07-20 08:59:23 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-07-20 08:59:23 -0500 |
commit | 8fc0fb03ceaaf2f3f701ef51238652c015de79ce (patch) | |
tree | 25fc30ee8b95b146359660eea97df37aafa20bcd /mod-sign.sh | |
parent | a67d4732359806fe78fda941ca97715d1ddd404c (diff) | |
download | kernel-8fc0fb03ceaaf2f3f701ef51238652c015de79ce.tar.gz kernel-8fc0fb03ceaaf2f3f701ef51238652c015de79ce.tar.xz kernel-8fc0fb03ceaaf2f3f701ef51238652c015de79ce.zip |
kernel-5.13.3-100
* Mon Jul 19 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.3-100]
- 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 <jforbes@fedoraproject.org>
Diffstat (limited to 'mod-sign.sh')
-rwxr-xr-x | mod-sign.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |