From: kernel test robot <lkp@intel.com>
To: Felix Gu <gu_0233@qq.com>, Sudeep Holla <sudeep.holla@arm.com>,
Cristian Marussi <cristian.marussi@arm.com>
Cc: oe-kbuild-all@lists.linux.dev, arm-scmi@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Felix Gu <gu_0233@qq.com>
Subject: Re: [PATCH] firmware: arm_scpi: Fix device_node reference leak in scpi_probe()
Date: Wed, 21 Jan 2026 09:24:25 +0800 [thread overview]
Message-ID: <202601210817.qdAqWG2J-lkp@intel.com> (raw)
In-Reply-To: <tencent_845B889AF1A932F1347EE0C09F350E491009@qq.com>
Hi Felix,
kernel test robot noticed the following build errors:
[auto build test ERROR on d08c85ac8894995d4b0d8fb48d2f6a3e53cd79ab]
url: https://github.com/intel-lab-lkp/linux/commits/Felix-Gu/firmware-arm_scpi-Fix-device_node-reference-leak-in-scpi_probe/20260120-203159
base: d08c85ac8894995d4b0d8fb48d2f6a3e53cd79ab
patch link: https://lore.kernel.org/r/tencent_845B889AF1A932F1347EE0C09F350E491009%40qq.com
patch subject: [PATCH] firmware: arm_scpi: Fix device_node reference leak in scpi_probe()
config: riscv-randconfig-r064-20260121 (https://download.01.org/0day-ci/archive/20260121/202601210817.qdAqWG2J-lkp@intel.com/config)
compiler: riscv32-linux-gcc (GCC) 14.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260121/202601210817.qdAqWG2J-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/202601210817.qdAqWG2J-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/firmware/arm_scpi.c:21:10: fatal error: linux/clean.h: No such file or directory
21 | #include <linux/clean.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
vim +21 drivers/firmware/arm_scpi.c
18
19 #include <linux/bitmap.h>
20 #include <linux/bitfield.h>
> 21 #include <linux/clean.h>
22 #include <linux/device.h>
23 #include <linux/err.h>
24 #include <linux/export.h>
25 #include <linux/io.h>
26 #include <linux/kernel.h>
27 #include <linux/list.h>
28 #include <linux/mailbox_client.h>
29 #include <linux/module.h>
30 #include <linux/of.h>
31 #include <linux/of_address.h>
32 #include <linux/of_platform.h>
33 #include <linux/platform_device.h>
34 #include <linux/printk.h>
35 #include <linux/property.h>
36 #include <linux/pm_opp.h>
37 #include <linux/scpi_protocol.h>
38 #include <linux/slab.h>
39 #include <linux/sort.h>
40 #include <linux/spinlock.h>
41
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2026-01-21 1:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-20 12:14 [PATCH] firmware: arm_scpi: Fix device_node reference leak in scpi_probe() Felix Gu
2026-01-20 22:03 ` kernel test robot
2026-01-21 1:24 ` 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=202601210817.qdAqWG2J-lkp@intel.com \
--to=lkp@intel.com \
--cc=arm-scmi@vger.kernel.org \
--cc=cristian.marussi@arm.com \
--cc=gu_0233@qq.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=sudeep.holla@arm.com \
/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