tree: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git junk head: 2b061d186be09113797ef84364c6506e7953193a commit: 2b061d186be09113797ef84364c6506e7953193a [1/1] Merge branch 'mm-stable' into junk config: mips-allyesconfig compiler: mips-linux-gcc (GCC) 11.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://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git/commit/?id=2b061d186be09113797ef84364c6506e7953193a git remote add akpm-mm https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git git fetch --no-tags akpm-mm junk git checkout 2b061d186be09113797ef84364c6506e7953193a COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 ARCH=mips allyesconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 ARCH=mips If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): >> init/Kconfig:1836: syntax error init/Kconfig:1835: invalid statement init/Kconfig:1891: syntax error init/Kconfig:1890: invalid statement init/Kconfig:1891: invalid statement >> lib/Kconfig.debug:703: syntax error lib/Kconfig.debug:702: invalid statement lib/Kconfig.debug:739: syntax error lib/Kconfig.debug:738: invalid statement lib/Kconfig.debug:739: invalid statement make[2]: *** [scripts/kconfig/Makefile:77: allyesconfig] Error 1 make[1]: *** [Makefile:629: allyesconfig] Error 2 make: *** [Makefile:219: __sub-make] Error 2 make: Target 'allyesconfig' not remade because of errors. -- >> init/Kconfig:1836: syntax error init/Kconfig:1835: invalid statement init/Kconfig:1891: syntax error init/Kconfig:1890: invalid statement init/Kconfig:1891: invalid statement >> lib/Kconfig.debug:703: syntax error lib/Kconfig.debug:702: invalid statement lib/Kconfig.debug:739: syntax error lib/Kconfig.debug:738: invalid statement lib/Kconfig.debug:739: invalid statement make[2]: *** [scripts/kconfig/Makefile:77: oldconfig] Error 1 make[1]: *** [Makefile:629: oldconfig] Error 2 make: *** [Makefile:219: __sub-make] Error 2 make: Target 'oldconfig' not remade because of errors. -- >> init/Kconfig:1836: syntax error init/Kconfig:1835: invalid statement init/Kconfig:1891: syntax error init/Kconfig:1890: invalid statement init/Kconfig:1891: invalid statement >> lib/Kconfig.debug:703: syntax error lib/Kconfig.debug:702: invalid statement lib/Kconfig.debug:739: syntax error lib/Kconfig.debug:738: invalid statement lib/Kconfig.debug:739: invalid statement make[2]: *** [scripts/kconfig/Makefile:77: olddefconfig] Error 1 make[1]: *** [Makefile:629: olddefconfig] Error 2 make: *** [Makefile:219: __sub-make] Error 2 make: Target 'olddefconfig' not remade because of errors. vim +1836 init/Kconfig 0793a61d4df8da Thomas Gleixner 2008-12-04 1834 2b061d186be091 Andrew Morton 2022-05-27 1835 <<<<<<< HEAD f8891e5e1f93a1 Christoph Lameter 2006-06-30 @1836 config VM_EVENT_COUNTERS f8891e5e1f93a1 Christoph Lameter 2006-06-30 1837 default y 6a108a14fa356e David Rientjes 2011-01-20 1838 bool "Enable VM event counters for /proc/vmstat" if EXPERT f8891e5e1f93a1 Christoph Lameter 2006-06-30 1839 help 2aea4fb61609ba Paul Jackson 2006-12-22 1840 VM event counters are needed for event counts to be shown. 2aea4fb61609ba Paul Jackson 2006-12-22 1841 This option allows the disabling of the VM event counters 6a108a14fa356e David Rientjes 2011-01-20 1842 on EXPERT systems. /proc/vmstat will only show page counts 2aea4fb61609ba Paul Jackson 2006-12-22 1843 if VM event counters are disabled. f8891e5e1f93a1 Christoph Lameter 2006-06-30 1844 :::::: The code at line 1836 was first introduced by commit :::::: f8891e5e1f93a128c3900f82035e8541357896a7 [PATCH] Light weight event counters :::::: TO: Christoph Lameter <clameter@xxxxxxx> :::::: CC: Linus Torvalds <torvalds@xxxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://01.org/lkp