Hello:
This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Thu, 7 Sep 2023 23:05:41 +0000 you wrote:
Changes in V2 -> V3
- Added comments at places where there could be confustion.
- In the patch for DIV64, fix the if-else case that would never run.
- In the same patch use a single instruction to POP caller saved regs.
- Add a patch to change maintainership of ARM32 BPF JIT.
Changes in V1 -> V2:
- Fix coding style issues.
- Don't use tmp variable for src in emit_ldsx_r() as it is redundant.
- Optimize emit_ldsx_r() when offset can fit in immediate.
[...]
Here is the summary with links: - [bpf-next,v3,1/9] arm32, bpf: add support for 32-bit offset jmp instruction https://git.kernel.org/bpf/bpf-next/c/471f3d4ee4a6 - [bpf-next,v3,2/9] arm32, bpf: add support for sign-extension load instruction https://git.kernel.org/bpf/bpf-next/c/f9e6981b1f1c - [bpf-next,v3,3/9] arm32, bpf: add support for sign-extension mov instruction https://git.kernel.org/bpf/bpf-next/c/fc832653fa0d - [bpf-next,v3,4/9] arm32, bpf: add support for unconditional bswap instruction https://git.kernel.org/bpf/bpf-next/c/1cfb7eaebeac - [bpf-next,v3,5/9] arm32, bpf: add support for 32-bit signed division https://git.kernel.org/bpf/bpf-next/c/5097faa559a6 - [bpf-next,v3,6/9] arm32, bpf: add support for 64 bit division instruction https://git.kernel.org/bpf/bpf-next/c/71086041c2ba - [bpf-next,v3,7/9] selftest, bpf: enable cpu v4 tests for arm32 https://git.kernel.org/bpf/bpf-next/c/59ff6d63b730 - [bpf-next,v3,8/9] bpf/tests: add tests for cpuv4 instructions https://git.kernel.org/bpf/bpf-next/c/daabb2b098e0 - [bpf-next,v3,9/9] MAINTAINERS: Add myself for ARM32 BPF JIT maintainer. https://git.kernel.org/bpf/bpf-next/c/9b31b4f1d4ae
You are awesome, thank you!