All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Christian Marangi <ansuelsmth@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [net-next PATCH v4 04/14] net: phy: Add a binding for PHY LEDs
Date: Fri, 17 Mar 2023 20:10:01 +0800	[thread overview]
Message-ID: <202303172025.V2ENgi2n-lkp@intel.com> (raw)
In-Reply-To: <20230317023125.486-5-ansuelsmth@gmail.com>

Hi Christian,

I love your patch! Yet something to improve:

[auto build test ERROR on robh/for-next]
[also build test ERROR on linus/master v6.3-rc2 next-20230317]
[cannot apply to net-next/main]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Christian-Marangi/net-dsa-qca8k-move-qca8k_port_to_phy-to-header/20230317-103653
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link:    https://lore.kernel.org/r/20230317023125.486-5-ansuelsmth%40gmail.com
patch subject: [net-next PATCH v4 04/14] net: phy: Add a binding for PHY LEDs
config: riscv-defconfig (https://download.01.org/0day-ci/archive/20230317/202303172025.V2ENgi2n-lkp@intel.com/config)
compiler: riscv64-linux-gcc (GCC) 12.1.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/intel-lab-lkp/linux/commit/762837764b4e6fc001509c79a6548943996c6577
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Christian-Marangi/net-dsa-qca8k-move-qca8k_port_to_phy-to-header/20230317-103653
        git checkout 762837764b4e6fc001509c79a6548943996c6577
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=riscv olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202303172025.V2ENgi2n-lkp@intel.com/

All errors (new ones prefixed by >>):

   riscv64-linux-ld: drivers/net/phy/mdio_bus.o: in function `.L167':
   mdio_bus.c:(.text+0x7ac): undefined reference to `mdiobus_setup_mdiodev_from_board_info'
   riscv64-linux-ld: drivers/net/ethernet/realtek/r8169_main.o: in function `.L0 ':
   r8169_main.c:(.text+0x8836): undefined reference to `devm_mdiobus_alloc_size'
   riscv64-linux-ld: drivers/net/ethernet/realtek/r8169_main.o: in function `.L2087':
>> r8169_main.c:(.text+0x88ae): undefined reference to `__devm_mdiobus_register'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for PHYLIB
   Depends on [n]: NETDEVICES [=y] && LEDS_CLASS [=n]
   Selected by [y]:
   - PHYLINK [=y] && NETDEVICES [=y]
   - R8169 [=y] && NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_REALTEK [=y] && PCI [=y]
   WARNING: unmet direct dependencies detected for MDIO_BUS_MUX
   Depends on [n]: NETDEVICES [=y] && MDIO_DEVICE [=n] && MDIO_BUS [=n] && OF_MDIO [=n]
   Selected by [m]:
   - DWMAC_SUN8I [=m] && NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_STMICRO [=y] && STMMAC_ETH [=m] && STMMAC_PLATFORM [=m] && OF [=y] && (ARCH_SUNXI [=y] || COMPILE_TEST [=n])

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

  parent reply	other threads:[~2023-03-17 12:10 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-17  2:31 [net-next PATCH v4 00/14] net: Add basic LED support for switch/phy Christian Marangi
2023-03-17  2:31 ` Christian Marangi
2023-03-17  2:31 ` [net-next PATCH v4 01/14] net: dsa: qca8k: move qca8k_port_to_phy() to header Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17  2:31 ` [net-next PATCH v4 02/14] net: dsa: qca8k: add LEDs basic support Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17 11:24   ` Michal Kubiak
2023-03-17 11:24     ` Michal Kubiak
2023-03-17 13:34     ` Andrew Lunn
2023-03-17 13:34       ` Andrew Lunn
2023-03-17 14:01     ` Christian Marangi
2023-03-17 14:01       ` Christian Marangi
2023-03-17 18:05       ` Michal Kubiak
2023-03-17 18:05         ` Michal Kubiak
2023-03-18 18:54         ` Christian Marangi
2023-03-18 18:54           ` Christian Marangi
2023-03-17  2:31 ` [net-next PATCH v4 03/14] net: dsa: qca8k: add LEDs blink_set() support Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17 11:54   ` Michal Kubiak
2023-03-17 11:54     ` Michal Kubiak
2023-03-17 14:03     ` Christian Marangi
2023-03-17 14:03       ` Christian Marangi
2023-03-18 19:14     ` Christian Marangi
2023-03-18 19:14       ` Christian Marangi
2023-03-17  2:31 ` [net-next PATCH v4 04/14] net: phy: Add a binding for PHY LEDs Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17  7:45   ` Marek Behún
2023-03-17  7:45     ` Marek Behún
2023-03-17 13:55     ` Andrew Lunn
2023-03-17 13:55       ` Andrew Lunn
2023-03-17 14:29       ` Marek Behún
2023-03-17 14:29         ` Marek Behún
2023-03-17 15:31         ` Andrew Lunn
2023-03-17 15:31           ` Andrew Lunn
2023-03-17  9:15   ` kernel test robot
2023-03-17 12:10   ` kernel test robot [this message]
2023-03-17 13:38   ` Michal Kubiak
2023-03-17 13:38     ` Michal Kubiak
2023-03-17 14:03     ` Andrew Lunn
2023-03-17 14:03       ` Andrew Lunn
2023-03-17 15:12       ` Michal Kubiak
2023-03-17 15:12         ` Michal Kubiak
2023-03-17  2:31 ` [net-next PATCH v4 05/14] net: phy: phy_device: Call into the PHY driver to set LED brightness Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17 14:01   ` Michal Kubiak
2023-03-17 14:01     ` Michal Kubiak
2023-03-17  2:31 ` [net-next PATCH v4 06/14] net: phy: marvell: Add software control of the LEDs Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17  2:31 ` [net-next PATCH v4 07/14] net: phy: phy_device: Call into the PHY driver to set LED blinking Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17  2:31 ` [net-next PATCH v4 08/14] net: phy: marvell: Implement led_blink_set() Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17  2:31 ` [net-next PATCH v4 09/14] dt-bindings: net: ethernet-controller: Document support for LEDs node Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17  2:31 ` [net-next PATCH v4 10/14] dt-bindings: net: dsa: qca8k: add LEDs definition example Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17  8:14   ` Marek Behún
2023-03-17  8:14     ` Marek Behún
2023-03-17 14:09     ` Christian Marangi
2023-03-17 14:09       ` Christian Marangi
2023-03-17 14:22     ` Andrew Lunn
2023-03-17 14:22       ` Andrew Lunn
2023-03-17 16:02     ` Andrew Lunn
2023-03-17 16:02       ` Andrew Lunn
2023-03-17  2:31 ` [net-next PATCH v4 11/14] arm: qcom: dt: Drop unevaluated properties in switch nodes for rb3011 Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17  2:31 ` [net-next PATCH v4 12/14] arm: qcom: dt: Add Switch LED for each port " Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17  2:31 ` [net-next PATCH v4 13/14] dt-bindings: net: phy: Document support for LEDs node Christian Marangi
2023-03-17  2:31   ` Christian Marangi
2023-03-17  2:31 ` [net-next PATCH v4 14/14] arm: mvebu: dt: Add PHY LED support for 370-rd WAN port Christian Marangi
2023-03-17  2:31   ` Christian Marangi

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=202303172025.V2ENgi2n-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=ansuelsmth@gmail.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.