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:	Thu, 31 Jan 2008 14:32:35 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	Oleg Nesterov <oleg@...sign.ru>, ebiederm@...ssion.com,
	paulmck@...ux.vnet.ibm.com, xemul@...nvz.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fix tasklist + find_pid() with CONFIG_PREEMPT_RCU


* Andrew Morton <akpm@...ux-foundation.org> wrote:

> On Tue, 29 Jan 2008 19:40:19 +0300
> Oleg Nesterov <oleg@...sign.ru> wrote:
> 
> > With CONFIG_PREEMPT_RCU read_lock(tasklist_lock) doesn't imply 
> > rcu_read_lock(),
> 
> I'm suspecting that we have other code which assumes that read_lock, 
> write_lock and spin_lock imply rcu_read_lock().
> 
> I wonder if there are any sane runtime checks we can put in there to 
> find such problems.

we usually caught them via the DEBUG_PREEMPT checks on PREEMPT_RT: stuff 
that has such implicit reliance tends to use smp_processor_id() along 
the way and that gets flagged if the non-preemptability guarantee of 
spin_lock() vanishes.

	Ingo
--
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