]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd61566a19291123e6c608d30cc37740c3ab6e990
tree1808a1b40a13e500b0a7363e3a279061ba54caa4
parent24f3d47ed93c0722fb4c04e9585658a31e8eee6f
parentfc47ed6fbe2d18b87e6d02f2005d5c57d0431c51
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>