Re: [PATCH -tip v3 0/5] locking: Use acquire/release semantics

2015-09-30 Thread Thomas Gleixner
On Wed, 30 Sep 2015, Davidlohr Bueso wrote: > This series continues porting users to Will's new _{acquire|release|relaxed} > optimizations for weakly ordered archs -- and in practice, arm64 being the > only > actual user we have, thus could use a _lot_ more testing. While we have osq in > -tip rec

[PATCH -tip v3 0/5] locking: Use acquire/release semantics

2015-09-30 Thread Davidlohr Bueso
Changes from v2: o Redid changelog for patches 2-5 (tglx) Changes from v1: o Fix bogus acquire in generic rwsem lock downgrade (Linus) o Fix bogus acquire in unlock_rt_mutex_safe() (tglx) Hi, This series continues porting users to Will's new _{acquire|release|relaxed} optimizations for weakly