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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 B5309C77B73 for ; Thu, 20 Apr 2023 07:41:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 800BF10EBD0; Thu, 20 Apr 2023 07:41:46 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id E611210EBCE; Thu, 20 Apr 2023 07:41:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681976503; x=1713512503; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=NhVnAVol5gXAIwXYVWqD7i2sY1WMUpuOf8O646Hurhg=; b=LQ7WcPgFDInWIrneVOYkjyg7rop+1nWuVuU5BKRiKYvVv9DXnDGrMQhW gFgAUQjuAU1f9h7AmRR+TEsAerFPAHU8l4aZn5ex+WYOj+sN6gjxCbU2/ u1TKWL7qlCgtFoirgZ/QJqlKU5IxntDGx2AisbC1c2t3gCKkuzX+fYNGT HAlYUxJbxqgrmIMSpQddLib+qZEKtvVV4u6swNwizy3zIT4q/VOIatAsC cLBg/U8Cp0wF1KMLXl30+FDxE8BQEyYisa7VZSmL+OSaDudeGR5b+14XP O4/J11rE8DMfIXnuhtEqe8FYCE2kkDCgMU/7XLVi3AYGBRiKC6q4b4dMV A==; X-IronPort-AV: E=McAfee;i="6600,9927,10685"; a="431940269" X-IronPort-AV: E=Sophos;i="5.99,211,1677571200"; d="scan'208";a="431940269" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2023 00:41:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10685"; a="815916515" X-IronPort-AV: E=Sophos;i="5.99,211,1677571200"; d="scan'208";a="815916515" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga004.jf.intel.com with ESMTP; 20 Apr 2023 00:41:36 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1ppOv4-000fak-2x; Thu, 20 Apr 2023 07:41:30 +0000 Date: Thu, 20 Apr 2023 15:41:12 +0800 From: kernel test robot To: Mark Yacoub , Rob Clark , Abhinav Kumar , Dmitry Baryshkov , Sean Paul , David Airlie , Daniel Vetter Message-ID: <202304201512.clLNZI0u-lkp@intel.com> References: <20230419154321.1993419-11-markyacoub@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230419154321.1993419-11-markyacoub@google.com> Subject: Re: [Intel-gfx] [PATCH v10 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, Mark Yacoub , intel-gfx@lists.freedesktop.org, dianders@chromium.org, dri-devel@lists.freedesktop.org, Stephen Boyd , seanpaul@chromium.org, oe-kbuild-all@lists.linux.dev, freedreno@lists.freedesktop.org, linux-arm-msm@vger.kernel.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Mark, kernel test robot noticed the following build errors: [auto build test ERROR on drm-intel/for-linux-next-fixes] [also build test ERROR on linus/master v6.3-rc7] [cannot apply to drm-misc/drm-misc-next drm-intel/for-linux-next drm/drm-next next-20230419] [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/Mark-Yacoub/drm-hdcp-Add-drm_hdcp_atomic_check/20230419-234833 base: git://anongit.freedesktop.org/drm-intel for-linux-next-fixes patch link: https://lore.kernel.org/r/20230419154321.1993419-11-markyacoub%40google.com patch subject: [PATCH v10 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers config: arm64-randconfig-r022-20230416 (https://download.01.org/0day-ci/archive/20230420/202304201512.clLNZI0u-lkp@intel.com/config) compiler: aarch64-linux-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/6fb5b032262769c786a7a8c9ed522d936dcf14c2 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Mark-Yacoub/drm-hdcp-Add-drm_hdcp_atomic_check/20230419-234833 git checkout 6fb5b032262769c786a7a8c9ed522d936dcf14c2 # 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=arm64 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202304201512.clLNZI0u-lkp@intel.com/ All errors (new ones prefixed by >>): aarch64-linux-ld: drivers/gpu/drm/msm/msm_atomic.o: in function `msm_atomic_commit_connectors': >> drivers/gpu/drm/msm/msm_atomic.c:193: undefined reference to `dp_drm_is_bridge_msm_dp' drivers/gpu/drm/msm/msm_atomic.c:193:(.text+0x1368): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `dp_drm_is_bridge_msm_dp' >> aarch64-linux-ld: drivers/gpu/drm/msm/msm_atomic.c:194: undefined reference to `dp_drm_atomic_commit' drivers/gpu/drm/msm/msm_atomic.c:194:(.text+0x137c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `dp_drm_atomic_commit' aarch64-linux-ld: drivers/gpu/drm/msm/dp/dp_debug.o: in function `dp_hdcp_key_write': >> drivers/gpu/drm/msm/dp/dp_debug.c:219: undefined reference to `dp_hdcp_ingest_key' drivers/gpu/drm/msm/dp/dp_debug.c:219:(.text+0x98): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `dp_hdcp_ingest_key' vim +193 drivers/gpu/drm/msm/msm_atomic.c 184 185 static void msm_atomic_commit_connectors(struct drm_atomic_state *state) 186 { 187 struct drm_device *dev = state->dev; 188 struct msm_drm_private *priv = dev->dev_private; 189 int i; 190 191 for (i = 0; i < priv->num_bridges; ++i) { 192 struct drm_bridge *bridge = priv->bridges[i]; > 193 if (dp_drm_is_bridge_msm_dp(bridge)) { > 194 dp_drm_atomic_commit(bridge, state); 195 } 196 } 197 } 198 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests