lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170719185319.25871-1-sthemmin@microsoft.com>
Date:   Wed, 19 Jul 2017 11:53:11 -0700
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com
Cc:     devel@...uxdriverproject.org, netdev@...r.kernel.org
Subject: [PATCH net-next 0/8] netvsc: lockdep and related fixes

These fix sparse and lockdep warnings from netvsc driver.
Targeting these at net-next since no actual related failures
have been observed in non-debug kernels.

Stephen Hemminger (8):
  netvsc: force link update after MTU change
  netvsc: add some rtnl_dereference annotations
  netvsc: change order of steps in setting queues
  netvsc: change logic for change mtu and set_queues
  netvsc: use ERR_PTR to avoid dereference issues
  netvsc: need rcu_derefence when accessing internal device info
  netvsc: save pointer to parent netvsc_device in channel table
  netvsc: add rtnl annotations in rndis

 drivers/net/hyperv/hyperv_net.h   | 26 +++++-------
 drivers/net/hyperv/netvsc.c       | 33 ++++++++++------
 drivers/net/hyperv/netvsc_drv.c   | 83 +++++++++++++++++++++------------------
 drivers/net/hyperv/rndis_filter.c | 62 ++++++++++++++++-------------
 4 files changed, 107 insertions(+), 97 deletions(-)

-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ