kernel test robot <lkp@xxxxxxxxx> wrote on Sunday, 22 December 2024 10:56: > > Hi Guo, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on akpm-mm/mm-everything] > > url: https://github.com/intel-lab-lkp/linux/commits/Guo-Weikang/mm-memblock-Add-memblock_alloc_or_panic-interface/20241222-092858 > base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything > patch link: https://lore.kernel.org/r/20241222012628.2703802-1-guoweikang.kernel%40gmail.com > patch subject: [PATCH v4] mm/memblock: Add memblock_alloc_or_panic interface > config: i386-buildonly-randconfig-002-20241222 (https://download.01.org/0day-ci/archive/20241222/202412221000.r1NzXJUO-lkp@xxxxxxxxx/config) > compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99) > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241222/202412221000.r1NzXJUO-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/202412221000.r1NzXJUO-lkp@xxxxxxxxx/ > > All errors (new ones prefixed by >>): > > In file included from init/main.c:29: > >> include/linux/memblock.h:421:29: error: expected ';' after top level declarator > 421 | const char *func) > | ^ > | ; > 1 error generated. > > > vim +421 include/linux/memblock.h > > 419 > 420 void *__memblock_alloc_or_panic(phys_addr_t size, phys_addr_t align, > > 421 const char *func) > 422 > > -- Sorry, this is a very basic mistake. Actually, I have fixed it in my local test, but I forgot to commit it. > 0-DAY CI Kernel Test Service > https://github.com/intel/lkp-tests/wiki