All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] correct and clean-up migration related stuff
@ 2013-12-13  6:53 ` Joonsoo Kim
  0 siblings, 0 replies; 18+ messages in thread
From: Joonsoo Kim @ 2013-12-13  6:53 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Mel Gorman, Rik van Riel, Rafael Aquini, Naoya Horiguchi,
	Christoph Lameter, Joonsoo Kim, linux-kernel, linux-mm,
	Vlastimil Babka, Zhang Yanfei, Wanpeng Li, Joonsoo Kim

Changes From v2
- Drop 7th patch which try to remove result argument on page allocation
function for migration since it is wrong.
- Fix one missed word on changelog for 2nd patch, "correct failure
handling if !hugepage_migration_support()"
- Remove missed callsite for putback_lru_pages() on 4th patch
- Add Acked-by and Review-by

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 (5):
  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()

 include/linux/migrate.h |    6 ------
 mm/compaction.c         |    4 ++++
 mm/memory-failure.c     |    8 +++++++-
 mm/mempolicy.c          |    2 +-
 mm/migrate.c            |   51 +++++++++++++++++++----------------------------
 5 files changed, 32 insertions(+), 39 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-12-16 10:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-13  6:53 [PATCH v3 0/6] correct and clean-up migration related stuff Joonsoo Kim
2013-12-13  6:53 ` Joonsoo Kim
2013-12-13  6:53 ` [PATCH v3 1/6] mm/migrate: add comment about permanent failure path Joonsoo Kim
2013-12-13  6:53   ` Joonsoo Kim
2013-12-16 10:55   ` Rafael Aquini
2013-12-16 10:55     ` Rafael Aquini
2013-12-13  6:53 ` [PATCH v3 2/6] mm/migrate: correct failure handling if !hugepage_migration_support() Joonsoo Kim
2013-12-13  6:53   ` Joonsoo Kim
2013-12-13 22:05   ` Naoya Horiguchi
2013-12-13 22:05     ` Naoya Horiguchi
2013-12-13  6:53 ` [PATCH v3 3/6] mm/mempolicy: correct putback method for isolate pages if failed Joonsoo Kim
2013-12-13  6:53   ` Joonsoo Kim
2013-12-13  6:53 ` [PATCH v3 4/6] mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages Joonsoo Kim
2013-12-13  6:53   ` Joonsoo Kim
2013-12-13  6:53 ` [PATCH v3 5/6] mm/compaction: respect ignore_skip_hint in update_pageblock_skip Joonsoo Kim
2013-12-13  6:53   ` Joonsoo Kim
2013-12-13  6:53 ` [PATCH v3 6/6] mm/migrate: remove unused function, fail_migrate_page() Joonsoo Kim
2013-12-13  6:53   ` Joonsoo Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.