diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-06 17:14:43 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-12 10:32:54 +0100 |
commit | 6ac1aa19579ddbee922ea5b89d7398f527baabd8 (patch) | |
tree | e855f4e795e6af012fe7173b391d48fadb030c0e /target/linux/generic | |
parent | 5e1864da3364c9edb9af783c37e584d0337ec28e (diff) | |
download | upstream-6ac1aa19579ddbee922ea5b89d7398f527baabd8.tar.gz upstream-6ac1aa19579ddbee922ea5b89d7398f527baabd8.tar.bz2 upstream-6ac1aa19579ddbee922ea5b89d7398f527baabd8.zip |
kernel: bump 4.14 to 4.14.152
Refreshed all patches.
Altered patches:
- 301-arch-support-layerscape.patch
Remove upstreamed:
- 950-0311-sc16is7xx-Fix-for-Unexpected-interrupt-8.patch
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/hack-4.14/661-use_fq_codel_by_default.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-4.14/661-use_fq_codel_by_default.patch b/target/linux/generic/hack-4.14/661-use_fq_codel_by_default.patch index 0a4925d6fa..cf03b00f82 100644 --- a/target/linux/generic/hack-4.14/661-use_fq_codel_by_default.patch +++ b/target/linux/generic/hack-4.14/661-use_fq_codel_by_default.patch @@ -14,7 +14,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h -@@ -368,12 +368,13 @@ extern struct Qdisc_ops noop_qdisc_ops; +@@ -373,12 +373,13 @@ extern struct Qdisc_ops noop_qdisc_ops; extern struct Qdisc_ops pfifo_fast_ops; extern struct Qdisc_ops mq_qdisc_ops; extern struct Qdisc_ops noqueue_qdisc_ops; @@ -44,7 +44,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> device, it has to decide which ones to send first, which ones to --- a/net/sched/sch_api.c +++ b/net/sched/sch_api.c -@@ -2029,7 +2029,7 @@ static int __init pktsched_init(void) +@@ -2031,7 +2031,7 @@ static int __init pktsched_init(void) return err; } |