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 09:18:00 -0000	[thread overview]
Message-ID: <6538b117-5f58-181c-a52c-4c668ac4deb4@linux.ibm.com> (raw)
In-Reply-To: <4851b1b3-2fd5-75c2-cc5e-68519e373df2@redhat.com>

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

> 
> 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

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.

Thanks.
Stefan

  reply	other threads:[~2018-06-13  9:18 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 [this message]
2018-06-13  9:36     ` Florian Weimer
2018-06-13 15:25       ` Stefan Liebler
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=6538b117-5f58-181c-a52c-4c668ac4deb4@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).