Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

keys: cleanup build time module signing keys

The "mrproper" target is still looking for build time generated keys in
the kernel root directory instead of certs directory. Fix the path and
remove the names of the files which are no longer generated.

Fixes: cfc411e7fff3 ("Move certificate handling to its own directory")
Signed-off-by: Nayna Jain <nayna@linux.ibm.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>

authored by

Nayna Jain and committed by
Mimi Zohar
b31f2a49 7990ccaf

+3 -3
+3 -3
Makefile
··· 1523 1523 debian snap tar-install \ 1524 1524 .config .config.old .version \ 1525 1525 Module.symvers \ 1526 - signing_key.pem signing_key.priv signing_key.x509 \ 1527 - x509.genkey extra_certificates signing_key.x509.keyid \ 1528 - signing_key.x509.signer vmlinux-gdb.py \ 1526 + certs/signing_key.pem certs/signing_key.x509 \ 1527 + certs/x509.genkey \ 1528 + vmlinux-gdb.py \ 1529 1529 *.spec 1530 1530 1531 1531 # Directories & files removed with 'make distclean'