From: kernel test robot <lkp@intel.com>
To: Ken Xue <Ken.Xue@amd.com>,
andriy.shevchenko@linux.intel.com, linux-acpi@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev, rafael@kernel.org,
cwhuang@linux.org.tw, Ken Xue <Ken.Xue@amd.com>
Subject: Re: [PATCH V5] acpi: trigger wakeup key event from power button
Date: Thu, 12 Oct 2023 03:18:51 +0800 [thread overview]
Message-ID: <202310120000.LkRVKBZN-lkp@intel.com> (raw)
In-Reply-To: <20231007075433.555715-1-Ken.Xue@amd.com>
Hi Ken,
kernel test robot noticed the following build errors:
[auto build test ERROR on b483d3b8a54a544ab8854ca6dbb8d99c423b3ba4]
url: https://github.com/intel-lab-lkp/linux/commits/Ken-Xue/acpi-trigger-wakeup-key-event-from-power-button/20231007-163549
base: b483d3b8a54a544ab8854ca6dbb8d99c423b3ba4
patch link: https://lore.kernel.org/r/20231007075433.555715-1-Ken.Xue%40amd.com
patch subject: [PATCH V5] acpi: trigger wakeup key event from power button
config: loongarch-randconfig-002-20231011 (https://download.01.org/0day-ci/archive/20231012/202310120000.LkRVKBZN-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231012/202310120000.LkRVKBZN-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/202310120000.LkRVKBZN-lkp@intel.com/
All errors (new ones prefixed by >>):
loongarch64-linux-ld: drivers/acpi/button.o: in function `acpi_power_button_wakeup':
>> button.c:(.text+0x44): undefined reference to `input_event'
>> loongarch64-linux-ld: button.c:(.text+0x58): undefined reference to `input_event'
loongarch64-linux-ld: button.c:(.text+0x6c): undefined reference to `input_event'
loongarch64-linux-ld: button.c:(.text+0x8c): undefined reference to `input_event'
loongarch64-linux-ld: drivers/acpi/button.o: in function `acpi_button_notify':
button.c:(.text+0x200): undefined reference to `input_event'
loongarch64-linux-ld: drivers/acpi/button.o:button.c:(.text+0x214): more undefined references to `input_event' follow
loongarch64-linux-ld: drivers/acpi/button.o: in function `.L42':
>> button.c:(.text+0x3ac): undefined reference to `input_allocate_device'
loongarch64-linux-ld: drivers/acpi/button.o: in function `.L52':
>> button.c:(.text+0x60c): undefined reference to `input_free_device'
loongarch64-linux-ld: drivers/acpi/button.o: in function `.L53':
>> button.c:(.text+0x67c): undefined reference to `input_set_capability'
>> loongarch64-linux-ld: button.c:(.text+0x68c): undefined reference to `input_set_capability'
loongarch64-linux-ld: drivers/acpi/button.o: in function `.L58':
button.c:(.text+0x6a0): undefined reference to `input_set_capability'
loongarch64-linux-ld: drivers/acpi/button.o: in function `.L59':
button.c:(.text+0x6b4): undefined reference to `input_set_capability'
loongarch64-linux-ld: drivers/acpi/button.o: in function `.L60':
>> button.c:(.text+0x6c0): undefined reference to `input_register_device'
loongarch64-linux-ld: drivers/acpi/button.o: in function `.L63':
>> button.c:(.text+0x6e0): undefined reference to `input_unregister_device'
loongarch64-linux-ld: drivers/acpi/button.o: in function `.L87':
button.c:(.text+0x7f8): undefined reference to `input_unregister_device'
loongarch64-linux-ld: drivers/acpi/button.o: in function `.L99':
button.c:(.text+0x89c): undefined reference to `input_event'
loongarch64-linux-ld: button.c:(.text+0x8b0): undefined reference to `input_event'
loongarch64-linux-ld: drivers/acpi/button.o: in function `.L97':
button.c:(.text+0x8c4): undefined reference to `input_event'
loongarch64-linux-ld: button.c:(.text+0x8d8): undefined reference to `input_event'
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for ACPI_BUTTON
Depends on [m]: ACPI [=y] && INPUT [=m]
Selected by [y]:
- ACPI_SYSTEM_POWER_STATES_SUPPORT [=y] && ACPI [=y]
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2023-10-11 19:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-07 7:54 [PATCH V5] acpi: trigger wakeup key event from power button Ken Xue
2023-10-11 19:18 ` kernel test robot [this message]
2023-12-21 14:25 ` Rafael J. Wysocki
2023-12-25 5:56 ` Xue, Ken
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202310120000.LkRVKBZN-lkp@intel.com \
--to=lkp@intel.com \
--cc=Ken.Xue@amd.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=cwhuang@linux.org.tw \
--cc=linux-acpi@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=rafael@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox