Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1373603
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 2/2] mm, thp: avoid unnecessary swapin in khugepaged |
| Date | 2016-04-07 19:50 +0200 |
| Message-ID | <rlme6-7wf-9@gated-at.bofh.it> (permalink) |
| References | <rllUJ-7og-9@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-20160407]
[cannot apply to v4.6-rc2 v4.6-rc1 v4.5-rc7 v4.6-rc2]
[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-thp-Fix-unnecessarry-resource-consuming-in-swapin/20160408-013104
config: x86_64-randconfig-x000-201614 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
mm/huge_memory.c: In function 'collapse_huge_page':
>> mm/huge_memory.c:2516:46: error: expected expression before ')' token
if (allocstall == curr_allocstall && swap !=)
^
vim +2516 mm/huge_memory.c
2510 swap = get_mm_counter(mm, MM_SWAPENTS);
2511 curr_allocstall = sum_vm_event(ALLOCSTALL);
2512 /*
2513 * When system under pressure, don't swapin readahead.
2514 * So that avoid unnecessary resource consuming.
2515 */
> 2516 if (allocstall == curr_allocstall && swap !=)
2517 __collapse_huge_page_swapin(mm, vma, address, pmd);
2518
2519 anon_vma_lock_write(vma->anon_vma);
---
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 v5 2/2] mm, thp: avoid unnecessary swapin in khugepaged Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-04-07 19:30 +0200
Re: [PATCH v5 2/2] mm, thp: avoid unnecessary swapin in khugepaged Rik van Riel <riel@redhat.com> - 2016-04-07 19:40 +0200
Re: [PATCH v5 2/2] mm, thp: avoid unnecessary swapin in khugepaged kbuild test robot <lkp@intel.com> - 2016-04-07 19:50 +0200
Re: [PATCH v5 2/2] mm, thp: avoid unnecessary swapin in khugepaged Cyrill Gorcunov <gorcunov@gmail.com> - 2016-04-07 21:00 +0200
Re: [PATCH v5 2/2] mm, thp: avoid unnecessary swapin in khugepaged Rik van Riel <riel@redhat.com> - 2016-04-07 21:40 +0200
Re: [PATCH v5 2/2] mm, thp: avoid unnecessary swapin in khugepaged Cyrill Gorcunov <gorcunov@gmail.com> - 2016-04-07 21:50 +0200
Re: [PATCH v5 2/2] mm, thp: avoid unnecessary swapin in khugepaged Ebru Akagunduz <ebru.akagunduz@gmail.com> - 2016-04-07 22:20 +0200
csiph-web