From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8EF8A320CB5; Mon, 17 Nov 2025 09:54:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763373264; cv=none; b=N2t5IsIbd4nwpkjJ+8dcObtRj1s5lAKwNHKX/aWzQepBUISTrotsb6ONEMouSxX9UXgIDuARnh9tZjyBuySuvwo3hfl2O47YPx61VEdLlGnHO7Px0zfV8LHUU+PLWu7HttLPdj6/BniVnuYBPR+QVdcbIbPdOqIalV+Z4YCKE38= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763373264; c=relaxed/simple; bh=Zmfx1RTjvD3nEoZ4oerYCG3aVTzAJqjCCY0jo844NB4=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References: MIME-Version:Content-Type; b=SQDN7ByE7Rjf9DBSK/ZCh/BX+6Jkm/RzDE85AjpdCyaVuMmOZf+lzWBDSHgQoN5anrvSdnzEL1cIwlxjVS2om9djZQKkTdldnsVhA3lIB3Sef3VusG+Ek37MLX8NpNm1axmZYpCqB0btCVv1+YGPCtUVz9GdsygdOlp+5gbeRrQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Vc+J1bXB; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Vc+J1bXB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD9D5C19425; Mon, 17 Nov 2025 09:54:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763373264; bh=Zmfx1RTjvD3nEoZ4oerYCG3aVTzAJqjCCY0jo844NB4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Vc+J1bXB8+zUMI3qGrVPUT1iFVcz91R9cTWIavqSvqMnezPRPE5nTKqHCeCnRPFI1 fmikykBEjzzl7vnaKKpN1p7SFxYLT8UCEXCl3oHei1lYHSQIVoVFs3ja2VijfaA+PO 2943wyQAX70SRY2PjtUxMetl0I0xol/SMawj7XzYwjH9GKCQohJT5w5oP3k/ONHIcU 48l6htOq0TvVRBMEw9mbzR6RaqwlQxYw8lKKWjK4Sa5TPEvI4tqa2r1nTiLw70W/RC /XRBPLEOLxVYbndBdx3UUTT5Mm7V1jb3MhCbK/Pyw2NZGT9fydFmZYGWTK8yH9bYXY ccgwleaBYazaQ== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vKvwD-00000005m0a-3hA5; Mon, 17 Nov 2025 09:54:21 +0000 Date: Mon, 17 Nov 2025 09:54:21 +0000 Message-ID: <867bvpt25u.wl-maz@kernel.org> From: Marc Zyngier To: Fuad Tabba Cc: kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, Joey Gouly , Suzuki K Poulose , Oliver Upton , Zenghui Yu , Christoffer Dall , Mark Brown Subject: Re: [PATCH v3 0/5] KVM: arm64: Add LR overflow infrastructure (the dregs, the bad and the ugly) In-Reply-To: References: <20251117091527.1119213-1-maz@kernel.org> 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/30.1 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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: tabba@google.com, kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, joey.gouly@arm.com, suzuki.poulose@arm.com, oupton@kernel.org, yuzenghui@huawei.com, christoffer.dall@arm.com, broonie@kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Hi Fuad, On Mon, 17 Nov 2025 09:40:47 +0000, Fuad Tabba wrote: > > Hi Marc, > > On Mon, 17 Nov 2025 at 09:15, Marc Zyngier wrote: > > > > This is a follow-up to the original series [1] (and fixes [2][3]) > > with a bunch of bug-fixes and improvements. At least one patch has > > already been posted, but I thought I might repost it as part of a > > series, since I accumulated more stuff: > > I'd like to test this series as well. Do you have it applied in one of > your branches at > https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git > , or which commit is it based on? I just pushed a new branch https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git/log/?h=kvm-arm64/vgic-lr-overflow-fixes that is based on -rc5, kvmarm/next, kvmarm-fixes-6.18-rc3 plus these patches. Let me know how this fares for you. Thanks, M. -- Without deviation from the norm, progress is not possible.