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 92C9FC433FE for ; Sat, 7 May 2022 00:15:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1445058AbiEGATC (ORCPT ); Fri, 6 May 2022 20:19:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235557AbiEGASu (ORCPT ); Fri, 6 May 2022 20:18:50 -0400 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2347F193D5; Fri, 6 May 2022 17:15:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651882506; x=1683418506; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=RoieiZOxAsa8mZzDzTygG0GgexdC4wyG4R77u0jYZbU=; b=Dqeg0pi01SOe0zghZzLhKIfvXK/Gg1JEENtUwlgRE1a36lU9uxcfcvQs VOy7UD7u37iK2W6XDL94UdGOJQf2lBYFBkMimRbQ/qwa9Howi3Gs/xPtX zLcbn6Vb0x0qgjCgEsRHy4WG+mQYEYoKWyg5VB1F8+xgp7eOk8d0SsCP+ 7KeXyeGeikhe/i8cHpN+0VsMrLhN0ykMpSCBqeTSG0eZMU0SX6yJ26wmQ fpgaYiYywzTpj/1sP0k92xMcEH5273fBmbh0lLMfEKZR3L7I5VYUB7D+m bizzJGa5KL02lL34zcNX2OJXSWdhrsHf6jDu6ypNLOF9p2e707xT6oInU w==; X-IronPort-AV: E=McAfee;i="6400,9594,10339"; a="355045363" X-IronPort-AV: E=Sophos;i="5.91,205,1647327600"; d="scan'208";a="355045363" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2022 17:15:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,205,1647327600"; d="scan'208";a="633164229" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by fmsmga004.fm.intel.com with ESMTP; 06 May 2022 17:15:03 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1nn86A-000E2Z-QT; Sat, 07 May 2022 00:15:02 +0000 Date: Sat, 7 May 2022 08:14:15 +0800 From: kernel test robot To: Sibi Sankar , bjorn.andersson@linaro.org, arnd@arndb.de Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, sboyd@kernel.org, agross@kernel.org, linux-remoteproc@vger.kernel.org, mathieu.poirier@linaro.org, mka@chromium.org, Sibi Sankar Subject: Re: [PATCH] remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use Message-ID: <202205070739.ug3ojjmp-lkp@intel.com> References: <1651845086-16535-1-git-send-email-quic_sibis@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1651845086-16535-1-git-send-email-quic_sibis@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org Hi Sibi, Thank you for the patch! Yet something to improve: [auto build test ERROR on remoteproc/rproc-next] [also build test ERROR on soc/for-next linux/master linus/master v5.18-rc5] [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/intel-lab-lkp/linux/commits/Sibi-Sankar/remoteproc-qcom_q6v5_mss-map-unmap-metadata-region-before-after-use/20220506-215346 base: git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git rproc-next config: arm64-randconfig-r021-20220506 (https://download.01.org/0day-ci/archive/20220507/202205070739.ug3ojjmp-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 5e004fb787698440a387750db7f8028e7cb14cfc) 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 # install arm64 cross compiling tool for clang build # apt-get install binutils-aarch64-linux-gnu # https://github.com/intel-lab-lkp/linux/commit/7a6766ecbb124cd4e41ae630420109330879239d git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Sibi-Sankar/remoteproc-qcom_q6v5_mss-map-unmap-metadata-region-before-after-use/20220506-215346 git checkout 7a6766ecbb124cd4e41ae630420109330879239d # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "dma_pgprot" [drivers/remoteproc/qcom_q6v5_mss.ko] undefined! -- 0-DAY CI Kernel Test Service https://01.org/lkp