From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Michael Sullivan <sully@msully.net>,
Peter Zijlstra <peterz@infradead.org>,
LKML <linux-kernel@vger.kernel.org>,
Steven Rostedt <rostedt@goodmis.org>,
lttng-dev@lists.lttng.org, Thomas Gleixner <tglx@linutronix.de>,
Linus Torvalds <torvalds@linux-foundation.org>,
Ingo Molnar <mingo@kernel.org>,
linux-arch@vger.kernel.org
Subject: Re: Alternative to signals/sys_membarrier() in liburcu
Date: Thu, 12 Mar 2015 14:12:58 -0700 [thread overview]
Message-ID: <20150312211258.GX5412@linux.vnet.ibm.com> (raw)
In-Reply-To: <1243872207.287578.1426193760572.JavaMail.zimbra@efficios.com>
On Thu, Mar 12, 2015 at 08:56:00PM +0000, Mathieu Desnoyers wrote:
> (sorry for re-send, my mail client tricked me into posting HTML
> to lkml)
>
> Hi,
>
> Michael Sullivan proposed a clever hack abusing mprotect() to
> perform the same effect as sys_membarrier() I submitted a few
> years ago ( https://lkml.org/lkml/2010/4/18/15 ).
>
> At that time, the sys_membarrier implementation was deemed
> technically sound, but there were not enough users of the system call
> to justify its inclusion.
>
> So far, the number of users of liburcu has increased, but liburcu
> still appears to be the only direct user of sys_membarrier. On this
> front, we could argue that many other system calls have only
> one user: glibc. In that respect, liburcu is quite similar to glibc.
>
> So the question as it stands appears to be: would you be comfortable
> having users abuse mprotect(), relying on its side-effect of issuing
> a smp_mb() on each targeted CPU for the TLB shootdown, as
> an effective implementation of process-wide memory barrier ?
>
> Thoughts ?
Are there any architectures left that use hardware-assisted global
TLB invalidation? On such an architecture, you might not get a memory
barrier except on the CPU executing the mprotect() or munmap().
(Here is hoping that no one does -- it is a cute abuse^Whack otherwise!)
Thanx, Paul
> Thanks!
>
> Mathieu
>
>
>
>
>
> From: "Michael Sullivan" <sully@msully.net>
> To: "Mathieu Desnoyers" <mathieu.desnoyers@efficios.com>
> Cc: lttng-dev@lists.lttng.org
> Sent: Thursday, March 12, 2015 12:04:07 PM
> Subject: Re: [lttng-dev] Alternative to signals/sys_membarrier() in liburcu
>
> On Thu, Mar 12, 2015 at 10:57 AM, Mathieu Desnoyers < mathieu.desnoyers@efficios.com > wrote:
>
>
>
>
> Even though it depends on internal behavior not currently specified by mprotect,
> I'd very much like to see the prototype you have,
>
>
> I ended up posting my code at https://github.com/msullivan/userspace-rcu/tree/msync-barrier .
> The interesting patch is https://github.com/msullivan/userspace-rcu/commit/04656b468d418efbc5d934ab07954eb8395a7ab0 .
>
> Quick blog post I wrote about it at http://www.msully.net/blog/2015/02/24/forcing-memory-barriers-on-other-cpus-with-mprotect2/ .
> (I talked briefly about sys_membarrier in the post as best as I could piece together from LKML; if my comment on it is inaccurate I can edit the post.)
>
> -Michael Sullivan
>
>
>
> --
> Mathieu Desnoyers
> EfficiOS Inc.
> http://www.efficios.com
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
next parent reply other threads:[~2015-03-12 21:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <666590480.287502.1426193588471.JavaMail.zimbra@efficios.com>
[not found] ` <1243872207.287578.1426193760572.JavaMail.zimbra@efficios.com>
2015-03-12 21:12 ` Paul E. McKenney [this message]
2015-03-14 21:06 ` Alternative to signals/sys_membarrier() in liburcu Benjamin Herrenschmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150312211258.GX5412@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lttng-dev@lists.lttng.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=sully@msully.net \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).