Skip to content
Snippets Groups Projects
Select Git revision
  • bpf-spectre default protected
  • bpf-spectre-baseline
  • pkt-ptr-revert-v1
  • v6.5-rc6-bpf-spectre-nospec
  • master
  • spectector-bpf
  • bpftask protected
  • bpftask-no-unused-args
  • bpftask-master
  • v5.9-bpftask
  • v5.8-amd-17h-em protected
  • v5.8-amd-17h-eas protected
  • freqinv-amd3950x-v5.8
  • v5.8-scale-inv-acc-amd-ryzen-3950x
  • 23186e43-amd-17h-eas protected
  • caffb99b6929-perf-x86-rapl-Enable-RAPL-for-AMD-Fam17h
  • 6a9ee74800a1-amd-17h-eas protected
  • add2fae34926-amd_17h_em
  • 3643c88e5545-Add-support-for-frequency-invariance-for-some-x86
  • 0d8e630a1e14-CPPC-optional-registers-AMD-support
  • v5.7-rc6
21 results

certs

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Masahiro Yamada authored
    Commit e9088629 ("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: e9088629 ("certs: make system keyring depend on x509 parser")
    Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
    Tested-by: default avatarAdam Borowski <kilobyte@angband.pl>
    2154aca2
    History
    Name Last commit Last update
    ..