From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77512 invoked by alias); 11 Jan 2017 12:49:26 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 77502 invoked by uid 89); 11 Jan 2017 12:49:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-yb0-f175.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=cy3edMQhLRexTeOhvr0+QeYL+H+j6fAZfCACIu0AHp4=; b=RAnPJZcB8BWfo2Ud5TbRw9grJb81TluN0wQkqXpn/NeV/abTBZPrygE15gMSFJbIo8 hFvJHDOLKDyvahk4eNMsDJjL9JZhaiutvHTwr0q7TV8XpXeU4wc5/PCPCtwZLK+3p+2r DJZPBhtY0l6Su2x1TFv307DjRAKM32r23jwEiMLeZMkS/zLuq1rbjliQHpa9x2n3o3+z 2/gcyQ7st9MSEruEZdgPPSgN1on4J7++1H9RgVvfTJO6iNTV3KPFPsRKBYNEI4/yTraM zLQCuV7zkjazcvd09wgmMXNhl+GixwF2zXrAjh+/uUZ1HDgGsa/F7nWQ9otOPUKyE7wC ZQXg== X-Gm-Message-State: AIkVDXKlnNmEGnVT5AV+GNDpjsghNM6k1dqqrMeZuilMAzskyvH5SV35auTRQv696DMejXiU1t+8rEcDzdDPlg== X-Received: by 10.37.208.213 with SMTP id h204mr4111013ybg.187.1484138963358; Wed, 11 Jan 2017 04:49:23 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1484064691.5606.208.camel@redhat.com> <1484130735.5606.245.camel@redhat.com> From: Martin Galvan Date: Wed, 11 Jan 2017 12:49:00 -0000 Message-ID: Subject: Re: [PATCH] Fix mutex pretty printer test and pretty printer output. To: Torvald Riegel Cc: GLIBC Devel Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2017-01/txt/msg00192.txt.bz2 2017-01-11 9:45 GMT-03:00 Martin Galvan : > Maybe we could check whether __elision exists and inform the > user that lock elision is enabled My mistake, I thought __elision only existed when lock elision was enabled, but I guess I was wrong.