All of lore.kernel.org
 help / color / mirror / Atom feed
* [android-goldfish:android-5.4 4/5] undefined reference to `tty_port_tty_get'
@ 2021-09-15  1:37 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-09-15  1:37 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 5152 bytes --]

tree:   https://android.googlesource.com/kernel/goldfish android-5.4
head:   175afe8501847a9f51bd52d3997ca68490e2e4b3
commit: c7e20e359ab33d7ce835b3975603623bb292c328 [4/5] ANDROID: GKI: build in HVC_DRIVER
config: i386-buildonly-randconfig-r003-20210914 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        git remote add android-goldfish https://android.googlesource.com/kernel/goldfish
        git fetch --no-tags android-goldfish android-5.4
        git checkout c7e20e359ab33d7ce835b3975603623bb292c328
        # save the attached .config to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   ld: drivers/tty/hvc/hvc_console.o: in function `hvc_cleanup':
   hvc_console.c:(.text+0x38a): undefined reference to `tty_port_put'
   ld: drivers/tty/hvc/hvc_console.o: in function `hvc_set_winsz':
   hvc_console.c:(.text+0x64d): undefined reference to `tty_port_tty_get'
   ld: hvc_console.c:(.text+0x67e): undefined reference to `tty_do_resize'
   ld: drivers/tty/hvc/hvc_console.o: in function `hvc_hangup':
   hvc_console.c:(.text+0x769): undefined reference to `tty_port_tty_set'
   ld: drivers/tty/hvc/hvc_console.o: in function `hvc_open':
   hvc_console.c:(.text+0x7ec): undefined reference to `tty_port_tty_set'
   ld: hvc_console.c:(.text+0x877): undefined reference to `tty_port_tty_set'
   ld: hvc_console.c:(.text+0x888): undefined reference to `tty_port_put'
   ld: drivers/tty/hvc/hvc_console.o: in function `hvc_install':
   hvc_console.c:(.text+0x8b3): undefined reference to `tty_port_install'
   ld: hvc_console.c:(.text+0x8cb): undefined reference to `tty_port_put'
   ld: drivers/tty/hvc/hvc_console.o: in function `hvc_remove':
>> (.text+0x8ef): undefined reference to `tty_port_tty_get'
>> ld: (.text+0x933): undefined reference to `tty_port_put'
>> ld: (.text+0x93e): undefined reference to `tty_vhangup'
   ld: drivers/tty/hvc/hvc_console.o: in function `hvc_close':
   hvc_console.c:(.text+0x95b): undefined reference to `tty_hung_up_p'
   ld: hvc_console.c:(.text+0x99f): undefined reference to `tty_port_tty_set'
   ld: hvc_console.c:(.text+0x9e9): undefined reference to `tty_wait_until_sent'
   ld: drivers/tty/hvc/hvc_console.o: in function `hvc_alloc':
>> (.text+0xa44): undefined reference to `__tty_alloc_driver'
>> ld: (.text+0xa88): undefined reference to `tty_std_termios'
   ld: (.text+0xa97): undefined reference to `tty_std_termios'
   ld: (.text+0xa9f): undefined reference to `tty_std_termios'
   ld: (.text+0xaa7): undefined reference to `tty_std_termios'
   ld: (.text+0xaaf): undefined reference to `tty_std_termios'
   ld: drivers/tty/hvc/hvc_console.o:(.text+0xab7): more undefined references to `tty_std_termios' follow
   ld: drivers/tty/hvc/hvc_console.o: in function `hvc_alloc':
>> (.text+0xae9): undefined reference to `tty_set_operations'
>> ld: (.text+0xb1e): undefined reference to `tty_register_driver'
>> ld: (.text+0xb80): undefined reference to `tty_port_init'
>> ld: (.text+0xceb): undefined reference to `put_tty_driver'
   ld: (.text+0xd0f): undefined reference to `put_tty_driver'
   ld: drivers/tty/hvc/hvc_console.o: in function `__hvc_poll':
   hvc_console.c:(.text+0xd6c): undefined reference to `tty_port_tty_get'
   ld: hvc_console.c:(.text+0xdb0): undefined reference to `tty_buffer_request_room'
   ld: hvc_console.c:(.text+0xdf8): undefined reference to `__tty_insert_flip_char'
   ld: hvc_console.c:(.text+0xea8): undefined reference to `tty_flip_buffer_push'
>> ld: hvc_console.c:(.text+0xf8c): undefined reference to `tty_port_tty_get'
   ld: hvc_console.c:(.text+0xfe0): undefined reference to `tty_wakeup'
   ld: hvc_console.c:(.text+0x1039): undefined reference to `tty_hangup'
   ld: drivers/tty/hvc/hvc_console.o: in function `hvc_instantiate':
>> (.text+0x12a1): undefined reference to `tty_port_put'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for WIRELESS_EXT
   Depends on NET && WIRELESS
   Selected by
   - GKI_LEGACY_WEXT_ALLCONFIG
   WARNING: unmet direct dependencies detected for WEXT_CORE
   Depends on NET && WIRELESS && (CFG80211_WEXT || WIRELESS_EXT
   Selected by
   - GKI_LEGACY_WEXT_ALLCONFIG
   WARNING: unmet direct dependencies detected for HVC_DRIVER
   Depends on TTY
   Selected by
   - GKI_HIDDEN_VIRTUAL_CONFIGS
   WARNING: unmet direct dependencies detected for WEXT_PROC
   Depends on NET && WIRELESS && PROC_FS && WEXT_CORE
   Selected by
   - GKI_LEGACY_WEXT_ALLCONFIG
   WARNING: unmet direct dependencies detected for WEXT_PRIV
   Depends on NET && WIRELESS
   Selected by
   - GKI_LEGACY_WEXT_ALLCONFIG
   WARNING: unmet direct dependencies detected for WEXT_SPY
   Depends on NET && WIRELESS
   Selected by
   - GKI_LEGACY_WEXT_ALLCONFIG

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 34173 bytes --]

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

only message in thread, other threads:[~2021-09-15  1:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15  1:37 [android-goldfish:android-5.4 4/5] undefined reference to `tty_port_tty_get' 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.