[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <202407061720.xkyGAPIS-lkp@intel.com>
Date: Sat, 6 Jul 2024 17:26:56 +0800
From: kernel test robot <lkp@...el.com>
To: Tariq Toukan <tariqt@...dia.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Eric Dumazet <edumazet@...gle.com>
Cc: llvm@...ts.linux.dev, oe-kbuild-all@...ts.linux.dev,
netdev@...r.kernel.org, Saeed Mahameed <saeedm@...dia.com>,
Gal Pressman <gal@...dia.com>, Leon Romanovsky <leonro@...dia.com>,
Rahul Rameshbabu <rrameshbabu@...dia.com>,
Carolina Jubran <cjubran@...dia.com>,
Tariq Toukan <tariqt@...dia.com>
Subject: Re: [PATCH net-next 07/10] net/mlx5: Implement PTM cross
timestamping support
Hi Tariq,
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/Tariq-Toukan/net-mlx5-IFC-updates-for-SF-max-IO-EQs/20240705-205245
base: net-next/main
patch link: https://lore.kernel.org/r/20240705071357.1331313-8-tariqt%40nvidia.com
patch subject: [PATCH net-next 07/10] net/mlx5: Implement PTM cross timestamping support
config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20240706/202407061720.xkyGAPIS-lkp@intel.com/config)
compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project a0c6b8aef853eedaa0980f07c0a502a5a8a9740e)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240706/202407061720.xkyGAPIS-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/202407061720.xkyGAPIS-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c:33:10: fatal error: 'asm/tsc.h' file not found
33 | #include <asm/tsc.h>
| ^~~~~~~~~~~
1 error generated.
vim +33 drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
> 33 #include <asm/tsc.h>
34 #include <linux/clocksource.h>
35 #include <linux/cpufeature.h>
36 #include <linux/highmem.h>
37 #include <linux/log2.h>
38 #include <linux/ptp_clock_kernel.h>
39 #include <linux/timekeeping.h>
40 #include <rdma/mlx5-abi.h>
41 #include "lib/eq.h"
42 #include "en.h"
43 #include "clock.h"
44
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists