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] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 11 Mar 2009 12:49:59 +0100
From:	Johannes Berg <johannes@...solutions.net>
To:	"Luis R. Rodriguez" <mcgrof@...il.com>
Cc:	"John W. Linville" <linville@...driver.com>,
	David Miller <davem@...emloft.net>,
	linux-wireless@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: pull request: wireless-next-2.6 2009-02-23

On Thu, 2009-02-26 at 19:18 -0800, Luis R. Rodriguez wrote:

> >        mutex_lock(&cfg80211_mtx)
> >        ...
> >        rtnl_lock()
> >        ...
> >        rtnl_unlock()
> >        ...
> >        mutex_unlock(&cfg80211_mtx)
> >
> > to
> >
> >        rtnl_lock()
> >        ...
> >        mutex_lock(&cfg80211_mtx)
> >        ...
> >        mutex_unlock(&cfg80211_mtx)
> >        ...
> >        rtnl_unlock()
> >
> > everywhere.
> 
> Sure, I'll give it a shot tomorrow unless someone else gets to it first.

Did you get a chance to look at this? Otherwise I'll just do it later
today.

johannes

Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ