From: kernel test robot <lkp@intel.com>
To: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v3 2/3] drm/amd: Convert amdgpu to use suballocation helper.
Date: Fri, 24 Feb 2023 03:22:16 +0800 [thread overview]
Message-ID: <202302240340.GL1etcaC-lkp@intel.com> (raw)
In-Reply-To: <20230223142531.8446-3-thomas.hellstrom@linux.intel.com>
Hi Thomas,
I love your patch! Yet something to improve:
[auto build test ERROR on drm-tip/drm-tip]
url: https://github.com/intel-lab-lkp/linux/commits/Thomas-Hellstr-m/drm-suballoc-Extract-amdgpu_sa-c-as-generic-suballocation-helper/20230223-225547
base: git://anongit.freedesktop.org/drm/drm-tip drm-tip
patch link: https://lore.kernel.org/r/20230223142531.8446-3-thomas.hellstrom%40linux.intel.com
patch subject: [PATCH v3 2/3] drm/amd: Convert amdgpu to use suballocation helper.
config: hexagon-randconfig-r041-20230223 (https://download.01.org/0day-ci/archive/20230224/202302240340.GL1etcaC-lkp@intel.com/config)
compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project db89896bbbd2251fff457699635acbbedeead27f)
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/566352490ef7a031bd23f9d6524057fd7b31330c
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Thomas-Hellstr-m/drm-suballoc-Extract-amdgpu_sa-c-as-generic-suballocation-helper/20230223-225547
git checkout 566352490ef7a031bd23f9d6524057fd7b31330c
# 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 olddefconfig
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>
| Link: https://lore.kernel.org/oe-kbuild-all/202302240340.GL1etcaC-lkp@intel.com/
All errors (new ones prefixed by >>):
>> ld.lld: error: undefined symbol: __hexagon_umoddi3
>>> referenced by drm_suballoc.c
>>> drivers/gpu/drm/drm_suballoc.o:(drm_suballoc_new) in archive vmlinux.a
>>> referenced by drm_suballoc.c
>>> drivers/gpu/drm/drm_suballoc.o:(drm_suballoc_new) in archive vmlinux.a
>>> referenced by drm_suballoc.c
>>> drivers/gpu/drm/drm_suballoc.o:(drm_suballoc_new) in archive vmlinux.a
>>> referenced 17 more times
>>> did you mean: __hexagon_umodsi3
>>> defined in: vmlinux.a(arch/hexagon/lib/umodsi3.o)
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
next prev parent reply other threads:[~2023-02-23 19:23 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-23 14:25 [Intel-gfx] [PATCH v3 0/3] drm/helpers: Make the suballocation manager drm generic Thomas Hellström
2023-02-23 14:25 ` Thomas Hellström
2023-02-23 14:25 ` [Intel-xe] " Thomas Hellström
2023-02-23 14:25 ` [Intel-gfx] [PATCH v3 1/3] drm/suballoc: Extract amdgpu_sa.c as generic suballocation helper Thomas Hellström
2023-02-23 14:25 ` Thomas Hellström
2023-02-23 14:25 ` [Intel-xe] " Thomas Hellström
2023-02-23 14:25 ` [Intel-gfx] [PATCH v3 2/3] drm/amd: Convert amdgpu to use " Thomas Hellström
2023-02-23 14:25 ` Thomas Hellström
2023-02-23 14:25 ` [Intel-xe] " Thomas Hellström
2023-02-23 18:10 ` kernel test robot
2023-02-23 19:22 ` kernel test robot [this message]
2023-02-23 19:43 ` kernel test robot
2023-02-23 14:25 ` [Intel-gfx] [PATCH v3 3/3] drm/radeon: Use the drm suballocation manager implementation Thomas Hellström
2023-02-23 14:25 ` Thomas Hellström
2023-02-23 14:25 ` [Intel-xe] " Thomas Hellström
2023-02-23 16:44 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/helpers: Make the suballocation manager drm generic Patchwork
2023-02-23 17:11 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
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=202302240340.GL1etcaC-lkp@intel.com \
--to=lkp@intel.com \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=thomas.hellstrom@linux.intel.com \
/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.