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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7F7E6EB64DD for ; Tue, 1 Aug 2023 07:28:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=86bK6hLf1qaFsB/r39jvBu/dRVISj3i8Y/IsLRYWMgk=; b=gf8Pn4cPON8/nU PL9S3zYGFyGtilSrzXCSsZRJU1hmseqesVGkQ54DFGlU+NrkyM9VDgEhd6Rp0aLMZy4NmACrToJw8 IaNPvkcYPp6zOR4ViwowAwRecxUYS/DLviWe4+AJWANgSjkzNbvk5wSTy/LkSHFsvHysEYcIYxMLU W8ly7eyutwzEaO+YlP73nWAmFfTAiplq/5m3U18JrjsJ+wZOIglcvqxk4tWK0orvcUyf5ITncXxjl G6H9nj4Nc+GthCmz60Pq4xLzN4Rsv/U10BT7DKIOBTIaBbRPrfj2cQBqNmTGI0RCuIKMQmySWpff1 yhmc9r4KF5htlLWqMilQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qQjnM-000YOC-13; Tue, 01 Aug 2023 07:27:52 +0000 Received: from mgamail.intel.com ([192.55.52.136]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qQjnJ-000YNb-03 for linux-arm-kernel@lists.infradead.org; Tue, 01 Aug 2023 07:27:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690874869; x=1722410869; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=lpPJ90+riuw2ummWKQe5ELJBHXw8RuUjjS4B9wtPCaA=; b=YUL8GLxtQsBFxY6PcBigLvQ55kytiY1xQWiKkXGc8vw1LBN08A/3kB4y ClkoAdVcfAFQBT6ErAyPpYkCa8IIcNnbUdEddNL+bFyuyKbfN4qEs1L5x VHWpIvIOxhVmBDp45Jjptd4k4GG7DrpRJmRU7bFDvLxon3clJTsZDrf/j FIt15kB/ksV8jeD4Sk9JZ8KY9qzh4k0IqAPnE5QmxFokb0g+XjQVc0lal g8ZalPzKRR18Qn7LGsBFplc62XeQ5de6QI1UP55E0sJKrY8MmQfUx7E3U 9BDrIv1A7AXs+O9hOsTVh6Iqxhe5a0IGZ/crVpTu8T5eJJAcTMc8v1841 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10788"; a="348817526" X-IronPort-AV: E=Sophos;i="6.01,246,1684825200"; d="scan'208";a="348817526" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2023 00:27:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10788"; a="794052071" X-IronPort-AV: E=Sophos;i="6.01,246,1684825200"; d="scan'208";a="794052071" Received: from lkp-server01.sh.intel.com (HELO d1ccc7e87e8f) ([10.239.97.150]) by fmsmga008.fm.intel.com with ESMTP; 01 Aug 2023 00:27:40 -0700 Received: from kbuild by d1ccc7e87e8f with local (Exim 4.96) (envelope-from ) id 1qQjn9-00004N-34; Tue, 01 Aug 2023 07:27:39 +0000 Date: Tue, 1 Aug 2023 15:27:36 +0800 From: kernel test robot To: Nikunj Kela , sudeep.holla@arm.com Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, cristian.marussi@arm.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, agross@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Nikunj Kela Subject: Re: [PATCH v2 3/3] firmware: arm_scmi: Add qcom hvc/shmem transport Message-ID: <202308011516.voJRAbHr-lkp@intel.com> References: <20230724164419.16092-4-quic_nkela@quicinc.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230724164419.16092-4-quic_nkela@quicinc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230801_002749_064800_6A14F28E X-CRM114-Status: GOOD ( 13.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Nikunj, kernel test robot noticed the following build errors: [auto build test ERROR on robh/for-next] [also build test ERROR on linus/master v6.5-rc4 next-20230801] [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/Nikunj-Kela/dt-bindings-arm-convert-nested-if-else-construct-to-allOf/20230725-004613 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/20230724164419.16092-4-quic_nkela%40quicinc.com patch subject: [PATCH v2 3/3] firmware: arm_scmi: Add qcom hvc/shmem transport config: arm-randconfig-r004-20230731 (https://download.01.org/0day-ci/archive/20230801/202308011516.voJRAbHr-lkp@intel.com/config) compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project.git 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a) reproduce: (https://download.01.org/0day-ci/archive/20230801/202308011516.voJRAbHr-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/202308011516.voJRAbHr-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/firmware/arm_scmi/qcom_hvc.c:182:2: error: write to reserved register 'R7' arm_smccc_1_1_hvc(scmi_info->func_id, (unsigned long)scmi_info->cap_id, ^ include/linux/arm-smccc.h:536:48: note: expanded from macro 'arm_smccc_1_1_hvc' #define arm_smccc_1_1_hvc(...) __arm_smccc_1_1(SMCCC_HVC_INST, __VA_ARGS__) ^ include/linux/arm-smccc.h:398:24: note: expanded from macro 'SMCCC_HVC_INST' #define SMCCC_HVC_INST __HVC(0) ^ arch/arm/include/asm/opcodes-virt.h:11:22: note: expanded from macro '__HVC' #define __HVC(imm16) __inst_arm_thumb32( \ ^ arch/arm/include/asm/opcodes.h:215:2: note: expanded from macro '__inst_arm_thumb32' __inst_thumb32(thumb_opcode) ^ arch/arm/include/asm/opcodes.h:205:27: note: expanded from macro '__inst_thumb32' #define __inst_thumb32(x) ___inst_thumb32( \ ^ arch/arm/include/asm/opcodes.h:230:2: note: expanded from macro '___inst_thumb32' ".short " __stringify(first) ", " __stringify(second) "\n\t" ^ 1 error generated. vim +/R7 +182 drivers/firmware/arm_scmi/qcom_hvc.c 167 168 static int qcom_hvc_send_message(struct scmi_chan_info *cinfo, 169 struct scmi_xfer *xfer) 170 { 171 struct scmi_qcom_hvc *scmi_info = cinfo->transport_info; 172 struct arm_smccc_res res; 173 174 /* 175 * Channel will be released only once response has been 176 * surely fully retrieved, so after .mark_txdone() 177 */ 178 mutex_lock(&scmi_info->shmem_lock); 179 180 shmem_tx_prepare(scmi_info->shmem, xfer, cinfo); 181 > 182 arm_smccc_1_1_hvc(scmi_info->func_id, (unsigned long)scmi_info->cap_id, 183 0, 0, 0, 0, 0, 0, &res); 184 185 if (res.a0) { 186 mutex_unlock(&scmi_info->shmem_lock); 187 return -EOPNOTSUPP; 188 } 189 190 return 0; 191 } 192 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel