From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43526 invoked by alias); 26 Sep 2017 06:13:51 -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 43507 invoked by uid 89); 26 Sep 2017 06:13:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=our X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 3CAD2C047B66 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=fweimer@redhat.com Subject: Re: [PATCH v3 0/5] Fixes for gcc enabling -mfloat128 by default To: "Gabriel F. T. Gomes" , libc-alpha@sourceware.org, libc-stable@sourceware.org References: <20170912123435.6592-1-gabriel@inconstante.eti.br> <20170921183123.48a82e7c@keller.br.ibm.com> From: Florian Weimer Message-ID: <2cbba550-fed1-4b66-d438-f0cd1dcc393b@redhat.com> Date: Tue, 26 Sep 2017 06:13:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170921183123.48a82e7c@keller.br.ibm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-09/txt/msg00945.txt.bz2 On 09/21/2017 11:31 PM, Gabriel F. T. Gomes wrote: > Thanks for all the reviews in this patch set. > I just pushed them. > > I need to backport these patches to ibm/2.26/master. Usually, I backport > the patches to release/2.26/master first, then merge into ibm/2.26/master. > > Is it fine to backport the patches to release/2.26/master, this time? Even > if they do not fix bugs in bugzilla? I believe it could benefit other > distros. If I understand our situation correctly, we want these patches in Fedora 27, so backporting them to the stable release branch would be helpful (so that we'll pick them up automatically). Thanks, Florian