From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932664AbcFIRaq (ORCPT ); Thu, 9 Jun 2016 13:30:46 -0400 Received: from mail-wm0-f49.google.com ([74.125.82.49]:34701 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932077AbcFIRao (ORCPT ); Thu, 9 Jun 2016 13:30:44 -0400 Date: Thu, 9 Jun 2016 19:37:36 +0200 From: Emese Revfy To: Michal Marek Cc: Stephen Rothwell , Kees Cook , Linux-Next , LKML Subject: Re: linux-next: build warnings after merge of the kbuild tree Message-Id: <20160609193736.db48229a82b9fad7de1562d9@gmail.com> In-Reply-To: <57594B8C.8020006@suse.cz> References: <20160609122258.1c2068f0@canb.auug.org.au> <20160609140505.3e336ba3@canb.auug.org.au> <57594B8C.8020006@suse.cz> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.30; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 9 Jun 2016 12:57:16 +0200 Michal Marek wrote: > 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. Is it really necessary to disable all gcc plugins or would it be enough to disable only the cyc_complexity plugin? -- Emese