All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Zhentao Guo via B4 Relay <devnull+zhentao.guo.amlogic.com@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH RFC v4 2/4] decoder: Add V4L2 stateless H.264 decoder driver
Date: Mon, 16 Feb 2026 09:10:37 +0800	[thread overview]
Message-ID: <202602160930.VXZCKJbv-lkp@intel.com> (raw)
In-Reply-To: <20260213-b4-s4-vdec-upstream-v4-2-c7112d00d662@amlogic.com>

Hi Zhentao,

[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:

[auto build test ERROR on 9845cf73f7db6094c0d8419d6adb848028f4a921]

url:    https://github.com/intel-lab-lkp/linux/commits/Zhentao-Guo-via-B4-Relay/media-dt-bindings-Add-Amlogic-V4L2-video-decoder/20260213-131503
base:   9845cf73f7db6094c0d8419d6adb848028f4a921
patch link:    https://lore.kernel.org/r/20260213-b4-s4-vdec-upstream-v4-2-c7112d00d662%40amlogic.com
patch subject: [PATCH RFC v4 2/4] decoder: Add V4L2 stateless H.264 decoder driver
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20260216/202602160930.VXZCKJbv-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260216/202602160930.VXZCKJbv-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/202602160930.VXZCKJbv-lkp@intel.com/

All errors (new ones prefixed by >>):

>> ld.lld: error: duplicate symbol: load_firmware
   >>> defined at aml_vdec_hw.c:131 (drivers/media/platform/amlogic/vdec/aml_vdec_hw.c:131)
   >>>            drivers/media/platform/amlogic/vdec/aml_vdec_hw.o:(load_firmware) in archive vmlinux.a
   >>> defined at firmware.c:1622 (drivers/infiniband/hw/hfi1/firmware.c:1622)
   >>>            drivers/infiniband/hw/hfi1/firmware.o:(.text+0x2e40) in archive vmlinux.a
--
>> ld.lld: error: duplicate symbol: __cfi_load_firmware
   >>> defined at aml_vdec_hw.c:0 (drivers/media/platform/amlogic/vdec/aml_vdec_hw.c:0)
   >>>            drivers/media/platform/amlogic/vdec/aml_vdec_hw.o:(__cfi_load_firmware) in archive vmlinux.a
   >>> defined at firmware.c:1597 (drivers/infiniband/hw/hfi1/firmware.c:1597)
   >>>            drivers/infiniband/hw/hfi1/firmware.o:(.text+0x2e00) in archive vmlinux.a

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

  reply	other threads:[~2026-02-16  1:11 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-13  5:12 [PATCH RFC v4 0/4] Add Amlogic stateless H.264 video decoder for S4 Zhentao Guo
2026-02-13  5:12 ` Zhentao Guo via B4 Relay
2026-02-13  5:12 ` Zhentao Guo via B4 Relay
2026-02-13  5:12 ` [PATCH RFC v4 1/4] media: dt-bindings: Add Amlogic V4L2 video decoder Zhentao Guo
2026-02-13  5:12   ` Zhentao Guo via B4 Relay
2026-02-13  5:12   ` Zhentao Guo via B4 Relay
2026-02-13  7:35   ` Krzysztof Kozlowski
2026-02-13  7:35     ` Krzysztof Kozlowski
2026-02-13  8:04     ` Zhentao Guo
2026-02-13  8:04       ` Zhentao Guo
2026-02-13  8:17       ` Krzysztof Kozlowski
2026-02-13  8:17         ` Krzysztof Kozlowski
     [not found]     ` <75e55ceb-e6dd-47b5-a829-66f6fbb3e13e@amlogic.com>
2026-02-13  8:16       ` Krzysztof Kozlowski
2026-02-13  8:16         ` Krzysztof Kozlowski
2026-02-13  8:31         ` Zhentao Guo
2026-02-13  8:31           ` Zhentao Guo
2026-02-13  8:55           ` Krzysztof Kozlowski
2026-02-13  8:55             ` Krzysztof Kozlowski
2026-02-13  9:14             ` Zhentao Guo
2026-02-13  9:14               ` Zhentao Guo
2026-02-13 11:14             ` Piotr Oniszczuk
2026-02-13 11:14               ` Piotr Oniszczuk
2026-02-13 11:30               ` Krzysztof Kozlowski
2026-02-13 11:30                 ` Krzysztof Kozlowski
2026-03-05 11:01             ` Zhentao Guo
2026-03-05 11:01               ` Zhentao Guo
2026-03-05 11:08               ` Krzysztof Kozlowski
2026-03-05 11:08                 ` Krzysztof Kozlowski
2026-03-05 11:35                 ` Neil Armstrong
2026-03-05 11:35                   ` Neil Armstrong
2026-03-05 11:53                   ` Krzysztof Kozlowski
2026-03-05 11:53                     ` Krzysztof Kozlowski
2026-03-05 15:57                     ` Neil Armstrong
2026-03-05 15:57                       ` Neil Armstrong
2026-02-13  5:12 ` [PATCH RFC v4 2/4] decoder: Add V4L2 stateless H.264 decoder driver Zhentao Guo
2026-02-13  5:12   ` Zhentao Guo via B4 Relay
2026-02-13  5:12   ` Zhentao Guo via B4 Relay
2026-02-16  1:10   ` kernel test robot [this message]
2026-02-13  5:12 ` [PATCH RFC v4 3/4] arm64: dts: amlogic: Add video decoder driver support for S4 SOCs Zhentao Guo
2026-02-13  5:12   ` Zhentao Guo via B4 Relay
2026-02-13  5:12   ` Zhentao Guo via B4 Relay
2026-02-13  5:12 ` [PATCH RFC v4 4/4] arm64: defconfig: Enable VDEC driver for Amlogic SoCs Zhentao Guo
2026-02-13  5:12   ` Zhentao Guo via B4 Relay
2026-02-13  5:12   ` Zhentao Guo via B4 Relay
2026-02-13  7:33   ` Krzysztof Kozlowski
2026-02-13  7:33     ` Krzysztof Kozlowski
2026-02-13  8:06     ` Zhentao Guo
2026-02-13  8:06       ` Zhentao Guo
2026-02-13  8:18       ` Krzysztof Kozlowski
2026-02-13  8:18         ` Krzysztof Kozlowski

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=202602160930.VXZCKJbv-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=devnull+zhentao.guo.amlogic.com@kernel.org \
    --cc=llvm@lists.linux.dev \
    --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.