The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: 429368636@qq.com, lee@kernel.org
Cc: oe-kbuild-all@lists.linux.dev, pavel@kernel.org,
	linus.walleij@linaro.org, brgl@bgdev.pl,
	linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org,
	linux-gpio@vger.kernel.org, zhangxinyu <gavin.zhang@faiot.com>
Subject: Re: [PATCH] leds: add aw91xxx driver
Date: Thu, 20 Nov 2025 04:13:44 +0800	[thread overview]
Message-ID: <202511200356.hnFjtAe6-lkp@intel.com> (raw)
In-Reply-To: <tencent_1B2BC712D34FBE7DEB01320E665BEB2D8908@qq.com>

Hi,

kernel test robot noticed the following build errors:

[auto build test ERROR on lee-leds/for-leds-next]
[also build test ERROR on linus/master v6.18-rc6 next-20251119]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/429368636-qq-com/leds-add-aw91xxx-driver/20251117-175335
base:   https://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git for-leds-next
patch link:    https://lore.kernel.org/r/tencent_1B2BC712D34FBE7DEB01320E665BEB2D8908%40qq.com
patch subject: [PATCH] leds: add aw91xxx driver
config: arc-randconfig-002-20251119 (https://download.01.org/0day-ci/archive/20251120/202511200356.hnFjtAe6-lkp@intel.com/config)
compiler: arc-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251120/202511200356.hnFjtAe6-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/202511200356.hnFjtAe6-lkp@intel.com/

All errors (new ones prefixed by >>):

   arc-linux-ld: drivers/leds/leds-aw91xxx.o: in function `aw91xxx_key_feature_init':
>> leds-aw91xxx.c:(.text+0x11f4): undefined reference to `input_allocate_device'
>> arc-linux-ld: leds-aw91xxx.c:(.text+0x11f4): undefined reference to `input_allocate_device'
>> arc-linux-ld: leds-aw91xxx.c:(.text+0x128c): undefined reference to `input_register_device'
>> arc-linux-ld: leds-aw91xxx.c:(.text+0x128c): undefined reference to `input_register_device'
>> arc-linux-ld: leds-aw91xxx.c:(.text+0x1380): undefined reference to `input_free_device'
>> arc-linux-ld: leds-aw91xxx.c:(.text+0x1380): undefined reference to `input_free_device'
>> arc-linux-ld: leds-aw91xxx.c:(.text+0x1428): undefined reference to `input_unregister_device'
>> arc-linux-ld: leds-aw91xxx.c:(.text+0x1428): undefined reference to `input_unregister_device'
   arc-linux-ld: drivers/leds/leds-aw91xxx.o: in function `aw91xxx_i2c_probe':
>> leds-aw91xxx.c:(.text+0x1bc6): undefined reference to `input_unregister_device'
>> arc-linux-ld: leds-aw91xxx.c:(.text+0x1bc6): undefined reference to `input_unregister_device'
   arc-linux-ld: leds-aw91xxx.c:(.text+0x1bd0): undefined reference to `input_free_device'
   arc-linux-ld: leds-aw91xxx.c:(.text+0x1bd0): undefined reference to `input_free_device'
   arc-linux-ld: drivers/leds/leds-aw91xxx.o: in function `aw91xxx_key_work':
>> leds-aw91xxx.c:(.text+0x1dac): undefined reference to `input_event'
>> arc-linux-ld: leds-aw91xxx.c:(.text+0x1dac): undefined reference to `input_event'
   arc-linux-ld: leds-aw91xxx.c:(.text+0x1dba): undefined reference to `input_event'
   arc-linux-ld: leds-aw91xxx.c:(.text+0x1dba): undefined reference to `input_event'
   arc-linux-ld: leds-aw91xxx.c:(.text+0x1eb4): undefined reference to `input_event'
   arc-linux-ld: drivers/leds/leds-aw91xxx.o:leds-aw91xxx.c:(.text+0x1eb4): more undefined references to `input_event' follow

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

      parent reply	other threads:[~2025-11-19 20:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-17  9:35 [PATCH] leds: add aw91xxx driver 429368636
2025-11-17 10:28 ` Bartosz Golaszewski
2025-11-18  7:15 ` Krzysztof Kozlowski
2025-11-18  8:57 ` kernel test robot
2025-11-18 23:42 ` Linus Walleij
2025-11-19  0:54 ` kernel test robot
2025-11-19 20:13 ` kernel test robot [this message]

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=202511200356.hnFjtAe6-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=429368636@qq.com \
    --cc=brgl@bgdev.pl \
    --cc=gavin.zhang@faiot.com \
    --cc=lee@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=pavel@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