From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2ECA2C77B72 for ; Thu, 20 Apr 2023 10:54:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234585AbjDTKyt (ORCPT ); Thu, 20 Apr 2023 06:54:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235125AbjDTKyc (ORCPT ); Thu, 20 Apr 2023 06:54:32 -0400 Received: from mail-ua1-x935.google.com (mail-ua1-x935.google.com [IPv6:2607:f8b0:4864:20::935]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CE02EE7C for ; Thu, 20 Apr 2023 03:52:10 -0700 (PDT) Received: by mail-ua1-x935.google.com with SMTP id l17so1940912uak.0 for ; Thu, 20 Apr 2023 03:52:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1681987923; x=1684579923; h=cc:to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=bD6SfECQ2ADOvv3hp+b+Hh0rcGbyto+SEbR60lrY1dY=; b=G7bYMg0O1BCstKbdpADc8/oJ1/2A4VRecLc565KFfTzpscmWiEkfXnzHnvIadofIFh OjMoY4hElAUDLJfC5I2BDJj0x4JWRKJl5zxihU7sPH+99KSCFiiAf/YKkk/n7ktRfHOF 5HnSgFVrcZuMpyHv8qgvchQ9ggGaS2yu6IeZKRKC5vQeS43iqeGN2iMpy9/PIMMPpNXa w3ZV4S5e5vSdzQOwWA0FhyV7W9lN7YCUtHCL2WzIVQi4mSWWlUzJgcr+nAVzXtM2/TCS 6LYvyWq2gjAJyZHwxRJmUqTsJ/9Atr5wLeamrewfCk5M1xIotLjmotwiqcTZzSYY0uq4 6Y/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681987923; x=1684579923; h=cc:to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=bD6SfECQ2ADOvv3hp+b+Hh0rcGbyto+SEbR60lrY1dY=; b=gTGIB1Fsh2YkjOQ/VAxiZw13VA9fq8y8MuzB1r9OH670Obu73WchuCJ+WUM+1C7eDx sHGGIwtwi/Ap5Vwq8qcSOway24ohKgDRIG4jxKs9hbQ5QHnNPtQxmG3w9IOPtOzNtqRu FLgpvDRJ1UC80LFA6oYSgu7KcFSmRjX8rXrPAQ2wYbJk2rC0fK0xzg7UW2ASItJCOdRi hYT5lUVoy5t6rqzk/dBYUCsV5Z1O6GVFjN8HL3N83m4EcVd6Q1TU8yUNgDjXI3IERg7w 3e9sufN9r2bQB+ohtsfq6VkeAHwZiBweX5yJ7uExMUhKZRC0vj9mzYUSQJvvcC8ZOzNn JXmQ== X-Gm-Message-State: AAQBX9cdx/IaiN+lWVc4MJswqXoc4kUIhKOW7CQnyg3N65JaGa7TwCXj RJ/TPlSBY4L4Ovksx4QF1LPSAto97HEASWXzGX2dxA== X-Google-Smtp-Source: AKy350Y55UZ8B68XNljcnA3b3qT2rounlfBKD+bGk83+L3xVWuciribECtEXexgCfK0NMqXchyhX8hjTQd13EK9qZjo= X-Received: by 2002:a1f:a407:0:b0:446:b903:d76c with SMTP id n7-20020a1fa407000000b00446b903d76cmr1199528vke.5.1681987922927; Thu, 20 Apr 2023 03:52:02 -0700 (PDT) MIME-Version: 1.0 From: Naresh Kamboju Date: Thu, 20 Apr 2023 16:21:51 +0530 Message-ID: Subject: next: arm: drivers/net/phy/phy_device.o: in function `phy_probe': drivers/net/phy/phy_device.c:3053: undefined reference to To: Netdev , Linux-Next Mailing List , Linux ARM , lkft-triage@lists.linaro.org, llvm@lists.linux.dev Cc: Russell King - ARM Linux , "David S. Miller" , Arnd Bergmann , Ard Biesheuvel , Anders Roxell , Eric Dumazet , Paolo Abeni , Jakub Kicinski Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org [ Please ignore this email if it is already reported ] Following build failures noticed on Linux next-20230419. Regressions found on arm: - build/clang-16-omap2plus_defconfig - build/clang-16-davinci_all_defconfig - build/gcc-8-davinci_all_defconfig - build/clang-nightly-omap2plus_defconfig - build/gcc-12-omap2plus_defconfig - build/gcc-12-davinci_all_defconfig - build/clang-nightly-davinci_all_defconfig - build/gcc-8-omap2plus_defconfig Reported-by: Linux Kernel Functional Testing Build log: ------------ arm-linux-gnueabihf-ld: drivers/net/phy/phy_device.o: in function `phy_probe': drivers/net/phy/phy_device.c:3053: undefined reference to `devm_led_classdev_register_ext' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/davinci_emac.o: in function `davinci_emac_of_get_pdata': drivers/net/ethernet/ti/davinci_emac.c:1770: undefined reference to `of_phy_is_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/davinci_emac.c:1772: undefined reference to `of_phy_register_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/davinci_emac.o: in function `davinci_emac_probe': drivers/net/ethernet/ti/davinci_emac.c:1990: undefined reference to `of_phy_is_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/davinci_emac.c:1990: undefined reference to `of_phy_is_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/davinci_emac.c:1991: undefined reference to `of_phy_deregister_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/davinci_emac.o: in function `emac_dev_open': drivers/net/ethernet/ti/davinci_emac.c:1497: undefined reference to `of_phy_connect' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/davinci_emac.o: in function `davinci_emac_remove': drivers/net/ethernet/ti/davinci_emac.c:2022: undefined reference to `of_phy_is_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/davinci_emac.c:2023: undefined reference to `of_phy_deregister_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/davinci_mdio.o: in function `davinci_mdio_probe': include/linux/of_mdio.h:23: undefined reference to `__of_mdiobus_register' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/davinci_mdio.o: in function `davinci_mdio_probe': include/linux/phy.h:458: undefined reference to `devm_mdiobus_alloc_size' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/cpsw.o: in function `cpsw_remove_dt': drivers/net/ethernet/ti/cpsw.c:1410: undefined reference to `of_phy_is_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/cpsw.c:1411: undefined reference to `of_phy_deregister_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/cpsw.o: in function `cpsw_probe': drivers/net/ethernet/ti/cpsw.c:1318: undefined reference to `of_phy_is_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/cpsw.c:1322: undefined reference to `of_phy_register_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/cpsw.o: in function `cpsw_slave_open': drivers/net/ethernet/ti/cpsw.c:614: undefined reference to `of_phy_connect' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/cpsw_new.o: in function `cpsw_remove': drivers/net/ethernet/ti/cpsw_new.c:1354: undefined reference to `of_phy_is_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/cpsw_new.c:1355: undefined reference to `of_phy_deregister_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/cpsw_new.o: in function `cpsw_probe': drivers/net/ethernet/ti/cpsw_new.c:1290: undefined reference to `of_phy_register_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/cpsw_new.c:1289: undefined reference to `of_phy_is_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/cpsw_new.c:1354: undefined reference to `of_phy_is_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/cpsw_new.c:1355: undefined reference to `of_phy_deregister_fixed_link' arm-linux-gnueabihf-ld: drivers/net/ethernet/ti/cpsw_new.o: in function `cpsw_ndo_open': drivers/net/ethernet/ti/cpsw_new.c:768: undefined reference to `of_phy_connect' make[2]: *** [scripts/Makefile.vmlinux:35: vmlinux] Error 1 Details: ------- - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230419/testrun/16368708/suite/build/test/gcc-12-omap2plus_defconfig/log - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230419/testrun/16368708/suite/build/test/gcc-12-omap2plus_defconfig/details/ Steps to reproduce: --------- # # To install tuxmake on your system globally: # sudo pip3 install -U tuxmake # # See https://docs.tuxmake.org/ for complete documentation. # Original tuxmake command with fragments listed below. tuxmake --runtime podman --target-arch arm --toolchain gcc-12 --kconfig omap2plus_defconfig -- Linaro LKFT https://lkft.linaro.org