All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [net-next PATCH v1 4/7] net: mdiobus: Introduce fwnode_mdiobus_register_phy()
Date: Thu, 01 Oct 2020 11:07:37 +0800	[thread overview]
Message-ID: <202010011122.JryDCHH9-lkp@intel.com> (raw)
In-Reply-To: <20200930160430.7908-5-calvin.johnson@oss.nxp.com>

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

Hi Calvin,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on net-next/master]

url:    https://github.com/0day-ci/linux/commits/Calvin-Johnson/ACPI-support-for-dpaa2-driver/20201001-000801
base:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 879456bedbe54f2d38b15c21dc5e3c30232b53e1
config: x86_64-randconfig-a016-20200930 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
        # https://github.com/0day-ci/linux/commit/6e5127ac074bf64c940207f35e710562cf6e18ff
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Calvin-Johnson/ACPI-support-for-dpaa2-driver/20201001-000801
        git checkout 6e5127ac074bf64c940207f35e710562cf6e18ff
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

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 >>, old ones prefixed by <<):

>> ERROR: modpost: "phy_device_create" [drivers/net/phy/mdio-bus.ko] undefined!
ERROR: modpost: "rcu_idle_enter" [drivers/acpi/processor.ko] undefined!
ERROR: modpost: "rcu_idle_exit" [drivers/acpi/processor.ko] undefined!

---
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: 32134 bytes --]

  parent reply	other threads:[~2020-10-01  3:07 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-30 16:04 [net-next PATCH v1 0/7] ACPI support for dpaa2 driver Calvin Johnson
2020-09-30 16:04 ` Calvin Johnson
2020-09-30 16:04 ` [net-next PATCH v1 1/7] Documentation: ACPI: DSD: Document MDIO PHY Calvin Johnson
2020-09-30 16:04   ` Calvin Johnson
2020-09-30 16:37   ` Rafael J. Wysocki
2020-09-30 16:37     ` Rafael J. Wysocki
2020-10-01 13:26     ` Calvin Johnson
2020-10-01 13:26       ` Calvin Johnson
2020-10-02 11:08     ` Grant Likely
2020-10-02 11:08       ` Grant Likely
2020-10-02 14:13       ` Rafael J. Wysocki
2020-10-02 14:13         ` Rafael J. Wysocki
2020-09-30 16:04 ` [net-next PATCH v1 2/7] net: phy: Introduce phy related fwnode functions Calvin Johnson
2020-09-30 16:04   ` Calvin Johnson
2020-09-30 22:03   ` David Miller
2020-09-30 22:03     ` David Miller
2020-10-01  3:58     ` Calvin Johnson
2020-10-01  3:58       ` Calvin Johnson
2020-09-30 16:04 ` [net-next PATCH v1 3/7] net: phy: Introduce fwnode_get_phy_id() Calvin Johnson
2020-09-30 16:04   ` Calvin Johnson
2020-09-30 16:34   ` Andrew Lunn
2020-09-30 16:34     ` Andrew Lunn
2020-09-30 18:07     ` Russell King - ARM Linux admin
2020-09-30 18:07       ` Russell King - ARM Linux admin
2020-09-30 18:19       ` Andrew Lunn
2020-09-30 18:19         ` Andrew Lunn
2020-10-01  4:00         ` Calvin Johnson
2020-10-01  4:00           ` Calvin Johnson
2020-10-02 10:48           ` Grant Likely
2020-10-02 10:48             ` Grant Likely
2020-10-02 11:05   ` Grant Likely
2020-10-02 11:05     ` Grant Likely
2020-10-02 15:14     ` Florian Fainelli
2020-10-02 15:14       ` Florian Fainelli
2020-10-02 15:50       ` Russell King - ARM Linux admin
2020-10-02 15:50         ` Russell King - ARM Linux admin
2020-10-03 18:03         ` Calvin Johnson
2020-10-03 18:03           ` Calvin Johnson
2020-10-03 18:00     ` Calvin Johnson
2020-10-03 18:00       ` Calvin Johnson
2020-09-30 16:04 ` [net-next PATCH v1 4/7] net: mdiobus: Introduce fwnode_mdiobus_register_phy() Calvin Johnson
2020-09-30 16:04   ` Calvin Johnson
2020-09-30 22:04   ` David Miller
2020-09-30 22:04     ` David Miller
2020-10-01  3:07   ` kernel test robot [this message]
2020-09-30 16:04 ` [net-next PATCH v1 5/7] phylink: introduce phylink_fwnode_phy_connect() Calvin Johnson
2020-09-30 16:04   ` Calvin Johnson
2020-09-30 16:04 ` [net-next PATCH v1 6/7] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver Calvin Johnson
2020-09-30 16:04   ` Calvin Johnson
2020-10-01 15:36   ` Andy Shevchenko
2020-10-01 15:36     ` Andy Shevchenko
2020-10-03 16:30     ` Calvin Johnson
2020-10-03 16:30       ` Calvin Johnson
2020-10-02 11:22   ` Grant Likely
2020-10-02 11:22     ` Grant Likely
2020-10-03 17:39     ` Calvin Johnson
2020-10-03 17:39       ` Calvin Johnson
2020-10-07 15:50       ` Calvin Johnson
2020-10-07 15:50         ` Calvin Johnson
2020-09-30 16:04 ` [net-next PATCH v1 7/7] net/fsl: Use _ADR ACPI object to register PHYs Calvin Johnson
2020-09-30 16:04   ` Calvin Johnson
2020-09-30 16:27   ` Andrew Lunn
2020-09-30 16:27     ` Andrew Lunn
2020-09-30 22:04   ` David Miller
2020-09-30 22:04     ` David Miller

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=202010011122.JryDCHH9-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.