linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Vlastimil Babka <vbabka@suse.cz>
Cc: kbuild-all@01.org, Li Zefan <lizefan@huawei.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Mel Gorman <mgorman@techsingularity.net>,
	Peter Zijlstra <peterz@infradead.org>,
	David Rientjes <rientjes@google.com>,
	cgroups@vger.kernel.org, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] cpuset: use static key better and convert to new API
Date: Wed, 6 Apr 2016 16:56:45 +0800	[thread overview]
Message-ID: <201604061600.UbEyxDC5%fengguang.wu@intel.com> (raw)
In-Reply-To: <1459931973-29247-1-git-send-email-vbabka@suse.cz>

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

Hi Vlastimil,

[auto build test ERROR on v4.6-rc2]
[also build test ERROR on next-20160406]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Vlastimil-Babka/cpuset-use-static-key-better-and-convert-to-new-API/20160406-164542
config: x86_64-randconfig-x011-201614 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   mm/page_alloc.c: In function 'get_page_from_freelist':
>> mm/page_alloc.c:2653:5: error: implicit declaration of function '__cpuset_zone_allowed' [-Werror=implicit-function-declaration]
       !__cpuset_zone_allowed(zone, gfp_mask))
        ^
   cc1: some warnings being treated as errors

vim +/__cpuset_zone_allowed +2653 mm/page_alloc.c

  2647		for_each_zone_zonelist_nodemask(zone, z, zonelist, ac->high_zoneidx,
  2648									ac->nodemask) {
  2649			unsigned long mark;
  2650	
  2651			if (cpusets_enabled() &&
  2652				(alloc_flags & ALLOC_CPUSET) &&
> 2653				!__cpuset_zone_allowed(zone, gfp_mask))
  2654					continue;
  2655			/*
  2656			 * Distribute pages in proportion to the individual

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 21118 bytes --]

  parent reply	other threads:[~2016-04-06  8:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-06  8:39 Vlastimil Babka
2016-04-06  8:56 ` kbuild test robot
2016-04-06  8:56 ` kbuild test robot [this message]
2016-04-06  9:16   ` Vlastimil Babka
2016-04-06  9:19 ` [PATCH v2] " Vlastimil Babka
2016-04-14  8:28   ` Zefan Li

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=201604061600.UbEyxDC5%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=cgroups@vger.kernel.org \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=lizefan@huawei.com \
    --cc=mgorman@techsingularity.net \
    --cc=peterz@infradead.org \
    --cc=rientjes@google.com \
    --cc=vbabka@suse.cz \
    /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