]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge branch 'dsa-devlink'
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 Mar 2017 05:46:05 +0000 (22:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Mar 2017 05:46:05 +0000 (22:46 -0700)
commit2cebaecb047eeed51f4a7ee8b9556a49e4980ae2
tree97674d9de953c26b4ba9b723cdfc4d99af02dfc7
parent0e42c72195cc1a6f7461bfc48b32dce29e1677f7
parent96567d5dacf47fd628bc3115c8a7d81866674cd3
Merge branch 'dsa-devlink'

Andrew Lunn says:

====================
break include loop and dsa devlink support

These two patches add very basic support for devlink to DSA, in
preparation for playing with dpipe.

The first patch is needed to break an include loop between
netdevice.h, dsa.h and devlink.h. We need to remove dsa.h from
netdevice.h. As a result, some files fail to compile, because they
require includes pulled in via dsa.h. So this patch adds a number of
includes in various places. The majority is within the network
subsystem, but cifs also needs a few fixes.

0-day has been chewing on this for over a day now, and not found any
breakage. But Arnd's randconfig might uncover something.
====================

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