linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [pm:acpi 1/2] ERROR: modpost: "wakeup_cpu0" [drivers/acpi/processor.ko] undefined!
@ 2021-04-02 18:45 kernel test robot
  2021-04-06 12:05 ` Vitaly Kuznetsov
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2021-04-02 18:45 UTC (permalink / raw)
  To: Vitaly Kuznetsov
  Cc: kbuild-all, linux-acpi, devel, linux-pm, Rafael J. Wysocki

[-- Attachment #1: Type: text/plain, Size: 1218 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git acpi
head:   91463ebff32d3e6fc71134784ae6aa91402bfe3d
commit: 8cdddd182bd7befae6af49c5fd612893f55d6ccb [1/2] ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()
config: x86_64-randconfig-r016-20210401 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/commit/?id=8cdddd182bd7befae6af49c5fd612893f55d6ccb
        git remote add pm https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
        git fetch --no-tags pm acpi
        git checkout 8cdddd182bd7befae6af49c5fd612893f55d6ccb
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>, old ones prefixed by <<):

>> ERROR: modpost: "wakeup_cpu0" [drivers/acpi/processor.ko] undefined!
>> ERROR: modpost: "start_cpu0" [drivers/acpi/processor.ko] undefined!

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 34414 bytes --]

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

* Re: [pm:acpi 1/2] ERROR: modpost: "wakeup_cpu0" [drivers/acpi/processor.ko] undefined!
  2021-04-02 18:45 [pm:acpi 1/2] ERROR: modpost: "wakeup_cpu0" [drivers/acpi/processor.ko] undefined! kernel test robot
@ 2021-04-06 12:05 ` Vitaly Kuznetsov
  0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Kuznetsov @ 2021-04-06 12:05 UTC (permalink / raw)
  To: linux-pm, Rafael J. Wysocki
  Cc: kbuild-all, linux-acpi, devel, kernel test robot, x86

kernel test robot <lkp@intel.com> writes:

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git acpi
> head:   91463ebff32d3e6fc71134784ae6aa91402bfe3d
> commit: 8cdddd182bd7befae6af49c5fd612893f55d6ccb [1/2] ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()
> config: x86_64-randconfig-r016-20210401 (attached as .config)
> compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
> reproduce (this is a W=1 build):
>         # https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/commit/?id=8cdddd182bd7befae6af49c5fd612893f55d6ccb
>         git remote add pm https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
>         git fetch --no-tags pm acpi
>         git checkout 8cdddd182bd7befae6af49c5fd612893f55d6ccb
>         # save the attached .config to linux build tree
>         make W=1 ARCH=x86_64 
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>, old ones prefixed by <<):
>
>>> ERROR: modpost: "wakeup_cpu0" [drivers/acpi/processor.ko] undefined!
>>> ERROR: modpost: "start_cpu0" [drivers/acpi/processor.ko] undefined!
>

This happens when we have

CONFIG_ACPI_PROCESSOR=m

as wakeup_cpu0()/start_cpu0() are not exported, sorry about the breakage
:-( I'll be sending a patch to fix things up shortly.

-- 
Vitaly


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

end of thread, other threads:[~2021-04-06 12:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-02 18:45 [pm:acpi 1/2] ERROR: modpost: "wakeup_cpu0" [drivers/acpi/processor.ko] undefined! kernel test robot
2021-04-06 12:05 ` Vitaly Kuznetsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).