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<
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
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
3 matches
Mail list logo