git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ca796f
)
get_user_pages(): fix possible page leak on oom
author
Oleg Nesterov
<oleg@tv-sign.ru>
Fri, 4 Jul 2008 16:59:28 +0000
(09:59 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 4 Jul 2008 17:40:04 +0000
(10:40 -0700)
get_user_pages() must not return the error when i != 0. When pages !=
NULL we have i get_page()'ed pages.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
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>
No differences found