]> 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)
commitc2ffc92e8290f04a8b641f524ee16ba0cbf9d55a
tree445afddd040006b43d6d2ad85118b558ded5ca6c
parent620f84c1e4237f620e52b519c7a359932cb9608e
parent28cc946751c9d4130e1e773b5e8523aa53cb2a50
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>