From: kernel test robot <lkp@intel.com>
To: Ruidong Tian <tianruidong@linux.alibaba.com>,
catalin.marinas@arm.com, will@kernel.org, lpieralisi@kernel.org,
guohanjun@huawei.com, sudeep.holla@arm.com,
xueshuai@linux.alibaba.com, linux-kernel@vger.kernel.org,
linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
rafael@kernel.org, lenb@kernel.org, tony.luck@intel.com,
bp@alien8.de, yazen.ghannam@amd.com, misono.tomohiro@fujitsu.com,
fengwei_yin@linux.alibaba.com
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
tianruidong@linux.alibaba.com
Subject: Re: [PATCH v5 16/17] ras: AEST: support vendor node CMN700
Date: Sat, 3 Jan 2026 01:43:28 +0800 [thread overview]
Message-ID: <202601030129.ltAsW4vh-lkp@intel.com> (raw)
In-Reply-To: <20251230091342.50404-1-tianruidong@linux.alibaba.com>
Hi Ruidong,
kernel test robot noticed the following build errors:
[auto build test ERROR on rafael-pm/linux-next]
[also build test ERROR on rafael-pm/bleeding-edge ras/edac-for-next linus/master v6.19-rc3 next-20251219]
[cannot apply to arm64/for-next/core tip/smp/core]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Ruidong-Tian/ACPI-AEST-Parse-the-AEST-table/20251230-172000
base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next
patch link: https://lore.kernel.org/r/20251230091342.50404-1-tianruidong%40linux.alibaba.com
patch subject: [PATCH v5 16/17] ras: AEST: support vendor node CMN700
config: hexagon-allmodconfig (https://download.01.org/0day-ci/archive/20260103/202601030129.ltAsW4vh-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260103/202601030129.ltAsW4vh-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/202601030129.ltAsW4vh-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/perf/arm-cmn.c:5:10: fatal error: 'asm/arm-cmn.h' file not found
5 | #include <asm/arm-cmn.h>
| ^~~~~~~~~~~~~~~
1 error generated.
vim +5 drivers/perf/arm-cmn.c
4
> 5 #include <asm/arm-cmn.h>
6 #include <linux/acpi.h>
7 #include <linux/bitfield.h>
8 #include <linux/bitops.h>
9 #include <linux/debugfs.h>
10 #include <linux/interrupt.h>
11 #include <linux/io.h>
12 #include <linux/io-64-nonatomic-lo-hi.h>
13 #include <linux/kernel.h>
14 #include <linux/list.h>
15 #include <linux/module.h>
16 #include <linux/of.h>
17 #include <linux/perf_event.h>
18 #include <linux/platform_device.h>
19 #include <linux/slab.h>
20 #include <linux/sort.h>
21
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2026-01-02 17:44 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-30 9:09 [PATCH v5 00/17] ARM Error Source Table V2 Support Ruidong Tian
2025-12-30 9:09 ` [PATCH v5 01/17] ACPI/AEST: Parse the AEST table Ruidong Tian
2025-12-30 9:09 ` [PATCH v5 02/17] ras: AEST: Add probe/remove for AEST driver Ruidong Tian
2025-12-30 9:09 ` [PATCH v5 03/17] ras: AEST: support different group format Ruidong Tian
2025-12-30 9:09 ` [PATCH v5 04/17] ras: AEST: Unify the read/write interface for system and MMIO register Ruidong Tian
2025-12-30 9:09 ` [PATCH v5 05/17] ras: AEST: Probe RAS system architecture version Ruidong Tian
2025-12-30 9:09 ` [PATCH v5 06/17] ras: AEST: Support RAS Common Fault Injection Model Extension Ruidong Tian
2025-12-30 9:09 ` [PATCH v5 07/17] ras: AEST: Support CE threshold of error record Ruidong Tian
2025-12-30 9:09 ` [PATCH v5 08/17] ras: AEST: Enable and register IRQs Ruidong Tian
2025-12-30 9:09 ` [PATCH v5 09/17] ras: AEST: Add cpuhp callback Ruidong Tian
2025-12-30 9:09 ` [PATCH v5 10/17] ras: AEST: Introduce AEST driver sysfs interface Ruidong Tian
2025-12-30 9:09 ` [PATCH v5 11/17] ras: AEST: Add error count tracking and debugfs interface Ruidong Tian
2025-12-30 9:12 ` [PATCH v5 12/17] ras: AEST: Allow configuring CE threshold via debugfs Ruidong Tian
2025-12-30 9:13 ` [PATCH v5 13/17] ras: AEST: Introduce AEST inject interface to test AEST driver Ruidong Tian
2025-12-30 9:13 ` [PATCH v5 14/17] ras: ATL: Unify ATL interface for ARM64 and AMD Ruidong Tian
2025-12-30 9:13 ` [PATCH v5 15/17] ras: AEST: Add framework to process AEST vendor node Ruidong Tian
2025-12-30 9:13 ` [PATCH v5 16/17] ras: AEST: support vendor node CMN700 Ruidong Tian
2026-01-02 16:51 ` kernel test robot
2026-01-02 17:43 ` kernel test robot [this message]
2025-12-30 9:13 ` [PATCH v5 17/17] trace, ras: add ARM RAS extension trace event Ruidong Tian
2025-12-30 20:22 ` [PATCH v5 00/17] ARM Error Source Table V2 Support Borislav Petkov
2026-01-05 9:12 ` Ruidong Tian
2026-01-09 10:34 ` Borislav Petkov
2026-01-09 12:26 ` Ruidong Tian
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=202601030129.ltAsW4vh-lkp@intel.com \
--to=lkp@intel.com \
--cc=bp@alien8.de \
--cc=catalin.marinas@arm.com \
--cc=fengwei_yin@linux.alibaba.com \
--cc=guohanjun@huawei.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=lpieralisi@kernel.org \
--cc=misono.tomohiro@fujitsu.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=rafael@kernel.org \
--cc=sudeep.holla@arm.com \
--cc=tianruidong@linux.alibaba.com \
--cc=tony.luck@intel.com \
--cc=will@kernel.org \
--cc=xueshuai@linux.alibaba.com \
--cc=yazen.ghannam@amd.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
all inboxes | Powered by JetHome®