diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-09-12 08:52:10 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-09-23 21:31:18 +0200 |
commit | 2154aca21408752eaa3eeaf2ba6e942724ff2a4d (patch) | |
tree | 61e6cce7e24161083061157c37429505b5795c24 /kernel/stackleak.c | |
parent | Kconfig: remove unused function 'menu_get_root_menu' (diff) | |
download | linux-2154aca21408752eaa3eeaf2ba6e942724ff2a4d.tar.xz linux-2154aca21408752eaa3eeaf2ba6e942724ff2a4d.zip |
certs: make system keyring depend on built-in x509 parser
Commit e90886291c7c ("certs: make system keyring depend on x509 parser")
is not the right fix because x509_load_certificate_list() can be modular.
The combination of CONFIG_SYSTEM_TRUSTED_KEYRING=y and
CONFIG_X509_CERTIFICATE_PARSER=m still results in the following error:
LD .tmp_vmlinux.kallsyms1
ld: certs/system_keyring.o: in function `load_system_certificate_list':
system_keyring.c:(.init.text+0x8c): undefined reference to `x509_load_certificate_list'
make: *** [Makefile:1169: vmlinux] Error 1
Fixes: e90886291c7c ("certs: make system keyring depend on x509 parser")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Tested-by: Adam Borowski <kilobyte@angband.pl>
Diffstat (limited to 'kernel/stackleak.c')
0 files changed, 0 insertions, 0 deletions