From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43585 invoked by alias); 27 Sep 2016 17:17:13 -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 43575 invoked by uid 89); 27 Sep 2016 17:17:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy=operational, tied X-HELO: mail-yw0-f169.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-transfer-encoding; bh=98Zg19OIo26pmsXYW1VmiIsK91ODJuDQTjnh8M1+XKE=; b=fC0DlyandRCcXBtmLKndqzn79rL8Gki+3xgHnkZ6cBPSRQGP1SiMTa27VjZw0nfRJS KFPhJxo5KkJIKhUOLs5ijM/nnEujyISl0Ayox4qe2ma5R9rgZyFjMCXQ+LFS2BXVcUzy GN56lRUavHPGSaVOfaDBlooyqok3cetNKW9JgIzG02OTIRhlfz11xqYg2TT6SiM9kRUk zt676CkavXJkHwQ/kCV7oGnbukogR7hj1qnOkA+xEaF85OFf/Xb6uFVyj8FJC8ZXhvI4 CsTqjrgPcZSZwY8XCVryTtu59zVVl0SLeFfj3yrCvTpc41m9vLbobrAmCfjGBICEQ4y/ e3Sg== X-Gm-Message-State: AE9vXwMsdORryCpSfHmN2vDQVAktuhVCnJGe/IYC8DqsQeHq9PfFK6fLZxMY2vFRu26794j2 X-Received: by 10.129.109.66 with SMTP id i63mr22654013ywc.171.1474996629955; Tue, 27 Sep 2016 10:17:09 -0700 (PDT) Subject: Re: [PATCH] hppa: Optimize atomic_compare_and_exchange_val_acq To: Florian Weimer , John David Anglin References: <58B70052-B987-4C41-B603-F3AAB2FDE34B@bell.net> <85e42696-2979-c359-ac83-b6cc6a34bb67@redhat.com> <87eg4bjdha.fsf@mid.deneb.enyo.de> Cc: GNU C Library , deller@kernel.org, Mike Frysinger , Aurelien Jarno From: Carlos O'Donell Message-ID: Date: Tue, 27 Sep 2016 17:17:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <87eg4bjdha.fsf@mid.deneb.enyo.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-09/txt/msg00531.txt.bz2 On 09/23/2016 03:13 AM, Florian Weimer wrote: > * John David Anglin: > >>>> The change was intended as an optimization but tst-stack4 now passes. >>> >>> This is a red flag for this patch. >> >> The patch has had a significant amount of testing and I'm sure there >> are no functional issues. It is important to simplify >> when possible. >> >> Why red flag an improvement in test results? > > I share Carlos' concern. If this patch appears to fix tst-stack4, > then it has unforeseen consequences. We just don't understand the > full impact of this change. Exactly. Before and after the patch the regression testsuite should give roughly the same results (modulo unreliable tests). I agree that operational hours of testing are important, but it's not everything one has to consider. Is the FAIL->PASS for tst-stack4 reliably tied to the addition of this patch? -- Cheers, Carlos.