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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0A01BC43334 for ; Wed, 29 Jun 2022 10:56:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Subject:Cc:To:From:Message-ID:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wOl2mBr2fG4ZlaOcjUnefOsZTWXkcwq2Zlc+IYG5k1w=; b=R9smYb9nHyhYln OIoQ9ECOaICrmBtiuIof9TUzLy+xjyMhltFwEGYaEzHQNzl8ChfS3kf2aR5QzRsGRZSJv4soyNtc7 oF697NJ87gDfV+/LFWAsfTuFC2KcGVmw0mGz91rGASxUd4fPS2bd6mLXhoT9n79GWOrRTWDtI+vj3 HRBuEUmr4buCyyuJEWcczZIliPERVOi8RnUBM60CDH1cTFc1O+XbHeUuoP5gZYL1KR1Uy9RD4PyZa +Od4m/enkcKRHKK8qRqku9uhrl3u/dv7uHvLwo52jJrXtVkR/J1CEFH+h1FJpZcErqBrXiYgKwcze C2Uti4g6nwjIxRh9c1fA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6VLt-00BBa0-BW; Wed, 29 Jun 2022 10:55:21 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6Uxb-00B2Ml-Jz for linux-arm-kernel@lists.infradead.org; Wed, 29 Jun 2022 10:30:17 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 49D46B82201; Wed, 29 Jun 2022 10:30:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DCD3C34114; Wed, 29 Jun 2022 10:30:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656498613; bh=f+r5AD87A2KzRDAwsZTkOVMjV07LTP4CTwRCJZQva5s=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YsUnTHzkvp2/drvVhLka9zIWtKrSY9ZgFAcl4J1yb9YwfwFx2FV07LjpSKR2rhSEt v8sXw9gJoFZjONHN+tjOulSyKtKPlQ8sx6lF1YvDxSIHw/72YaVvYkbU40fY8Whzjq ZdV1l5iaOtb+7RdSzLnuX1PzYckmPmz97AT5RPyPArEJnK1oPtXKr4mo9EBJhx6KCC Ve6nnbmTpJ+27B79sMo71q6tmgCRvdz1G+TYFhw5OkMWmNt6EYv6JkjlYaAIDv0u0T RD4XUvxWgV8WhokhE2P6WgdNnISAGlkAFHp7AuKG7JWIC3dJz+Gis0QnIK9OFltolk U/ajRDsfjVZ3g== Received: from sofa.misterjones.org ([185.219.108.64] helo=why.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1o6UxX-0042Se-3o; Wed, 29 Jun 2022 11:30:11 +0100 Date: Wed, 29 Jun 2022 11:30:10 +0100 Message-ID: <871qv73gp9.wl-maz@kernel.org> From: Marc Zyngier To: Yosry Ahmed Cc: Tejun Heo , Johannes Weiner , Zefan Li , James Morse , Alexandru Elisei , Suzuki K Poulose , Paolo Bonzini , Sean Christopherson , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , Andrew Morton , Michal Hocko , Roman Gushchin , Shakeel Butt , Oliver Upton , Huang@google.com, Shaoqin , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v6 2/4] KVM: mmu: add a helper to account memory used by KVM MMU. In-Reply-To: <20220628220938.3657876-3-yosryahmed@google.com> References: <20220628220938.3657876-1-yosryahmed@google.com> <20220628220938.3657876-3-yosryahmed@google.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: yosryahmed@google.com, tj@kernel.org, hannes@cmpxchg.org, lizefan.x@bytedance.com, james.morse@arm.com, alexandru.elisei@arm.com, suzuki.poulose@arm.com, pbonzini@redhat.com, seanjc@google.com, vkuznets@redhat.com, wanpengli@tencent.com, jmattson@google.com, joro@8bytes.org, akpm@linux-foundation.org, mhocko@kernel.org, roman.gushchin@linux.dev, shakeelb@google.com, oupton@google.com, Huang@google.com, shaoqin.huang@intel.com, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, linux-mm@kvack.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220629_033015_876649_4A573E87 X-CRM114-Status: GOOD ( 14.87 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 28 Jun 2022 23:09:36 +0100, Yosry Ahmed wrote: > > Add a helper to account pages used by KVM for page tables in memory > secondary pagetable stats. This function will be used by subsequent > patches in different archs. > > Signed-off-by: Yosry Ahmed Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel