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-prev] [day] [month] [year] [list]
Date:   Tue, 10 Jan 2017 21:06:21 -0500 (EST)
From:   David Miller <davem@...emloft.net>
To:     stephen@...workplumber.org
Cc:     netdev@...r.kernel.org, sthemmin@...rosoft.com
Subject: Re: [PATCH net] netvsc: add rcu_read locking to netvsc callback

From: Stephen Hemminger <stephen@...workplumber.org>
Date: Tue, 10 Jan 2017 07:50:16 -0800

> Lockdep finds a case where netvsc receive processing is incorrectly
> assuming it is in RCU safe zone. The driver is using RCU to handle
> VF reference but RCU read lock not held.
> 
> Fixes 0c9d3ba9a87b ("hv_netvsc: use RCU to protect vf_netdev")
> 
> Signed-off-by: Stephen Hemminger <sthemmin@...rosoft.com>

Fixes tag must have a colon character after "Fixes", you must also
not put any empty lines in between the Fixes tag and the other
tags like signoffs.

Futhermore 0c9d3ba9a87b is not a valid GIT SHA1 ID.

[davem@...ri net]$ git describe 0c9d3ba9a87b
fatal: Not a valid object name 0c9d3ba9a87b

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ