From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id E498B1A08BB for ; Tue, 12 Jan 2016 02:21:08 +1100 (AEDT) Subject: Re: [PATCH] Add hwcap2 bits for POWER9 To: Tulio Magno Quites Machado Filho , Adhemerval Zanella References: <568C272D.6000705@linux.vnet.ibm.com> <87egdsi4om.fsf@totoro.br.ibm.com> <1452267366.5201.12.camel@vnet.ibm.com> <568FE3D0.7080008@linaro.org> <87wprgdu3u.fsf@totoro.br.ibm.com> Cc: libc-alpha@sourceware.org, linuxppc-dev@lists.ozlabs.org, Steve Munroe From: "Carlos O'Donell" Message-ID: <5693C861.9030308@redhat.com> Date: Mon, 11 Jan 2016 10:21:05 -0500 MIME-Version: 1.0 In-Reply-To: <87wprgdu3u.fsf@totoro.br.ibm.com> Content-Type: text/plain; charset=windows-1252 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 01/11/2016 10:16 AM, Tulio Magno Quites Machado Filho wrote: > Adhemerval Zanella writes: > >> On 08-01-2016 13:36, Peter Bergner wrote: >>> On Fri, 2016-01-08 at 11:25 -0200, Tulio Magno Quites Machado Filho wrote: >>>> Peter, this solves the issue you reported previously [1]. >>>> >>>> [1] https://sourceware.org/ml/libc-alpha/2015-12/msg00522.html >>> >>> Agreed, thanks. I'll also add the POWER9 support to the GCC side >>> of the patch now that the glibc code is upstream. >> >> I do not see these bits being added in kernel side yet and GLIBC usual >> only sync these kind of bits *after* they are included in kernel side. >> So I would advise to either get these pieces (kernel support and hwcap >> advertise) in kernel before 2.23 release, otherwise revert the patches. > > Ack. > It has just been sent to the correspondent Linux mailing list: > https://lists.ozlabs.org/pipermail/linuxppc-dev/2016-January/137763.html Please revert the changes from glibc until you checkin support to linux kernel mainline. Leaving these bits in increases the risk that someone uses to deploy a glibc that then may have the wrong value. Cheers, Carlos.