Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1356661
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 2/2] mm, thp: avoid unnecessary swapin in khugepaged |
| Date | 2016-03-13 10:50 +0100 |
| Message-ID | <rcaOS-3OJ-7@gated-at.bofh.it> (permalink) |
| References | <rcavv-3DY-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 2/2] mm, thp: avoid unnecessary swapin in khugepaged Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-03-13 10:30 +0100
Re: [PATCH v2 2/2] mm, thp: avoid unnecessary swapin in khugepaged kbuild test robot <lkp@intel.com> - 2016-03-13 10:50 +0100
Re: [PATCH v2 2/2] mm, thp: avoid unnecessary swapin in khugepaged "Kirill A. Shutemov" <kirill@shutemov.name> - 2016-03-14 00:40 +0100
Re: [PATCH v2 2/2] mm, thp: avoid unnecessary swapin in khugepaged Rik van Riel <riel@redhat.com> - 2016-03-14 02:20 +0100
csiph-web