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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F5E6C25B4E for ; Tue, 24 Jan 2023 17:17:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234818AbjAXRRw (ORCPT ); Tue, 24 Jan 2023 12:17:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234788AbjAXRRs (ORCPT ); Tue, 24 Jan 2023 12:17:48 -0500 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24A9961BC; Tue, 24 Jan 2023 09:17:44 -0800 (PST) Date: Tue, 24 Jan 2023 17:17:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1674580662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=GXyW90IOjnXJvIfMtjFFfhTG4Pl/WIRVVHctvw+l3qI=; b=b3syj6I9kUIPksw9zSGRrhxPXAmMEZkQmhx+mXT+MrQl4aIrYCXkgsuSj22vzS/C5c2dJ4 Zky5SMa1QnMvd5iE8GqhFTc26az6rzVKeq0SARVDo3SkdoTamaRZ/ugvM0qzMqxRPHIFIf UYIqetKi0gix/Ay/grdqiC6hRE2jAdY= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: David Matlack Cc: Paolo Bonzini , Marc Zyngier , James Morse , Suzuki K Poulose , Zenghui Yu , Huacai Chen , Aleksandar Markovic , Anup Patel , Atish Patra , Paul Walmsley , Palmer Dabbelt , Albert Ou , Sean Christopherson , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, kvmarm@lists.cs.columbia.edu, linux-mips@vger.kernel.org, kvm@vger.kernel.org, kvm-riscv@lists.infradead.org, linux-riscv@lists.infradead.org, Raghavendra Rao Ananta Subject: Re: [PATCH 6/7] KVM: Allow range-based TLB invalidation from common code Message-ID: References: <20230119173559.2517103-1-dmatlack@google.com> <20230119173559.2517103-7-dmatlack@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230119173559.2517103-7-dmatlack@google.com> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, Jan 19, 2023 at 09:35:58AM -0800, David Matlack wrote: > Make kvm_flush_remote_tlbs_range() visible in common code and create a > default implementation that just invalidates the whole TLB. > > This paves the way for several future cleanups: > - Introduction of range-based TLBI on ARM. nit: this is definitely a new feature, not a cleanup :) -- Thanks, Oliver