From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 31 Jan 2019 21:42:57 +0100 From: Heiko Carstens Subject: Re: WARN_ON_ONCE(!new_owner) within wake_futex_pi() triggerede References: <20190130210733.mg6aascw2gzl3oqz@linutronix.de> <20190130233557.GA4240@linux.ibm.com> <20190131165228.GA32680@osiris> <20190131170653.spnrxsiblkssleyd@linutronix.de> MIME-Version: 1.0 In-Reply-To: <20190131170653.spnrxsiblkssleyd@linutronix.de> Message-Id: <20190131204257.GA3636@osiris> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Sebastian Sewior Cc: Thomas Gleixner , "Paul E. McKenney" , Peter Zijlstra , Ingo Molnar , Martin Schwidefsky , LKML , linux-s390@vger.kernel.org, Stefan Liebler List-ID: On Thu, Jan 31, 2019 at 06:06:53PM +0100, Sebastian Sewior wrote: > On 2019-01-31 17:52:28 [+0100], Heiko Carstens wrote: > > ...nevertheless Stefan and I looked through the lovely disassembly of > > _pthread_mutex_lock_full() to verify if the compiler barriers are > > actually doing what they are supposed to do. The generated code > > however does look correct. > > So, it must be something different. > > would it make sense to use one locking function instead all three (lock, > try-lock, timed) in the test case to figure out if this is related to > one of the locking function? Sure, I will give that a try tomorrow.