commit | 867047c4512aa65fb4cf66b253b51b830c7fa172 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Fri Jul 28 08:59:42 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 29 15:25:43 2017 -0700 |
tree | 61fe0635f7c2eaae5d6591d5df61f05c18a3ff11 | |
parent | d6aac1f218873f2266de23280bffb909b4a98fbf [diff] |
netvsc: fix warnings reported by lockdep This includes a bunch of fixups for issues reported by lockdep. * ethtool routines can assume RTNL * send is done with RCU lock (and BH disable) * avoid refetching internal device struct (netvsc) instead pass it as a parameter. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>