From 4cb682229d0ca9ef32fe191f00b5ce31fd050a66 Mon Sep 17 00:00:00 2001 From: Roberto Sassu Date: Tue, 14 Jun 2022 14:30:13 +0200 Subject: [PATCH] configs: Enable CONFIG_MODULE_SIG Enable CONFIG_MODULE_SIG to test the new helper bpf_verify_pkcs7_signature(). Signed-off-by: Roberto Sassu --- travis-ci/vmtest/configs/config-latest.s390x | 2 +- travis-ci/vmtest/configs/config-latest.x86_64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/travis-ci/vmtest/configs/config-latest.s390x b/travis-ci/vmtest/configs/config-latest.s390x index 837cf8e..1e68df7 100644 --- a/travis-ci/vmtest/configs/config-latest.s390x +++ b/travis-ci/vmtest/configs/config-latest.s390x @@ -493,7 +493,7 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MODULE_FORCE_UNLOAD is not set # CONFIG_MODVERSIONS is not set # CONFIG_MODULE_SRCVERSION_ALL is not set -# CONFIG_MODULE_SIG is not set +CONFIG_MODULE_SIG=y CONFIG_MODULE_COMPRESS_NONE=y # CONFIG_MODULE_COMPRESS_GZIP is not set # CONFIG_MODULE_COMPRESS_XZ is not set diff --git a/travis-ci/vmtest/configs/config-latest.x86_64 b/travis-ci/vmtest/configs/config-latest.x86_64 index 6777b5c..947a7b3 100644 --- a/travis-ci/vmtest/configs/config-latest.x86_64 +++ b/travis-ci/vmtest/configs/config-latest.x86_64 @@ -721,7 +721,7 @@ CONFIG_MODULE_UNLOAD=y CONFIG_MODVERSIONS=y CONFIG_ASM_MODVERSIONS=y CONFIG_MODULE_SRCVERSION_ALL=y -# CONFIG_MODULE_SIG is not set +CONFIG_MODULE_SIG=y # CONFIG_MODULE_COMPRESS is not set # CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set # CONFIG_UNUSED_SYMBOLS is not set