All of lore.kernel.org
 help / color / mirror / Atom feed
* [android-common:android13-5.15-2023-06 867/20126] jack.c:undefined reference to `input_free_device'
@ 2023-05-31 16:03 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-05-31 16:03 UTC (permalink / raw)
  To: cros-kernel-buildreports; +Cc: oe-kbuild-all

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

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

only message in thread, other threads:[~2023-05-31 16:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-31 16:03 [android-common:android13-5.15-2023-06 867/20126] jack.c:undefined reference to `input_free_device' kernel 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.