mirror of
https://github.com/torvalds/linux.git
synced 2026-04-23 00:55:48 -04:00
The verification signature header generation requires converting a binary certificate to a C array. Previously this only worked with xxd (part of vim-common package). As xxd may not be available on some systems building selftests, it makes sense to substitute it with more common utils: hexdump, wc, sed to generate equivalent C array output. Tested by generating header with both xxd and hexdump and comparing them. Signed-off-by: Mykyta Yatsenko <yatsenko@meta.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Tested-by: Alan Maguire <alan.maguire@oracle.com> Link: https://lore.kernel.org/bpf/20260128190552.242335-1-mykyta.yatsenko5@gmail.com
50 lines
634 B
Plaintext
50 lines
634 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
bpftool
|
|
bpf-helpers*
|
|
bpf-syscall*
|
|
test_verifier
|
|
test_maps
|
|
test_lru_map
|
|
test_tag
|
|
FEATURE-DUMP.libbpf
|
|
FEATURE-DUMP.selftests
|
|
fixdep
|
|
/test_progs
|
|
/test_progs-no_alu32
|
|
/test_progs-bpf_gcc
|
|
/test_progs-cpuv4
|
|
test_verifier_log
|
|
feature
|
|
urandom_read
|
|
test_sockmap
|
|
test_lirc_mode2_user
|
|
flow_dissector_load
|
|
test_tcpnotify_user
|
|
test_libbpf
|
|
xdping
|
|
test_cpp
|
|
*.d
|
|
*.subskel.h
|
|
*.skel.h
|
|
*.lskel.h
|
|
/no_alu32
|
|
/bpf_gcc
|
|
/cpuv4
|
|
/host-tools
|
|
/tools
|
|
/bench
|
|
/veristat
|
|
/sign-file
|
|
/uprobe_multi
|
|
*.ko
|
|
*.tmp
|
|
xskxceiver
|
|
xdp_redirect_multi
|
|
xdp_synproxy
|
|
xdp_hw_metadata
|
|
xdp_features
|
|
verification_cert.h
|
|
*.BTF
|
|
*.BTF_ids
|
|
*.BTF.base
|