All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: cros-kernel-buildreports@googlegroups.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [android-common:android-mainline-desktop 1/1] jack.c:(.text.snd_jack_dev_disconnect+0x28): undefined reference to `input_unregister_device'
Date: Thu, 09 Jul 2026 08:37:00 +0800	[thread overview]
Message-ID: <202607090831.yumo48G2-lkp@intel.com> (raw)

tree:   https://android.googlesource.com/kernel/common android-mainline-desktop
head:   adf8bc5941e7beff5b8ba6f64385d50c6b4d32c5
commit: c16fe0a335e01fb417796730b2d9d8612eaba9de [1/1] Merge tag 'v6.11-rc2' into android-mainline
config: arm-randconfig-001-20260709 (https://download.01.org/0day-ci/archive/20260709/202607090831.yumo48G2-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 14.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260709/202607090831.yumo48G2-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/202607090831.yumo48G2-lkp@intel.com/

All errors (new ones prefixed by >>):

   arm-linux-gnueabi-ld: sound/core/jack.o: in function `snd_jack_dev_disconnect':
>> jack.c:(.text.snd_jack_dev_disconnect+0x28): undefined reference to `input_unregister_device'
   arm-linux-gnueabi-ld: (input_unregister_device): Unknown destination type (ARM/Thumb) in sound/core/jack.o
>> jack.c:(.text.snd_jack_dev_disconnect+0x28): dangerous relocation: unsupported relocation
>> arm-linux-gnueabi-ld: jack.c:(.text.snd_jack_dev_disconnect+0x4a): undefined reference to `input_free_device'
   arm-linux-gnueabi-ld: (input_free_device): Unknown destination type (ARM/Thumb) in sound/core/jack.o
   jack.c:(.text.snd_jack_dev_disconnect+0x4a): dangerous relocation: unsupported relocation
   arm-linux-gnueabi-ld: sound/core/jack.o: in function `snd_jack_dev_register':
>> jack.c:(.text.snd_jack_dev_register+0x8e): undefined reference to `input_set_capability'
   arm-linux-gnueabi-ld: (input_set_capability): Unknown destination type (ARM/Thumb) in sound/core/jack.o
>> jack.c:(.text.snd_jack_dev_register+0x8e): dangerous relocation: unsupported relocation
>> arm-linux-gnueabi-ld: jack.c:(.text.snd_jack_dev_register+0xa6): undefined reference to `input_register_device'
   arm-linux-gnueabi-ld: (input_register_device): Unknown destination type (ARM/Thumb) in sound/core/jack.o
   jack.c:(.text.snd_jack_dev_register+0xa6): dangerous relocation: unsupported relocation
   arm-linux-gnueabi-ld: sound/core/jack.o: in function `snd_jack_report':
>> jack.c:(.text.snd_jack_report+0x7e): undefined reference to `input_event'
   arm-linux-gnueabi-ld: (input_event): Unknown destination type (ARM/Thumb) in sound/core/jack.o
>> jack.c:(.text.snd_jack_report+0x7e): dangerous relocation: unsupported relocation
>> arm-linux-gnueabi-ld: jack.c:(.text.snd_jack_report+0xc2): undefined reference to `input_event'
   arm-linux-gnueabi-ld: (input_event): Unknown destination type (ARM/Thumb) in sound/core/jack.o
   jack.c:(.text.snd_jack_report+0xc2): dangerous relocation: unsupported relocation
   arm-linux-gnueabi-ld: jack.c:(.text.snd_jack_report+0xdc): undefined reference to `input_event'
   arm-linux-gnueabi-ld: (input_event): Unknown destination type (ARM/Thumb) in sound/core/jack.o
   jack.c:(.text.snd_jack_report+0xdc): dangerous relocation: unsupported relocation
   arm-linux-gnueabi-ld: sound/core/jack.o: in function `snd_jack_new':
>> jack.c:(.text.snd_jack_new+0x8c): undefined reference to `input_allocate_device'
   arm-linux-gnueabi-ld: (input_allocate_device): Unknown destination type (ARM/Thumb) in sound/core/jack.o
>> jack.c:(.text.snd_jack_new+0x8c): dangerous relocation: unsupported relocation
>> arm-linux-gnueabi-ld: jack.c:(.text.snd_jack_new+0xc2): undefined reference to `input_set_capability'
   arm-linux-gnueabi-ld: (input_set_capability): Unknown destination type (ARM/Thumb) in sound/core/jack.o
   jack.c:(.text.snd_jack_new+0xc2): dangerous relocation: unsupported relocation
>> arm-linux-gnueabi-ld: jack.c:(.text.snd_jack_new+0x116): undefined reference to `input_free_device'
   arm-linux-gnueabi-ld: (input_free_device): Unknown destination type (ARM/Thumb) in sound/core/jack.o
   jack.c:(.text.snd_jack_new+0x116): dangerous relocation: unsupported relocation
   arm-linux-gnueabi-ld: net/socket.o: in function `sock_ioctl':
>> socket.c:(.text.sock_ioctl+0x94): undefined reference to `wext_handle_ioctl'
   arm-linux-gnueabi-ld: (wext_handle_ioctl): Unknown destination type (ARM/Thumb) in net/socket.o
>> socket.c:(.text.sock_ioctl+0x94): dangerous relocation: unsupported relocation

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for BALLOON_COMPACTION
   Depends on [n]: COMPACTION [=n] && MEMORY_BALLOON [=y]
   Selected by [y]:
   - GKI_HIDDEN_MM_CONFIGS [=y]
   WARNING: unmet direct dependencies detected for WIRELESS_EXT
   Depends on [n]: NET [=y] && WIRELESS [=n]
   Selected by [y]:
   - GKI_LEGACY_WEXT_ALLCONFIG [=y]
   WARNING: unmet direct dependencies detected for WEXT_CORE
   Depends on [n]: NET [=y] && WIRELESS [=n] && (CFG80211_WEXT [=n] || WIRELESS_EXT [=y])
   Selected by [y]:
   - GKI_LEGACY_WEXT_ALLCONFIG [=y]
   WARNING: unmet direct dependencies detected for CAN_RX_OFFLOAD
   Depends on [n]: NETDEVICES [=n] && CAN_DEV [=n] && CAN_NETLINK [=n]
   Selected by [y]:
   - GKI_HIDDEN_MCP251XFD_CONFIGS [=y]
   WARNING: unmet direct dependencies detected for WEXT_SPY
   Depends on [n]: NET [=y] && WIRELESS [=n]
   Selected by [y]:
   - GKI_LEGACY_WEXT_ALLCONFIG [=y]
   WARNING: unmet direct dependencies detected for WEXT_PROC
   Depends on [n]: NET [=y] && WIRELESS [=n] && PROC_FS [=n] && WEXT_CORE [=y]
   Selected by [y]:
   - GKI_LEGACY_WEXT_ALLCONFIG [=y]
   WARNING: unmet direct dependencies detected for WEXT_PRIV
   Depends on [n]: NET [=y] && WIRELESS [=n]
   Selected by [y]:
   - GKI_LEGACY_WEXT_ALLCONFIG [=y]
   WARNING: unmet direct dependencies detected for HVC_DRIVER
   Depends on [n]: TTY [=n]
   Selected by [y]:
   - GKI_HIDDEN_VIRTUAL_CONFIGS [=y]

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

                 reply	other threads:[~2026-07-09  0:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202607090831.yumo48G2-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=cros-kernel-buildreports@googlegroups.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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 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.