Revision a89182c76e54134081cfec6409df06731c5cb98f authored by Adam Litke on 22 August 2007, 21:01:51 UTC, committed by Linus Torvalds on 23 August 2007, 02:52:46 UTC
It seems a simple mistake was made when converting follow_hugetlb_page()
over to the VM_FAULT flags bitmasks (in "mm: fault feedback #2", commit
83c54070ee1a2d05c89793884bea1a03f2851ed4).

By using the wrong bitmask, hugetlb_fault() failures are not being
recognized.  This results in an infinite loop whenever follow_hugetlb_page
is involved in a failed fault.

Signed-off-by: Adam Litke <agl@us.ibm.com>
Acked-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent d4c63b7
History
File Mode Size
Kconfig -rw-r--r-- 657 bytes
Makefile -rw-r--r-- 557 bytes
gen-devlist.c -rw-r--r-- 2.1 KB
names.c -rw-r--r-- 2.5 KB
proc.c -rw-r--r-- 3.2 KB
zorro-driver.c -rw-r--r-- 3.6 KB
zorro-sysfs.c -rw-r--r-- 2.7 KB
zorro.c -rw-r--r-- 5.0 KB
zorro.h -rw-r--r-- 117 bytes
zorro.ids -rw-r--r-- 15.2 KB

back to top