Hi Uros, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [also build test ERROR on v6.11-rc3 next-20240814] [cannot apply to akpm-mm/mm-everything] [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/Uros-Bizjak/mm-kmemleak-Use-IS_ERR_PCPU-for-pointer-in-the-percpu-address-space/20240814-223016 base: linus/master patch link: https://lore.kernel.org/r/20240813172543.38411-1-ubizjak%40gmail.com patch subject: [PATCH 1/2] err.h: Add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() functions config: powerpc-sequoia_defconfig (https://download.01.org/0day-ci/archive/20240815/202408151256.8zNulgGN-lkp@xxxxxxxxx/config) compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project f86594788ce93b696675c94f54016d27a6c21d18) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240815/202408151256.8zNulgGN-lkp@xxxxxxxxx/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@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202408151256.8zNulgGN-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> arch/powerpc/include/asm/paca.h:293:15: error: unexpected token static inline void allocate_paca(int cpu) { } ^ arch/powerpc/include/asm/paca.h:294:15: error: unexpected token static inline void free_unused_pacas(void) { } ^ vim +293 arch/powerpc/include/asm/paca.h 1426d5a3bd0758 Michael Ellerman 2010-01-28 292 6c6fdbb2b7002a Chengyang Fan 2021-01-25 @293 static inline void allocate_paca(int cpu) { } 6c6fdbb2b7002a Chengyang Fan 2021-01-25 294 static inline void free_unused_pacas(void) { } 1426d5a3bd0758 Michael Ellerman 2010-01-28 295 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki