On Tue, Jun 3, 2025 at 1:37 PM Blake Jones <blakejo...@google.com> wrote: > > When this mode is turned on, "emit_zeroes" and "compact" have no effect, > and embedded NUL characters always terminate printing of an array. > > Signed-off-by: Blake Jones <blakejo...@google.com> > --- > .../selftests/bpf/prog_tests/btf_dump.c | 118 ++++++++++++++++++ > 1 file changed, 118 insertions(+) >
Nice set of tests, thank you! Applied to bpf-next. [...]