[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202405111304.CJcpd03O-lkp@intel.com>
Date: Sat, 11 May 2024 13:30:02 +0800
From: kernel test robot <lkp@...el.com>
To: Pankaj Gupta <pankaj.gupta@....com>, Jonathan Corbet <corbet@....net>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzk@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>
Cc: llvm@...ts.linux.dev, oe-kbuild-all@...ts.linux.dev,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, imx@...ts.linux.dev,
linux-arm-kernel@...ts.infradead.org,
Pankaj Gupta <pankaj.gupta@....com>
Subject: Re: [PATCH 4/4] firmware: imx: add driver for NXP EdgeLock Enclave
Hi Pankaj,
kernel test robot noticed the following build errors:
[auto build test ERROR on e8f897f4afef0031fe618a8e94127a0934896aba]
url: https://github.com/intel-lab-lkp/linux/commits/Pankaj-Gupta/Documentation-firmware-add-imx-se-to-other_interfaces/20240510-213210
base: e8f897f4afef0031fe618a8e94127a0934896aba
patch link: https://lore.kernel.org/r/20240510-imx-se-if-v1-4-27c5a674916d%40nxp.com
patch subject: [PATCH 4/4] firmware: imx: add driver for NXP EdgeLock Enclave
config: x86_64-buildonly-randconfig-005-20240511 (https://download.01.org/0day-ci/archive/20240511/202405111304.CJcpd03O-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/20240511/202405111304.CJcpd03O-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/202405111304.CJcpd03O-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from <built-in>:1:
>> ./usr/include/linux/se_ioctl.h:12:2: error: unknown type name 'u8'
12 | u8 *user_buf;
| ^
>> ./usr/include/linux/se_ioctl.h:13:2: error: unknown type name 'u32'
13 | u32 length;
| ^
./usr/include/linux/se_ioctl.h:14:2: error: unknown type name 'u32'
14 | u32 flags;
| ^
>> ./usr/include/linux/se_ioctl.h:15:2: error: unknown type name 'u64'
15 | u64 ele_addr;
| ^
./usr/include/linux/se_ioctl.h:19:2: error: unknown type name 'u32'
19 | u32 base_offset;
| ^
./usr/include/linux/se_ioctl.h:20:2: error: unknown type name 'u32'
20 | u32 size;
| ^
./usr/include/linux/se_ioctl.h:24:2: error: unknown type name 'u8'
24 | u8 se_if_id;
| ^
./usr/include/linux/se_ioctl.h:25:2: error: unknown type name 'u8'
25 | u8 interrupt_idx;
| ^
./usr/include/linux/se_ioctl.h:26:2: error: unknown type name 'u8'
26 | u8 tz;
| ^
./usr/include/linux/se_ioctl.h:27:2: error: unknown type name 'u8'
27 | u8 did;
| ^
./usr/include/linux/se_ioctl.h:28:2: error: unknown type name 'u8'
28 | u8 cmd_tag;
| ^
./usr/include/linux/se_ioctl.h:29:2: error: unknown type name 'u8'
29 | u8 rsp_tag;
| ^
./usr/include/linux/se_ioctl.h:30:2: error: unknown type name 'u8'
30 | u8 success_tag;
| ^
./usr/include/linux/se_ioctl.h:31:2: error: unknown type name 'u8'
31 | u8 base_api_ver;
| ^
./usr/include/linux/se_ioctl.h:32:2: error: unknown type name 'u8'
32 | u8 fw_api_ver;
| ^
./usr/include/linux/se_ioctl.h:36:2: error: unknown type name 'u8'
36 | u8 *message;
| ^
./usr/include/linux/se_ioctl.h:37:2: error: unknown type name 'u32'
37 | u32 msg_size;
| ^
./usr/include/linux/se_ioctl.h:38:2: error: unknown type name 'u32'
38 | u32 error_code;
| ^
>> ./usr/include/linux/se_ioctl.h:42:2: error: unknown type name 'u16'
42 | u16 soc_id;
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists