Re: [PATCH net-next v3 1/4] net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message
From: kernel test robot <hidden>
Date: 2024-09-06 09:23:00
Also in:
llvm, oe-kbuild-all
Hi Vadim, 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/Vadim-Fedorenko/net_tstamp-add-SCM_TS_OPT_ID-to-provide-OPT_ID-in-control-message/20240904-193351 base: net-next/main patch link: https://lore.kernel.org/r/20240904113153.2196238-2-vadfed%40meta.com patch subject: [PATCH net-next v3 1/4] net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message config: i386-buildonly-randconfig-005-20240906 (https://download.01.org/0day-ci/archive/20240906/202409061658.ydeSewh7-lkp@intel.com/config) compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240906/202409061658.ydeSewh7-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 [off-list ref] | Closes: https://lore.kernel.org/oe-kbuild-all/202409061658.ydeSewh7-lkp@intel.com/ (local) All error/warnings (new ones prefixed by >>): In file included from <built-in>:1:
quoted
./usr/include/linux/net_tstamp.h:46:15: error: unknown type name 'SOF_TIMESTAMPING_LAST'
46 | static_assert(SOF_TIMESTAMPING_LAST != (1 << 31));
| ^quoted
./usr/include/linux/net_tstamp.h:46:37: error: expected ')'
46 | static_assert(SOF_TIMESTAMPING_LAST != (1 << 31));
| ^
./usr/include/linux/net_tstamp.h:46:14: note: to match this '('
46 | static_assert(SOF_TIMESTAMPING_LAST != (1 << 31));
| ^quoted
./usr/include/linux/net_tstamp.h:46:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
46 | static_assert(SOF_TIMESTAMPING_LAST != (1 << 31));
| ^
| int
1 warning and 2 errors generated.
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki