From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6F3EEC433E0 for ; Mon, 8 Jun 2020 06:13:51 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 172B92074B for ; Mon, 8 Jun 2020 06:13:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 172B92074B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 5E08B6B0026; Mon, 8 Jun 2020 02:13:50 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 590936B0027; Mon, 8 Jun 2020 02:13:50 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 4A6556B0028; Mon, 8 Jun 2020 02:13:50 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0155.hostedemail.com [216.40.44.155]) by kanga.kvack.org (Postfix) with ESMTP id 34C506B0026 for ; Mon, 8 Jun 2020 02:13:50 -0400 (EDT) Received: from smtpin07.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id CE0A2181A0DA9 for ; Mon, 8 Jun 2020 06:13:49 +0000 (UTC) X-FDA: 76905028578.07.duck48_3701ac926db7 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin07.hostedemail.com (Postfix) with ESMTP id 9BB051818D5B2 for ; Mon, 8 Jun 2020 06:13:49 +0000 (UTC) X-HE-Tag: duck48_3701ac926db7 X-Filterd-Recvd-Size: 2646 Received: from out30-54.freemail.mail.aliyun.com (out30-54.freemail.mail.aliyun.com [115.124.30.54]) by imf37.hostedemail.com (Postfix) with ESMTP for ; Mon, 8 Jun 2020 06:13:44 +0000 (UTC) X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R181e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e01419;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=16;SR=0;TI=SMTPD_---0U-uL44M_1591596815; Received: from IT-FVFX43SYHV2H.local(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0U-uL44M_1591596815) by smtp.aliyun-inc.com(127.0.0.1); Mon, 08 Jun 2020 14:13:36 +0800 Subject: Re: [PATCH v11 00/16] per memcg lru lock To: Hugh Dickins Cc: akpm@linux-foundation.org, mgorman@techsingularity.net, tj@kernel.org, khlebnikov@yandex-team.ru, daniel.m.jordan@oracle.com, yang.shi@linux.alibaba.com, willy@infradead.org, hannes@cmpxchg.org, lkp@intel.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, shakeelb@google.com, iamjoonsoo.kim@lge.com, richard.weiyang@gmail.com References: <1590663658-184131-1-git-send-email-alex.shi@linux.alibaba.com> From: Alex Shi Message-ID: <31943f08-a8e8-be38-24fb-ab9d25fd96ff@linux.alibaba.com> Date: Mon, 8 Jun 2020 14:13:26 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=gbk X-Rspamd-Queue-Id: 9BB051818D5B2 X-Spamd-Result: default: False [0.00 / 100.00] X-Rspamd-Server: rspam02 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000178, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: =D4=DA 2020/6/8 =CF=C2=CE=E712:15, Hugh Dickins =D0=B4=B5=C0: >> 24 files changed, 487 insertions(+), 312 deletions(-) > Hi Alex, >=20 > I didn't get to try v10 at all, waited until Johannes's preparatory > memcg swap cleanup was in mmotm; but I have spent a while thrashing > this v11, and can happily report that it is much better than v9 etc: > I believe this memcg lru_lock work will soon be ready for v5.9. >=20 > I've not yet found any flaw at the swapping end, but fixes are needed > for isolate_migratepages_block() and mem_cgroup_move_account(): I've > got a series of 4 fix patches to send you (I guess two to fold into > existing patches of yours, and two to keep as separate from me). >=20 > I haven't yet written the patch descriptions, will return to that > tomorrow. I expect you will be preparing a v12 rebased on v5.8-rc1 > or v5.8-rc2, and will be able to include these fixes in that. I am very glad to get your help on this feature!=20 and looking forward for your fixes tomorrow. :) Thanks a lot! Alex