Revision 48db54ee2f41e8ae2faf330b55db34a9fffb5b3c authored by Minchan Kim on 01 February 2011, 23:52:33 UTC, committed by Linus Torvalds on 03 February 2011, 00:03:18 UTC
If migrate_huge_page by memory-failure fails , it calls put_page in itself
to decrease page reference and caller of migrate_huge_page also calls
putback_lru_pages.  It can do double free of page so it can make page
corruption on page holder.

In addtion, clean of pages on caller is consistent behavior with
migrate_pages by cf608ac19c ("mm: compaction: fix COMPACTPAGEFAILED
counting").

Signed-off-by: Minchan Kim <minchan.kim@gmail.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 57fc4a5
History
File Mode Size
Kconfig -rw-r--r-- 579 bytes
Makefile -rw-r--r-- 153 bytes
control.c -rw-r--r-- 7.9 KB
cuse.c -rw-r--r-- 14.6 KB
dev.c -rw-r--r-- 44.9 KB
dir.c -rw-r--r-- 39.5 KB
file.c -rw-r--r-- 50.9 KB
fuse_i.h -rw-r--r-- 17.6 KB
inode.c -rw-r--r-- 28.1 KB

back to top