Message ID | 20240502151854.9810-1-puranjay@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | bpf: Inline helpers in arm64 and riscv JITs | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Thu, 2 May 2024 15:18:50 +0000 you wrote: > Changes in v5 -> v6: > arm64 v5: https://lore.kernel.org/all/20240430234739.79185-1-puranjay@kernel.org/ > riscv v2: https://lore.kernel.org/all/20240430175834.33152-1-puranjay@kernel.org/ > - Combine riscv and arm64 changes in single series > - Some coding style fixes > > Changes in v4 -> v5: > v4: https://lore.kernel.org/all/20240429131647.50165-1-puranjay@kernel.org/ > - Implement the inlining of the bpf_get_smp_processor_id() in the JIT. > > [...] Here is the summary with links: - [bpf-next,v6,1/4] riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs https://git.kernel.org/bpf/bpf-next/c/19c56d4e5be1 - [bpf-next,v6,2/4] riscv, bpf: inline bpf_get_smp_processor_id() https://git.kernel.org/bpf/bpf-next/c/2ddec2c80b44 - [bpf-next,v6,3/4] arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs https://git.kernel.org/bpf/bpf-next/c/7a4c32222b0e - [bpf-next,v6,4/4] bpf, arm64: inline bpf_get_smp_processor_id() helper https://git.kernel.org/bpf/bpf-next/c/75fe4c0b3e18 You are awesome, thank you!