From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from 9pmail.ess.barracuda.com (9pmail.ess.barracuda.com [64.235.154.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41B22c65J4zF0wQ for ; Thu, 21 Jun 2018 10:02:47 +1000 (AEST) 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" In-Reply-To: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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