public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* spin_lock implicit/explicit memory barrier
@ 2016-08-09 18:52 Manfred Spraul
  2016-08-10  0:05 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 20+ messages in thread
From: Manfred Spraul @ 2016-08-09 18:52 UTC (permalink / raw)
  To: Michael Ellerman, Benjamin Herrenschmidt
  Cc: Andrew Morton, Davidlohr Bueso, Linux Kernel Mailing List,
	Susi Sonnenschein

Hi Benjamin, Hi Michael,

regarding commit 51d7d5205d33 ("powerpc: Add smp_mb() to 
arch_spin_is_locked()"):

For the ipc/sem code, I would like to replace the spin_is_locked() with 
a smp_load_acquire(), see:

http://git.cmpxchg.org/cgit.cgi/linux-mmots.git/tree/ipc/sem.c#n367

http://www.ozlabs.org/~akpm/mmots/broken-out/ipc-semc-fix-complex_count-vs-simple-op-race.patch

To my understanding, I must now add a smp_mb(), otherwise it would be 
broken on PowerPC:

The approach that the memory barrier is added into spin_is_locked() 
doesn't work because the code doesn't use spin_is_locked().

Correct?

--

     Manfred

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-08-22  9:15 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-09 18:52 spin_lock implicit/explicit memory barrier Manfred Spraul
2016-08-10  0:05 ` Benjamin Herrenschmidt
2016-08-10 18:21   ` Manfred Spraul
2016-08-10 19:17     ` Davidlohr Bueso
2016-08-10 21:00       ` Paul E. McKenney
2016-08-15 20:06         ` Manfred Spraul
2016-08-15 20:28           ` Paul E. McKenney
2016-08-12  2:47       ` Boqun Feng
2016-08-12 18:43         ` Manfred Spraul
2016-08-22  9:15           ` Boqun Feng
2016-08-10 20:52     ` Paul E. McKenney
2016-08-10 22:23       ` Davidlohr Bueso
2016-08-10 22:58         ` Paul E. McKenney
2016-08-10 23:29           ` Davidlohr Bueso
2016-08-11  8:11             ` Peter Zijlstra
2016-08-11 18:31               ` Davidlohr Bueso
2016-08-12  2:59                 ` Boqun Feng
2016-08-19 14:01                   ` Peter Zijlstra
2016-08-10 23:59         ` Benjamin Herrenschmidt
2016-08-10 18:33   ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox