All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: hoff.benjamin.k@gmail.com, linux-media@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org,
	mchehab@kernel.org, hverkuil+cisco@kernel.org
Subject: Re: [PATCH v4] media: pci: add AVMatrix HWS capture driver
Date: Tue, 7 Apr 2026 11:51:33 +0800	[thread overview]
Message-ID: <202604040632.A5adPnXu-lkp@intel.com> (raw)
In-Reply-To: <20260330233636.381969-1-hoff.benjamin.k@gmail.com>

Hi,

kernel test robot noticed the following build errors:

[auto build test ERROR on linuxtv-media-pending/master]
[also build test ERROR on media-tree/master sailus-media-tree/master linus/master v7.0-rc6 next-20260402]
[cannot apply to sailus-media-tree/streams]
[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/hoff-benjamin-k-gmail-com/media-pci-add-AVMatrix-HWS-capture-driver/20260401-020513
base:   https://git.linuxtv.org/media-ci/media-pending.git master
patch link:    https://lore.kernel.org/r/20260330233636.381969-1-hoff.benjamin.k%40gmail.com
patch subject: [PATCH v4] media: pci: add AVMatrix HWS capture driver
config: i386-allyesconfig (https://download.01.org/0day-ci/archive/20260404/202604040632.A5adPnXu-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260404/202604040632.A5adPnXu-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/202604040632.A5adPnXu-lkp@intel.com/

All errors (new ones prefixed by >>):

   ld: drivers/media/pci/hws/hws_pci.o: in function `hws_stop_kthread_action':
>> hws_pci.c:(.text+0x273): undefined reference to `__udivdi3'
   ld: drivers/media/pci/hws/hws_pci.o: in function `hws_stop_device':
   hws_pci.c:(.text+0x9b3): undefined reference to `__udivdi3'
>> ld: hws_pci.c:(.text+0xa43): undefined reference to `__udivdi3'
   ld: drivers/media/pci/hws/hws_pci.o: in function `hws_quiesce_for_transition':
   hws_pci.c:(.text+0x1321): undefined reference to `__udivdi3'
   ld: hws_pci.c:(.text+0x136b): undefined reference to `__udivdi3'
   ld: drivers/media/pci/hws/hws_pci.o:hws_pci.c:(.text+0x13c1): more undefined references to `__udivdi3' follow

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

      parent reply	other threads:[~2026-04-07  3:52 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-12  2:24 [PATCH v1 0/2] media: pci: AVMatrix HWS capture driver Ben Hoff
2026-01-12  2:24 ` [PATCH v1 1/2] media: pci: add " Ben Hoff
2026-01-12  2:24 ` [PATCH v1 2/2] MAINTAINERS: add entry for AVMatrix HWS driver Ben Hoff
2026-02-08  0:35 ` [PATCH v1 0/2] media: pci: AVMatrix HWS capture driver Ben Hoff
2026-02-09 11:47   ` Hans Verkuil
2026-02-09 12:53     ` Hans Verkuil
2026-03-17 16:01       ` Hans Verkuil
2026-03-18  0:23         ` Ben Hoff
2026-03-18  0:10 ` [PATCH v2 0/2] media: pci: add " Ben Hoff
2026-03-18  0:10   ` [PATCH v2 1/2] " Ben Hoff
2026-03-24  9:17     ` Hans Verkuil
2026-03-18  0:10   ` [PATCH v2 2/2] MAINTAINERS: add entry for AVMatrix HWS driver Ben Hoff
2026-03-24  9:19   ` [PATCH v2 0/2] media: pci: add AVMatrix HWS capture driver Hans Verkuil
2026-03-30 19:56   ` [PATCH v3 " hoff.benjamin.k
2026-03-30 19:56     ` [PATCH v3 1/2] " hoff.benjamin.k
2026-03-30 19:56     ` [PATCH v3 2/2] MAINTAINERS: add entry for AVMatrix HWS driver hoff.benjamin.k
2026-03-30 23:36       ` [PATCH v4] media: pci: add AVMatrix HWS capture driver hoff.benjamin.k
2026-04-02  6:25         ` kernel test robot
2026-04-03 13:57         ` [PATCH v5] " hoff.benjamin.k
2026-04-30 13:26           ` Ben Hoff
2026-05-05 10:37           ` Hans Verkuil
2026-05-06 19:43             ` Ben Hoff
2026-05-07  5:10               ` Hans Verkuil
2026-05-11  0:09                 ` Ben Hoff
2026-04-07  3:51         ` kernel test robot [this message]

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=202604040632.A5adPnXu-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=hoff.benjamin.k@gmail.com \
    --cc=hverkuil+cisco@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --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.