From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH net-next v3 1/5] net: pcs: Move XPCS into new PCS subdirectory
Date: Sun, 23 Aug 2020 07:01:19 +0800 [thread overview]
Message-ID: <202008230641.tXQt8BH2%lkp@intel.com> (raw)
In-Reply-To: <20200822180611.2576807-2-andrew@lunn.ch>
[-- Attachment #1: Type: text/plain, Size: 2294 bytes --]
Hi Andrew,
I love your patch! Yet something to improve:
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Andrew-Lunn/Move-MDIO-drivers-into-there-own-directory/20200823-020931
base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 3478f90cbff4d554763dba87cd2b6af57878424a
config: x86_64-randconfig-a012-20200823 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project b587ca93be114d07ec3bf654add97d7872325281)
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
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross 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 >>):
In file included from drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:42:
In file included from drivers/net/ethernet/stmicro/stmmac/stmmac.h:20:
>> drivers/net/ethernet/stmicro/stmmac/common.h:18:10: fatal error: 'linux/pcs-xpcs.h' file not found
#include <linux/pcs-xpcs.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
# https://github.com/0day-ci/linux/commit/a0e2a70509ccccea25e95b9d668f058a1c287586
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Andrew-Lunn/Move-MDIO-drivers-into-there-own-directory/20200823-020931
git checkout a0e2a70509ccccea25e95b9d668f058a1c287586
vim +18 drivers/net/ethernet/stmicro/stmmac/common.h
13
14 #include <linux/etherdevice.h>
15 #include <linux/netdevice.h>
16 #include <linux/stmmac.h>
17 #include <linux/phy.h>
> 18 #include <linux/pcs-xpcs.h>
19 #include <linux/module.h>
20 #if IS_ENABLED(CONFIG_VLAN_8021Q)
21 #define STMMAC_VLAN_TAG_USED
22 #include <linux/if_vlan.h>
23 #endif
24
---
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: 41416 bytes --]
next prev parent reply other threads:[~2020-08-22 23:01 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-22 18:06 [PATCH net-next v3 0/5] Move MDIO drivers into there own directory Andrew Lunn
2020-08-22 18:06 ` [PATCH net-next v3 1/5] net: pcs: Move XPCS into new PCS subdirectory Andrew Lunn
2020-08-22 19:25 ` Florian Fainelli
2020-08-22 19:46 ` kernel test robot
2020-08-22 23:01 ` kernel test robot [this message]
2020-08-22 18:06 ` [PATCH net-next v3 2/5] net/phy/mdio-i2c: Move header file to include/linux/mdio Andrew Lunn
2020-08-22 19:26 ` Florian Fainelli
2020-08-22 18:06 ` [PATCH net-next v3 3/5] net: xgene: Move shared header file into include/linux Andrew Lunn
2020-08-22 19:26 ` Florian Fainelli
2020-08-22 18:06 ` [PATCH net-next v3 4/5] net: mdio: Move MDIO drivers into a new subdirectory Andrew Lunn
2020-08-22 18:06 ` [PATCH net-next v3 5/5] net: phy: Sort Kconfig and Makefile Andrew Lunn
2020-08-22 19:50 ` [PATCH net-next v3 0/5] Move MDIO drivers into there own directory David Miller
2020-08-22 19:51 ` Andrew Lunn
2020-08-22 20:16 ` David Miller
2020-08-22 20:44 ` Andrew Lunn
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=202008230641.tXQt8BH2%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.