Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751556AbdFGGN4 (ORCPT ); Wed, 7 Jun 2017 02:13:56 -0400 Received: from LGEAMRELO11.lge.com ([156.147.23.51]:33107 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751526AbdFGGNz (ORCPT ); Wed, 7 Jun 2017 02:13:55 -0400 X-Original-SENDERIP: 156.147.1.125 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 165.244.249.23 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 10.177.220.163 X-Original-MAILFROM: minchan@kernel.org Date: Wed, 7 Jun 2017 15:12:16 +0900 From: Minchan Kim To: zhong jiang CC: , , , , Subject: Re: [PATCH] Revert "mm: vmpressure: fix sending wrong events on underflow" Message-ID: <20170607061216.GA5929@bbox> References: <1496804917-7628-1-git-send-email-zhongjiang@huawei.com> <20170607035540.GA5687@bbox> <59378799.1050000@huawei.com> MIME-Version: 1.0 In-Reply-To: <59378799.1050000@huawei.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-MIMETrack: Itemize by SMTP Server on LGEKRMHUB06/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2017/06/07 15:12:19, Serialize by Router on LGEKRMHUB06/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2017/06/07 15:12:20, Serialize complete at 2017/06/07 15:12:20 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 Content-Length: 838 Lines: 18 On Wed, Jun 07, 2017 at 12:56:57PM +0800, zhong jiang wrote: > On 2017/6/7 11:55, Minchan Kim wrote: > > On Wed, Jun 07, 2017 at 11:08:37AM +0800, zhongjiang wrote: > >> This reverts commit e1587a4945408faa58d0485002c110eb2454740c. > >> > >> THP lru page is reclaimed , THP is split to normal page and loop again. > >> reclaimed pages should not be bigger than nr_scan. because of each > >> loop will increase nr_scan counter. > > Unfortunately, there is still underflow issue caused by slab pages as > > Vinayak reported in description of e1587a4945408 so we cannot revert. > > Please correct comment instead of removing the logic. > > > > Thanks. > we calculate the vmpressue based on the Lru page, exclude the slab pages by previous > discussion. is it not this? > IIRC, It is not merged into mainline although mmotm has it.