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, 2 Oct 2018 15:07:48 -0700
From:   "Paul E. McKenney" <paulmck@...ux.ibm.com>
To:     Joel Fernandes <joel@...lfernandes.org>
Cc:     linux-kernel@...r.kernel.org, kernel-team@...roid.com,
        Ingo Molnar <mingo@...hat.com>,
        Josh Triplett <josh@...htriplett.org>,
        Lai Jiangshan <jiangshanlai@...il.com>,
        Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
        Peter Zijlstra <peterz@...radead.org>,
        Steven Rostedt <rostedt@...dmis.org>
Subject: Re: [PATCH RFC 1/2] sched/core: Convert synchronize_rcu_mult to
 synchronize_rcu

On Tue, Oct 02, 2018 at 02:20:19PM -0700, Joel Fernandes wrote:
> On Mon, Oct 01, 2018 at 08:38:01PM -0700, Paul E. McKenney wrote:
> > On Mon, Oct 01, 2018 at 06:20:11PM -0700, Joel Fernandes wrote:
> > > From: "Joel Fernandes (Google)" <joel@...lfernandes.org>
> > > 
> > > synchronize_rcu_mult is now obsolete since all the different RCU flavors
> > > have been consolidated and the API is now common on the updater side.
> > > sched/core.c is the only user of it. All call_rcu_<flavor> calls boil
> > > down to the same call_rcu. So there's no point in calling
> > > synchronize_rcu_mult infact it could potentially be slower due to
> > > waiting for the call_rcu callback twice. Just call synchronize_rcu here
> > > which should do the job.
> > > 
> > > Signed-off-by: Joel Fernandes (Google) <joel@...lfernandes.org>
> > 
> > Well, the theory was that I was going to keep this series hidden until
> > the consolidation hit mainline just to avoid confusion, but please see
> > 5fc9d4e000b1 ("rcu: Eliminate synchronize_rcu_mult()"), which I just
> > now pushed to -rcu.  To your credit, you did get most of it.  ;-)
> 
> Glad you already took care of that ;-) I should have taken a peek at rcu/test
> branch :D

You wouldn't have seen anything before yesterday, so no worries!

> > Here is the full list:
> > 
> > pick 1f3e6eaed8fa Apply coccinelle script to consolidate calls to RCU-bh and RCU-sched
> > pick 5fc9d4e000b1 rcu: Eliminate synchronize_rcu_mult()
> > pick a8475496801e rcu: Consolidate the RCU update functions invoked by sync.c
> > pick d8ffb03461ad sched/membarrier: Replace synchronize_sched() with synchronize_rcu()
> > 
> > Of course, I will need to rerun the coccinelle script and split the
> > result across subsystems, but I am waiting until the current pull
> > request hits mainline.  Let's face it, none of us need to do debugging
> > on someone consolidating their RCU updates before at least this commit
> > and its predecessors hit mainline:
> > 
> > 709fdce7545c ("rcu: Express Tiny RCU updates in terms of RCU rather than RCU-sched")
> > 
> > I sent the pull request to Ingo a few days ago, so with some luck this
> > will all get to mainline during the next merge window, and then it is
> > open season on outside-of-RCU cleanups.  ;-)
> 
> Cool, thanks,

And Ingo did pull it, and you should have been CCed on a few of the
-tip notifications.  ;-)

							Thanx, Paul

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ