From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-6.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gnuweeb.org (Postfix) with ESMTPS id C00BF7E2E9 for ; Thu, 10 Mar 2022 17:26:35 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=PP5o5aER; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646933195; x=1678469195; h=date:from:to:cc:subject:message-id:mime-version; bh=5S2JUl9ToaDXhYDPYQuADaloWOS3nI2kB7v8hrMXauY=; b=PP5o5aERH+qx0K8yq7i7RGeGnNl2hRPN7n/X5O9ob6ZafSAhl3ECYyFb qnypItR1++MVH94DhikwcWlu23pj1dpTmUJt03CiICCCE3RwQ26Z84nrK 7C7WupsyMyrXfPhH59qKxR+s7Juflpi1KsVJs+DhL5C7RgK90aUi/cBxn i+2utkJZUl0iBFN5ldE23MeiRBEtauxEJGbl28WY99ll1tiSPDP0M49V3 4N+41ze9CLzzhZwuLwEVyEnhkt7uay+jMi6tiiuw/LqfRzaCfI7FWQEUh wuckMdq9XDYXo/6ZWmyZ108BfPQtsjfk4zQnJXXft0L8UH8ZMglMI7seO Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10282"; a="255506532" X-IronPort-AV: E=Sophos;i="5.90,171,1643702400"; d="scan'208";a="255506532" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 09:26:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,171,1643702400"; d="scan'208";a="548093052" Received: from lkp-server02.sh.intel.com (HELO 89b41b6ae01c) ([10.239.97.151]) by fmsmga007.fm.intel.com with ESMTP; 10 Mar 2022 09:26:33 -0800 Received: from kbuild by 89b41b6ae01c with local (Exim 4.92) (envelope-from ) id 1nSMYa-0005D3-LO; Thu, 10 Mar 2022 17:26:32 +0000 Date: Fri, 11 Mar 2022 01:25:32 +0800 From: kernel test robot To: glider Cc: kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org, Maciej =?utf-8?Q?=C5=BBenczykowski?= , Kees Cook Subject: [ammarfaizi2-block:google/android/kernel/common/android-4.14-stable 4757/9999] gcc-7: error: unrecognized command line option '-ftrivial-auto-var-init=pattern' Message-ID: <202203110155.PXGwFPtQ-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: Hi glider, FYI, the error/warning still remains. tree: https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android-4.14-stable head: cb5d0103b1f8fc3aa997a696472fd774c67a1b1f commit: a7eda6eddca559c1c3a897a35692f9d49d46c9dd [4757/9999] BACKPORT: security: allow using Clang's zero initialization for stack variables config: i386-randconfig-a011 (https://download.01.org/0day-ci/archive/20220311/202203110155.PXGwFPtQ-lkp@intel.com/config) compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0 reproduce (this is a W=1 build): # https://github.com/ammarfaizi2/linux-block/commit/a7eda6eddca559c1c3a897a35692f9d49d46c9dd git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block google/android/kernel/common/android-4.14-stable git checkout a7eda6eddca559c1c3a897a35692f9d49d46c9dd # save the config file to linux build tree mkdir build_dir make W=1 O=build_dir ARCH=i386 prepare If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> gcc-7: error: unrecognized command line option '-ftrivial-auto-var-init=pattern' make[2]: *** [./Kbuild:22: kernel/bounds.s] Error 1 make[2]: Target '__build' not remade because of errors. make[1]: *** [Makefile:1214: prepare0] Error 2 make[1]: Target 'prepare' not remade because of errors. make: *** [Makefile:146: sub-make] Error 2 make: Target 'prepare' not remade because of errors. --- 0-DAY CI Kernel Test Service https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org