Re: [PATCH bpf-next 1/2] libbpf: Add missing per-arch include path

2024-11-07 Thread Björn Töpel
On Wed, 6 Nov 2024 at 23:04, Andrii Nakryiko wrote: > I'm sorry, but unfortunately it's too late now to move those patches > as it's now been more than a month since they landed. For the future, > please let us know ASAP if you think patches were misrouted. I think > we are stuck with the need to

Re: [PATCH bpf-next 1/2] libbpf: Add missing per-arch include path

2024-11-06 Thread Andrii Nakryiko
On Mon, Nov 4, 2024 at 2:26 AM Björn Töpel wrote: > > patchwork-bot+netdev...@kernel.org writes: > > > Hello: > > > > This series was applied to bpf/bpf-next.git (master) > > by Andrii Nakryiko : > > > > On Fri, 27 Sep 2024 15:13:52 +0200 you wrote: > >> From: Björn Töpel > >> > >> libbpf does no

Re: [PATCH bpf-next 1/2] libbpf: Add missing per-arch include path

2024-11-05 Thread Kexy Biscuit
On 9/27/2024 9:13 PM, Björn Töpel wrote: From: Björn Töpel libbpf does not include the per-arch tools include path, e.g. tools/arch/riscv/include. Some architectures depend those files to build properly. Include tools/arch/$(SUBARCH)/include in the libbpf build. Fixes: 6d74d178fe6e ("tools: A

Re: [PATCH bpf-next 1/2] libbpf: Add missing per-arch include path

2024-11-04 Thread Björn Töpel
patchwork-bot+netdev...@kernel.org writes: > Hello: > > This series was applied to bpf/bpf-next.git (master) > by Andrii Nakryiko : > > On Fri, 27 Sep 2024 15:13:52 +0200 you wrote: >> From: Björn Töpel >> >> libbpf does not include the per-arch tools include path, e.g. >> tools/arch/riscv/inclu

Re: [PATCH bpf-next 1/2] libbpf: Add missing per-arch include path

2024-11-04 Thread Alexandre Ghiti
Hi Bjorn, On 27/09/2024 15:13, Björn Töpel wrote: From: Björn Töpel libbpf does not include the per-arch tools include path, e.g. tools/arch/riscv/include. Some architectures depend those files to build properly. Include tools/arch/$(SUBARCH)/include in the libbpf build. Fixes: 6d74d178fe6e

Re: [PATCH bpf-next 1/2] libbpf: Add missing per-arch include path

2024-10-07 Thread patchwork-bot+netdevbpf
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Fri, 27 Sep 2024 15:13:52 +0200 you wrote: > From: Björn Töpel > > libbpf does not include the per-arch tools include path, e.g. > tools/arch/riscv/include. Some architectures depend those files to > build prope

Re: [PATCH bpf-next 1/2] libbpf: Add missing per-arch include path

2024-09-28 Thread Björn Töpel
Andrii, On Fri, 27 Sept 2024 at 22:51, Andrii Nakryiko wrote: > > On Fri, Sep 27, 2024 at 6:14 AM Björn Töpel wrote: > > > > From: Björn Töpel > > > > libbpf does not include the per-arch tools include path, e.g. > > tools/arch/riscv/include. Some architectures depend those files to > > build p

Re: [PATCH bpf-next 1/2] libbpf: Add missing per-arch include path

2024-09-27 Thread Andrii Nakryiko
On Fri, Sep 27, 2024 at 6:14 AM Björn Töpel wrote: > > From: Björn Töpel > > libbpf does not include the per-arch tools include path, e.g. > tools/arch/riscv/include. Some architectures depend those files to > build properly. > > Include tools/arch/$(SUBARCH)/include in the libbpf build. > > Fixe

[PATCH bpf-next 1/2] libbpf: Add missing per-arch include path

2024-09-27 Thread Björn Töpel
From: Björn Töpel libbpf does not include the per-arch tools include path, e.g. tools/arch/riscv/include. Some architectures depend those files to build properly. Include tools/arch/$(SUBARCH)/include in the libbpf build. Fixes: 6d74d178fe6e ("tools: Add riscv barrier implementation") Signed-of