From mboxrd@z Thu Jan 1 00:00:00 1970 From: Duncan Sands Subject: Re: [lttng-dev] Alternative to signals/sys_membarrier() in liburcu Date: Mon, 23 Mar 2015 10:35:10 +0100 Message-ID: <550FDE4E.30201@free.fr> References: <867044376.285926.1426172227750.JavaMail.zimbra@efficios.com> <666590480.287502.1426193588471.JavaMail.zimbra@efficios.com> <1601505044.287659.1426199435904.JavaMail.zimbra@efficios.com> <20150313080743.GA21156@gmail.com> <20150313141853.GE5412@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150313141853.GE5412@linux.vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org To: paulmck@linux.vnet.ibm.com, Ingo Molnar Cc: Michael Sullivan , Peter Zijlstra , LKML , Steven Rostedt , lttng-dev@lists.lttng.org, Thomas Gleixner , Linus Torvalds List-Id: lttng-dev@lists.lttng.org > So, given the fact that the userspace RCU library does now see > some real-world use, is it now time for Mathieu to resubmit his > sys_membarrier() patch? I'm using userspace RCU with success in financial software, so the LTTng project isn't the only user. It works well, but it's not as fast as I'd like. My profiling shows that the performance hit is coming from the memory barriers. So I would very much like to see sys_membarrier go in. Best wishes, Duncan.