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 53450C001DC for ; Fri, 21 Jul 2023 16:15:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232515AbjGUQPM (ORCPT ); Fri, 21 Jul 2023 12:15:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230211AbjGUQOr (ORCPT ); Fri, 21 Jul 2023 12:14:47 -0400 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B341D4201 for ; Fri, 21 Jul 2023 09:14: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=1689956059; x=1721492059; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=aH3m108yH6BHsrVb/yjh1bqZKP1L63kPlBkY+rO7Y2I=; b=mVbl9TLPZZayssGsdQvaRa2fSaAP7XPoE1Y0lM8JmdF9iubuGJTbdOwb KbrOdw+EGhPWHv03JvsoYVhiTynlCARjdLa4OWmLJ5PvhZSgJkG9yt2iA LRb+rcokZZ8o8SzHf4611gcQppPDvS398fxbLQkbEz6apMM4jc3pGL3Cp 1XfeIasut7FXvkpepsb43L5NfTgmhnPzsGmBbVKtn1HhbhMUnWRuuJcry 7i3s6HLZywUxz0B4TMeFi3nKN2c1NnsdCFDCsgZnziDVjetEtuJkkl8TX 50a4Xsq0RF4BuUWKGCEy7ZXXvPmhRwi5C6AqIUKbM2LnRgeUWKLYMH5Uo g==; X-IronPort-AV: E=McAfee;i="6600,9927,10778"; a="369729372" X-IronPort-AV: E=Sophos;i="6.01,222,1684825200"; d="scan'208";a="369729372" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jul 2023 09:14:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10778"; a="790245877" X-IronPort-AV: E=Sophos;i="6.01,222,1684825200"; d="scan'208";a="790245877" Received: from lkp-server02.sh.intel.com (HELO 36946fcf73d7) ([10.239.97.151]) by fmsmga008.fm.intel.com with ESMTP; 21 Jul 2023 09:14:06 -0700 Received: from kbuild by 36946fcf73d7 with local (Exim 4.96) (envelope-from ) id 1qMslZ-0007Qv-0v; Fri, 21 Jul 2023 16:14:05 +0000 Date: Sat, 22 Jul 2023 00:13:16 +0800 From: kernel test robot To: Andy Shevchenko , Herve Codina , "Jason A. Donenfeld" , linux-kernel@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Rasmus Villemoes , Andrew Morton , Linux Memory Management List Subject: Re: [PATCH v1 1/1] minmax: Fix header inclusions Message-ID: <202307212304.cH79zJp1-lkp@intel.com> References: <20230721133932.12679-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230721133932.12679-1-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andy, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [also build test ERROR on crng-random/master v6.5-rc2 next-20230721] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Andy-Shevchenko/minmax-Fix-header-inclusions/20230721-214152 base: linus/master patch link: https://lore.kernel.org/r/20230721133932.12679-1-andriy.shevchenko%40linux.intel.com patch subject: [PATCH v1 1/1] minmax: Fix header inclusions config: um-randconfig-r021-20230720 (https://download.01.org/0day-ci/archive/20230721/202307212304.cH79zJp1-lkp@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce: (https://download.01.org/0day-ci/archive/20230721/202307212304.cH79zJp1-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202307212304.cH79zJp1-lkp@intel.com/ All errors (new ones prefixed by >>): In file included from include/linux/build_bug.h:5, from include/linux/minmax.h:5, from arch/um/os-Linux/sigio.c:6: >> include/linux/compiler.h:246:10: fatal error: asm/rwonce.h: No such file or directory 246 | #include | ^~~~~~~~~~~~~~ compilation terminated. vim +246 include/linux/compiler.h a9a3ed1eff3601 Borislav Petkov 2020-04-22 245 e506ea451254ab Will Deacon 2019-10-15 @246 #include e506ea451254ab Will Deacon 2019-10-15 247 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki