From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f70.google.com (mail-pl0-f70.google.com [209.85.160.70]) by kanga.kvack.org (Postfix) with ESMTP id E98B06B0003 for ; Sun, 11 Feb 2018 21:28:06 -0500 (EST) Received: by mail-pl0-f70.google.com with SMTP id h33so5693851plh.19 for ; Sun, 11 Feb 2018 18:28:06 -0800 (PST) Received: from mail-sor-f65.google.com (mail-sor-f65.google.com. [209.85.220.65]) by mx.google.com with SMTPS id t3sor760894pgn.76.2018.02.11.18.28.05 for (Google Transport Security); Sun, 11 Feb 2018 18:28:05 -0800 (PST) Date: Mon, 12 Feb 2018 11:28:00 +0900 From: Sergey Senozhatsky Subject: Re: [PATCH -mm -v3] mm, swap, frontswap: Fix THP swap if frontswap enabled Message-ID: <20180212022800.GA458@jagdpanzerIV> References: <20180209084947.22749-1-ying.huang@intel.com> <20180209130339.e91c8709e9c46e5b3f941a29@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180209130339.e91c8709e9c46e5b3f941a29@linux-foundation.org> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: "Huang, Ying" , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Huang Ying , Konrad Rzeszutek Wilk , Dan Streetman , Seth Jennings , Tetsuo Handa , Shaohua Li , Michal Hocko , Johannes Weiner , Mel Gorman , Shakeel Butt , Boris Ostrovsky , Juergen Gross , stable@vger.kernel.org, Sergey Senozhatsky , Minchan Kim Hello, On (02/09/18 13:03), Andrew Morton wrote: [..] > > Frontswap has multiple backends, to make it easy for one backend to > > enable THP support, the THP checking is put in backend frontswap store > > functions instead of the general interfaces. > > > > Fixes: bd4c82c22c367e068 ("mm, THP, swap: delay splitting THP after swapped out") > > Reported-by: Sergey Senozhatsky > > Tested-by: Sergey Senozhatsky > > I don't think Sergey has tested this version and I suspect this is a > holdover from the earlier patch, so I'll remove this line. Just tested it (v3) with FRONTSWAP enabled (didn't test XEN tmem). Works fine. FWIW Tested-by: Sergey Senozhatsky # frontswap -ss -- 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: email@kvack.org