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, 29 Dec 2009 02:56:04 +0100
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	Ingo Molnar <mingo@...e.hu>
CC:	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, Jay Fenlason <fenlason@...hat.com>
Subject: Re: On "ratelimit: Use per ratelimit context locking"

Ingo Molnar wrote:
> There used to be a global lock:
> 
>   static DEFINE_SPINLOCK(ratelimit_lock);
> 
> which is now per ratelimit context. The case i was after was to use the 
> ratelimit state from NMI context. With NMIs we can lock up if an NMI hits when 
> some other code uses the ratelimit code. It's a small but existing race 
> window.

Ah, I see.

> OTOH, IRQ context use of printk ratelimit was safe before (and after) this 
> commit - so i think your code should be safe too.

Thanks for the explanation; that's reassuring.
-- 
Stefan Richter
-=====-==--= ==-- ===-=
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ