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-- 1.3 KB
Makefile -rw-r--r-- 160 bytes
checkpoint.c -rw-r--r-- 22.8 KB
commit.c -rw-r--r-- 31.3 KB
journal.c -rw-r--r-- 66.1 KB
recovery.c -rw-r--r-- 18.5 KB
revoke.c -rw-r--r-- 20.9 KB
transaction.c -rw-r--r-- 66.1 KB

back to top