From: kernel test robot <lkp@intel.com>
To: cros-kernel-buildreports@googlegroups.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [android-common:android13-5.15-2023-06 867/20126] jack.c:undefined reference to `input_free_device'
Date: Thu, 1 Jun 2023 00:03:25 +0800 [thread overview]
Message-ID: <202305312335.lED2EPsv-lkp@intel.com> (raw)
tree: https://android.googlesource.com/kernel/common android13-5.15-2023-06
head: 1247e4a9ca826161b8c13c6422a56ed008dc4de5
commit: 1e702f432d551041753c46ec0d6d49484e776441 [867/20126] ANDROID: GKI: Added missing SND configs
config: x86_64-buildonly-randconfig-r006-20230531 (https://download.01.org/0day-ci/archive/20230531/202305312335.lED2EPsv-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build):
git remote add android-common https://android.googlesource.com/kernel/common
git fetch --no-tags android-common android13-5.15-2023-06
git checkout 1e702f432d551041753c46ec0d6d49484e776441
# save the config file
mkdir build_dir && cp config build_dir/.config
make W=1 O=build_dir ARCH=x86_64 olddefconfig
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202305312335.lED2EPsv-lkp@intel.com/
All errors (new ones prefixed by >>):
ld: warning: arch/x86/lib/csum-copy_64.o: missing .note.GNU-stack section implies executable stack
ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
ld: warning: arch/x86/lib/csum-copy_64.o: missing .note.GNU-stack section implies executable stack
ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
ld: warning: .tmp_vmlinux1 has a LOAD segment with RWX permissions
ld: sound/core/jack.o: in function `snd_jack_dev_disconnect':
>> jack.c:(.text+0x3f): undefined reference to `input_free_device'
>> ld: jack.c:(.text+0x65): undefined reference to `input_unregister_device'
ld: sound/core/jack.o: in function `snd_jack_dev_register':
>> jack.c:(.text+0x13c): undefined reference to `input_set_capability'
>> ld: jack.c:(.text+0x16f): undefined reference to `input_register_device'
ld: sound/core/jack.o: in function `snd_jack_dev_free':
jack.c:(.text+0x3f6): undefined reference to `input_free_device'
ld: jack.c:(.text+0x437): undefined reference to `input_unregister_device'
ld: sound/core/jack.o: in function `snd_jack_new':
>> jack.c:(.text+0x596): undefined reference to `input_allocate_device'
>> ld: jack.c:(.text+0x616): undefined reference to `input_set_capability'
>> ld: jack.c:(.text+0x6fd): undefined reference to `input_free_device'
ld: sound/core/jack.o: in function `snd_jack_report':
>> jack.c:(.text+0x951): undefined reference to `input_event'
>> ld: jack.c:(.text+0x978): undefined reference to `input_event'
ld: jack.c:(.text+0xa0a): undefined reference to `input_event'
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for WIRELESS_EXT
Depends on [n]: NET [=n] && WIRELESS [=n]
Selected by [y]:
- GKI_LEGACY_WEXT_ALLCONFIG [=y]
WARNING: unmet direct dependencies detected for WEXT_CORE
Depends on [n]: NET [=n] && WIRELESS [=n] && (CFG80211_WEXT [=n] || WIRELESS_EXT [=y])
Selected by [y]:
- GKI_LEGACY_WEXT_ALLCONFIG [=y]
WARNING: unmet direct dependencies detected for WEXT_PROC
Depends on [n]: NET [=n] && WIRELESS [=n] && PROC_FS [=y] && WEXT_CORE [=y]
Selected by [y]:
- GKI_LEGACY_WEXT_ALLCONFIG [=y]
WARNING: unmet direct dependencies detected for WEXT_PRIV
Depends on [n]: NET [=n] && WIRELESS [=n]
Selected by [y]:
- GKI_LEGACY_WEXT_ALLCONFIG [=y]
WARNING: unmet direct dependencies detected for WEXT_SPY
Depends on [n]: NET [=n] && WIRELESS [=n]
Selected by [y]:
- GKI_LEGACY_WEXT_ALLCONFIG [=y]
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2023-05-31 16:04 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=202305312335.lED2EPsv-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.