diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-10-13 17:49:31 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-10-14 20:29:51 +0200 |
commit | f2e1e156c0b64b7fae72940c0895b30266729b1e (patch) | |
tree | 144c29a10aed6593be98660eae4be53c1e1a5fea /target/linux/generic/hack-5.4 | |
parent | 0eed96ca5d86bdc4158c8ef6814893bc2a3dc467 (diff) | |
download | upstream-f2e1e156c0b64b7fae72940c0895b30266729b1e.tar.gz upstream-f2e1e156c0b64b7fae72940c0895b30266729b1e.tar.bz2 upstream-f2e1e156c0b64b7fae72940c0895b30266729b1e.zip |
kernel: backport a rewrite of the mips eBPF JIT implementation
This adds support for eBPF JIT for 32 bit targets and significantly improves
correctness.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/hack-5.4')
-rw-r--r-- | target/linux/generic/hack-5.4/301-mips_image_cmdline_hack.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-5.4/301-mips_image_cmdline_hack.patch b/target/linux/generic/hack-5.4/301-mips_image_cmdline_hack.patch index ada65cd2a0..af6b51aa4f 100644 --- a/target/linux/generic/hack-5.4/301-mips_image_cmdline_hack.patch +++ b/target/linux/generic/hack-5.4/301-mips_image_cmdline_hack.patch @@ -10,7 +10,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -1159,6 +1159,10 @@ config SYNC_R4K +@@ -1161,6 +1161,10 @@ config SYNC_R4K config MIPS_MACHINE def_bool n |