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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9E01C433EF for ; Mon, 18 Oct 2021 15:18:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AFA2960720 for ; Mon, 18 Oct 2021 15:18:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232105AbhJRPUv (ORCPT ); Mon, 18 Oct 2021 11:20:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:59150 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229751AbhJRPUu (ORCPT ); Mon, 18 Oct 2021 11:20:50 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A455A6056B; Mon, 18 Oct 2021 15:18:39 +0000 (UTC) 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.94.2) (envelope-from ) id 1mcUPN-0000Zu-AJ; Mon, 18 Oct 2021 16:18:37 +0100 Date: Mon, 18 Oct 2021 16:18:36 +0100 Message-ID: <87y26qnyyb.wl-maz@kernel.org> From: Marc Zyngier To: Vitaly Kuznetsov Cc: kvm@vger.kernel.org, Paolo Bonzini , Sean Christopherson , Wanpeng Li , Jim Mattson , linux-kernel@vger.kernel.org Subject: Re: [PATCH] KVM: Drop stale kvm_is_transparent_hugepage() declaration In-Reply-To: <20211018151407.2107363-1-vkuznets@redhat.com> References: <20211018151407.2107363-1-vkuznets@redhat.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") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: vkuznets@redhat.com, kvm@vger.kernel.org, pbonzini@redhat.com, seanjc@google.com, wanpengli@tencent.com, jmattson@google.com, linux-kernel@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Mon, 18 Oct 2021 16:14:07 +0100, Vitaly Kuznetsov wrote: > > kvm_is_transparent_hugepage() was removed in commit 205d76ff0684 ("KVM: > Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()") but its > declaration in include/linux/kvm_host.h persisted. Drop it. > > Fixes: 205d76ff0684 (""KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()") > Signed-off-by: Vitaly Kuznetsov > --- > include/linux/kvm_host.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h > index 0f18df7fe874..2dc62a8cc96c 100644 > --- a/include/linux/kvm_host.h > +++ b/include/linux/kvm_host.h > @@ -1164,7 +1164,6 @@ int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu); > > bool kvm_is_reserved_pfn(kvm_pfn_t pfn); > bool kvm_is_zone_device_pfn(kvm_pfn_t pfn); > -bool kvm_is_transparent_hugepage(kvm_pfn_t pfn); > > struct kvm_irq_ack_notifier { > struct hlist_node link; Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible.