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 D4DACC77B70 for ; Mon, 17 Apr 2023 14:10:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230499AbjDQOKs (ORCPT ); Mon, 17 Apr 2023 10:10:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35624 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230117AbjDQOKl (ORCPT ); Mon, 17 Apr 2023 10:10:41 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 399255BBD; Mon, 17 Apr 2023 07:10:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681740633; x=1713276633; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=YXao0Y1mlgkXgxIiX0P3t1OzKW+v0FkIvOH0kfXVX2Y=; b=UgPpwqXUQhOtRQn7XGzIIIRxXemLUyIwMnJ0Xzs2rIbdzKck+jPeAT0u u2A2OHO7HAiJaLnqrFhxh+le/tBUysxk/EfUslJx81mDgj5o0gNATNRuy TJBfqLBV7x74F192c4V2jlWtezRrIexwTbUpdsWd+QxzpN1Aw8qZBPw6c yL97M5pb5X38cW2p0dr4w+CjKdLqHdbzXBHgoDk1DcbGcYFnLa0L7INhv IpAjysprbQvKkIq7H420EXEcDAeU3d4Qim/4SK7HLbQQW6bbqeMX6RjL5 n1d5lu32FFvdE3u9cSWPbLRGrBPk0i3nYWXryLR02fFt0ViI9Lsmst+Gi w==; X-IronPort-AV: E=McAfee;i="6600,9927,10683"; a="344898568" X-IronPort-AV: E=Sophos;i="5.99,204,1677571200"; d="scan'208";a="344898568" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Apr 2023 07:06:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10683"; a="640965833" X-IronPort-AV: E=Sophos;i="5.99,204,1677571200"; d="scan'208";a="640965833" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 17 Apr 2023 07:06:52 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1poPVG-000cQH-2A; Mon, 17 Apr 2023 14:06:46 +0000 Date: Mon, 17 Apr 2023 22:06:21 +0800 From: kernel test robot To: Mark Yacoub , Rob Clark , Abhinav Kumar , Dmitry Baryshkov , Sean Paul , David Airlie , Daniel Vetter Cc: oe-kbuild-all@lists.linux.dev, Mark Yacoub , intel-gfx@lists.freedesktop.org, dianders@chromium.org, dri-devel@lists.freedesktop.org, Stephen Boyd , seanpaul@chromium.org, linux-arm-msm@vger.kernel.org, freedreno@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [Intel-gfx] [PATCH v9 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers Message-ID: <202304172130.pXI8PgGX-lkp@intel.com> References: <20230411192134.508113-11-markyacoub@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230411192134.508113-11-markyacoub@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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-tip/drm-tip drm-misc/drm-misc-next drm-intel/for-linux-next drm/drm-next] [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/20230412-032412 base: git://anongit.freedesktop.org/drm-intel for-linux-next-fixes patch link: https://lore.kernel.org/r/20230411192134.508113-11-markyacoub%40google.com patch subject: [Intel-gfx] [PATCH v9 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers config: loongarch-randconfig-r015-20230417 (https://download.01.org/0day-ci/archive/20230417/202304172130.pXI8PgGX-lkp@intel.com/config) compiler: loongarch64-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/93651da28f1a578d2edab2d2b47d9935145d675f 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/20230412-032412 git checkout 93651da28f1a578d2edab2d2b47d9935145d675f # 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=loongarch olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch SHELL=/bin/bash drivers/gpu/drm/msm/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202304172130.pXI8PgGX-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/gpu/drm/msm/msm_atomic.c:12:10: fatal error: dp_drm.h: No such file or directory 12 | #include "dp_drm.h" | ^~~~~~~~~~ compilation terminated. vim +12 drivers/gpu/drm/msm/msm_atomic.c 11 > 12 #include "dp_drm.h" 13 #include "msm_atomic_trace.h" 14 #include "msm_drv.h" 15 #include "msm_gem.h" 16 #include "msm_kms.h" 17 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests