lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <202310221212.UV7uO9yX-lkp@intel.com> Date: Sun, 22 Oct 2023 12:57:32 +0800 From: kernel test robot <lkp@...el.com> To: Raju Rangoju <Raju.Rangoju@....com>, netdev@...r.kernel.org Cc: oe-kbuild-all@...ts.linux.dev, davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, Shyam-sundar.S-k@....com, Raju Rangoju <Raju.Rangoju@....com>, Sudheesh Mavila <sudheesh.mavila@....com> Subject: Re: [PATCH net-next 2/2] amd-xgbe: Add support for AMD Crater ethernet device Hi Raju, kernel test robot noticed the following build errors: [auto build test ERROR on net-next/main] url: https://github.com/intel-lab-lkp/linux/commits/Raju-Rangoju/amd-xgbe-add-support-for-new-pci-device-id-0x1641/20231018-224804 base: net-next/main patch link: https://lore.kernel.org/r/20231018144450.2061125-3-Raju.Rangoju%40amd.com patch subject: [PATCH net-next 2/2] amd-xgbe: Add support for AMD Crater ethernet device config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20231022/202310221212.UV7uO9yX-lkp@intel.com/config) compiler: sh4-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231022/202310221212.UV7uO9yX-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@...el.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202310221212.UV7uO9yX-lkp@intel.com/ All errors (new ones prefixed by >>): In file included from drivers/net/ethernet/amd/xgbe/xgbe-main.c:125: >> drivers/net/ethernet/amd/xgbe/xgbe.h:136:10: fatal error: asm/amd_nb.h: No such file or directory 136 | #include <asm/amd_nb.h> | ^~~~~~~~~~~~~~ compilation terminated. vim +136 drivers/net/ethernet/amd/xgbe/xgbe.h 119 120 #include <linux/dma-mapping.h> 121 #include <linux/netdevice.h> 122 #include <linux/workqueue.h> 123 #include <linux/phy.h> 124 #include <linux/if_vlan.h> 125 #include <linux/bitops.h> 126 #include <linux/ptp_clock_kernel.h> 127 #include <linux/timecounter.h> 128 #include <linux/net_tstamp.h> 129 #include <net/dcbnl.h> 130 #include <linux/completion.h> 131 #include <linux/cpumask.h> 132 #include <linux/interrupt.h> 133 #include <linux/dcache.h> 134 #include <linux/ethtool.h> 135 #include <linux/list.h> > 136 #include <asm/amd_nb.h> 137 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists