* [broonie-ci:20250313_tiwai_asoc_convert_to_modern_pm_macros 183/194] WARNING: modpost: module snd-sof-acpi-intel-byt uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it.
@ 2025-03-17 5:54 kernel test robot
2025-03-17 7:53 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: kernel test robot @ 2025-03-17 5:54 UTC (permalink / raw)
To: Takashi Iwai; +Cc: oe-kbuild-all, Mark Brown, Charles Keepax
tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git 20250313_tiwai_asoc_convert_to_modern_pm_macros
head: 9a2c84a9570fadf5fa15f3e6ca13a7ca23a6fb4c
commit: 431bdad71028cf4ad9958a49c76b8b54081930f2 [183/194] ASoC: SOF: acpi: Convert to EXPORT_NS_DEV_PM_OPS()
config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20250317/202503171311.Y0CltFV2-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250317/202503171311.Y0CltFV2-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/202503171311.Y0CltFV2-lkp@intel.com/
All warnings (new ones prefixed by >>, old ones prefixed by <<):
ERROR: modpost: "__delay" [drivers/net/mdio/mdio-cavium.ko] undefined!
ERROR: modpost: "devm_of_clk_add_hw_provider" [drivers/media/i2c/tc358746.ko] undefined!
ERROR: modpost: "devm_clk_hw_register" [drivers/media/i2c/tc358746.ko] undefined!
ERROR: modpost: "of_clk_hw_simple_get" [drivers/media/i2c/tc358746.ko] undefined!
>> WARNING: modpost: module snd-sof-acpi-intel-byt uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it.
>> WARNING: modpost: module snd-sof-acpi-intel-bdw uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it.
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [broonie-ci:20250313_tiwai_asoc_convert_to_modern_pm_macros 183/194] WARNING: modpost: module snd-sof-acpi-intel-byt uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it. 2025-03-17 5:54 [broonie-ci:20250313_tiwai_asoc_convert_to_modern_pm_macros 183/194] WARNING: modpost: module snd-sof-acpi-intel-byt uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it kernel test robot @ 2025-03-17 7:53 ` Takashi Iwai 2025-03-17 8:42 ` Mark Brown 0 siblings, 1 reply; 5+ messages in thread From: Takashi Iwai @ 2025-03-17 7:53 UTC (permalink / raw) To: kernel test robot; +Cc: Takashi Iwai, oe-kbuild-all, Mark Brown, Charles Keepax On Mon, 17 Mar 2025 06:54:05 +0100, kernel test robot wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git 20250313_tiwai_asoc_convert_to_modern_pm_macros > head: 9a2c84a9570fadf5fa15f3e6ca13a7ca23a6fb4c > commit: 431bdad71028cf4ad9958a49c76b8b54081930f2 [183/194] ASoC: SOF: acpi: Convert to EXPORT_NS_DEV_PM_OPS() > config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20250317/202503171311.Y0CltFV2-lkp@intel.com/config) > compiler: sh4-linux-gcc (GCC) 14.2.0 > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250317/202503171311.Y0CltFV2-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/202503171311.Y0CltFV2-lkp@intel.com/ > > All warnings (new ones prefixed by >>, old ones prefixed by <<): > > ERROR: modpost: "__delay" [drivers/net/mdio/mdio-cavium.ko] undefined! > ERROR: modpost: "devm_of_clk_add_hw_provider" [drivers/media/i2c/tc358746.ko] undefined! > ERROR: modpost: "devm_clk_hw_register" [drivers/media/i2c/tc358746.ko] undefined! > ERROR: modpost: "of_clk_hw_simple_get" [drivers/media/i2c/tc358746.ko] undefined! > >> WARNING: modpost: module snd-sof-acpi-intel-byt uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it. > >> WARNING: modpost: module snd-sof-acpi-intel-bdw uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it. My bad, I coded in an old way with a string for namespace in EXPORT_DEV_PM_OPS(). The namespace is no longer string. I believe I'll have to resubmit the fixed version. Takashi ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [broonie-ci:20250313_tiwai_asoc_convert_to_modern_pm_macros 183/194] WARNING: modpost: module snd-sof-acpi-intel-byt uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it. 2025-03-17 7:53 ` Takashi Iwai @ 2025-03-17 8:42 ` Mark Brown 2025-03-17 8:47 ` Takashi Iwai 0 siblings, 1 reply; 5+ messages in thread From: Mark Brown @ 2025-03-17 8:42 UTC (permalink / raw) To: Takashi Iwai; +Cc: kernel test robot, oe-kbuild-all, Charles Keepax [-- Attachment #1: Type: text/plain, Size: 745 bytes --] On Mon, Mar 17, 2025 at 08:53:34AM +0100, Takashi Iwai wrote: > kernel test robot wrote: > > >> WARNING: modpost: module snd-sof-acpi-intel-byt uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it. > > >> WARNING: modpost: module snd-sof-acpi-intel-bdw uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it. > My bad, I coded in an old way with a string for namespace in > EXPORT_DEV_PM_OPS(). The namespace is no longer string. > I believe I'll have to resubmit the fixed version. No problem, please just send the affected patches (should be amd, xtensa, tegra, sunxi, stm, sof and samsung) - everything else should be fine, non need to repeat review and test for the rest. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [broonie-ci:20250313_tiwai_asoc_convert_to_modern_pm_macros 183/194] WARNING: modpost: module snd-sof-acpi-intel-byt uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it. 2025-03-17 8:42 ` Mark Brown @ 2025-03-17 8:47 ` Takashi Iwai 2025-03-17 9:24 ` Mark Brown 0 siblings, 1 reply; 5+ messages in thread From: Takashi Iwai @ 2025-03-17 8:47 UTC (permalink / raw) To: Mark Brown; +Cc: Takashi Iwai, kernel test robot, oe-kbuild-all, Charles Keepax On Mon, 17 Mar 2025 09:42:55 +0100, Mark Brown wrote: > > On Mon, Mar 17, 2025 at 08:53:34AM +0100, Takashi Iwai wrote: > > kernel test robot wrote: > > > > >> WARNING: modpost: module snd-sof-acpi-intel-byt uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it. > > > >> WARNING: modpost: module snd-sof-acpi-intel-bdw uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it. > > > My bad, I coded in an old way with a string for namespace in > > EXPORT_DEV_PM_OPS(). The namespace is no longer string. > > > I believe I'll have to resubmit the fixed version. > > No problem, please just send the affected patches (should be amd, > xtensa, tegra, sunxi, stm, sof and samsung) - everything else should be > fine, non need to repeat review and test for the rest. Many patches had typos in the descriptions (e.g. RUNTIE_PM_OPS()), and they can be fixed, too. But it's your call - let me know your preference. thanks, Takashi ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [broonie-ci:20250313_tiwai_asoc_convert_to_modern_pm_macros 183/194] WARNING: modpost: module snd-sof-acpi-intel-byt uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it. 2025-03-17 8:47 ` Takashi Iwai @ 2025-03-17 9:24 ` Mark Brown 0 siblings, 0 replies; 5+ messages in thread From: Mark Brown @ 2025-03-17 9:24 UTC (permalink / raw) To: Takashi Iwai; +Cc: kernel test robot, oe-kbuild-all, Charles Keepax [-- Attachment #1: Type: text/plain, Size: 558 bytes --] On Mon, Mar 17, 2025 at 09:47:25AM +0100, Takashi Iwai wrote: > Mark Brown wrote: > > No problem, please just send the affected patches (should be amd, > > xtensa, tegra, sunxi, stm, sof and samsung) - everything else should be > > fine, non need to repeat review and test for the rest. > Many patches had typos in the descriptions (e.g. RUNTIE_PM_OPS()), and > they can be fixed, too. > But it's your call - let me know your preference. It'd mean I'd have to redo all my build and runtime testing for the majority of the commits which I'd rather avoid. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-03-17 9:25 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-03-17 5:54 [broonie-ci:20250313_tiwai_asoc_convert_to_modern_pm_macros 183/194] WARNING: modpost: module snd-sof-acpi-intel-byt uses symbol sof_acpi_pm from namespace "SND_SOC_SOF_ACPI_DEV", but does not import it kernel test robot 2025-03-17 7:53 ` Takashi Iwai 2025-03-17 8:42 ` Mark Brown 2025-03-17 8:47 ` Takashi Iwai 2025-03-17 9:24 ` Mark Brown
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.