On Wed, 2023-10-18 at 16:01 -0700, Manu Bretelle wrote: > 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. Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> Hi Manu, I've tested this patch-set and everything seems to work as expected. Thanks, Eduard > 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(-) >