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 7B526C7619A for ; Thu, 30 Mar 2023 20:35:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229678AbjC3UfP (ORCPT ); Thu, 30 Mar 2023 16:35:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229661AbjC3UfO (ORCPT ); Thu, 30 Mar 2023 16:35:14 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A1C73BDC9 for ; Thu, 30 Mar 2023 13:35:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680208513; x=1711744513; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=HGh1/X74MEu04RnTGb5ZYozzO1uoA97Mi+duqFNs0gI=; b=XfEZfnqLUkHSn9ngwCW4M8JHX95VuBjSwKKCrj77abRXbfnMqfchV5aV zr2HlSwIz7lTp0ipI+qmeVBeZ3MXtLOflONQy8XBcuPfhpbI51qpFjP3D iIQIZWToG29pFgstH/v/AUWG+NAA2zX1CuWdObOTVcnhn05SV8yOAccaD EhjTG6+4uA62ce5+Zdj7mji+ExPAh9xBYyTNkHVDtPWE7H9EBxNtJELdh VujKyz69fQFzV05GNCF0RZaaNGQCqgcRGhGV+DzssgtrcrPX5sjFE7q35 92dngVl+3hzwWjpQ/OCOuj8ca3dCbVNB5wfcYoORsS9+eg1D4AZQtgWxI g==; X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="343780332" X-IronPort-AV: E=Sophos;i="5.98,305,1673942400"; d="scan'208";a="343780332" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 13:35:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="828455770" X-IronPort-AV: E=Sophos;i="5.98,305,1673942400"; d="scan'208";a="828455770" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 30 Mar 2023 13:35:09 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1phyzF-000LC0-11; Thu, 30 Mar 2023 20:35:09 +0000 Date: Fri, 31 Mar 2023 04:34:15 +0800 From: kernel test robot To: James Morse , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Catalin Marinas , Will Deacon , Mark Rutland , Lorenzo Pieralisi , Sudeep Holla , Marc Zyngier , Oliver Upton , James Morse , Rob Herring , Krzysztof Kozlowski Subject: Re: [PATCH 2/6] firmware: smccc: Add support for erratum discovery API Message-ID: <202303310415.JJnkYNSr-lkp@intel.com> References: <20230330165128.3237939-3-james.morse@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230330165128.3237939-3-james.morse@arm.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi James, I love your patch! Yet something to improve: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on robh/for-next arm/for-next arm/fixes kvmarm/next soc/for-next xilinx-xlnx/master linus/master v6.3-rc4 next-20230330] [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/James-Morse/dt-bindings-firmware-Add-arm-errata-management/20230331-005505 base: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/core patch link: https://lore.kernel.org/r/20230330165128.3237939-3-james.morse%40arm.com patch subject: [PATCH 2/6] firmware: smccc: Add support for erratum discovery API config: arm-randconfig-r046-20230329 (https://download.01.org/0day-ci/archive/20230331/202303310415.JJnkYNSr-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.1.0 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/intel-lab-lkp/linux/commit/d17afdb2a97dfce25c3005a165eb38c4d35d31ed git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review James-Morse/dt-bindings-firmware-Add-arm-errata-management/20230331-005505 git checkout d17afdb2a97dfce25c3005a165eb38c4d35d31ed # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash drivers/firmware/smccc/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303310415.JJnkYNSr-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/firmware/smccc/em.c:19:10: fatal error: asm/alternative.h: No such file or directory 19 | #include | ^~~~~~~~~~~~~~~~~~~ compilation terminated. vim +19 drivers/firmware/smccc/em.c 18 > 19 #include 20 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests