From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753993AbcCaAzx (ORCPT ); Wed, 30 Mar 2016 20:55:53 -0400 Received: from LGEAMRELO11.lge.com ([156.147.23.51]:56377 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752336AbcCaAzv (ORCPT ); Wed, 30 Mar 2016 20:55:51 -0400 X-Original-SENDERIP: 156.147.1.151 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 165.244.98.204 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 10.177.223.161 X-Original-MAILFROM: minchan@kernel.org Date: Thu, 31 Mar 2016 09:57:34 +0900 From: Minchan Kim To: Sergey Senozhatsky CC: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, jlayton@poochiereds.net, bfields@fieldses.org, Vlastimil Babka , Joonsoo Kim , koct9i@gmail.com, aquini@redhat.com, virtualization@lists.linux-foundation.org, Mel Gorman , Hugh Dickins , Sergey Senozhatsky , Rik van Riel , rknize@motorola.com, Gioh Kim , Sangseok Lee , Chan Gyun Jeong , Al Viro , YiPing Xu Subject: Re: [PATCH v3 00/16] Support non-lru page migration Message-ID: <20160331005734.GC6736@bbox> References: <1459321935-3655-1-git-send-email-minchan@kernel.org> <20160330161141.4332b189e7a4930e117d765b@linux-foundation.org> <20160331002932.GA1758@swordfish> MIME-Version: 1.0 In-Reply-To: <20160331002932.GA1758@swordfish> User-Agent: Mutt/1.5.21 (2010-09-15) X-MIMETrack: Itemize by SMTP Server on LGEKRMHUB04/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2016/03/31 09:55:48, Serialize by Router on LGEKRMHUB04/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2016/03/31 09:55:49, Serialize complete at 2016/03/31 09:55:49 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 31, 2016 at 09:29:32AM +0900, Sergey Senozhatsky wrote: > On (03/30/16 16:11), Andrew Morton wrote: > [..] > > > For details, please read description in > > > "mm/compaction: support non-lru movable page migration". > > > > OK, I grabbed all these. > > > > I wonder about testing coverage during the -next period. How many > > people are likely to exercise these code paths in a serious way before > > it all hits mainline? > > I'm hammering the zsmalloc part. Thanks, Sergey!