Message ID | 20230915-bpf_collision-v3-0-263fc519c21f@google.com (mailing list archive) |
---|---|
Headers | show |
Series | link to v1: https://lore.kernel.org/bpf/20230915103228.1196234-1-jolsa@kernel.org/ | expand |
Hello: This series was applied to bpf/bpf.git (master) by Alexei Starovoitov <ast@kernel.org>: On Fri, 15 Sep 2023 10:34:26 -0700 you wrote: > Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> > --- > Changes in v3: > - combine v1 and v2 into a series; I didn't recognize that this macro > appeared twice in the kernel sources. > - Use __PASTE twice. > - Link to v2: https://lore.kernel.org/r/20230915-bpf_collision-v2-1-027670d38bdf@google.com > > [...] Here is the summary with links: - [bpf,v3,1/2] bpf: Fix BTF_ID symbol generation collision https://git.kernel.org/bpf/bpf/c/8f908db77782 - [bpf,v3,2/2] bpf: Fix BTF_ID symbol generation collision in tools/ https://git.kernel.org/bpf/bpf/c/c0bb9fb0e52a You are awesome, thank you!
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> --- Changes in v3: - combine v1 and v2 into a series; I didn't recognize that this macro appeared twice in the kernel sources. - Use __PASTE twice. - Link to v2: https://lore.kernel.org/r/20230915-bpf_collision-v2-1-027670d38bdf@google.com --- Jiri Olsa (1): bpf: Fix BTF_ID symbol generation collision Nick Desaulniers (1): bpf: Fix BTF_ID symbol generation collision in tools/ include/linux/btf_ids.h | 2 +- tools/include/linux/btf_ids.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- base-commit: 9fdfb15a3dbf818e06be514f4abbfc071004cbe7 change-id: 20230915-bpf_collision-36889a391d44 Best regards,