From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932264AbcFIK5W (ORCPT ); Thu, 9 Jun 2016 06:57:22 -0400 Received: from mx2.suse.de ([195.135.220.15]:44334 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752255AbcFIK5V (ORCPT ); Thu, 9 Jun 2016 06:57:21 -0400 Subject: Re: linux-next: build warnings after merge of the kbuild tree To: Stephen Rothwell , Kees Cook References: <20160609122258.1c2068f0@canb.auug.org.au> <20160609140505.3e336ba3@canb.auug.org.au> Cc: Linux-Next , LKML , Emese Revfy From: Michal Marek Message-ID: <57594B8C.8020006@suse.cz> Date: Thu, 9 Jun 2016 12:57:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20160609140505.3e336ba3@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dne 9.6.2016 v 06:05 Stephen Rothwell napsal(a): > On Wed, 8 Jun 2016 19:56:38 -0700 Kees Cook wrote: >> Ah, yes, that should default to off. We'll get a fix landed ASAP. > > Note that this was an allmodconfig build. The default is 'n', but > allmodconfig will turn it on (as will allyesconfig). I guess we should make GCC_PLUGINS depend on !COMPILE_TEST. Actually I thought this was already the case, but it is not. Michal