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,
Frank Li <Frank.Li@nxp.com>
Subject: Re: [PATCH v23 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
Date: Mon, 22 Dec 2025 10:03:00 +0800 [thread overview]
Message-ID: <202512220932.Gu4LnMge-lkp@intel.com> (raw)
In-Reply-To: <20251219-imx-se-if-v23-3-5c6773d00318@nxp.com>
Hi Pankaj,
kernel test robot noticed the following build errors:
[auto build test ERROR on 4a26e7032d7d57c998598c08a034872d6f0d3945]
url: https://github.com/intel-lab-lkp/linux/commits/Pankaj-Gupta/Documentation-firmware-add-imx-se-to-other_interfaces/20251219-132830
base: 4a26e7032d7d57c998598c08a034872d6f0d3945
patch link: https://lore.kernel.org/r/20251219-imx-se-if-v23-3-5c6773d00318%40nxp.com
patch subject: [PATCH v23 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
config: xtensa-randconfig-001-20251221 (https://download.01.org/0day-ci/archive/20251222/202512220932.Gu4LnMge-lkp@intel.com/config)
compiler: xtensa-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251222/202512220932.Gu4LnMge-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/202512220932.Gu4LnMge-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from drivers/firmware/imx/ele_base_msg.h:14,
from drivers/firmware/imx/ele_common.c:6:
drivers/firmware/imx/ele_common.c: In function 'se_val_rsp_hdr_n_status':
>> drivers/firmware/imx/se_ctrl.h:16:25: error: implicit declaration of function 'FIELD_GET' [-Werror=implicit-function-declaration]
#define RES_STATUS(x) FIELD_GET(0x000000ff, x)
^~~~~~~~~
drivers/firmware/imx/ele_common.c:241:11: note: in expansion of macro 'RES_STATUS'
status = RES_STATUS(msg->data[0]);
^~~~~~~~~~
cc1: some warnings being treated as errors
--
drivers/firmware/imx/se_ctrl.c: In function 'get_se_soc_info':
>> drivers/firmware/imx/se_ctrl.c:168:6: error: implicit declaration of function 'FIELD_GET' [-Werror=implicit-function-declaration]
if (FIELD_GET(DEV_GETINFO_MIN_VER_MASK, var_se_info.soc_rev))
^~~~~~~~~
At top level:
drivers/firmware/imx/se_ctrl.c:374:12: warning: 'se_resume' defined but not used [-Wunused-function]
static int se_resume(struct device *dev)
^~~~~~~~~
drivers/firmware/imx/se_ctrl.c:357:12: warning: 'se_suspend' defined but not used [-Wunused-function]
static int se_suspend(struct device *dev)
^~~~~~~~~~
cc1: some warnings being treated as errors
vim +/FIELD_GET +16 drivers/firmware/imx/se_ctrl.h
15
> 16 #define RES_STATUS(x) FIELD_GET(0x000000ff, x)
17 #define MAX_NVM_MSG_LEN (256)
18 #define MESSAGING_VERSION_6 0x6
19 #define MESSAGING_VERSION_7 0x7
20
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-12-22 2:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-19 5:20 [PATCH v23 0/7] firmware: imx: driver for NXP secure-enclave Pankaj Gupta
2025-12-19 5:20 ` [PATCH v23 1/7] Documentation/firmware: add imx/se to other_interfaces Pankaj Gupta
2025-12-19 5:20 ` [PATCH v23 2/7] dt-bindings: arm: fsl: add imx-se-fw binding doc Pankaj Gupta
2025-12-19 5:20 ` [PATCH v23 3/7] firmware: imx: add driver for NXP EdgeLock Enclave Pankaj Gupta
2025-12-22 2:03 ` kernel test robot [this message]
2025-12-22 12:11 ` kernel test robot
2025-12-19 5:20 ` [PATCH v23 4/7] firmware: imx: device context dedicated to priv Pankaj Gupta
2025-12-19 5:20 ` [PATCH v23 5/7] firmware: drivers: imx: adds miscdev Pankaj Gupta
2025-12-19 5:20 ` [PATCH v23 6/7] arm64: dts: imx8ulp: add secure enclave node Pankaj Gupta
2025-12-19 5:20 ` [PATCH v23 7/7] arm64: dts: imx8ulp-evk: add reserved memory property Pankaj Gupta
2025-12-19 6:36 ` [PATCH v23 0/7] firmware: imx: driver for NXP secure-enclave Peng Fan
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=202512220932.Gu4LnMge-lkp@intel.com \
--to=lkp@intel.com \
--cc=Frank.Li@nxp.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).