[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240413211258.134421-1-qde@naccy.de>
Date: Sat, 13 Apr 2024 23:12:56 +0200
From: Quentin Deslandes <qde@...cy.de>
To: bpf@...r.kernel.org
Cc: Andrii Nakryiko <andrii@...nel.org>,
Eduard Zingerman <eddyz87@...il.com>,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Martin KaFai Lau <martin.lau@...ux.dev>,
Song Liu <song@...nel.org>,
Yonghong Song <yonghong.song@...ux.dev>,
John Fastabend <john.fastabend@...il.com>,
KP Singh <kpsingh@...nel.org>,
Stanislav Fomichev <sdf@...gle.com>,
Hao Luo <haoluo@...gle.com>,
Jiri Olsa <jolsa@...nel.org>,
linux-kernel@...r.kernel.org,
kernel-team@...a.com,
Quentin Deslandes <qde@...cy.de>
Subject: [PATCH 0/2] libbpf: fixes for character arrays dump
Patch #1 fixes an issue where character arrays in dumps would
have their last bracket misaligned if a '\0' was found in the
array.
Patch #2 fixes an issue where only the first character array
containing '\0' would be printed, the other ones would be
dumped as empty.
Quentin Deslandes (2):
libbpf: fix misaligned array closing bracket
libbpf: fix dump of subsequent char arrays
tools/lib/bpf/btf_dump.c | 5 +++++
1 file changed, 5 insertions(+)
--
2.44.0
Powered by blists - more mailing lists