Re: [PATCHv2 07/12] mm: convert try_to_unmap_one() to page_vma_mapped_walk()

2017-01-25 Thread Kirill A. Shutemov
On Wed, Jan 25, 2017 at 09:25:33PM +0300, Kirill A. Shutemov wrote: > + /* Nuke the page table entry. */ > + flush_cache_page(vma, address, pte_pfn(pvmw.pte)); This has to be flush_cache_page(vma, address, pte_pfn(*pvmw.pte)); Fixed version: ---8<

Re: [PATCHv2 07/12] mm: convert try_to_unmap_one() to page_vma_mapped_walk()

2017-01-25 Thread kbuild test robot
Hi Kirill, [auto build test WARNING on mmotm/master] [also build test WARNING on v4.10-rc5 next-20170125] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Kirill-A-Shutemov/Fix-few-rmap-related-TH

Re: [PATCHv2 07/12] mm: convert try_to_unmap_one() to page_vma_mapped_walk()

2017-01-25 Thread kbuild test robot
Hi Kirill, [auto build test ERROR on mmotm/master] [also build test ERROR on v4.10-rc5 next-20170125] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Kirill-A-Shutemov/Fix-few-rmap-related-THP-bu