diff options
author | John Audia <therealgraysky@proton.me> | 2022-10-30 08:32:36 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-30 17:54:59 +0100 |
commit | 52400e167d83bd0bfc40394f9383529212b545ad (patch) | |
tree | f6b0ae3d2666543eeccba67143f0442b2e62c6f9 /target/linux/generic | |
parent | dab23d04afb2833f9e9498808dab1605b685f831 (diff) | |
download | upstream-52400e167d83bd0bfc40394f9383529212b545ad.tar.gz upstream-52400e167d83bd0bfc40394f9383529212b545ad.tar.bz2 upstream-52400e167d83bd0bfc40394f9383529212b545ad.zip |
kernel: bump 5.10 to 5.10.152
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/hack-5.10/660-fq_codel_defaults.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-5.10/660-fq_codel_defaults.patch b/target/linux/generic/hack-5.10/660-fq_codel_defaults.patch index 5541c0bc89..a57a045f4a 100644 --- a/target/linux/generic/hack-5.10/660-fq_codel_defaults.patch +++ b/target/linux/generic/hack-5.10/660-fq_codel_defaults.patch @@ -13,7 +13,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/net/sched/sch_fq_codel.c +++ b/net/sched/sch_fq_codel.c -@@ -469,7 +469,11 @@ static int fq_codel_init(struct Qdisc *s +@@ -467,7 +467,11 @@ static int fq_codel_init(struct Qdisc *s sch->limit = 10*1024; q->flows_cnt = 1024; |