]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net_sched-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Aug 2018 19:45:45 +0000 (12:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Aug 2018 19:45:45 +0000 (12:45 -0700)
commit44707670df60b068772916b558a5aa8ef2d9de71
tree445afddd040006b43d6d2ad85118b558ded5ca6c
parent61b4288b62ccc8da02b68aa8d93e2fddf7f9c56c
parentbfd20cd67b7565b72329d6ad15d01264a4e402c7
Merge branch 'net_sched-fixes'

Cong Wang says:

====================
net_sched: pending clean up and bug fixes

This patchset aims to clean up and fixes some bugs in current
merge window, this is why it is targeting -net.

Patch 1-5 are clean up Vlad's patches merged in current merge
window, patch 6 is just a trivial cleanup.

Patch 7 reverts a lockdep warning fix and patch 8 provides a better
fix for it.

Patch 9 fixes a potential deadlock found by me during code review.

Please see each patch for details.
====================

Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>