Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp836501imm; Tue, 5 Jun 2018 05:22:14 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKQyl6n20SSZD4k3DN8+L/qdNTNkwMf0lS7tfuawjnZV3GUpxGGK+FptV30/Xkh6srEm/Tt X-Received: by 2002:a65:4888:: with SMTP id n8-v6mr15019372pgs.251.1528201334559; Tue, 05 Jun 2018 05:22:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528201334; cv=none; d=google.com; s=arc-20160816; b=eDibgais8RyAIzKI91yEvU0miAo1LYLF2enqHqnv0/Mf+GJ0R0YvM5qejowIhJpjsz UNjOfQ2qvs1wJeeawv3mZVO38rnZO7MxNDicZWDXjTi/uC6UUKn3QO1UqHMBAZQ8DufU YOlGsRpw3MGxWMyVAdn5FksM8zz0AZJ9imKFw3x6MvKfYef7+8XGAWhO29stpZnQnkvm m9Afh1iGiz5pRE5mA5ibQFYm7+I6l0Q+5KG3GNLBdGCUXyXgpe+t5saw1HFjViIrY23R oW2BQcnptQw5ixv6sRNTzTP2AjJ3Rv3h81eKukMm52gLwRq3K1xlIhRVWMkaEdx00j6R iffQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:references:in-reply-to:subject:cc:to:from :arc-authentication-results; bh=cfTMtOhJL7cJbwX0ghs2lAnqwtxq9sCBdt9AaMh8bko=; b=o7a0IFpADz+qlJCnD5DAvAai5Lw7g2x4d/EAoL5KckhtActFmLZfLGH9A0mjbXT1Af Yw1K9cfvqYqNTzf/22mAE0qBbpGUic/6rM2AHGuqC1ZW7O1UNXuSEoN1hWHgYt8/Zvs5 mF1jVCwv+Vpjt4H2swOLpClnd7UcqrkQKGX+ERfbJ5+kOy0LE+Va67ZRTisLepIcdqss xqcFbbNDOwyLwB93Q02i7JbnCkfPp2Qgoie9WqsqEFbSXeR4Q9h9PqMW9oP1gLj0Qs3V aRw++MGHqWTcbPwI8Xk07WFja6pwgZCZyZpPzpHgJkYf5IhU1987XBL5tz9HYCSyGQ1K zzTA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w65-v6si49291645pfa.18.2018.06.05.05.22.00; Tue, 05 Jun 2018 05:22:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751908AbeFEMVa convert rfc822-to-8bit (ORCPT + 99 others); Tue, 5 Jun 2018 08:21:30 -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 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 410WBH6HRMz9s08; Tue, 5 Jun 2018 22:21:27 +1000 (AEST) 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 Precedence: bulk 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