From: deller@kernel.org
To: linux-parisc@vger.kernel.org
Cc: Helge Deller <deller@gmx.de>
Subject: [PATCH 0/5] parisc: Add natie eBPF JIT compiler for parisc
Date: Thu, 17 Aug 2023 23:44:57 +0200 [thread overview]
Message-ID: <20230817214503.108660-1-deller@kernel.org> (raw)
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
next reply other threads:[~2023-08-17 21:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-17 21:44 deller [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230817214503.108660-1-deller@kernel.org \
--to=deller@kernel.org \
--cc=deller@gmx.de \
--cc=linux-parisc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.