aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.14
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-02-16 17:50:59 +0100
committerPetr Štetiar <ynezz@true.cz>2022-02-16 21:47:59 +0100
commit2a3558b0de17f65b6c81a0e10e4d0b2e17071727 (patch)
treec1f598414d139c9d9460ec02da9f9feb2191aee5 /target/linux/generic/hack-4.14
parent3b6ce4f634cccf6517dacd4299917acd703c4bc1 (diff)
downloadupstream-2a3558b0de17f65b6c81a0e10e4d0b2e17071727.tar.gz
upstream-2a3558b0de17f65b6c81a0e10e4d0b2e17071727.tar.bz2
upstream-2a3558b0de17f65b6c81a0e10e4d0b2e17071727.zip
kernel: bump 4.14 to 4.14.267
All patches refreshed automagically without conflicts, but test builds choked on new BPF_UNPRIV_DEFAULT_OFF kernel config symbol introduced in upstream commit e69f08ba23a3 ("bpf: Add kconfig knob for disabling unpriv bpf by default"). Run tested on ipq40xx/glinet-b1300 and mvebu/turris-omnia. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/generic/hack-4.14')
-rw-r--r--target/linux/generic/hack-4.14/204-module_strip.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-4.14/204-module_strip.patch b/target/linux/generic/hack-4.14/204-module_strip.patch
index a8619edbfc..d6f7d9fa67 100644
--- a/target/linux/generic/hack-4.14/204-module_strip.patch
+++ b/target/linux/generic/hack-4.14/204-module_strip.patch
@@ -98,7 +98,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
--- a/init/Kconfig
+++ b/init/Kconfig
-@@ -1903,6 +1903,13 @@ config TRIM_UNUSED_KSYMS
+@@ -1913,6 +1913,13 @@ config TRIM_UNUSED_KSYMS
If unsure, or if you need to build out-of-tree modules, say N.