linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
Cc: kbuild-all@01.org, akpm@linux-foundation.org,
	Mel Gorman <mgorman@techsingularity.net>,
	"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
	Vineet Gupta <Vineet.Gupta1@synopsys.com>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range
Date: Wed, 10 Feb 2016 14:10:22 +0800	[thread overview]
Message-ID: <201602101432.w4fdEM32%fengguang.wu@intel.com> (raw)
In-Reply-To: <1455083676-8685-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>

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

Hi Aneesh,

[auto build test ERROR on v4.5-rc3]
[also build test ERROR on next-20160209]
[cannot apply to arc/for-next]
[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/Aneesh-Kumar-K-V/mm-thp-migration-switch-from-flush_tlb_range-to-flush_pmd_tlb_range/20160210-135701
config: x86_64-randconfig-x012-201606 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   mm/migrate.c: In function 'migrate_misplaced_transhuge_page':
>> mm/migrate.c:1833:3: error: implicit declaration of function 'flush_pmd_tlb_range' [-Werror=implicit-function-declaration]
      flush_pmd_tlb_range(vma, mmun_start, mmun_end);
      ^
   cc1: some warnings being treated as errors

vim +/flush_pmd_tlb_range +1833 mm/migrate.c

  1827		pmdp_huge_clear_flush_notify(vma, mmun_start, pmd);
  1828		set_pmd_at(mm, mmun_start, pmd, entry);
  1829		update_mmu_cache_pmd(vma, address, &entry);
  1830	
  1831		if (page_count(page) != 2) {
  1832			set_pmd_at(mm, mmun_start, pmd, orig_entry);
> 1833			flush_pmd_tlb_range(vma, mmun_start, mmun_end);
  1834			mmu_notifier_invalidate_range(mm, mmun_start, mmun_end);
  1835			update_mmu_cache_pmd(vma, address, &entry);
  1836			page_remove_rmap(new_page, true);

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

      reply	other threads:[~2016-02-10  6:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-10  5:54 Aneesh Kumar K.V
2016-02-10  6:10 ` kbuild test robot [this message]

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=201602101432.w4fdEM32%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=Vineet.Gupta1@synopsys.com \
    --cc=akpm@linux-foundation.org \
    --cc=aneesh.kumar@linux.vnet.ibm.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@techsingularity.net \
    /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