* m68k-linux-ld: drivers/net/phy/air_en8811h.o:(.debug_addr+0x38): undefined reference to `clk_save_context'
@ 2025-11-30 8:00 kernel test robot
2025-12-01 9:45 ` Geert Uytterhoeven
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2025-11-30 8:00 UTC (permalink / raw)
To: Lucien.Jheng; +Cc: oe-kbuild-all, linux-kernel, Jakub Kicinski, Andrew Lunn
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 6bda50f4333fa61c07f04f790fdd4e2c9f4ca610
commit: 6b9c9def95cb402374730d51a1f44927f467b774 net: phy: air_en8811h: Introduce resume/suspend and clk_restore_context to ensure correct CKO settings after network interface reinitialization.
date: 5 months ago
config: m68k-randconfig-r061-20251130 (https://download.01.org/0day-ci/archive/20251130/202511301553.eaEz1nEW-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 10.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251130/202511301553.eaEz1nEW-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/202511301553.eaEz1nEW-lkp@intel.com/
All errors (new ones prefixed by >>):
m68k-linux-ld: drivers/net/phy/air_en8811h.o: in function `en8811h_resume':
drivers/net/phy/air_en8811h.c:1175: undefined reference to `clk_restore_context'
m68k-linux-ld: drivers/net/phy/air_en8811h.o: in function `en8811h_suspend':
drivers/net/phy/air_en8811h.c:1182: undefined reference to `clk_save_context'
>> m68k-linux-ld: drivers/net/phy/air_en8811h.o:(.debug_addr+0x38): undefined reference to `clk_save_context'
>> m68k-linux-ld: drivers/net/phy/air_en8811h.o:(.debug_addr+0x760): undefined reference to `clk_restore_context'
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: m68k-linux-ld: drivers/net/phy/air_en8811h.o:(.debug_addr+0x38): undefined reference to `clk_save_context'
2025-11-30 8:00 m68k-linux-ld: drivers/net/phy/air_en8811h.o:(.debug_addr+0x38): undefined reference to `clk_save_context' kernel test robot
@ 2025-12-01 9:45 ` Geert Uytterhoeven
0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2025-12-01 9:45 UTC (permalink / raw)
To: kernel test robot
Cc: Lucien.Jheng, oe-kbuild-all, linux-kernel, Jakub Kicinski, Andrew Lunn
Hi Robot,
On Sun, 30 Nov 2025 at 09:00, kernel test robot <lkp@intel.com> wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head: 6bda50f4333fa61c07f04f790fdd4e2c9f4ca610
> commit: 6b9c9def95cb402374730d51a1f44927f467b774 net: phy: air_en8811h: Introduce resume/suspend and clk_restore_context to ensure correct CKO settings after network interface reinitialization.
> date: 5 months ago
> config: m68k-randconfig-r061-20251130 (https://download.01.org/0day-ci/archive/20251130/202511301553.eaEz1nEW-lkp@intel.com/config)
> compiler: m68k-linux-gcc (GCC) 10.5.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251130/202511301553.eaEz1nEW-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/202511301553.eaEz1nEW-lkp@intel.com/
>
> All errors (new ones prefixed by >>):
>
> m68k-linux-ld: drivers/net/phy/air_en8811h.o: in function `en8811h_resume':
> drivers/net/phy/air_en8811h.c:1175: undefined reference to `clk_restore_context'
> m68k-linux-ld: drivers/net/phy/air_en8811h.o: in function `en8811h_suspend':
> drivers/net/phy/air_en8811h.c:1182: undefined reference to `clk_save_context'
> >> m68k-linux-ld: drivers/net/phy/air_en8811h.o:(.debug_addr+0x38): undefined reference to `clk_save_context'
> >> m68k-linux-ld: drivers/net/phy/air_en8811h.o:(.debug_addr+0x760): undefined reference to `clk_restore_context'
This is a bug in the clock subsystem. I have sent a patch:
https://lore.kernel.org/8066e45dbdd9acca29c0f9b578922a091a5c31fd.1764582057.git.geert@linux-m68k.org
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-01 9:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-30 8:00 m68k-linux-ld: drivers/net/phy/air_en8811h.o:(.debug_addr+0x38): undefined reference to `clk_save_context' kernel test robot
2025-12-01 9:45 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®