Skip to content

Commit b52e5a9

Browse files
authored
fix: enable config_crypto_ecdsa for the module verification (#157)
CONFIG_CRYPTO_ECDSA needs to be enabled in order for the module verification to work.
1 parent b621ad9 commit b52e5a9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ CONFIG_CRYPTO_TEST=m
8585
CONFIG_CRYPTO_RSA=m
8686
CONFIG_CRYPTO_DH=m
8787
CONFIG_CRYPTO_ECDH=m
88+
#. Required to verify signatures of modules
89+
CONFIG_CRYPTO_ECDSA=y
8890
CONFIG_CRYPTO_ECRDSA=m
8991
# CONFIG_CRYPTO_SM2 is not set
9092
CONFIG_CRYPTO_CURVE25519=m

prepare_source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkg=linux
22
version_orig=6.12.42
3-
version="$version_orig-2"
3+
version="$version_orig-3"
44

55
(
66
debian_repo=https://salsa.debian.org/kernel-team/linux.git

0 commit comments

Comments
 (0)