tree: https://github.com/ammarfaizi2/linux-block crng/random/vdso head: 7bb66fe29412146c0767a9b149ae9c722473424b commit: 70fd2fe7eb2c1ae2ee323e4eb37b9d1e87813477 [25/29] mm: add VM_DROPPABLE for designating always lazily freeable mappings config: arc-defconfig compiler: arc-elf-gcc (GCC) 12.1.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/ammarfaizi2/linux-block/commit/70fd2fe7eb2c1ae2ee323e4eb37b9d1e87813477 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block crng/random/vdso git checkout 70fd2fe7eb2c1ae2ee323e4eb37b9d1e87813477 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arc SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All errors (new ones prefixed by >>): >> mm/debug.c:45:28: error: expected expression before ',' token 45 | __def_vmaflag_names, | ^ vim +45 mm/debug.c 420adbe9fc1a45 Vlastimil Babka 2016-03-15 43 edf14cdbf9a0e5 Vlastimil Babka 2016-03-15 44 const struct trace_print_flags vmaflag_names[] = { edf14cdbf9a0e5 Vlastimil Babka 2016-03-15 @45 __def_vmaflag_names, edf14cdbf9a0e5 Vlastimil Babka 2016-03-15 46 {0, NULL} 82742a3a515219 Sasha Levin 2014-10-09 47 }; 82742a3a515219 Sasha Levin 2014-10-09 48 :::::: The code at line 45 was first introduced by commit :::::: edf14cdbf9a0e5ab52698ca66d07a76ade0d5c46 mm, printk: introduce new format string for flags :::::: TO: Vlastimil Babka :::::: CC: Linus Torvalds -- 0-DAY CI Kernel Test Service https://01.org/lkp