]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm: fix ENOSPC returned by handle_mm_fault()
authorHugh Dickins <hughd@google.com>
Mon, 6 Jun 2011 05:03:13 +0000 (22:03 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 23 Jun 2011 22:05:33 +0000 (15:05 -0700)
commit2d9da2444b556ba2cfeaa2223f6247f5cc7b6803
tree2dae88451a0620f98dc22501d8d8c16cbe0b7e39
parent097f0612d1769feab15f2bb6b346d7cfd24f1812
mm: fix ENOSPC returned by handle_mm_fault()

commit e0dcd8a05be438b3d2e49ef61441ea3a463663f8 upstream.

Al Viro observes that in the hugetlb case, handle_mm_fault() may return
a value of the kind ENOSPC when its caller is expecting a value of the
kind VM_FAULT_SIGBUS: fix alloc_huge_page()'s failure returns.

Signed-off-by: Hugh Dickins <hughd@google.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
mm/hugetlb.c