linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: akpm <akpm@linux-foundation.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	Linux Memory Management List <linux-mm@kvack.org>
Subject: [akpm-mm:junk 1/1] init/Kconfig:1836: syntax error
Date: Sat, 28 May 2022 04:00:42 +0800	[thread overview]
Message-ID: <202205280358.pxZFVubB-lkp@intel.com> (raw)

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@intel.com>

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@sgi.com>
:::::: CC: Linus Torvalds <torvalds@g5.osdl.org>

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp


                 reply	other threads:[~2022-05-27 20:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202205280358.pxZFVubB-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).