linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] MIPS: Implement two workarounds for BPF JIT
@ 2023-02-22 16:12 Jiaxun Yang
  2023-02-22 16:12 ` [PATCH 1/2] MIPS: ebpf jit: Implement DADDI workarounds Jiaxun Yang
  2023-02-22 16:12 ` [PATCH 2/2] MIPS: ebpf jit: Implement R4000 workarounds Jiaxun Yang
  0 siblings, 2 replies; 13+ messages in thread
From: Jiaxun Yang @ 2023-02-22 16:12 UTC (permalink / raw)
  To: linux-mips
  Cc: linux-kernel, tsbogend, johan.almbladh, paulburton, bpf,
	Jiaxun Yang

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   | 8 ++++++++
 arch/mips/net/bpf_jit_comp32.c | 4 ++++
 arch/mips/net/bpf_jit_comp64.c | 3 +++
 4 files changed, 16 insertions(+), 4 deletions(-)

-- 
2.37.1 (Apple Git-137.1)


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-02-27 15:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-22 16:12 [PATCH 0/2] MIPS: Implement two workarounds for BPF JIT Jiaxun Yang
2023-02-22 16:12 ` [PATCH 1/2] MIPS: ebpf jit: Implement DADDI workarounds Jiaxun Yang
2023-02-23 10:10   ` Johan Almbladh
2023-02-23 10:29     ` Jiaxun Yang
2023-02-27 12:17       ` Johan Almbladh
2023-02-27 15:17         ` Maciej W. Rozycki
2023-02-22 16:12 ` [PATCH 2/2] MIPS: ebpf jit: Implement R4000 workarounds Jiaxun Yang
2023-02-23 10:22   ` Johan Almbladh
2023-02-23 10:31     ` Jiaxun Yang
2023-02-27 12:19       ` Johan Almbladh
2023-02-27 15:18         ` Maciej W. Rozycki
2023-02-27 15:47           ` Jiaxun Yang
2023-02-26 22:09   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).