From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C3D0C433EF for ; Fri, 25 Mar 2022 14:54:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354158AbiCYOzy (ORCPT ); Fri, 25 Mar 2022 10:55:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34908 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349429AbiCYOzx (ORCPT ); Fri, 25 Mar 2022 10:55:53 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D97C31E3D9; Fri, 25 Mar 2022 07:54:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648220059; x=1679756059; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=iMJdzvSh02iTfUIow/wuk32++Xjz5o8yCK9oUkyArVs=; b=I1JKq4WSWPsaMph9fAYA+ZgKD27T17h5BncEn9AVsi/9THv3UAC8vERu HMvRHLthqBYAKGOcBmHM5h7LHRaGAnqH4uGB3aqJb0tMROEKZmStj9QyB Oz/avdf/WtDT7obTehu3Z+nXymiffna2EJ/KDVFAXtzZWNLyaLnM8mI1g FjsTX4DpAN1Q0giqe6GIIBQRW9EPznLou5E+wZ2Y/HcZviCasf/ycV1D6 HsWvJBo3o4ypCyxvfSrAbqkgQXfrjLg9Xqd+UKyXqn07q3yM+0K0oJ3cL gig8BytkOCuLCZH7eCVbF7AjfxMOem2NGynECCxv/q7BxRxXkSQEbUS/t w==; X-IronPort-AV: E=McAfee;i="6200,9189,10296"; a="258840228" X-IronPort-AV: E=Sophos;i="5.90,209,1643702400"; d="scan'208";a="258840228" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2022 07:54:19 -0700 X-IronPort-AV: E=Sophos;i="5.90,209,1643702400"; d="scan'208";a="650260471" Received: from smile.fi.intel.com ([10.237.72.59]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2022 07:54:17 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nXlJt-006S3T-Gm; Fri, 25 Mar 2022 16:53:41 +0200 Date: Fri, 25 Mar 2022 16:53:41 +0200 From: Andy Shevchenko To: Masahiro Yamada Cc: Linux Kbuild mailing list , Linux Kernel Mailing List , Michal Marek , Nick Desaulniers , Borislav Petkov , Ingo Molnar , Linus Torvalds , Peter Zijlstra Subject: Re: [PATCH v1 1/1] Makefile.extrawarn: Turn off -Werror when extra warnings are enabled Message-ID: References: <20220325131348.3995-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org On Fri, Mar 25, 2022 at 11:34:06PM +0900, Masahiro Yamada wrote: > On Fri, Mar 25, 2022 at 10:13 PM Andy Shevchenko > wrote: > > > > When `make W=1 ...` is executed the level 1 warnings become errors, > > due to recent change in some of the defconfigs, and fail the build. > > Since there are a lot of warnings on the level 1 are still present > > in the defconfigs at least for x86, let disable -Werror in such case. > > > commit b339ec9c229aaf399296a120d7be0e34fbc355ca > made WERROR default to COMPILE_TEST. > > WERROR should not be enabled for regular builds. > > b9080ba4a6ec should be reverted. Hmm... works for me, but have you read this discussion: https://lore.kernel.org/r/YjsCpoRK7W4l6tSh@zn.tnic ? -- With Best Regards, Andy Shevchenko