[merged] mm-compaction-reverse-the-change-that-forbade-sync-migraton-with-__gfp_no_kswapd.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KSWAPD
has been removed from the -mm tree.  Its filename was
     mm-compaction-reverse-the-change-that-forbade-sync-migraton-with-__gfp_no_kswapd.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KSWAPD
From: Andrea Arcangeli <aarcange@xxxxxxxxxx>

It's uncertain this has been beneficial, so it's safer to undo it.  All
other compaction users would still go in synchronous mode if a first
attempt at async compaction failed.  Hopefully we don't need to force
special behavior for THP (which is the only __GFP_NO_KSWAPD user so far
and it's the easier to exercise and to be noticeable).  This also make
__GFP_NO_KSWAPD return to its original strict semantics specific to bypass
kswapd, as THP allocations have khugepaged for the async THP
allocations/compactions.

Signed-off-by: Andrea Arcangeli <aarcange@xxxxxxxxxx>
Cc: Alex Villacis Lasso <avillaci@xxxxxxxxxxxxxxxxx>
Cc: Mel Gorman <mel@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 mm/page_alloc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/page_alloc.c~mm-compaction-reverse-the-change-that-forbade-sync-migraton-with-__gfp_no_kswapd mm/page_alloc.c
--- a/mm/page_alloc.c~mm-compaction-reverse-the-change-that-forbade-sync-migraton-with-__gfp_no_kswapd
+++ a/mm/page_alloc.c
@@ -2107,7 +2107,7 @@ rebalance:
 					sync_migration);
 	if (page)
 		goto got_pg;
-	sync_migration = !(gfp_mask & __GFP_NO_KSWAPD);
+	sync_migration = true;
 
 	/* Try direct reclaim and then allocating */
 	page = __alloc_pages_direct_reclaim(gfp_mask, order,
_

Patches currently in -mm which might be from aarcange@xxxxxxxxxx are

origin.patch
mm-hugepages-can-cause-negative-commitlimit.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux