Hi Hector, I love your patch! Yet something to improve: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on robh/for-next linus/master v5.11-rc6 next-20210125] [cannot apply to tip/irq/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] url: https://github.com/0day-ci/linux/commits/Hector-Martin/Apple-M1-SoC-platform-bring-up/20210205-045228 base: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-next/core config: arc-allyesconfig (attached as .config) compiler: arceb-elf-gcc (GCC) 9.3.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/01ec72727a358a6f4208bf56808f1ce57a251413 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Hector-Martin/Apple-M1-SoC-platform-bring-up/20210205-045228 git checkout 01ec72727a358a6f4208bf56808f1ce57a251413 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arc If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/irqchip/irq-apple-aic.c:51:10: fatal error: asm/exception.h: No such file or directory 51 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. vim +51 drivers/irqchip/irq-apple-aic.c 43 44 #include 45 #include 46 #include 47 #include 48 #include 49 #include 50 #include > 51 #include 52 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org