aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.10/300-mips_expose_boot_raw.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-10-13 17:49:31 +0200
committerFelix Fietkau <nbd@nbd.name>2021-10-14 20:29:51 +0200
commitf2e1e156c0b64b7fae72940c0895b30266729b1e (patch)
tree144c29a10aed6593be98660eae4be53c1e1a5fea /target/linux/generic/pending-5.10/300-mips_expose_boot_raw.patch
parent0eed96ca5d86bdc4158c8ef6814893bc2a3dc467 (diff)
downloadupstream-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/pending-5.10/300-mips_expose_boot_raw.patch')
-rw-r--r--target/linux/generic/pending-5.10/300-mips_expose_boot_raw.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/pending-5.10/300-mips_expose_boot_raw.patch b/target/linux/generic/pending-5.10/300-mips_expose_boot_raw.patch
index a04864ab4d..59f399d3cf 100644
--- a/target/linux/generic/pending-5.10/300-mips_expose_boot_raw.patch
+++ b/target/linux/generic/pending-5.10/300-mips_expose_boot_raw.patch
@@ -9,7 +9,7 @@ Acked-by: Rob Landley <rob@landley.net>
---
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -1080,9 +1080,6 @@ config FW_ARC
+@@ -1082,9 +1082,6 @@ config FW_ARC
config ARCH_MAY_HAVE_PC_FDC
bool
@@ -19,7 +19,7 @@ Acked-by: Rob Landley <rob@landley.net>
config CEVT_BCM1480
bool
-@@ -3172,6 +3169,18 @@ choice
+@@ -3174,6 +3171,18 @@ choice
bool "Extend builtin kernel arguments with bootloader arguments"
endchoice