[PATCH v1 4/9] certs: Check that builtin blacklist hashes are valid

Mickaël Salaün mic at digikod.net
Fri Dec 11 18:32:28 UTC 2020


On 09/12/2020 12:58, David Howells wrote:
> Mickaël Salaün <mic at digikod.net> wrote:
> 
>> +      cmd_check_blacklist_hashes = $(AWK) -f scripts/check-blacklist-hashes.awk $(2); touch $@
> 
> The script name needs prefixing with $(srctree)/ so that it can be used with
> alternative build directories.

Right

> 
> Note that doesn't apply to scripts/extract-cert in the same makefile as that's
> a built program and is to be found in the build dir, not the sources.
> 
> Btw, I'm pulling some of your cleanups/fixes into my fixes branch.

OK, thanks. I'll send a new patch series rebased on your branch.

> 
> David
> 



More information about the Linux-security-module-archive mailing list