diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2022-01-05 13:27:56 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-01-07 22:30:40 +0100 |
commit | 536f051b971c8b3aada21c35ca7deefb94e7dd74 (patch) | |
tree | ad9ea9602c3aa4f733eb732cf0655f6f616edad9 /target/linux/generic/hack-5.10 | |
parent | 9f08557649a733b236bb7fd111f6113549a18558 (diff) | |
download | upstream-536f051b971c8b3aada21c35ca7deefb94e7dd74.tar.gz upstream-536f051b971c8b3aada21c35ca7deefb94e7dd74.tar.bz2 upstream-536f051b971c8b3aada21c35ca7deefb94e7dd74.zip |
kernel: bump 5.10 to 5.10.90
Add and enable a new kconfig knob to disable unprivileged eBPF by default.
Patches automatically rebased.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/generic/hack-5.10')
-rw-r--r-- | target/linux/generic/hack-5.10/204-module_strip.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-5.10/204-module_strip.patch b/target/linux/generic/hack-5.10/204-module_strip.patch index f372687ba1..645074821f 100644 --- a/target/linux/generic/hack-5.10/204-module_strip.patch +++ b/target/linux/generic/hack-5.10/204-module_strip.patch @@ -88,7 +88,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/init/Kconfig +++ b/init/Kconfig -@@ -2337,6 +2337,13 @@ config UNUSED_KSYMS_WHITELIST +@@ -2347,6 +2347,13 @@ config UNUSED_KSYMS_WHITELIST one per line. The path can be absolute, or relative to the kernel source tree. |