All of lore.kernel.org
 help / color / mirror / Atom feed
* [pm:s2idle-dell-test 4/6] drivers/acpi/ec.c:1863: undefined reference to `acpi_sleep_ec_gpe_may_wakeup'
@ 2017-04-23  2:40 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-04-23  2:40 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: kbuild-all, linux-acpi, devel, linux-pm

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git s2idle-dell-test
head:   1d13d18b0b5b99d14dd08a96a01aa0935cc476b6
commit: 1c3a1d6da83b14311cdd1aee3b4bc5e31f5734ec [4/6] ACPI / sleep: EC-based wakeup from suspend-to-idle on Dell systems
config: arm64-defconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 1c3a1d6da83b14311cdd1aee3b4bc5e31f5734ec
        # save the attached .config to linux build tree
        make.cross ARCH=arm64 

All errors (new ones prefixed by >>):

   drivers/built-in.o: In function `acpi_ec_resume':
>> drivers/acpi/ec.c:1863: undefined reference to `acpi_sleep_ec_gpe_may_wakeup'
   drivers/acpi/ec.c:1863:(.text+0x95adc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `acpi_sleep_ec_gpe_may_wakeup'
   drivers/built-in.o: In function `acpi_ec_suspend':
   drivers/acpi/ec.c:1849: undefined reference to `acpi_sleep_ec_gpe_may_wakeup'
   drivers/acpi/ec.c:1849:(.text+0x95cf0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `acpi_sleep_ec_gpe_may_wakeup'

vim +1863 drivers/acpi/ec.c

  1857	static int acpi_ec_resume(struct device *dev)
  1858	{
  1859		struct acpi_ec *ec =
  1860			acpi_driver_data(to_acpi_device(dev));
  1861	
  1862		acpi_ec_enable_event(ec);
> 1863		if (!pm_resume_via_firmware() && acpi_sleep_ec_gpe_may_wakeup())
  1864			acpi_set_gpe_wake_mask(NULL, ec->gpe, ACPI_GPE_DISABLE);
  1865	
  1866		return 0;

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-23  2:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-23  2:40 [pm:s2idle-dell-test 4/6] drivers/acpi/ec.c:1863: undefined reference to `acpi_sleep_ec_gpe_may_wakeup' kbuild test robot

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.