Here is the patchset for correcting and cleaning-up migration related stuff. These are random correction and clean-up, so please see each patches ;) Thanks. Naoya Horiguchi (1): mm/migrate: add comment about permanent failure path Joonsoo Kim (6): mm/migrate: correct failure handling if !hugepage_migration_support() mm/mempolicy: correct putback method for isolate pages if failed mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages mm/compaction: respect ignore_skip_hint in update_pageblock_skip mm/migrate: remove unused function, fail_migrate_page() mm/migrate: remove result argument on page allocation function for migration include/linux/migrate.h | 8 +---- include/linux/page-isolation.h | 3 +- mm/compaction.c | 7 ++-- mm/memory-failure.c | 10 ++++-- mm/mempolicy.c | 8 ++--- mm/migrate.c | 74 +++++++++++++--------------------------- mm/page_isolation.c | 3 +- 7 files changed, 44 insertions(+), 69 deletions(-) -- 1.7.9.5 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>