All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Chanho Park <chanho61.park@samsung.com>
Cc: kbuild-all@lists.01.org,
	"GNU/Weeb Mailing List" <gwml@vger.gnuweeb.org>,
	linux-kernel@vger.kernel.org,
	"Maciej Żenczykowski" <maze@google.com>
Subject: [ammarfaizi2-block:google/android/kernel/common/android13-5.10 1318/9999] undefined reference to `rtnl_is_locked'
Date: Thu, 17 Mar 2022 00:13:51 +0800	[thread overview]
Message-ID: <202203170015.WBOInNU6-lkp@intel.com> (raw)

tree:   https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android13-5.10
head:   1acd05fd846bd82c1394cdcc20b7786d0f309a2c
commit: 36ab8cea47b0d4a3c5067577430c147a903b5261 [1318/9999] ANDROID: GKI: Kconfig.gki: Add GKI_HIDDEN_ETHERNET_CONFIGS
config: arm-buildonly-randconfig-r002-20220316 (https://download.01.org/0day-ci/archive/20220317/202203170015.WBOInNU6-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/ammarfaizi2/linux-block/commit/36ab8cea47b0d4a3c5067577430c147a903b5261
        git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block
        git fetch --no-tags ammarfaizi2-block google/android/kernel/common/android13-5.10
        git checkout 36ab8cea47b0d4a3c5067577430c147a903b5261
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm 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 >>):

   arm-linux-gnueabi-ld: drivers/tty/hvc/hvc_console.o: in function `hvc_cleanup':
   hvc_console.c:(.text+0x25c): undefined reference to `tty_port_put'
   arm-linux-gnueabi-ld: drivers/tty/hvc/hvc_console.o: in function `hvc_set_winsz':
   hvc_console.c:(.text+0x2f8): undefined reference to `tty_port_tty_get'
   arm-linux-gnueabi-ld: hvc_console.c:(.text+0x330): undefined reference to `tty_do_resize'
   arm-linux-gnueabi-ld: drivers/tty/hvc/hvc_console.o: in function `hvc_hangup':
   hvc_console.c:(.text+0x434): undefined reference to `tty_port_tty_set'
   arm-linux-gnueabi-ld: drivers/tty/hvc/hvc_console.o: in function `hvc_remove':
   (.text+0x588): undefined reference to `tty_port_tty_get'
   arm-linux-gnueabi-ld: (.text+0x5dc): undefined reference to `tty_port_put'
   arm-linux-gnueabi-ld: (.text+0x5e8): undefined reference to `tty_vhangup'
   arm-linux-gnueabi-ld: drivers/tty/hvc/hvc_console.o: in function `__hvc_poll':
   hvc_console.c:(.text+0x6a8): undefined reference to `tty_port_tty_get'
   arm-linux-gnueabi-ld: hvc_console.c:(.text+0x6dc): undefined reference to `tty_buffer_request_room'
   arm-linux-gnueabi-ld: hvc_console.c:(.text+0x75c): undefined reference to `tty_hangup'
   arm-linux-gnueabi-ld: hvc_console.c:(.text+0x784): undefined reference to `tty_wakeup'
   arm-linux-gnueabi-ld: hvc_console.c:(.text+0x7ac): undefined reference to `tty_flip_buffer_push'
   arm-linux-gnueabi-ld: hvc_console.c:(.text+0x8c4): undefined reference to `__tty_insert_flip_char'
   arm-linux-gnueabi-ld: drivers/tty/hvc/hvc_console.o: in function `hvc_alloc':
   (.text+0xacc): undefined reference to `__tty_alloc_driver'
   arm-linux-gnueabi-ld: (.text+0xb38): undefined reference to `tty_set_operations'
   arm-linux-gnueabi-ld: (.text+0xb70): undefined reference to `tty_register_driver'
   arm-linux-gnueabi-ld: (.text+0xb90): undefined reference to `put_tty_driver'
   arm-linux-gnueabi-ld: (.text+0xbe0): undefined reference to `tty_port_init'
   arm-linux-gnueabi-ld: (.text+0xd20): undefined reference to `tty_std_termios'
   arm-linux-gnueabi-ld: drivers/tty/hvc/hvc_console.o: in function `hvc_open':
   hvc_console.c:(.text+0xdf8): undefined reference to `tty_port_tty_set'
   arm-linux-gnueabi-ld: drivers/tty/hvc/hvc_console.o: in function `hvc_close':
   hvc_console.c:(.text+0xe94): undefined reference to `tty_hung_up_p'
   arm-linux-gnueabi-ld: hvc_console.c:(.text+0xed4): undefined reference to `tty_port_tty_set'
   arm-linux-gnueabi-ld: hvc_console.c:(.text+0xf38): undefined reference to `tty_wait_until_sent'
   arm-linux-gnueabi-ld: drivers/tty/hvc/hvc_console.o: in function `hvc_instantiate':
   (.text+0x1088): undefined reference to `tty_port_put'
   arm-linux-gnueabi-ld: drivers/tty/hvc/hvc_console.o: in function `hvc_install':
   hvc_console.c:(.text+0x10f0): undefined reference to `tty_port_install'
   arm-linux-gnueabi-ld: hvc_console.c:(.text+0x10fc): undefined reference to `tty_port_put'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_get_fixed_state':
   phylink.c:(.text+0x29c): undefined reference to `linkmode_resolve_pause'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_decode_c37_word':
   phylink.c:(.text+0x3dc): undefined reference to `linkmode_resolve_pause'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_ethtool_get_pauseparam':
>> (.text+0x4fc): undefined reference to `rtnl_is_locked'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_disconnect_phy':
   (.text+0x570): undefined reference to `rtnl_is_locked'
>> arm-linux-gnueabi-ld: (.text+0x5c8): undefined reference to `phy_disconnect'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_ethtool_get_wol':
   (.text+0x5e4): undefined reference to `rtnl_is_locked'
>> arm-linux-gnueabi-ld: (.text+0x604): undefined reference to `phy_ethtool_get_wol'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_ethtool_set_wol':
   (.text+0x620): undefined reference to `rtnl_is_locked'
>> arm-linux-gnueabi-ld: (.text+0x634): undefined reference to `phy_ethtool_set_wol'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_get_eee_err':
   (.text+0x654): undefined reference to `rtnl_is_locked'
>> arm-linux-gnueabi-ld: (.text+0x664): undefined reference to `phy_get_eee_err'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_init_eee':
>> (.text+0x688): undefined reference to `phy_init_eee'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_ethtool_get_eee':
   (.text+0x6ac): undefined reference to `rtnl_is_locked'
>> arm-linux-gnueabi-ld: (.text+0x6c0): undefined reference to `phy_ethtool_get_eee'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_ethtool_set_eee':
   (.text+0x6e4): undefined reference to `rtnl_is_locked'
>> arm-linux-gnueabi-ld: (.text+0x6f8): undefined reference to `phy_ethtool_set_eee'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_mii_c22_pcs_get_state':
>> (.text+0x72c): undefined reference to `mdiobus_read'
>> arm-linux-gnueabi-ld: (.text+0x740): undefined reference to `mdiobus_read'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_mii_c22_pcs_an_restart':
   (.text+0x844): undefined reference to `mdiobus_read'
>> arm-linux-gnueabi-ld: (.text+0x868): undefined reference to `mdiobus_write'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_mii_emul_read':
   phylink.c:(.text+0x8d8): undefined reference to `swphy_read_reg'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_major_config':
   phylink.c:(.text+0x9d4): undefined reference to `netdev_printk'
>> arm-linux-gnueabi-ld: phylink.c:(.text+0xa44): undefined reference to `netdev_printk'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_ethtool_nway_reset':
   (.text+0xac4): undefined reference to `rtnl_is_locked'
>> arm-linux-gnueabi-ld: (.text+0xad0): undefined reference to `phy_restart_aneg'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_phy_change':
   phylink.c:(.text+0xcb4): undefined reference to `phy_get_pause'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_ethtool_set_pauseparam':
   (.text+0xd54): undefined reference to `rtnl_is_locked'
>> arm-linux-gnueabi-ld: (.text+0xdec): undefined reference to `linkmode_set_pause'
>> arm-linux-gnueabi-ld: (.text+0xe54): undefined reference to `phy_set_asym_pause'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_link_down':
   phylink.c:(.text+0xe9c): undefined reference to `netif_carrier_off'
   arm-linux-gnueabi-ld: phylink.c:(.text+0xed8): undefined reference to `netdev_printk'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_mii_c45_pcs_get_state':
   (.text+0xfa4): undefined reference to `mdiobus_read'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_speed_down':
   (.text+0x1010): undefined reference to `rtnl_is_locked'
>> arm-linux-gnueabi-ld: (.text+0x1030): undefined reference to `phy_speed_down'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_speed_up':
   (.text+0x1050): undefined reference to `rtnl_is_locked'
>> arm-linux-gnueabi-ld: (.text+0x106c): undefined reference to `phy_speed_up'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_stop':
   (.text+0x108c): undefined reference to `rtnl_is_locked'
>> arm-linux-gnueabi-ld: (.text+0x1098): undefined reference to `phy_stop'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_bringup_phy':
   phylink.c:(.text+0x1174): undefined reference to `phy_support_asym_pause'
   arm-linux-gnueabi-ld: phylink.c:(.text+0x1218): undefined reference to `netdev_printk'
>> arm-linux-gnueabi-ld: phylink.c:(.text+0x1248): undefined reference to `phy_attached_info_irq'
   arm-linux-gnueabi-ld: phylink.c:(.text+0x1288): undefined reference to `netdev_printk'
>> arm-linux-gnueabi-ld: phylink.c:(.text+0x1328): undefined reference to `phy_request_interrupt'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_connect_phy':
   (.text+0x13b8): undefined reference to `phy_attach_direct'
   arm-linux-gnueabi-ld: (.text+0x13dc): undefined reference to `phy_detach'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_resolve':
   phylink.c:(.text+0x1788): undefined reference to `netif_carrier_on'
   arm-linux-gnueabi-ld: phylink.c:(.text+0x17a4): undefined reference to `phy_speed_to_str'
   arm-linux-gnueabi-ld: phylink.c:(.text+0x17b0): undefined reference to `phy_duplex_to_str'
   arm-linux-gnueabi-ld: phylink.c:(.text+0x17e4): undefined reference to `netdev_printk'
   arm-linux-gnueabi-ld: phylink.c:(.text+0x17f8): undefined reference to `phy_speed_to_str'
   arm-linux-gnueabi-ld: phylink.c:(.text+0x1800): undefined reference to `phy_duplex_to_str'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_mii_ioctl':
   (.text+0x1854): undefined reference to `rtnl_is_locked'
   arm-linux-gnueabi-ld: (.text+0x18c4): undefined reference to `mdiobus_read'
   arm-linux-gnueabi-ld: (.text+0x19c4): undefined reference to `mdiobus_write'
   arm-linux-gnueabi-ld: (.text+0x1a68): undefined reference to `phy_mii_ioctl'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_parse_mode':
   phylink.c:(.text+0x1c0c): undefined reference to `netdev_printk'
   arm-linux-gnueabi-ld: phylink.c:(.text+0x1ea8): undefined reference to `netdev_printk'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_parse_fixedlink':
   phylink.c:(.text+0x2050): undefined reference to `netdev_printk'
   arm-linux-gnueabi-ld: phylink.c:(.text+0x20e8): undefined reference to `netdev_printk'
   arm-linux-gnueabi-ld: phylink.c:(.text+0x2128): undefined reference to `phy_lookup_setting'
   arm-linux-gnueabi-ld: phylink.c:(.text+0x21d8): undefined reference to `netdev_printk'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_ethtool_ksettings_get':
   (.text+0x24e0): undefined reference to `rtnl_is_locked'
   arm-linux-gnueabi-ld: (.text+0x24f8): undefined reference to `phy_ethtool_ksettings_get'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_mii_c22_pcs_set_advertisement':
   (.text+0x25d4): undefined reference to `mdiobus_read'
   arm-linux-gnueabi-ld: (.text+0x2600): undefined reference to `mdiobus_read'
   arm-linux-gnueabi-ld: (.text+0x2624): undefined reference to `mdiobus_write'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_mii_c22_pcs_config':
   (.text+0x2684): undefined reference to `mdiobus_modify'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_start':
   (.text+0x26cc): undefined reference to `rtnl_is_locked'
   arm-linux-gnueabi-ld: (.text+0x2714): undefined reference to `netdev_printk'
   arm-linux-gnueabi-ld: (.text+0x2720): undefined reference to `netif_carrier_off'
   arm-linux-gnueabi-ld: (.text+0x2818): undefined reference to `phy_start'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_ethtool_ksettings_set.part.0':
   phylink.c:(.text+0x29bc): undefined reference to `phy_lookup_setting'
   arm-linux-gnueabi-ld: drivers/net/phy/phylink.o: in function `phylink_ethtool_ksettings_set':
   (.text+0x2b7c): undefined reference to `rtnl_is_locked'
   arm-linux-gnueabi-ld: (.text+0x2b90): undefined reference to `phy_ethtool_ksettings_set'
   arm-linux-gnueabi-ld: drivers/android/debug_symbols.o:(.rodata+0x14): undefined reference to `__per_cpu_start'
   arm-linux-gnueabi-ld: drivers/android/debug_symbols.o:(.rodata+0x1c): undefined reference to `__per_cpu_end'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for USB_PHY
   Depends on USB_SUPPORT
   Selected by
   - GKI_HIDDEN_USB_CONFIGS
   WARNING: unmet direct dependencies detected for SND_JACK
   Depends on SOUND && !UML && SND
   Selected by
   - GKI_HIDDEN_SND_CONFIGS
   WARNING: unmet direct dependencies detected for SND_JACK_INPUT_DEV
   Depends on SOUND && !UML && SND && SND_JACK
   Selected by
   - GKI_HIDDEN_SND_CONFIGS
   WARNING: unmet direct dependencies detected for SND_PCM_ELD
   Depends on SOUND && !UML && SND
   Selected by
   - GKI_HIDDEN_SND_CONFIGS
   WARNING: unmet direct dependencies detected for HVC_DRIVER
   Depends on TTY
   Selected by
   - GKI_HIDDEN_VIRTUAL_CONFIGS
   WARNING: unmet direct dependencies detected for DRM_GEM_CMA_HELPER
   Depends on HAS_IOMEM && DRM
   Selected by
   - GKI_HIDDEN_DRM_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 PAGE_POOL
   Depends on NET
   Selected by
   - GKI_HIDDEN_NET_CONFIGS
   WARNING: unmet direct dependencies detected for WEXT_SPY
   Depends on NET && WIRELESS
   Selected by
   - GKI_LEGACY_WEXT_ALLCONFIG
   WARNING: unmet direct dependencies detected for PHYLINK
   Depends on NETDEVICES
   Selected by
   - GKI_HIDDEN_ETHERNET_CONFIGS
   WARNING: unmet direct dependencies detected for DRM_MIPI_DSI
   Depends on HAS_IOMEM && DRM
   Selected by
   - GKI_HIDDEN_DRM_CONFIGS
   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 NET_PTP_CLASSIFY
   Depends on NET
   Selected by
   - GKI_HIDDEN_NET_CONFIGS
   WARNING: unmet direct dependencies detected for DRM_KMS_CMA_HELPER
   Depends on HAS_IOMEM && DRM
   Selected by
   - GKI_HIDDEN_DRM_CONFIGS
   WARNING: unmet direct dependencies detected for SND_VMASTER
   Depends on SOUND && !UML && SND
   Selected by
   - GKI_HIDDEN_SND_CONFIGS
   WARNING: unmet direct dependencies detected for SND_PCM_IEC958
   Depends on SOUND && !UML && SND
   Selected by
   - GKI_HIDDEN_SND_SOC_CONFIGS

---
0-DAY CI Kernel Test Service
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

                 reply	other threads:[~2022-03-16 16:19 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=202203170015.WBOInNU6-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=chanho61.park@samsung.com \
    --cc=gwml@vger.gnuweeb.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maze@google.com \
    /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.