[PATCH v5 16/17] ras: AEST: support vendor node CMN700

kernel test robot lkp at intel.com
Fri Jan 2 08:51:35 PST 2026


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: alpha-allyesconfig (https://download.01.org/0day-ci/archive/20260103/202601030052.0TftLGp4-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 15.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260103/202601030052.0TftLGp4-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 at intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202601030052.0TftLGp4-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/perf/arm-cmn.c:5:10: fatal error: asm/arm-cmn.h: No such file or directory
       5 | #include <asm/arm-cmn.h>
         |          ^~~~~~~~~~~~~~~
   compilation terminated.


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



More information about the linux-arm-kernel mailing list