Revision 27b5b22d252c6d71a2a37a4bdf18d0be6d25ee5a authored by Masahiro Yamada on 11 June 2022, 17:22:31 UTC, committed by Jarkko Sakkinen on 15 June 2022, 18:52:32 UTC
Commit addf466389d9 ("certs: Check that builtin blacklist hashes are
valid") was applied 8 months after the submission.

In the meantime, the base code had been removed by commit b8c96a6b466c
("certs: simplify $(srctree)/ handling and remove config_filename
macro").

Fix the Makefile.

Create a local copy of $(CONFIG_SYSTEM_BLACKLIST_HASH_LIST). It is
included from certs/blacklist_hashes.c and also works as a timestamp.

Send error messages from check-blacklist-hashes.awk to stderr instead
of stdout.

Fixes: addf466389d9 ("certs: Check that builtin blacklist hashes are valid")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Reviewed-by: Mickaël Salaün <mic@linux.microsoft.com>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
1 parent 6a1c376
History
File Mode Size
drivers
kcomedilib
Kconfig -rw-r--r-- 40.7 KB
Makefile -rw-r--r-- 449 bytes
TODO -rw-r--r-- 321 bytes
comedi_buf.c -rw-r--r-- 17.8 KB
comedi_fops.c -rw-r--r-- 79.9 KB
comedi_internal.h -rw-r--r-- 2.1 KB
comedi_pci.c -rw-r--r-- 6.7 KB
comedi_pcmcia.c -rw-r--r-- 6.6 KB
comedi_usb.c -rw-r--r-- 4.7 KB
drivers.c -rw-r--r-- 33.9 KB
proc.c -rw-r--r-- 1.7 KB
range.c -rw-r--r-- 3.8 KB

back to top