On Wed, Jul 17, 2013 at 12:35:50PM -0400, Naoya Horiguchi wrote: ... > --- > From: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> > Date: Wed, 17 Jul 2013 11:49:56 -0400 > Subject: [PATCH] mm/swap.c: clear PageActive before adding pages onto > unevictable list > > As a result of v3.10-3600-g13f7f78 "mm: pagevec: defer deciding which LRU > to add a page to until pagevec drain time," pages on unevictable lists can > have both of PageActive and PageUnevictable set. This is not only confusing, > but also corrupts page migration and shrink_[in]active_list. > > This patch fixes the problem by adding ClearPageActive before adding pages > into unevictable list. It also cleans up VM_BUG_ONs. > > Signed-off-by: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> > Cc: stable@xxxxxxxxxxxxxxx # 3.10 No need to send to stable because the problem occurs after 3.10, sorry. Naoya Horiguchi -- 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>