All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "José Expósito" <jose.exposito89@gmail.com>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org
Subject: Re: [RFC PATCH 1/1] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb332()
Date: Tue, 31 May 2022 13:17:32 +0800	[thread overview]
Message-ID: <202205311333.bD979r32-lkp@intel.com> (raw)
In-Reply-To: <20220530102017.471865-2-jose.exposito89@gmail.com>

Hi "José,

[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on drm/drm-next]
[also build test ERROR on v5.18 next-20220527]
[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/Jos-Exp-sito/KUnit-tests-for-drm_format_helper/20220530-182201
base:   git://anongit.freedesktop.org/drm/drm drm-next
config: hexagon-randconfig-r045-20220531 (https://download.01.org/0day-ci/archive/20220531/202205311333.bD979r32-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project c825abd6b0198fb088d9752f556a70705bc99dfd)
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/ed116da35ca09da26713d2192e8493c5d9c500f3
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Jos-Exp-sito/KUnit-tests-for-drm_format_helper/20220530-182201
        git checkout ed116da35ca09da26713d2192e8493c5d9c500f3
        # 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=hexagon SHELL=/bin/bash

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

All errors (new ones prefixed by >>):

>> ld.lld: error: undefined symbol: drm_bridge_hpd_enable
   >>> referenced by drm_bridge_connector.c
   >>> gpu/drm/drm_bridge_connector.o:(drm_bridge_connector_enable_hpd) in archive drivers/built-in.a
   >>> referenced by drm_bridge_connector.c
   >>> gpu/drm/drm_bridge_connector.o:(drm_bridge_connector_enable_hpd) in archive drivers/built-in.a
   >>> referenced by drm_bridge_connector.c
   >>> gpu/drm/drm_bridge_connector.o:(drm_bridge_connector_init) in archive drivers/built-in.a
   >>> referenced 1 more times
--
>> ld.lld: error: undefined symbol: drm_bridge_hpd_disable
   >>> referenced by drm_bridge_connector.c
   >>> gpu/drm/drm_bridge_connector.o:(drm_bridge_connector_disable_hpd) in archive drivers/built-in.a
   >>> referenced by drm_bridge_connector.c
   >>> gpu/drm/drm_bridge_connector.o:(drm_bridge_connector_disable_hpd) in archive drivers/built-in.a
   >>> referenced by drm_bridge_connector.c
   >>> gpu/drm/drm_bridge_connector.o:(drm_bridge_connector_destroy) in archive drivers/built-in.a
   >>> referenced 1 more times
--
>> ld.lld: error: undefined symbol: drm_connector_list_iter_end
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_helper_encoder_in_use) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_helper_encoder_in_use) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_config) in archive drivers/built-in.a
   >>> referenced 35 more times
--
>> ld.lld: error: undefined symbol: drm_modeset_lock_all
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_helper_disable_unused_functions) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_helper_disable_unused_functions) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_helper_resume_force_mode) in archive drivers/built-in.a
   >>> referenced 7 more times
--
>> ld.lld: error: undefined symbol: drm_modeset_unlock_all
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_helper_disable_unused_functions) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_helper_disable_unused_functions) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_helper_resume_force_mode) in archive drivers/built-in.a
   >>> referenced 7 more times
--
>> ld.lld: error: undefined symbol: drm_warn_on_modeset_not_all_locked
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(__drm_helper_disable_unused_functions) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(__drm_helper_disable_unused_functions) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced 3 more times
--
>> ld.lld: error: undefined symbol: drm_mode_duplicate
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
--
>> ld.lld: error: undefined symbol: drm_mode_init
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced 1 more times
--
>> ld.lld: error: undefined symbol: drm_mode_copy
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced 7 more times
--
>> ld.lld: error: undefined symbol: __drm_dbg
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced 45 more times
--
>> ld.lld: error: undefined symbol: drm_mode_destroy
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced by drm_crtc_helper.c
   >>> gpu/drm/drm_crtc_helper.o:(drm_crtc_helper_set_mode) in archive drivers/built-in.a
   >>> referenced 1 more times
..

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

  parent reply	other threads:[~2022-05-31  5:17 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-30 10:20 [RFC PATCH 0/1] KUnit tests for drm_format_helper José Expósito
2022-05-30 10:20 ` José Expósito
2022-05-30 10:20 ` [RFC PATCH 1/1] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb332() José Expósito
2022-05-30 10:20   ` José Expósito
2022-05-30 13:11   ` Maxime Ripard
2022-05-30 13:11     ` Maxime Ripard
2022-05-30 16:29     ` José Expósito
2022-05-30 16:29       ` José Expósito
2022-05-30 22:57       ` Daniel Latypov
2022-05-30 22:57         ` Daniel Latypov
2022-05-31 18:44         ` José Expósito
2022-05-31 18:44           ` José Expósito
2022-05-31 20:42           ` Daniel Latypov
2022-05-31 20:42             ` Daniel Latypov
2022-06-02 17:12       ` David Gow
2022-06-02 17:12         ` David Gow
2022-06-02 17:29         ` Javier Martinez Canillas
2022-06-02 17:29           ` Javier Martinez Canillas
2022-06-02 17:45           ` Daniel Latypov
2022-06-02 17:45             ` Daniel Latypov
2022-05-31  5:17   ` kernel test robot [this message]
2022-06-02 16:26   ` Javier Martinez Canillas
2022-06-02 16:26     ` Javier Martinez Canillas
2022-06-02 16:53     ` Daniel Latypov
2022-06-02 16:53       ` Daniel Latypov
2022-06-02 17:07     ` David Gow
2022-06-02 17:07       ` David Gow
2022-06-02 17:21       ` Javier Martinez Canillas
2022-06-02 17:21         ` Javier Martinez Canillas
2022-06-06  9:43         ` José Expósito
2022-06-06  9:43           ` José Expósito

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=202205311333.bD979r32-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=jose.exposito89@gmail.com \
    --cc=kbuild-all@lists.01.org \
    --cc=llvm@lists.linux.dev \
    /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.