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 143FDC77B6C for ; Thu, 13 Apr 2023 00:10:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229597AbjDMAKy (ORCPT ); Wed, 12 Apr 2023 20:10:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229620AbjDMAKx (ORCPT ); Wed, 12 Apr 2023 20:10:53 -0400 Received: from out-19.mta1.migadu.com (out-19.mta1.migadu.com [95.215.58.19]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D469B3 for ; Wed, 12 Apr 2023 17:10:52 -0700 (PDT) Date: Thu, 13 Apr 2023 00:10:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1681344650; 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=HCnXOj3LEZN88jyRNUFFg8GsQnQc0xXS8kokzqYep/c=; b=UpfE94B7TEW3IFsEyeibHj+V01F9ZaA3Vszow+MunLiFWuLApwY/7uwYcpi0WPcctwKCp2 zo2MztaA2oCv0QBufKIMOV3ioHt500hShr2DVaQUS0WK9+h+BjH0NXaqg+xGehcu/bnUbp egFbBsranYjg2oXQuDxLgNXRy1jVA+k= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Marc Zyngier Cc: kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, James Morse , Suzuki K Poulose , Zenghui Yu , Will Deacon Subject: Re: [PATCH v2 3/5] KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc() Message-ID: References: <20230408160427.10672-1-maz@kernel.org> <20230408160427.10672-4-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230408160427.10672-4-maz@kernel.org> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Sat, Apr 08, 2023 at 05:04:25PM +0100, Marc Zyngier wrote: > We rely on the presence of a DSB at the end of kvm_flush_dcache_to_poc() > that, on top of ensuring completion of the cache clean, also covers > the speculative page table walk started from EL1. > > Document this dependency. > > Signed-off-by: Marc Zyngier Reviewed-by: Oliver Upton -- Thanks, Oliver