The patch titled
Subject: mm/balloon_compaction: isolate balloon pages without lru_lock
has been removed from the -mm tree. Its filename was
mm-balloon_compaction-isolate-balloon-pages-without-lru_lock.patch
This patch was dropped because an updated version will be merged
------------------------------------------------------
From: Konstantin Khlebnikov <[email protected]>
Subject: mm/balloon_compaction: isolate balloon pages without lru_lock
LRU-lock isn't required for balloon page isolation. This check makes
migration of some ballooned pages mostly impossible because
isolate_migratepages_range() drops LRU lock periodically.
Signed-off-by: Konstantin Khlebnikov <[email protected]>
Acked-by: Rafael Aquini <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: <[email protected]> [v3.8+]
Signed-off-by: Andrew Morton <[email protected]>
---
mm/compaction.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
mm/compaction.c~mm-balloon_compaction-isolate-balloon-pages-without-lru_lock
mm/compaction.c
---
a/mm/compaction.c~mm-balloon_compaction-isolate-balloon-pages-without-lru_lock
+++ a/mm/compaction.c
@@ -643,7 +643,7 @@ isolate_migratepages_block(struct compac
*/
if (!PageLRU(page)) {
if (unlikely(balloon_page_movable(page))) {
- if (locked && balloon_page_isolate(page)) {
+ if (balloon_page_isolate(page)) {
/* Successfully isolated */
goto isolate_success;
}
_
Patches currently in -mm which might be from [email protected] are
include-linux-migrateh-remove-migratepage-define.patch
mm-introduce-common-page-state-for-ballooned-memory.patch
mm-balloon_compaction-use-common-page-ballooning.patch
mm-balloon_compaction-general-cleanup.patch
linux-next.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html