From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751822AbeFEMVb convert rfc822-to-8bit (ORCPT ); Tue, 5 Jun 2018 08:21:31 -0400 Received: from ozlabs.org ([203.11.71.1]:34683 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751722AbeFEMV3 (ORCPT ); Tue, 5 Jun 2018 08:21:29 -0400 Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Christophe LEROY , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , segher@kernel.crashing.org Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [v3] powerpc: fix build failure by disabling attribute-alias warning In-Reply-To: <0332913c-04c0-362f-313f-8d42099f168d@c-s.fr> References: <40zxgb4SmTz9s7c@ozlabs.org> <0332913c-04c0-362f-313f-8d42099f168d@c-s.fr> Date: Tue, 05 Jun 2018 22:21:27 +1000 Message-ID: <87wovdmnjs.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christophe LEROY writes: > Le 04/06/2018 à 16:11, Michael Ellerman a écrit : >> On Tue, 2018-05-29 at 16:06:41 UTC, Christophe Leroy wrote: >>> Latest GCC version emit the following warnings >>> >>> As arch/powerpc code is built with -Werror, this breaks build with >>> GCC 8.1 >>> .... >>> >>> Signed-off-by: Christophe Leroy >> >> Applied to powerpc next, thanks. >> >> https://git.kernel.org/powerpc/c/2479bfc9bc600dcce7f932d52dcfa8 > > Oops, you didn't take v4 but v3 which was missing the fix into pci_32.c Yep sorry. I had v3 in my tree since a few days. If the patch is "Under Review" in patchwork that usually means I have it applied and am testing it. Although sometimes I forget :) > I'll send you a patch to add the fix in pci_32.c Thanks, applied. cheers