From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4762C28E4 for ; Fri, 25 Mar 2022 20:01:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648238469; x=1679774469; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=6k+DJ48aVd7N/P40eA7ak4kwTvd6Fg58OSC9AHzaH94=; b=YjJK/OC6C8h8Z8yEU5a5O/hyAhzfNn2JPFKg6YWJbW6ir57VQdC3iCWT unpEMvLixHLSH6zX8os9ukLwRQyNMgl9nfkmbZIzIAEzq/9b+CFGdXXqX 4gPV02lPZlXNmfg6TKGVDuPpt3yzBO6LvsuX0oCEcfJJFO36onCm4rkWb zETiL1UzPGqrbh/fTqb8ziW2pJD4uyYwktkoqQNL1vxcTqg/kpvrczn1P 2lxoEs/DQsFGnOI1xO+Vh0QpWX7iXLM+T0Llf4Y2bDWEgZuIQTdgkmNt8 Xfw8E2KYzUnW+bFeFTmV3qdqPvCPUZyhetKFDB60itGRo3g+qFOABRcVz A==; X-IronPort-AV: E=McAfee;i="6200,9189,10297"; a="319414099" X-IronPort-AV: E=Sophos;i="5.90,211,1643702400"; d="scan'208";a="319414099" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2022 13:01:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,211,1643702400"; d="scan'208";a="545205990" Received: from lkp-server02.sh.intel.com (HELO 89b41b6ae01c) ([10.239.97.151]) by orsmga007.jf.intel.com with ESMTP; 25 Mar 2022 13:01:06 -0700 Received: from kbuild by 89b41b6ae01c with local (Exim 4.92) (envelope-from ) id 1nXq7N-000MY6-Kz; Fri, 25 Mar 2022 20:01:05 +0000 Date: Sat, 26 Mar 2022 04:01:03 +0800 From: kernel test robot To: Andy Shevchenko , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Masahiro Yamada , Michal Marek , Nick Desaulniers , Borislav Petkov , Ingo Molnar , Peter Zijlstra Subject: Re: [PATCH v1 1/1] Makefile.extrawarn: Turn off -Werror when extra warnings are enabled Message-ID: <202203260359.nhs6ZZb9-lkp@intel.com> References: <20220325131348.3995-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220325131348.3995-1-andriy.shevchenko@linux.intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Hi Andy, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.17 next-20220325] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Andy-Shevchenko/Makefile-extrawarn-Turn-off-Werror-when-extra-warnings-are-enabled/20220325-211517 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 34af78c4e616c359ed428d79fe4758a35d2c5473 config: x86_64-randconfig-a012 (https://download.01.org/0day-ci/archive/20220326/202203260359.nhs6ZZb9-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 0f6d9501cf49ce02937099350d08f20c4af86f3d) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/6b5eeef1471c693165f2bdec5fb19c2ba20e9345 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Andy-Shevchenko/Makefile-extrawarn-Turn-off-Werror-when-extra-warnings-are-enabled/20220325-211517 git checkout 6b5eeef1471c693165f2bdec5fb19c2ba20e9345 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> clang-15: warning: 'x86_64' does not support '-mno-outline-atomics'; flag ignored [-Woption-ignored] -- 0-DAY CI Kernel Test Service https://01.org/lkp