Message ID | 20240413211258.134421-1-qde@naccy.de (mailing list archive) |
---|---|
Headers | show |
Series | libbpf: fixes for character arrays dump | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Sat, 13 Apr 2024 23:12:56 +0200 you wrote: > 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. > > [...] Here is the summary with links: - [1/2] libbpf: fix misaligned array closing bracket https://git.kernel.org/bpf/bpf-next/c/9213e52970a5 - [2/2] libbpf: fix dump of subsequent char arrays https://git.kernel.org/bpf/bpf-next/c/e739e01d8df8 You are awesome, thank you!