From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756655AbcLUPUR (ORCPT ); Wed, 21 Dec 2016 10:20:17 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:36557 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752978AbcLUPUO (ORCPT ); Wed, 21 Dec 2016 10:20:14 -0500 From: Nicholas Piggin To: Dave Hansen , Linus Torvalds , Bob Peterson , Linux Kernel Mailing List , swhiteho@redhat.com, luto@kernel.org, agruenba@redhat.com, peterz@infradead.org, linux-mm@kvack.org, Mel Gorman Cc: Nicholas Piggin Subject: [PATCH 0/2] respin of PageWaiters patch Date: Thu, 22 Dec 2016 01:19:49 +1000 Message-Id: <20161221151951.16396-1-npiggin@gmail.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Seeing as Mel said he would test it (and maybe Dave could as well), I will post my patches again. There was a couple of page flags bugs pointed out last time, which should be fixed. Thanks, Nick Nicholas Piggin (2): mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked mm: add PageWaiters bit to indicate waitqueue should be checked include/linux/mm.h | 2 + include/linux/page-flags.h | 33 ++++++-- include/linux/pagemap.h | 23 +++--- include/linux/writeback.h | 1 - include/trace/events/mmflags.h | 2 +- init/main.c | 3 +- mm/filemap.c | 180 +++++++++++++++++++++++++++++++++-------- mm/internal.h | 2 + mm/swap.c | 2 + 9 files changed, 189 insertions(+), 59 deletions(-) -- 2.11.0