mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Yury Norov <yury.norov@gmail.com>
Cc: clang-built-linux@googlegroups.com, kbuild-all@lists.01.org,
	linux-kernel@vger.kernel.org
Subject: [norov:demotion 2/6] mm/vmscan.c:524:36: error: cannot take the address of an rvalue of type 'int'
Date: Sun, 8 Aug 2021 19:41:06 +0800	[thread overview]
Message-ID: <202108081958.gGriTTIK-lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2120 bytes --]

tree:   https://github.com/norov/linux demotion
head:   78c3964952da24c07f2e34dc2d485fd2e6d5ba82
commit: f870f47355df665046fdff854e7b5d219ea92fb0 [2/6] mm/demotoin: make demotion_enabled a 3-state switch
config: hexagon-randconfig-r021-20210808 (attached as .config)
compiler: clang version 12.0.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/norov/linux/commit/f870f47355df665046fdff854e7b5d219ea92fb0
        git remote add norov https://github.com/norov/linux
        git fetch --no-tags norov demotion
        git checkout f870f47355df665046fdff854e7b5d219ea92fb0
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=hexagon SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> mm/vmscan.c:524:36: error: cannot take the address of an rvalue of type 'int'
           if (!test_bit(NUMA_DEMOTION_FLAG, &numa_demotion_flags))
                                             ^~~~~~~~~~~~~~~~~~~~
   arch/hexagon/include/asm/bitops.h:175:43: note: expanded from macro 'test_bit'
   #define test_bit(nr, addr) __test_bit(nr, addr)
                                             ^~~~
   1 error generated.


vim +/int +524 mm/vmscan.c

   521	
   522	static bool can_demote(int nid, struct scan_control *sc)
   523	{
 > 524		if (!test_bit(NUMA_DEMOTION_FLAG, &numa_demotion_flags))
   525			return false;
   526		if (sc) {
   527			if (sc->no_demotion)
   528				return false;
   529			/* It is pointless to do demotion in memcg reclaim */
   530			if (cgroup_reclaim(sc))
   531				return false;
   532		}
   533		if (next_demotion_node(nid) == NUMA_NO_NODE)
   534			return false;
   535	
   536		return true;
   537	}
   538	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 23314 bytes --]

                 reply	other threads:[~2021-08-08 11:43 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=202108081958.gGriTTIK-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=clang-built-linux@googlegroups.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yury.norov@gmail.com \
    /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

all inboxes | Powered by JetHome®