[PATCH bpf-next v4 0/4] bpf, riscv: use BPF prog pack allocator in BPF JIT

Palmer Dabbelt palmer at dabbelt.com
Wed Sep 6 06:31:16 PDT 2023


On Tue, 05 Sep 2023 19:50:27 PDT (-0700), patchwork-bot+linux-riscv at kernel.org wrote:
> Hello:
>
> This series was applied to riscv/linux.git (for-next)
> by Palmer Dabbelt <palmer at rivosinc.com>:
>
> On Thu, 31 Aug 2023 13:12:25 +0000 you wrote:
>> Changes in v3 -> v4:
>> 1. Add Acked-by:, Tested-by:, etc.
>> 2. Add the core BPF patch[3] which was earlier sent with ARM64 series to
>>    this series so it can go with this.
>>
>> Changes in v2 -> v3:
>> 1. Fix maximum width of code in patches from 80 to 100. [All patches]
>> 2. Add checks for ctx->ro_insns == NULL. [Patch 3]
>> 3. Fix check for edge condition where amount of text to set > 2 * pagesize
>>    [Patch 1 and 2]
>> 4. Add reviewed-by in patches.
>> 5. Adding results of selftest here:
>>    Using the command: ./test_progs on qemu
>>    Without the series: Summary: 336/3162 PASSED, 56 SKIPPED, 90 FAILED
>>    With this series: Summary: 336/3162 PASSED, 56 SKIPPED, 90 FAILED
>>
>> [...]
>
> Here is the summary with links:
>   - [bpf-next,v4,1/4] bpf: make bpf_prog_pack allocator portable
>     https://git.kernel.org/riscv/c/063119d90a06
>   - [bpf-next,v4,2/4] riscv: extend patch_text_nosync() for multiple pages
>     https://git.kernel.org/riscv/c/fb81d562ed1f
>   - [bpf-next,v4,3/4] riscv: implement a memset like function for text
>     https://git.kernel.org/riscv/c/f071fe652d73
>   - [bpf-next,v4,4/4] bpf, riscv: use prog pack allocator in the BPF JIT
>     https://git.kernel.org/riscv/c/19ea9d201008
>
> You are awesome, thank you!

Looks like I screwed up the merge a bit here, so these hashes have 
changed a bit.



More information about the linux-riscv mailing list