public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Stefan Liebler <stli@linux.ibm.com>
To: Florian Weimer <fweimer@redhat.com>,
	GNU C Library <libc-alpha@sourceware.org>
Cc: tuliom@linux.vnet.ibm.com
Subject: Re: [PATCH] Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [BZ #23275]
Date: Wed, 13 Jun 2018 15:25:00 -0000	[thread overview]
Message-ID: <e2d28723-790e-6fa2-082c-e953160765e1@linux.ibm.com> (raw)
In-Reply-To: <0ce60d10-94f5-6014-0a8c-33c9ff9d99b5@redhat.com>

On 06/13/2018 11:36 AM, Florian Weimer wrote:
> On 06/13/2018 11:18 AM, Stefan Liebler wrote:
>> On 06/13/2018 10:41 AM, Florian Weimer wrote:
>>> On 06/12/2018 04:24 PM, Stefan Liebler wrote:
>>>> The new testcase tst-mutex10 is triggering the race on s390x and 
>>>> intel. Presumably also on power, but I don't have access to a power 
>>>> machine with lock-elision. At least the code for power is the same 
>>>> as on the other two architectures. Can somebody test it on power?
>>>
>>> I tried the test case on a machine with:
>>>
>>> Model:                 2.0 (pvr 004d 0200)
>>> Model name:            POWER8 (raw), altivec supported
>>>
>>> AT_HWCAP:        true_le archpmu vsx arch_2_06 dfp ic_snoop smt mmu 
>>> fpu altivec ppc64 ppc32
>>> AT_HWCAP2:       htm-nosc vcrypto tar isel ebb dscr htm arch_2_07
>>>
>>> Presumably, that should have lock elision support?
>> Unfortunately, I don't know.
>> @Tulio: Can you answer this question?
>>
>> To be sure, can you use gdb and step into pthread_mutex_lock in order 
>> to check if the elision path is used depending on 
>> __pthread_force_elision.
>> Ensure, that elision is enabled:
>> (gdb) set environment GLIBC_TUNABLES glibc.elision.enable=1
> 
> __pthread_force_elision is 1.
> 
>>> If I apply the test (and only the test) to commit 
>>> a745c837cb51c2efe8900740548cb68ec2a2f7ab, the resulting glibc does 
>>> not show a test failure.
> 
>> I assume, that nptl/Makefile contains:
>> tst-mutex10-ENV = GLIBC_TUNABLES=glibc.elision.enable=1
> 
> Yes it does.
> 
>> You can use the tst-mutex10 arguments --iterations (default is 
>> 1000000) and --threads (default is 3). Perhaps we have to increase 
>> those values for power. At least on my s390x/x86_64 machine, those 
>> default values do trigger a test failure as pthread_mutex_destroy is 
>> returning EBUSY.
> 
> I played around with various settings, but I could not get a test 
> failure.  Only a test timeout because the 50-second timeout is 
> eventually not large enough.  glibc is compiled with assertions enabled.
> 
> Thanks,
> Florian
> 

I've also retested tst-mutex10 without the remaining patch on multiple 
s390x machines. I've found out, that it depends on the used gcc (at 
least on s390x). On one machine, gcc 6 was used. With gcc 7 / 8, the 
type of the mutex was loaded from memory multiple times.
With gcc 6, it is loaded only one time and thus all threads are 
promoting the mutex to PTHREAD_MUTEX_ELISION_NP. Then you don't see a fail.

On x86_64, I've used gcc 8. Perhaps I can try other gcc versions.
On power, perhaps gcc does also not reload the type of the mutex. I 
don't know.

On s390x, I've build the whole patch and run the testsuite with various 
gcc versions. There was no fail in tst-mutex10.

Bye.
Stefan

  reply	other threads:[~2018-06-13 15:25 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-12 14:25 Stefan Liebler
2018-06-13  8:43 ` Florian Weimer
2018-06-13  9:18   ` Stefan Liebler
2018-06-13  9:36     ` Florian Weimer
2018-06-13 15:25       ` Stefan Liebler [this message]
2018-06-14  8:04         ` Stefan Liebler
2018-06-13 21:45     ` Tulio Magno Quites Machado Filho
2018-06-19  7:45 ` Stefan Liebler
2018-06-26  6:45   ` [PING][PATCH] " Stefan Liebler
2018-07-03  6:28     ` Stefan Liebler
2018-07-10  6:34       ` Stefan Liebler
2018-07-16 11:57         ` Stefan Liebler
2018-07-23  6:42           ` Stefan Liebler
2018-07-30  7:22             ` Stefan Liebler
2018-08-27  9:12               ` Stefan Liebler
2018-09-03  7:10                 ` Stefan Liebler
2018-09-10 12:01                   ` Stefan Liebler
2018-09-17 13:38 ` [PATCH] " Florian Weimer
2018-10-04 16:08   ` Stefan Liebler
2018-10-16 14:23     ` Florian Weimer
2018-10-17 10:36       ` Stefan Liebler
2018-10-18 13:24         ` [COMMITTED 2.27 / 2.28] " Stefan Liebler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e2d28723-790e-6fa2-082c-e953160765e1@linux.ibm.com \
    --to=stli@linux.ibm.com \
    --cc=fweimer@redhat.com \
    --cc=libc-alpha@sourceware.org \
    --cc=tuliom@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).