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:	Fri, 4 Oct 2013 08:41:06 +0200
From:	Ingo Molnar <mingo@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Josh Triplett <josh@...htriplett.org>,
	Al Viro <viro@...iv.linux.org.uk>,
	linux-fsdevel <linux-fsdevel@...r.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Paul McKenney <paulmck@...ux.vnet.ibm.com>
Subject: Re: [PATCH 17/17] RCU'd vfsmounts


* Linus Torvalds <torvalds@...ux-foundation.org> wrote:

> On Thu, Oct 3, 2013 at 5:41 PM, Josh Triplett <josh@...htriplett.org> wrote:
> >
> > Read, yes, but I don't think that's enough to force your example above 
> > to work in all cases.  That requires semantics beyond what RCU's 
> > primitives guarantee, and I don't think you can draw conclusions about 
> > those semantics without talking about CPU memory barriers.
> 
> We seriosly depend on nothing leaking out. Not just reads. The "U" in 
> RCU is "update". So it's reads, and it's writes. The fact that it says 
> "read" in "rcu_read_lock()" doesn't mean that only reads would be 
> affected.
> 
> And no, this still has nothing to do with memory barriers. Every single 
> RCU user depends on the memory freeing being delayed by RCU, for 
> example. And again, that's not just reads. It's people taking spinlocks 
> on things that are RCU-protected etc.
> 
> So no, there is no question about this. The only question would be 
> whether we have some RCU mode that is _buggy_, not whether you need 
> extra memory barriers. And that is certainly possible.

Broken RCU modes are not unheard of, but Paul is extremely methodical 
about testing and reviewing all the details - including formal proof 
testing methods. There are lots of high-profile, high-frequency RCU users 
in the kernel that make use of every aspect of RCU semantics and any 
breakage would affect them as well.

There are over 2000 RCU critical sections in the kernel today, so the 
likelyhood of the VFS triggering an unknown bug, without other users 
breaking already, is fairly low. If it happens it will be fixed like other 
RCU bugs.

So I really wouldn't worry about it too much. If you don't mind the 
additional sys_umount() delay then RCU is goodness.

Thanks,

	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