Message ID | 20240404114203.105970-1-puranjay12@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | bpf,riscv: Add support for BPF Arena | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Thu, 4 Apr 2024 11:42:01 +0000 you wrote: > Changes in V4: > V3: https://lore.kernel.org/all/20240326224943.86912-1-puranjay12@gmail.com/ > - Fix some style issues. > - Add Tested-by: and Reviewed-by: tags by Pu Lehui and Björn > > Changes in V3 > V2: https://lore.kernel.org/bpf/20240325155434.65589-1-puranjay12@gmail.com/ > - Use REG_DONT_CLEAR_MARKER in place of DONT_CLEAR as the name. > - Use RV_REG_ZERO for the above as it is guaranteed to be never used in as > dst/src register in BPF LDX/STX/ST instructions. > - Use #define RV_REG_ARENA for RV_REG_S7 > > [...] Here is the summary with links: - [bpf-next,v4,1/2] bpf,riscv: Implement PROBE_MEM32 pseudo instructions https://git.kernel.org/bpf/bpf-next/c/633a6e01d1a2 - [bpf-next,v4,2/2] bpf,riscv: Implement bpf_addr_space_cast instruction https://git.kernel.org/bpf/bpf-next/c/21ab0b6d0cfc You are awesome, thank you!