summaryrefslogtreecommitdiffstats
path: root/kernel/bounds.c
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2023-04-26 22:50:32 +0100
committerAlexei Starovoitov <ast@kernel.org>2023-05-14 14:59:44 -0700
commit5f5486b620cd43b16a1787ef92b9bc21bd72ef2e (patch)
tree9b07f937fe1da7fbdd04d3a26099cc22459c4a89 /kernel/bounds.c
parentb41caaded077aa8e7617c15e87d0503df8e7739e (diff)
downloadlinux-stable-5f5486b620cd43b16a1787ef92b9bc21bd72ef2e.tar.gz
linux-stable-5f5486b620cd43b16a1787ef92b9bc21bd72ef2e.tar.bz2
linux-stable-5f5486b620cd43b16a1787ef92b9bc21bd72ef2e.zip
selftests/bpf: Fix pkg-config call building sign-file
When building sign-file, the call to get the CFLAGS for libcrypto is missing white-space between `pkg-config` and `--cflags`: $(shell $(HOSTPKG_CONFIG)--cflags libcrypto 2> /dev/null) Removing the redirection of stderr, we see: $ make -C tools/testing/selftests/bpf sign-file make: Entering directory '[...]/tools/testing/selftests/bpf' make: pkg-config--cflags: No such file or directory SIGN-FILE sign-file make: Leaving directory '[...]/tools/testing/selftests/bpf' Add the missing space. Fixes: fc97590668ae ("selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc") Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Reviewed-by: Roberto Sassu <roberto.sassu@huawei.com> Link: https://lore.kernel.org/bpf/20230426215032.415792-1-jeremy@azazel.net Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'kernel/bounds.c')
0 files changed, 0 insertions, 0 deletions