diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-05-11 12:07:06 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-05-12 12:36:28 +0200 |
commit | 7dd2d7289a06ac742cfce5dbc9c583146b2c4a9c (patch) | |
tree | dfca30413303b6988cf4f69879b6ac0b1ff811e1 /target/linux/ath79 | |
parent | ef2d5a2ab46c44ad4145488913ac9d0bbb8c69df (diff) | |
download | upstream-7dd2d7289a06ac742cfce5dbc9c583146b2c4a9c.tar.gz upstream-7dd2d7289a06ac742cfce5dbc9c583146b2c4a9c.tar.bz2 upstream-7dd2d7289a06ac742cfce5dbc9c583146b2c4a9c.zip |
kernel: bump 4.19 to 4.19.122
Refreshed all patches.
Remove upstreamed:
- 551-loop-Better-discard-support-for-block-devices.patch
Fixed:
- CVE-2020-11884
- CVE-2020-12114
- CVE-2019-3016
- CVE-2020-11669
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/patches-4.19/404-mtd-cybertan-trx-parser.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-4.19/404-mtd-cybertan-trx-parser.patch b/target/linux/ath79/patches-4.19/404-mtd-cybertan-trx-parser.patch index 22e31db3fa..fcfe72e287 100644 --- a/target/linux/ath79/patches-4.19/404-mtd-cybertan-trx-parser.patch +++ b/target/linux/ath79/patches-4.19/404-mtd-cybertan-trx-parser.patch @@ -1,9 +1,10 @@ --- a/drivers/mtd/parsers/Makefile +++ b/drivers/mtd/parsers/Makefile -@@ -1,2 +1,3 @@ +@@ -1,3 +1,4 @@ +obj-$(CONFIG_MTD_PARSER_CYBERTAN) += parser_cybertan.o obj-$(CONFIG_MTD_PARSER_TRX) += parser_trx.o obj-$(CONFIG_MTD_SHARPSL_PARTS) += sharpslpart.o + obj-$(CONFIG_MTD_ROUTERBOOT_PARTS) += routerbootpart.o --- a/drivers/mtd/parsers/Kconfig +++ b/drivers/mtd/parsers/Kconfig @@ -1,3 +1,11 @@ |