Files
linux/arch/um/include/asm
Richard Weinberger a044b505aa um: Implement a custom pte_same() function
commit f15b9000eb upstream.

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.

Analyzed-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-06-01 15:12:55 +08:00
..
2011-04-14 16:06:56 -07:00
2009-09-22 07:17:45 -07:00
2009-04-01 08:59:17 -07:00
2009-04-01 08:59:17 -07:00
2009-09-09 13:29:18 -07:00
2009-04-01 08:59:17 -07:00
2011-06-27 18:00:12 -07:00
2010-11-12 07:55:30 -08:00
2010-10-26 16:52:05 -07:00
2011-05-25 08:39:15 -07:00