mbox series

[v2,0/2] MIPS: Implement two workarounds for BPF JIT

Message ID 20230228113305.83751-1-jiaxun.yang@flygoat.com (mailing list archive)
Headers show
Series MIPS: Implement two workarounds for BPF JIT | expand

Message

Jiaxun Yang Feb. 28, 2023, 11:33 a.m. UTC
Hi all,

Just noticed eBPF JIT is not working on R4000 when messing around with QEMU.

This patchset implements two workarounds that is blocking us from enabling eBPF
JIT on R4000.

Thanks.
- Jiaxun

Jiaxun Yang (2):
  MIPS: ebpf jit: Implement DADDI workarounds
  MIPS: ebpf jit: Implement R4000 workarounds

 arch/mips/Kconfig              | 5 +----
 arch/mips/net/bpf_jit_comp.c   | 4 ++++
 arch/mips/net/bpf_jit_comp64.c | 3 +++
 3 files changed, 8 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 28, 2023, 2 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Tue, 28 Feb 2023 11:33:03 +0000 you wrote:
> Hi all,
> 
> Just noticed eBPF JIT is not working on R4000 when messing around with QEMU.
> 
> This patchset implements two workarounds that is blocking us from enabling eBPF
> JIT on R4000.
> 
> [...]

Here is the summary with links:
  - [v2,1/2] MIPS: ebpf jit: Implement DADDI workarounds
    https://git.kernel.org/bpf/bpf-next/c/bbefef2f0708
  - [v2,2/2] MIPS: ebpf jit: Implement R4000 workarounds
    https://git.kernel.org/bpf/bpf-next/c/7364d60c2661

You are awesome, thank you!