mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* tc358746.c:(.text.tc358746_probe+0x472): undefined reference to `devm_clk_hw_register'
@ 2026-03-26  1:13 kernel test robot
  2026-03-26 12:56 ` Daniel Palmer
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2026-03-26  1:13 UTC (permalink / raw)
  To: Daniel Palmer; +Cc: oe-kbuild-all, linux-kernel, Geert Uytterhoeven

Hi Daniel,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   d2a43e7f89da55d6f0f96aaadaa243f35557291e
commit: 4fbdd56edf1f0b3e338c90a011bbae1a677ac884 m68k: Enable dead code elimination
date:   9 months ago
config: m68k-randconfig-r051-20260326 (https://download.01.org/0day-ci/archive/20260326/202603260904.0mYHPZwr-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 14.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260326/202603260904.0mYHPZwr-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/202603260904.0mYHPZwr-lkp@intel.com/

All errors (new ones prefixed by >>):

   m68k-linux-ld: drivers/media/i2c/tc358746.o: in function `tc358746_probe':
>> tc358746.c:(.text.tc358746_probe+0x472): undefined reference to `devm_clk_hw_register'

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: tc358746.c:(.text.tc358746_probe+0x472): undefined reference to `devm_clk_hw_register'
  2026-03-26  1:13 tc358746.c:(.text.tc358746_probe+0x472): undefined reference to `devm_clk_hw_register' kernel test robot
@ 2026-03-26 12:56 ` Daniel Palmer
  2026-03-28  1:11   ` Philip Li
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Palmer @ 2026-03-26 12:56 UTC (permalink / raw)
  To: kernel test robot; +Cc: oe-kbuild-all, linux-kernel, Geert Uytterhoeven

Hello robot,

On Thu, 26 Mar 2026 at 10:13, kernel test robot <lkp@intel.com> wrote:
> All errors (new ones prefixed by >>):
>
>    m68k-linux-ld: drivers/media/i2c/tc358746.o: in function `tc358746_probe':
> >> tc358746.c:(.text.tc358746_probe+0x472): undefined reference to `devm_clk_hw_register'

Fix is sent but the issue seems to have nothing to do with my commit.
The driver isn't depending on the common clock framework but using it.
This would have failed to build even without the blamed commit as far
as I can tell.

Cheers,

Daniel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: tc358746.c:(.text.tc358746_probe+0x472): undefined reference to `devm_clk_hw_register'
  2026-03-26 12:56 ` Daniel Palmer
@ 2026-03-28  1:11   ` Philip Li
  0 siblings, 0 replies; 3+ messages in thread
From: Philip Li @ 2026-03-28  1:11 UTC (permalink / raw)
  To: Daniel Palmer
  Cc: kernel test robot, oe-kbuild-all, linux-kernel, Geert Uytterhoeven

On Thu, Mar 26, 2026 at 09:56:27PM +0900, Daniel Palmer wrote:
> Hello robot,
> 
> On Thu, 26 Mar 2026 at 10:13, kernel test robot <lkp@intel.com> wrote:
> > All errors (new ones prefixed by >>):
> >
> >    m68k-linux-ld: drivers/media/i2c/tc358746.o: in function `tc358746_probe':
> > >> tc358746.c:(.text.tc358746_probe+0x472): undefined reference to `devm_clk_hw_register'
> 
> Fix is sent but the issue seems to have nothing to do with my commit.

Thanks for the info, and sorry for the false positive. I will do investigation
to see what the cause is for the wrong bisection.

> The driver isn't depending on the common clock framework but using it.
> This would have failed to build even without the blamed commit as far
> as I can tell.
> 
> Cheers,
> 
> Daniel
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-28  1:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-26  1:13 tc358746.c:(.text.tc358746_probe+0x472): undefined reference to `devm_clk_hw_register' kernel test robot
2026-03-26 12:56 ` Daniel Palmer
2026-03-28  1:11   ` Philip Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome