OSDN Git Service

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)
commit78c452fe70681c6e6383916a264e0bf010e98058
tree445afddd040006b43d6d2ad85118b558ded5ca6c
parentb93c1b5ac8643cc08bb74fa8ae21d6c63dfcb23d
parent5ffe57da29b3802baeddaa40909682bbb4cb4d48
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>