Hi all,
On Wed, 16 Jul 2025 16:08:09 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
After merging the clockevents tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:
WARNING: modpost: vmlinux: section mismatch in reference: mct_init_dt+0x324 (section: .text) -> register_current_timer_delay (section: .init.text)
WARNING: modpost: vmlinux: section mismatch in reference: mct_init_dt+0x4c4 (section: .text) -> register_current_timer_delay (section: .init.text)
Introduced by commit
5d86e479193b ("clocksource/drivers/exynos_mct: Add module support")
and possibly
7e477e9c4eb4 ("clocksource/drivers/exynos_mct: Fix section mismatch from the module conversion")
For this build,
CONFIG_CLKSRC_EXYNOS_MCT=y
I am still seeing these warnings. The above commit is now also commit
338007c44c7f ("clocksource/drivers/exynos_mct: Add module support")
in the tip tree.