[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <202410172012.K2lpYYqD-lkp@intel.com>
Date: Thu, 17 Oct 2024 20:20:04 +0800
From: kernel test robot <lkp@...el.com>
To: Pankaj Gupta <pankaj.gupta@....com>, Jonathan Corbet <corbet@....net>,
Rob Herring <robh@...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: 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
Subject: Re: [PATCH v9 5/5] firmware: imx: adds miscdev
Hi Pankaj,
kernel test robot noticed the following build errors:
[auto build test ERROR on 9852d85ec9d492ebef56dc5f229416c925758edc]
url: https://github.com/intel-lab-lkp/linux/commits/Pankaj-Gupta/Documentation-firmware-add-imx-se-to-other_interfaces/20241017-002539
base: 9852d85ec9d492ebef56dc5f229416c925758edc
patch link: https://lore.kernel.org/r/20241016-imx-se-if-v9-5-fd8fa0c04eab%40nxp.com
patch subject: [PATCH v9 5/5] firmware: imx: adds miscdev
config: x86_64-buildonly-randconfig-002-20241017 (https://download.01.org/0day-ci/archive/20241017/202410172012.K2lpYYqD-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241017/202410172012.K2lpYYqD-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/202410172012.K2lpYYqD-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from <command-line>:
>> ./usr/include/linux/se_ioctl.h:13:9: error: unknown type name 'u32'
13 | u32 length;
| ^~~
./usr/include/linux/se_ioctl.h:14:9: error: unknown type name 'u32'
14 | u32 flags;
| ^~~
>> ./usr/include/linux/se_ioctl.h:15:9: error: unknown type name 'u64'
15 | u64 ele_addr;
| ^~~
./usr/include/linux/se_ioctl.h:19:9: error: unknown type name 'u32'
19 | u32 base_offset;
| ^~~
./usr/include/linux/se_ioctl.h:20:9: error: unknown type name 'u32'
20 | u32 size;
| ^~~
>> ./usr/include/linux/se_ioctl.h:24:9: error: unknown type name 'u8'
24 | u8 se_if_id;
| ^~
./usr/include/linux/se_ioctl.h:25:9: error: unknown type name 'u8'
25 | u8 interrupt_idx;
| ^~
./usr/include/linux/se_ioctl.h:26:9: error: unknown type name 'u8'
26 | u8 tz;
| ^~
./usr/include/linux/se_ioctl.h:27:9: error: unknown type name 'u8'
27 | u8 did;
| ^~
./usr/include/linux/se_ioctl.h:28:9: error: unknown type name 'u8'
28 | u8 cmd_tag;
| ^~
./usr/include/linux/se_ioctl.h:29:9: error: unknown type name 'u8'
29 | u8 rsp_tag;
| ^~
./usr/include/linux/se_ioctl.h:30:9: error: unknown type name 'u8'
30 | u8 success_tag;
| ^~
./usr/include/linux/se_ioctl.h:31:9: error: unknown type name 'u8'
31 | u8 base_api_ver;
| ^~
./usr/include/linux/se_ioctl.h:32:9: error: unknown type name 'u8'
32 | u8 fw_api_ver;
| ^~
./usr/include/linux/se_ioctl.h:36:9: error: unknown type name 'u32'
36 | u32 *tx_buf;
| ^~~
./usr/include/linux/se_ioctl.h:38:9: error: unknown type name 'u32'
38 | u32 *rx_buf;
| ^~~
>> ./usr/include/linux/se_ioctl.h:43:9: error: unknown type name 'u16'
43 | u16 soc_id;
| ^~~
./usr/include/linux/se_ioctl.h:44:9: error: unknown type name 'u16'
44 | u16 soc_rev;
| ^~~
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists