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.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 C8BCCC433E0 for ; Fri, 10 Jul 2020 03:36:44 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 862322064B for ; Fri, 10 Jul 2020 03:36:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="XoMxyh6Z" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 862322064B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 0B76A6B0002; Thu, 9 Jul 2020 23:36:44 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 0692F6B0005; Thu, 9 Jul 2020 23:36:44 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id EBFFA6B0006; Thu, 9 Jul 2020 23:36:43 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0199.hostedemail.com [216.40.44.199]) by kanga.kvack.org (Postfix) with ESMTP id D6B5B6B0002 for ; Thu, 9 Jul 2020 23:36:43 -0400 (EDT) Received: from smtpin10.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 60E112C96 for ; Fri, 10 Jul 2020 03:36:43 +0000 (UTC) X-FDA: 77020754286.10.pies92_0c17e8626ecb Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin10.hostedemail.com (Postfix) with ESMTP id 29AB316A4DB for ; Fri, 10 Jul 2020 03:33:34 +0000 (UTC) X-HE-Tag: pies92_0c17e8626ecb X-Filterd-Recvd-Size: 3310 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) by imf36.hostedemail.com (Postfix) with ESMTP for ; Fri, 10 Jul 2020 03:33:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=OsNunWJ9eGAHX4ut8rpPqYEAeOB8ig5CVeRR1qqQlX0=; b=XoMxyh6ZlnoqzIreMr9ki7lnEw Vcz+XOCRndPiRKQm02UDDvlBmsMgI96U/21D75cn3yDmd/aTdFRyF7xLo2+KivMAQvuwMbhG08BVL nm1P66zCf1Kb0HHdL4833/IrYHYnW72HJ+DaFTyyKP9i3ujJqdlPnJzY4rMKQL4U+OkgFm5KO8z0Y LS/OFX5BSs2zJKgwNeQ5ghBRrdTS0dhWG3RoLhtTPbsQFHkKS23AmLDCFuL7o4IcPMPmDE+D0RsID AkjYJ/VZxi0Mve+JC1X/g3wUf46mfVbWYe5uL9h47UJ1q1M8/HbLBydUL2kElnbPb5b1DV11pxudJ HxcOso8w==; Received: from [2601:1c0:6280:3f0:897c:6038:c71d:ecac] by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jtjmb-0001Nb-7g; Fri, 10 Jul 2020 03:33:05 +0000 Subject: Re: [PATCH V4] mm/vmstat: Add events for THP migration without split To: Anshuman Khandual , linux-mm@kvack.org Cc: Jonathan Corbet , Steven Rostedt , Ingo Molnar , Daniel Jordan , Hugh Dickins , Matthew Wilcox , Zi Yan , John Hubbard , Naoya Horiguchi , Andrew Morton , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org References: <1594287583-16568-1-git-send-email-anshuman.khandual@arm.com> <50cc0a0d-e04e-9e5d-26a6-73a91944ba8c@arm.com> From: Randy Dunlap Message-ID: Date: Thu, 9 Jul 2020 20:33:01 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <50cc0a0d-e04e-9e5d-26a6-73a91944ba8c@arm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On 7/9/20 8:30 PM, Anshuman Khandual wrote: > > On 07/09/2020 09:04 PM, Randy Dunlap wrote: >> Hi, >> >> I have a few comments on this. >> >> a. I reported it very early and should have been Cc-ed. > > I should have Cc-ed you on this V4 patch, sorry about that. > >> >> b. A patch that applies to mmotm or linux-next would have been better >> than a full replacement patch. > I have followed that (i.e patch on mmotm/next as fix) only when the > required change is smaller as compared to the series on mmotm/next. > But for others a new patch should be better which can be replaced > on mmotm and next. At least that is my understanding and would like > to be corrected otherwise. > >> >> c. I tried replacing what I believe is the correct/same patch file in mmotm >> and still have build errors. > > That should not have happened, all new THP migration events are with > CONFIG_MIGRATION rather than CONFIG_TRANSPARENT_HUGEPAGE previously. Yes, I could have been mistaken about that last part. Sorry about that. -- ~Randy