Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp1371049imm; Wed, 20 Jun 2018 17:04:48 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLIxqTE3pZu6dj+pW+mJ6uqb7273Jcg+iwC7Ws6AdXgXjQah3VNC1QmODuByfrknoWeSRfj X-Received: by 2002:a17:902:683:: with SMTP id 3-v6mr26163340plh.291.1529539488530; Wed, 20 Jun 2018 17:04:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529539488; cv=none; d=google.com; s=arc-20160816; b=Wtr5TNvJtCuWQvz0uI8kmck+3Yxi2hrcqFlg/0QKmZ50fULq1HOhWA1/VzbBMPTS+6 hRo4i/P9h2LIoFdcmbYebFajDUWCbVpnVFTWcVi2Uzb721Eu2TbCP5YPPpCclgEdBkoV vONP312cTAJXDDac9ob596noamyCt1BR60Zt6W0YxOvZHGcOh8L/tS9ZJ6zgm/qXTr9j bIthAuihSUAQczCrLIAJ776iSOYib9EIWv6S3wKHnK+s6PTaFx5UQvop9GhzebJwd/5q 3b+C0D0pwkksTmTKh5mB3IS0LSG7x2prhpO4lIRPRiqrFUVbWtUN+jZL70YWmQQH5utP 2qHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=GG90YZ337L+Q2txpVPTcGKS8oTzRWj0zRDmuQC5F0js=; b=tEDZdsAkQYiCoSqraYeWrz53O32bNAEhB84/G78aUTnif2nvkN0mcXdpuAwwT9OfUG MJoVOdIoIx83SEuahYdxXeUvuIDnearSXaDagCWEYrk+yL9r2a4TZGuL5zK8ePM9rKiV KJ0bsvm21TTpBxRSy1U7aVOhXVF/9odsBRnOx7TzTMLDssVWGYR2/Q7wvUDs3teMQ44F SLT56p9i2QfwJpLPi+3yDrzGmCHTRdCT3efd7F14YlEZ3sIYhc7Pan+8QijKet/35DYp qzZIq042nog0sX7QGbZ3WNJNc+rllRBsGGmR/Ie2zwW1hgWwpXfWD7DFlYy2CEk/rO6H DmzQ== 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 c10-v6si3431507pla.98.2018.06.20.17.04.33; Wed, 20 Jun 2018 17:04:48 -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 S932939AbeFUADy (ORCPT + 99 others); Wed, 20 Jun 2018 20:03:54 -0400 Received: from 9pmail.ess.barracuda.com ([64.235.154.210]:44131 "EHLO 9pmail.ess.barracuda.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932813AbeFUADx (ORCPT ); Wed, 20 Jun 2018 20:03:53 -0400 Received: from mipsdag01.mipstec.com (mail1.mips.com [12.201.5.31]) by mx1414.ess.rzc.cudaops.com (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=NO); Thu, 21 Jun 2018 00:02:23 +0000 Received: from mipsdag02.mipstec.com (10.20.40.47) by mipsdag01.mipstec.com (10.20.40.46) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1415.2; Wed, 20 Jun 2018 17:02:22 -0700 Received: from localhost (10.20.2.29) by mipsdag02.mipstec.com (10.20.40.47) with Microsoft SMTP Server id 15.1.1415.2 via Frontend Transport; Wed, 20 Jun 2018 17:02:22 -0700 Date: Wed, 20 Jun 2018 17:02:23 -0700 From: Paul Burton To: Masahiro Yamada CC: Arnd Bergmann , Linux Kbuild mailing list , Mauro Carvalho Chehab , Linux-MIPS , Ingo Molnar , Matthew Wilcox , Thomas Gleixner , Douglas Anderson , Josh Poimboeuf , Andrew Morton , Matthias Kaehlcke , He Zhe , Benjamin Herrenschmidt , Michal Marek , Khem Raj , Christophe Leroy , Al Viro , Stafford Horne , Gideon Israel Dsouza , Kees Cook , Michael Ellerman , Heiko Carstens , Linux Kernel Mailing List , Paul Mackerras , linuxppc-dev Subject: Re: [PATCH 1/3] kbuild: add macro for controlling warnings to linux/compiler.h Message-ID: <20180621000223.lpiilk2f6zosouuu@pburton-laptop> References: <20180616005323.7938-1-paul.burton@mips.com> <20180616005323.7938-2-paul.burton@mips.com> <20180619190225.7eguhiw3ixaiwpgl@pburton-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180512 X-BESS-ID: 1529539343-531716-21951-93629-1 X-BESS-VER: 2018.7-r1806151722 X-BESS-Apparent-Source-IP: 12.201.5.31 X-BESS-Envelope-From: Paul.Burton@mips.com X-BESS-Outbound-Spam-Score: 0.00 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.194245 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 BSF_BESS_OUTBOUND META: BESS Outbound X-BESS-Outbound-Spam-Status: SCORE=0.00 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=BSF_BESS_OUTBOUND X-BESS-Orig-Rcpt: yamada.masahiro@socionext.com,linux-kernel@vger.kernel.org,heiko.carstens@de.ibm.com,mpe@ellerman.id.au,keescook@chromium.org,gidisrael@gmail.com,shorne@gmail.com,viro@zeniv.linux.org.uk,christophe.leroy@c-s.fr,raj.khem@gmail.com,michal.lkml@markovi.net,benh@kernel.crashing.org,zhe.he@windriver.com,mka@chromium.org,akpm@linux-foundation.org,jpoimboe@redhat.com,dianders@chromium.org,tglx@linutronix.de,matthew@wil.cx,mingo@kernel.org,linux-mips@linux-mips.org,mchehab@kernel.org,linux-kbuild@vger.kernel.org,arnd@arndb.de,paulus@samba.org,linuxppc-dev@lists.ozlabs.org X-BESS-BRTS-Status: 1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Masahiro, On Thu, Jun 21, 2018 at 08:21:01AM +0900, Masahiro Yamada wrote: > V2 is good except one nit. > (I left a comment in it) Thanks, and yes I agree with your comment that the GCC<4.6 __diag() definition can be removed. > I can fix it up locally if it is tedious to re-spin, though. If you wouldn't mind that'd be great :) Thanks, Paul