When dumping struct_ops with bpftool, the json produced was invalid. 1) pointer values where not printed with surrounding quotes, causing an invalid json integer to be emitted 2) when bpftool struct_ops dump id <id>, the 2 dictionaries were not wrapped in a array, here also causing an invalid json payload to be emitted. Manu Bretelle (2): bpftool: fix printing of pointer value bpftool: wrap struct_ops dump in an array tools/bpf/bpftool/btf_dumper.c | 2 +- tools/bpf/bpftool/struct_ops.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) -- 2.39.3