From: David S. Miller Date: Wed, 16 Jan 2019 04:12:01 +0000 (-0800) Subject: Merge branch 'sch_cake-leaf-qdisc-fixes' X-Git-Tag: v5.15~7127^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d62f38c295e56147e8298af1e0e0ec9e7cc14937;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'sch_cake-leaf-qdisc-fixes' Toke Høiland-Jørgensen says: ==================== sched: Fix qdisc interactions exposed by using sch_cake as a leaf qdisc This series fixes a couple of issues exposed by running sch_cake as a leaf qdisc in an HFSC tree, which were discovered and reported by Pete Heist. The interaction between CAKE's GSO splitting and the parent qdisc's notion of its own queue length could cause queue stalls. While investigating the report, I also noticed that several qdiscs would dereference the skb pointer after dequeue, which is potentially problematic since the GSO splitting code also frees the original skb. See the individual patches in the series for details. ==================== Signed-off-by: David S. Miller --- d62f38c295e56147e8298af1e0e0ec9e7cc14937