All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] parisc: Add natie eBPF JIT compiler for parisc
@ 2023-08-17 21:44 deller
  2023-08-17 21:44 ` [PATCH 1/5] parisc: Add 32-bit eBPF JIT compiler deller
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: deller @ 2023-08-17 21:44 UTC (permalink / raw)
  To: linux-parisc; +Cc: Helge Deller

From: Helge Deller <deller@gmx.de>

A first patch series to support eBPF natively on parisc,
for 32- and 64-bit kernels.
Tested with the in-kernel eBPF testsuite (CONFIG_TEST_BPF).

Please test!

Helge

Helge Deller (5):
  parisc: Add 32-bit eBPF JIT compiler
  parisc: Add 64-bit eBPF JIT compiler
  parisc: Add eBPF JIT compiler glue code and Makefile
  parisc: Fix comment on Elf64 Function descriptor
  parisc: Wire up eBPF code

 arch/parisc/Kbuild               |    2 +-
 arch/parisc/Kconfig              |    2 +
 arch/parisc/include/asm/elf.h    |    3 +-
 arch/parisc/net/Makefile         |    9 +
 arch/parisc/net/bpf_jit.h        |  479 +++++++++
 arch/parisc/net/bpf_jit_comp32.c | 1615 ++++++++++++++++++++++++++++++
 arch/parisc/net/bpf_jit_comp64.c | 1209 ++++++++++++++++++++++
 arch/parisc/net/bpf_jit_core.c   |  207 ++++
 8 files changed, 3523 insertions(+), 3 deletions(-)
 create mode 100644 arch/parisc/net/Makefile
 create mode 100644 arch/parisc/net/bpf_jit.h
 create mode 100644 arch/parisc/net/bpf_jit_comp32.c
 create mode 100644 arch/parisc/net/bpf_jit_comp64.c
 create mode 100644 arch/parisc/net/bpf_jit_core.c

-- 
2.41.0


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

end of thread, other threads:[~2023-08-17 21:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-17 21:44 [PATCH 0/5] parisc: Add natie eBPF JIT compiler for parisc deller
2023-08-17 21:44 ` [PATCH 1/5] parisc: Add 32-bit eBPF JIT compiler deller
2023-08-17 21:44 ` [PATCH 2/5] parisc: Add 64-bit " deller
2023-08-17 21:45 ` [PATCH 3/5] parisc: Add eBPF JIT compiler glue code and Makefile deller
2023-08-17 21:45 ` [PATCH 4/5] parisc: Fix comment on Elf64 Function descriptor deller
2023-08-17 21:45 ` [PATCH 5/5] parisc: Wire up eBPF code deller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.