Merge branch 'Fix-issues-in-tc-taprio-and-tc-cbs'
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2019 01:45:35 +0000 (18:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2019 01:45:35 +0000 (18:45 -0700)
commit154f4fb7a0b8b0d8ad655e4dc3063069bcf30f14
tree1808a1b40a13e500b0a7363e3a279061ba54caa4
parent5f81d5455589df2f580e634c2e9da55b80e63c30
parent1c6c09a0ae62fa3ea8f8ead2ac3920e6fff2de64
Merge branch 'Fix-issues-in-tc-taprio-and-tc-cbs'

Vladimir Oltean says:

====================
Fix issues in tc-taprio and tc-cbs

This series fixes one panic and one WARN_ON found in the tc-taprio
qdisc, while trying to apply it:

- On an interface which is not multi-queue
- On an interface which has no carrier

The tc-cbs was also visually found to suffer of the same issue as
tc-taprio, and the fix was only compile-tested in that case.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>