linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Ebru Akagunduz <ebru.akagunduz@gmail.com>
Cc: kbuild-all@01.org, linux-mm@kvack.org, hughd@google.com,
	riel@redhat.com, akpm@linux-foundation.org,
	kirill.shutemov@linux.intel.com, n-horiguchi@ah.jp.nec.com,
	aarcange@redhat.com, iamjoonsoo.kim@lge.com, gorcunov@openvz.org,
	linux-kernel@vger.kernel.org, mgorman@suse.de,
	rientjes@google.com, vbabka@suse.cz,
	aneesh.kumar@linux.vnet.ibm.com, hannes@cmpxchg.org,
	mhocko@suse.cz, boaz@plexistor.com
Subject: Re: [PATCH v2 2/2] mm, thp: avoid unnecessary swapin in khugepaged
Date: Sun, 13 Mar 2016 17:45:05 +0800	[thread overview]
Message-ID: <201603131723.H6YMc2iP%fengguang.wu@intel.com> (raw)
In-Reply-To: <1457861335-23297-3-git-send-email-ebru.akagunduz@gmail.com>

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

Hi Ebru,

[auto build test ERROR on next-20160311]
[cannot apply to v4.5-rc7 v4.5-rc6 v4.5-rc5 v4.5-rc7]
[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/Ebru-Akagunduz/mm-vmstat-calculate-particular-vm-event/20160313-173055
config: i386-randconfig-x009-201611 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   mm/huge_memory.c: In function 'collapse_huge_page':
>> mm/huge_memory.c:2498:20: error: implicit declaration of function 'sum_vm_event' [-Werror=implicit-function-declaration]
     curr_allocstall = sum_vm_event(ALLOCSTALL);
                       ^
   cc1: some warnings being treated as errors

vim +/sum_vm_event +2498 mm/huge_memory.c

  2492		if (!pmd) {
  2493			result = SCAN_PMD_NULL;
  2494			goto out;
  2495		}
  2496	
  2497		swap = get_mm_counter(mm, MM_SWAPENTS);
> 2498		curr_allocstall = sum_vm_event(ALLOCSTALL);
  2499		/*
  2500		 * When system under pressure, don't swapin readahead.
  2501		 * So that avoid unnecessary resource consuming.

---
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: 26673 bytes --]

  reply	other threads:[~2016-03-13  9:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-13  9:28 [PATCH v2 0/2] mm, thp: Fix unnecessarry resource consuming in swapin Ebru Akagunduz
2016-03-13  9:28 ` [PATCH v2 1/2] mm, vmstat: calculate particular vm event Ebru Akagunduz
2016-03-13 23:08   ` Kirill A. Shutemov
2016-03-13  9:28 ` [PATCH v2 2/2] mm, thp: avoid unnecessary swapin in khugepaged Ebru Akagunduz
2016-03-13  9:45   ` kbuild test robot [this message]
2016-03-13 23:33   ` Kirill A. Shutemov
2016-03-14  1:14     ` Rik van Riel

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=201603131723.H6YMc2iP%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=aarcange@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=boaz@plexistor.com \
    --cc=ebru.akagunduz@gmail.com \
    --cc=gorcunov@openvz.org \
    --cc=hannes@cmpxchg.org \
    --cc=hughd@google.com \
    --cc=iamjoonsoo.kim@lge.com \
    --cc=kbuild-all@01.org \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mgorman@suse.de \
    --cc=mhocko@suse.cz \
    --cc=n-horiguchi@ah.jp.nec.com \
    --cc=riel@redhat.com \
    --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