From: Tim Chen <tim.c.chen@linux.intel.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Ying Huang <ying.huang@intel.com>,
dave.hansen@intel.com, ak@linux.intel.com, aaron.lu@intel.com,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
Hugh Dickins <hughd@google.com>, Shaohua Li <shli@kernel.org>,
Minchan Kim <minchan@kernel.org>, Rik van Riel <riel@redhat.com>,
Andrea Arcangeli <aarcange@redhat.com>,
"Kirill A . Shutemov" <kirill.shutemov@linux.intel.com>,
Vladimir Davydov <vdavydov.dev@gmail.com>,
Johannes Weiner <hannes@cmpxchg.org>,
Michal Hocko <mhocko@kernel.org>,
Hillf Danton <hillf.zj@alibaba-inc.com>,
Christian Borntraeger <borntraeger@de.ibm.com>,
Jonathan Corbet <corbet@lwn.net>
Subject: Re: [PATCH v3 0/8] mm/swap: Regular page swap optimizations
Date: Tue, 29 Nov 2016 14:07:08 -0800 [thread overview]
Message-ID: <1480457228.3064.42.camel@linux.intel.com> (raw)
In-Reply-To: <20161129135012.ec4f6fd238022b76943e9f43@linux-foundation.org>
On Tue, 2016-11-29 at 13:50 -0800, Andrew Morton wrote:
> On Mon, 28 Nov 2016 13:14:01 -0800 Tim Chen <tim.c.chen@linux.intel.com> wrote:
>
> >
> > On Tue, 2016-11-15 at 15:47 -0800, Tim Chen wrote:
> > >
> > > Andrew,
> > >
> > > It seems like there are no objections to this patch series so far.
> > > Can you help us get this patch series to be code reviewed in more__
> > > depth so it can be considered for inclusion to 4.10?
> > > Will appreciate if Mel, Johannes, Rik or others can take a look.
> >
> > Hi Andrew,
> >
> > Want to give you a ping to see if you can consider merging this series,
> > as there are no objections from anyone since its posting 2 weeks ago?
> Well, you did say "for 4.10", with which I agree.A A So I have them
> buffered for processing around the 4.10-rc1 timeframe.
>
Thanks. A That will be great if the patchset can go into 4.10-rc1.
Tim
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Tim Chen <tim.c.chen@linux.intel.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Ying Huang <ying.huang@intel.com>,
dave.hansen@intel.com, ak@linux.intel.com, aaron.lu@intel.com,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
Hugh Dickins <hughd@google.com>, Shaohua Li <shli@kernel.org>,
Minchan Kim <minchan@kernel.org>, Rik van Riel <riel@redhat.com>,
Andrea Arcangeli <aarcange@redhat.com>,
"Kirill A . Shutemov" <kirill.shutemov@linux.intel.com>,
Vladimir Davydov <vdavydov.dev@gmail.com>,
Johannes Weiner <hannes@cmpxchg.org>,
Michal Hocko <mhocko@kernel.org>,
Hillf Danton <hillf.zj@alibaba-inc.com>,
Christian Borntraeger <borntraeger@de.ibm.com>,
Jonathan Corbet <corbet@lwn.net>
Subject: Re: [PATCH v3 0/8] mm/swap: Regular page swap optimizations
Date: Tue, 29 Nov 2016 14:07:08 -0800 [thread overview]
Message-ID: <1480457228.3064.42.camel@linux.intel.com> (raw)
In-Reply-To: <20161129135012.ec4f6fd238022b76943e9f43@linux-foundation.org>
On Tue, 2016-11-29 at 13:50 -0800, Andrew Morton wrote:
> On Mon, 28 Nov 2016 13:14:01 -0800 Tim Chen <tim.c.chen@linux.intel.com> wrote:
>
> >
> > On Tue, 2016-11-15 at 15:47 -0800, Tim Chen wrote:
> > >
> > > Andrew,
> > >
> > > It seems like there are no objections to this patch series so far.
> > > Can you help us get this patch series to be code reviewed in more__
> > > depth so it can be considered for inclusion to 4.10?
> > > Will appreciate if Mel, Johannes, Rik or others can take a look.
> >
> > Hi Andrew,
> >
> > Want to give you a ping to see if you can consider merging this series,
> > as there are no objections from anyone since its posting 2 weeks ago?
> Well, you did say "for 4.10", with which I agree. So I have them
> buffered for processing around the 4.10-rc1 timeframe.
>
Thanks. That will be great if the patchset can go into 4.10-rc1.
Tim
next prev parent reply other threads:[~2016-11-29 22:07 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-15 23:47 [PATCH v3 0/8] mm/swap: Regular page swap optimizations Tim Chen
2016-11-15 23:47 ` Tim Chen
2016-11-15 23:47 ` [PATCH v3 1/8] mm/swap: Fix kernel message in swap_info_get() Tim Chen
2016-11-15 23:47 ` Tim Chen
2016-11-15 23:47 ` [PATCH v3 2/8] mm/swap: Add cluster lock Tim Chen
2016-11-15 23:47 ` Tim Chen
2016-11-15 23:47 ` [PATCH v3 3/8] mm/swap: Split swap cache into 64MB trunks Tim Chen
2016-11-15 23:47 ` Tim Chen
2016-11-15 23:47 ` [PATCH v3 4/8] mm/swap: skip read ahead for unreferenced swap slots Tim Chen
2016-11-15 23:47 ` Tim Chen
2016-11-15 23:47 ` [PATCH v3 5/8] mm/swap: Allocate swap slots in batches Tim Chen
2016-11-15 23:47 ` Tim Chen
2016-11-15 23:47 ` [PATCH v3 6/8] mm/swap: Free swap slots in batch Tim Chen
2016-11-15 23:47 ` Tim Chen
2016-11-15 23:47 ` [PATCH v3 7/8] mm/swap: Add cache for swap slots allocation Tim Chen
2016-11-15 23:47 ` Tim Chen
2016-11-15 23:47 ` [PATCH v3 8/8] mm/swap: Enable swap slots cache usage Tim Chen
2016-11-15 23:47 ` Tim Chen
2016-11-28 21:14 ` [PATCH v3 0/8] mm/swap: Regular page swap optimizations Tim Chen
2016-11-28 21:14 ` Tim Chen
2016-11-29 21:50 ` Andrew Morton
2016-11-29 21:50 ` Andrew Morton
2016-11-29 22:07 ` Tim Chen [this message]
2016-11-29 22:07 ` Tim Chen
2017-01-05 18:40 ` Tim Chen
2017-01-05 18:40 ` Tim Chen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1480457228.3064.42.camel@linux.intel.com \
--to=tim.c.chen@linux.intel.com \
--cc=aarcange@redhat.com \
--cc=aaron.lu@intel.com \
--cc=ak@linux.intel.com \
--cc=akpm@linux-foundation.org \
--cc=borntraeger@de.ibm.com \
--cc=corbet@lwn.net \
--cc=dave.hansen@intel.com \
--cc=hannes@cmpxchg.org \
--cc=hillf.zj@alibaba-inc.com \
--cc=hughd@google.com \
--cc=kirill.shutemov@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@kernel.org \
--cc=minchan@kernel.org \
--cc=riel@redhat.com \
--cc=shli@kernel.org \
--cc=vdavydov.dev@gmail.com \
--cc=ying.huang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.