netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/3] netvsc: bug fixes
@ 2017-06-07 22:53 Stephen Hemminger
  2017-06-07 22:53 ` [PATCH net v2 1/3] netvsc: fix rcu dereference warning from ethtool Stephen Hemminger
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stephen Hemminger @ 2017-06-07 22:53 UTC (permalink / raw)
  To: kys, haiyangz, sthemmin; +Cc: devel, netdev

These are bugfixes for netvsc driver in 4.12.

Stephen Hemminger (3):
  netvsc: fix rcu dereference warning from ethtool
  netvsc: fix net poll mode
  netvsc: move filter setting to rndis_device

 drivers/net/hyperv/hyperv_net.h   |  5 ++--
 drivers/net/hyperv/netvsc_drv.c   | 54 +++++++++++++--------------------------
 drivers/net/hyperv/rndis_filter.c | 30 +++++++++++++++++++++-
 3 files changed, 50 insertions(+), 39 deletions(-)

Note: trying out some scripting to check for obvious issues,
build, test, then send email. Eventually want to expand it to
spin up full test rig on Azure.

Please let me know if there are any issues.
The good part about scripting is that it does the same thing everytime;
the bad part is that it will make the same mistakes everytime.

-- 
2.11.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-08 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07 22:53 [PATCH net v2 0/3] netvsc: bug fixes Stephen Hemminger
2017-06-07 22:53 ` [PATCH net v2 1/3] netvsc: fix rcu dereference warning from ethtool Stephen Hemminger
2017-06-07 22:53 ` [PATCH net v2 2/3] netvsc: fix net poll mode Stephen Hemminger
2017-06-07 22:53 ` [PATCH net v2 3/3] netvsc: move filter setting to rndis_device Stephen Hemminger
2017-06-08 15:46 ` [PATCH net v2 0/3] netvsc: bug fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).