-
由 Richard Weinberger 提交于
UML uses the _PAGE_NEWPAGE flag to mark pages which are not jet installed on the host side using mmap(). pte_same() has to ignore this flag, otherwise unuse_pte_range() is unable to unuse the page because two identical page tables entries with different _PAGE_NEWPAGE flags would not match and swapoff() would never return. CC: stable@kernel.org Analyzed-by: NHugh Dickins <hughd@google.com> Signed-off-by: NRichard Weinberger <richard@nod.at>
f15b9000