BPF List
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Ease BPF signing build requirements
@ 2025-11-20  8:47 Alan Maguire
  2025-11-20  8:47 ` [PATCH v2 1/2] bpftool: Allow bpftool to build with openssl < 3 Alan Maguire
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alan Maguire @ 2025-11-20  8:47 UTC (permalink / raw)
  To: qmo
  Cc: ast, daniel, andrii, kpsingh, sdf, yonghong.song, song, haoluo,
	jolsa, ihor.solodrai, john.fastabend, eddyz87, bpf, Alan Maguire

This series makes it easier to build bpftool and selftests with
signing support, removing reliance on >= openssl v3 (supporting
openssl v1) to build bpftool and not requiring latest xxd to
build verification cert header in selftests.

Changes since v1 [1]:

- Updated patch 2 to add symlink test_progs_verification_cert to .gitignore,
  EXTRA_CLEANFILES (AI review bot)
- Added acks to patch 1 (Song, Quentin)

[1] https://lore.kernel.org/bpf/20251114222249.30122-1-alan.maguire@oracle.com/

Alan Maguire (2):
  bpftool: Allow bpftool to build with openssl < 3
  selftests/bpf: Allow selftests to build with older xxd

 tools/bpf/bpftool/sign.c               | 6 ++++++
 tools/testing/selftests/bpf/.gitignore | 1 +
 tools/testing/selftests/bpf/Makefile   | 6 ++++--
 3 files changed, 11 insertions(+), 2 deletions(-)

-- 
2.43.5


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-11-24 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20  8:47 [PATCH v2 0/2] Ease BPF signing build requirements Alan Maguire
2025-11-20  8:47 ` [PATCH v2 1/2] bpftool: Allow bpftool to build with openssl < 3 Alan Maguire
2025-11-20  8:47 ` [PATCH v2 2/2] selftests/bpf: Allow selftests to build with older xxd Alan Maguire
2025-11-24 18:30 ` [PATCH v2 0/2] Ease BPF signing build requirements patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox