linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Pankaj Gupta <pankaj.gupta@nxp.com>,
	Jonathan Corbet <corbet@lwn.net>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v9 5/5] firmware: imx: adds miscdev
Date: Thu, 17 Oct 2024 20:20:04 +0800	[thread overview]
Message-ID: <202410172012.K2lpYYqD-lkp@intel.com> (raw)
In-Reply-To: <20241016-imx-se-if-v9-5-fd8fa0c04eab@nxp.com>

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@intel.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

      reply	other threads:[~2024-10-17 12:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-16 16:18 [PATCH v9 0/5] v9: firmware: imx: driver for NXP secure-enclave Pankaj Gupta
2024-10-16 16:18 ` [PATCH v9 1/5] Documentation/firmware: add imx/se to other_interfaces Pankaj Gupta
2024-10-16 16:18 ` [PATCH v9 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc Pankaj Gupta
2024-10-16 16:19 ` [PATCH v9 3/5] arm64: dts: imx8ulp-evk: add nxp secure enclave firmware Pankaj Gupta
2024-10-16 16:19 ` [PATCH v9 4/5] firmware: imx: add driver for NXP EdgeLock Enclave Pankaj Gupta
2024-10-16 16:19 ` [PATCH v9 5/5] firmware: imx: adds miscdev Pankaj Gupta
2024-10-17 12:20   ` kernel test robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202410172012.K2lpYYqD-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=conor+dt@kernel.org \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=pankaj.gupta@nxp.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).