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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,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 B4A28C12002 for ; Wed, 21 Jul 2021 04:20:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9ABBB611C1 for ; Wed, 21 Jul 2021 04:20:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231936AbhGUDjg (ORCPT ); Tue, 20 Jul 2021 23:39:36 -0400 Received: from foss.arm.com ([217.140.110.172]:44576 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231947AbhGUDjO (ORCPT ); Tue, 20 Jul 2021 23:39:14 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CFE24D6E; Tue, 20 Jul 2021 21:19:50 -0700 (PDT) Received: from [10.163.64.235] (unknown [10.163.64.235]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 87A023F66F; Tue, 20 Jul 2021 21:19:48 -0700 (PDT) Subject: Re: [PATCH 01/12] mm/debug_vm_pgtable: Introduce struct vm_pgtable_debug To: Gavin Shan , linux-mm@kvack.org Cc: linux-kernel@vger.kernel.org, catalin.marinas@arm.com, will@kernel.org, akpm@linux-foundation.org, shan.gavin@gmail.com, chuhu@redhat.com References: <20210706061748.161258-1-gshan@redhat.com> <20210706061748.161258-2-gshan@redhat.com> <65dbdc03-dd34-570c-6beb-7497855b5c8e@redhat.com> <1e39cb49-21d8-7114-4ffa-237c6fa19de9@arm.com> From: Anshuman Khandual Message-ID: Date: Wed, 21 Jul 2021 09:50:38 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/21/21 4:37 AM, Gavin Shan wrote: > Hi Anshuman, > > On 7/20/21 5:02 PM, Anshuman Khandual wrote: >> On 7/19/21 11:09 AM, Gavin Shan wrote: >>> On 7/14/21 4:24 PM, Anshuman Khandual wrote: >>>> On 7/6/21 11:47 AM, Gavin Shan wrote: >>> >>> Thanks for your review. I will take all your suggestion if it's applicable. >>> Otherwise, I will explain as below. All changes will be included in v2, >>> which will be posted pretty soon. >> >> You revised the series couple of times before I could even respond >> here :) Anyways, I will jump to V3 directly and continue reviewing >> from there. >> > > Yep. Sorry for the noises. Please review v3 directly. By the way, > It seems Andrew start to integrate (v3) series. I personally still That helps in getting it tested on many other platforms. > hope v3 (or perhaps v4) is going to be merged in 5.14 cycle :) > > Thanks, > Gavin >