All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "Adrián Larumbe" <adrian.larumbe@collabora.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [WARNING: A/V UNSCANNABLE]Re: [PATCH v10 4/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS
Date: Wed, 7 May 2025 20:04:57 +0800	[thread overview]
Message-ID: <202505071945.I7UMSSOo-lkp@intel.com> (raw)
In-Reply-To: <20250423021238.1639175-5-adrian.larumbe@collabora.com>

Hi Adrián,

kernel test robot noticed the following build errors:

[auto build test ERROR on drm-exynos/exynos-drm-next]
[also build test ERROR on linus/master v6.15-rc5]
[cannot apply to drm/drm-next drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-misc/drm-misc-next drm-tip/drm-tip next-20250507]
[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/Adri-n-Larumbe/drm-panthor-Introduce-BO-labeling/20250423-101530
base:   https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-next
patch link:    https://lore.kernel.org/r/20250423021238.1639175-5-adrian.larumbe%40collabora.com
patch subject: [PATCH v10 4/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS
config: arm64-randconfig-r131-20250428 (https://download.01.org/0day-ci/archive/20250507/202505071945.I7UMSSOo-lkp@intel.com/config)
compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
reproduce: (https://download.01.org/0day-ci/archive/20250507/202505071945.I7UMSSOo-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202505071945.I7UMSSOo-lkp@intel.com/

All errors (new ones prefixed by >>):

>> ld.lld: error: duplicate symbol: panthor_gem_debugfs_set_usage_flags
   >>> defined at panthor_drv.c
   >>>            drivers/gpu/drm/panthor/panthor_drv.o:(panthor_gem_debugfs_set_usage_flags)
   >>> defined at panthor_fw.c
   >>>            drivers/gpu/drm/panthor/panthor_fw.o:(.text+0x4)
--
>> ld.lld: error: duplicate symbol: panthor_gem_debugfs_set_usage_flags
   >>> defined at panthor_drv.c
   >>>            drivers/gpu/drm/panthor/panthor_drv.o:(panthor_gem_debugfs_set_usage_flags)
   >>> defined at panthor_gem.c
   >>>            drivers/gpu/drm/panthor/panthor_gem.o:(.text+0x4)
--
>> ld.lld: error: duplicate symbol: panthor_gem_debugfs_set_usage_flags
   >>> defined at panthor_drv.c
   >>>            drivers/gpu/drm/panthor/panthor_drv.o:(panthor_gem_debugfs_set_usage_flags)
   >>> defined at panthor_sched.c
   >>>            drivers/gpu/drm/panthor/panthor_sched.o:(.text+0x4)
--
>> ld.lld: error: duplicate symbol: panthor_gem_debugfs_set_usage_flags
   >>> defined at panthor_drv.c
   >>>            drivers/gpu/drm/panthor/panthor_drv.o:(panthor_gem_debugfs_set_usage_flags)
   >>> defined at panthor_heap.c
   >>>            drivers/gpu/drm/panthor/panthor_heap.o:(.text+0x4)
--
>> ld.lld: error: duplicate symbol: panthor_gem_debugfs_set_usage_flags
   >>> defined at panthor_drv.c
   >>>            drivers/gpu/drm/panthor/panthor_drv.o:(panthor_gem_debugfs_set_usage_flags)
   >>> defined at panthor_mmu.c
   >>>            drivers/gpu/drm/panthor/panthor_mmu.o:(.text+0x4)

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  parent reply	other threads:[~2025-05-07 12:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-23  2:12 [PATCH v10 0/4] Panthor BO tagging and GEMS debug display Adrián Larumbe
2025-04-23  2:12 ` [PATCH v10 1/4] drm/panthor: Introduce BO labeling Adrián Larumbe
2025-04-23  2:12 ` [PATCH v10 2/4] drm/panthor: Add driver IOCTL for setting BO labels Adrián Larumbe
2025-04-23  2:12 ` [PATCH v10 3/4] drm/panthor: Label all kernel BO's Adrián Larumbe
2025-04-23  2:12 ` [PATCH v10 4/4] drm/panthor: show device-wide list of DRM GEM objects over DebugFS Adrián Larumbe
2025-04-23  7:01   ` Boris Brezillon
2025-04-23  8:34     ` Boris Brezillon
2025-05-07 12:04   ` kernel test robot [this message]
2025-04-23  8:36 ` [PATCH v10 0/4] Panthor BO tagging and GEMS debug display Boris Brezillon

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=202505071945.I7UMSSOo-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=adrian.larumbe@collabora.com \
    --cc=oe-kbuild-all@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.