All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Sean Paul <sean@poorly.run>,
	dri-devel@lists.freedesktop.org, jani.nikula@intel.com,
	intel-gfx@lists.freedesktop.org, freedreno@lists.freedesktop.org,
	rodrigo.vivi@intel.com
Cc: kbuild-all@lists.01.org, David Airlie <airlied@linux.ie>,
	markyacoub@chromium.org, abhinavk@codeaurora.org,
	swboyd@chromium.org, Sean Paul <seanpaul@chromium.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	bjorn.andersson@linaro.org
Subject: Re: [Intel-gfx] [PATCH v5 04/10] drm/hdcp: Expand HDCP helper library for enable/disable/check
Date: Tue, 12 Apr 2022 09:52:47 +0800	[thread overview]
Message-ID: <202204120922.hnbHBMC7-lkp@intel.com> (raw)
In-Reply-To: <20220411204741.1074308-5-sean@poorly.run>

Hi Sean,

I love your patch! Yet something to improve:

[auto build test ERROR on drm-tip/drm-tip]
[also build test ERROR on v5.18-rc2 next-20220411]
[cannot apply to drm/drm-next drm-intel/for-linux-next robh/for-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]

url:    https://github.com/intel-lab-lkp/linux/commits/Sean-Paul/drm-hdcp-Pull-HDCP-auth-exchange-check-into-helpers/20220412-045000
base:   git://anongit.freedesktop.org/drm/drm-tip drm-tip
config: mips-buildonly-randconfig-r001-20220411 (https://download.01.org/0day-ci/archive/20220412/202204120922.hnbHBMC7-lkp@intel.com/config)
compiler: mips-linux-gcc (GCC) 11.2.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/7486d07edbd9a137420102bc24535c5d29c53c12
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Sean-Paul/drm-hdcp-Pull-HDCP-auth-exchange-check-into-helpers/20220412-045000
        git checkout 7486d07edbd9a137420102bc24535c5d29c53c12
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=mips SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   mips-linux-ld: drivers/gpu/drm/drm_hdcp.o: in function `drm_hdcp_remote_dpcd_read':
>> drm_hdcp.c:(.text+0x5e4): undefined reference to `drm_dp_dpcd_read'
   mips-linux-ld: drivers/gpu/drm/drm_hdcp.o: in function `drm_hdcp_remote_write':
>> drm_hdcp.c:(.text+0xf48): undefined reference to `drm_dp_dpcd_write'

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Sean Paul <sean@poorly.run>,
	dri-devel@lists.freedesktop.org, jani.nikula@intel.com,
	intel-gfx@lists.freedesktop.org, freedreno@lists.freedesktop.org,
	rodrigo.vivi@intel.com
Cc: kbuild-all@lists.01.org, David Airlie <airlied@linux.ie>,
	markyacoub@chromium.org, abhinavk@codeaurora.org,
	swboyd@chromium.org, Sean Paul <seanpaul@chromium.org>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	bjorn.andersson@linaro.org
Subject: Re: [Intel-gfx] [PATCH v5 04/10] drm/hdcp: Expand HDCP helper library for enable/disable/check
Date: Tue, 12 Apr 2022 09:52:47 +0800	[thread overview]
Message-ID: <202204120922.hnbHBMC7-lkp@intel.com> (raw)
In-Reply-To: <20220411204741.1074308-5-sean@poorly.run>

Hi Sean,

I love your patch! Yet something to improve:

[auto build test ERROR on drm-tip/drm-tip]
[also build test ERROR on v5.18-rc2 next-20220411]
[cannot apply to drm/drm-next drm-intel/for-linux-next robh/for-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]

url:    https://github.com/intel-lab-lkp/linux/commits/Sean-Paul/drm-hdcp-Pull-HDCP-auth-exchange-check-into-helpers/20220412-045000
base:   git://anongit.freedesktop.org/drm/drm-tip drm-tip
config: mips-buildonly-randconfig-r001-20220411 (https://download.01.org/0day-ci/archive/20220412/202204120922.hnbHBMC7-lkp@intel.com/config)
compiler: mips-linux-gcc (GCC) 11.2.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/7486d07edbd9a137420102bc24535c5d29c53c12
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Sean-Paul/drm-hdcp-Pull-HDCP-auth-exchange-check-into-helpers/20220412-045000
        git checkout 7486d07edbd9a137420102bc24535c5d29c53c12
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=mips SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   mips-linux-ld: drivers/gpu/drm/drm_hdcp.o: in function `drm_hdcp_remote_dpcd_read':
>> drm_hdcp.c:(.text+0x5e4): undefined reference to `drm_dp_dpcd_read'
   mips-linux-ld: drivers/gpu/drm/drm_hdcp.o: in function `drm_hdcp_remote_write':
>> drm_hdcp.c:(.text+0xf48): undefined reference to `drm_dp_dpcd_write'

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

  reply	other threads:[~2022-04-12  1:53 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-11 20:47 [PATCH v5 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers Sean Paul
2022-04-11 20:47 ` [Intel-gfx] " Sean Paul
2022-04-11 20:47 ` [PATCH v5 01/10] drm/hdcp: Add drm_hdcp_atomic_check() Sean Paul
2022-04-11 20:47   ` [Intel-gfx] " Sean Paul
2022-04-12 13:15   ` Rodrigo Vivi
2022-04-12 13:15     ` [Intel-gfx] " Rodrigo Vivi
2022-04-11 20:47 ` [PATCH v5 02/10] drm/hdcp: Avoid changing crtc state in hdcp atomic check Sean Paul
2022-04-11 20:47   ` [Intel-gfx] " Sean Paul
2022-04-12 13:20   ` Rodrigo Vivi
2022-04-12 13:20     ` [Intel-gfx] " Rodrigo Vivi
2022-04-11 20:47 ` [PATCH v5 03/10] drm/hdcp: Update property value on content type and user changes Sean Paul
2022-04-11 20:47   ` [Intel-gfx] " Sean Paul
2022-04-12 13:25   ` Rodrigo Vivi
2022-04-12 13:25     ` [Intel-gfx] " Rodrigo Vivi
2022-04-14 15:58     ` Sean Paul
2022-04-14 15:58       ` Sean Paul
2022-04-14 21:44       ` Rodrigo Vivi
2022-04-14 21:44         ` [Intel-gfx] " Rodrigo Vivi
2022-04-11 20:47 ` [PATCH v5 04/10] drm/hdcp: Expand HDCP helper library for enable/disable/check Sean Paul
2022-04-11 20:47   ` [Intel-gfx] " Sean Paul
2022-04-12  1:52   ` kernel test robot [this message]
2022-04-12  1:52     ` kernel test robot
2022-04-11 20:47 ` [PATCH v5 05/10] drm/i915/hdcp: Consolidate HDCP setup/state cache Sean Paul
2022-04-11 20:47   ` [Intel-gfx] " Sean Paul
2022-04-12 13:37   ` Rodrigo Vivi
2022-04-12 13:37     ` [Intel-gfx] " Rodrigo Vivi
2022-04-11 20:47 ` [PATCH v5 06/10] drm/i915/hdcp: Retain hdcp_capable return codes Sean Paul
2022-04-11 20:47   ` [Intel-gfx] " Sean Paul
2022-04-12 13:36   ` Rodrigo Vivi
2022-04-12 13:36     ` [Intel-gfx] " Rodrigo Vivi
2022-04-11 20:47 ` [PATCH v5 07/10] drm/i915/hdcp: Use HDCP helpers for i915 Sean Paul
2022-04-11 20:47   ` [Intel-gfx] " Sean Paul
2022-04-11 20:47 ` [PATCH v5 08/10] dt-bindings: msm/dp: Add bindings for HDCP registers Sean Paul
2022-04-11 20:47   ` [Intel-gfx] " Sean Paul
2022-04-11 20:47   ` Sean Paul
2022-04-11 20:47 ` [PATCH v5 09/10] arm64: dts: qcom: sc7180: Add support for HDCP in dp-controller Sean Paul
2022-04-11 20:47   ` [Intel-gfx] " Sean Paul
2022-04-11 20:47   ` Sean Paul
2022-04-20  3:10   ` Bjorn Andersson
2022-04-20  3:10     ` [Intel-gfx] " Bjorn Andersson
2022-04-20  3:10     ` Bjorn Andersson
2022-04-11 20:47 ` [PATCH v5 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers Sean Paul
2022-04-11 20:47   ` [Intel-gfx] " Sean Paul
2022-04-11 20:47   ` Sean Paul
2022-04-12  0:30   ` kernel test robot
2022-04-12  0:30     ` [Intel-gfx] " kernel test robot
2022-05-11 18:40   ` Dmitry Baryshkov
2022-05-11 18:40     ` Dmitry Baryshkov
2022-04-12 13:41 ` [PATCH v5 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers Rodrigo Vivi
2022-04-12 13:41   ` [Intel-gfx] " Rodrigo Vivi
2022-04-14 16:00   ` Sean Paul
2022-04-14 16:00     ` [Intel-gfx] " Sean Paul
2022-06-15 12:53 ` [Freedreno] " Dmitry Baryshkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202204120922.hnbHBMC7-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=abhinavk@codeaurora.org \
    --cc=airlied@linux.ie \
    --cc=bjorn.andersson@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=markyacoub@chromium.org \
    --cc=rodrigo.vivi@intel.com \
    --cc=sean@poorly.run \
    --cc=seanpaul@chromium.org \
    --cc=swboyd@chromium.org \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.