[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YMtuEWJl5xbqPnsK@hirez.programming.kicks-ass.net>
Date: Thu, 17 Jun 2021 17:45:21 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Andy Lutomirski <luto@...nel.org>
Cc: Nicholas Piggin <npiggin@...il.com>,
Rik van Riel <riel@...riel.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Dave Hansen <dave.hansen@...el.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-mm@...ck.org,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
the arch/x86 maintainers <x86@...nel.org>,
"Paul E. McKenney" <paulmck@...nel.org>
Subject: Re: [RFC][PATCH] sched: Use lightweight hazard pointers to grab lazy
mms
On Thu, Jun 17, 2021 at 07:10:41AM -0700, Andy Lutomirski wrote:
> On Thu, Jun 17, 2021, at 2:08 AM, Peter Zijlstra wrote:
> > +extern void mm_unlazy_mm_count(struct mm_struct *mm);
>
> You didn't like mm_many_words_in_the_name_of_the_function()? :)
:-)
> > - if (mm) {
> > - membarrier_mm_sync_core_before_usermode(mm);
> > - mmdrop(mm);
> > - }
>
> What happened here?
>
I forced your patch ontop of tip/master without bothering about the
membarrier cleanups and figured I could live without that call for a
little while.
But yes, that needs cleaning up.
Powered by blists - more mailing lists