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 C883A24B57; Wed, 21 Feb 2024 10:17:21 +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=1708510641; cv=none; b=kn0wXtFVnfmrOc96RMxdVREnKv/f8tQVD15RLVXnLqjVHguJVkAt9KH6HZe7yV7QFYEMZABtJfIG/5hRs5leX7qGHlrYbYDdwLybJEtMhKHlEVL+2wtccjChNMIr7UJptavk+eDjHz73QfbGS/uQVSlkmaekQrTcSG7NAunqxZ4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708510641; c=relaxed/simple; bh=rDihJ2qZsh4aBhB/KRNnvpywWBWh8t5oztOINSRoa38=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=I2DU8ZPdw8CtV95jkwvQb6gOsicS84wc6x+RGG6AhIDmS0pqN36CURUEqvm4dEUKYgujWmYi/3+pWGYVXtkmTYI9lrSpFla1MjwtSU+EFkCIeffLlfHZ43XKcbx3DbjEAlxZgZzuhOF6iyMVIY8xfdrttRqpFEaklE4aMA3XsPw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GpsFCK1y; 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="GpsFCK1y" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57A16C433F1; Wed, 21 Feb 2024 10:17:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708510641; bh=rDihJ2qZsh4aBhB/KRNnvpywWBWh8t5oztOINSRoa38=; h=From:To:Cc:Subject:Date:From; b=GpsFCK1yYRU3q/SBnYoNLYgIczXs5unldlH1uRU7bLeidcWgiB2uuMkxRDPu7bNjd BEQvzR0SteLSMgXv587r0fWqLm5kbqC38ZCgJRXTWaF4J6IUHx/dSV93fV3mXXSVCX BZ5M2m+bHRVoyIbChNfLzz7TsaRD/wvsJxttQB9pFDy0H3sEd6QHU4m0G/R//we22v rCcTR5ylb5t/SUJXBs28vePTTkSZ9LHBzPgsApef8ZN21/oaOQYBmBYWI0blvnSrwW Lx81uXZavK8C6mn/zCWV6dQKYIzvy2yWyGBT59pE3byXlsczAR/6Ib0eyPxW825lR3 Z8EDQ5sJqkLMg== Received: from sofa.misterjones.org ([185.219.108.64] helo=valley-girl.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1rcjfD-005CWP-44; Wed, 21 Feb 2024 10:17:19 +0000 From: Marc Zyngier To: Paolo Bonzini Cc: James Morse , Suzuki K Poulose , Oliver Upton , Zenghui Yu , kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] KVM/arm64 fixes for 6.8, take #3 Date: Wed, 21 Feb 2024 10:17:11 +0000 Message-Id: <20240221101711.2105066-1-maz@kernel.org> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: pbonzini@redhat.com, james.morse@arm.com, suzuki.poulose@arm.com, oliver.upton@linux.dev, yuzenghui@huawei.com, kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Hey Paolo, Another week, another couple of fixes. This time, two fixes for the ITS emulation that could result in non-existent LPIs being used, with unpredictable consequences. Thanks to Oliver for spotting those as he was reworking the ITS translation cache. Please pull, M. The following changes since commit c60d847be7b8e69e419e02a2b3d19c2842a3c35d: KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked() (2024-02-13 19:22:03 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.8-3 for you to fetch changes up to 85a71ee9a0700f6c18862ef3b0011ed9dad99aca: KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler (2024-02-21 10:06:41 +0000) ---------------------------------------------------------------- KVM/arm64 fixes for 6.8, take #3 - Check for the validity of interrupts handled by a MOVALL command - Check for the validity of interrupts while reading the pending state on enabling LPIs. ---------------------------------------------------------------- Oliver Upton (2): KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table() KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler arch/arm64/kvm/vgic/vgic-its.c | 5 +++++ 1 file changed, 5 insertions(+) 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 DC493C48BC3 for ; Wed, 21 Feb 2024 10:17:36 +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:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=+IA8uu/aCQQWgnUmCibaB97op6mxAIFqXI4jVO1i5KU=; b=MGLG5G4lx4S/2F qVIjG855RB9R9tDlRjFi4c05UDFSpozHxm2Lud/qXXDgh7FjBQ71hn7Qww8QLmAdFyrK6QYK1M0jg 17wn3JmEL7jibU0KHIVVI3kXN2pJOd2gkrrX7RC/z4rTQ9TxqJXoKBNMyd7ztgTadtam6JONvmJ5H yKg57bB+uv1mEXwPejzjFxv0x8SrWof41lpPOB/Qg27Y7L+1MS7+vTLjl90lnwmOM3cU9T7UuviVj bJMTeQHeDDERLsbibJF7WKIHY8pdoLWM+cimrvx5yfyxZFsMOVFhQicWrQ9ladg1ZNQApmnaIgwsr 9phFrBnZ+jaqYcGr0ACA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcjfJ-00000000SO1-13cx; Wed, 21 Feb 2024 10:17:25 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rcjfG-00000000SNe-3vE8 for linux-arm-kernel@lists.infradead.org; Wed, 21 Feb 2024 10:17:24 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0B68860C94; Wed, 21 Feb 2024 10:17:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57A16C433F1; Wed, 21 Feb 2024 10:17:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708510641; bh=rDihJ2qZsh4aBhB/KRNnvpywWBWh8t5oztOINSRoa38=; h=From:To:Cc:Subject:Date:From; b=GpsFCK1yYRU3q/SBnYoNLYgIczXs5unldlH1uRU7bLeidcWgiB2uuMkxRDPu7bNjd BEQvzR0SteLSMgXv587r0fWqLm5kbqC38ZCgJRXTWaF4J6IUHx/dSV93fV3mXXSVCX BZ5M2m+bHRVoyIbChNfLzz7TsaRD/wvsJxttQB9pFDy0H3sEd6QHU4m0G/R//we22v rCcTR5ylb5t/SUJXBs28vePTTkSZ9LHBzPgsApef8ZN21/oaOQYBmBYWI0blvnSrwW Lx81uXZavK8C6mn/zCWV6dQKYIzvy2yWyGBT59pE3byXlsczAR/6Ib0eyPxW825lR3 Z8EDQ5sJqkLMg== Received: from sofa.misterjones.org ([185.219.108.64] helo=valley-girl.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1rcjfD-005CWP-44; Wed, 21 Feb 2024 10:17:19 +0000 From: Marc Zyngier To: Paolo Bonzini Cc: James Morse , Suzuki K Poulose , Oliver Upton , Zenghui Yu , kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] KVM/arm64 fixes for 6.8, take #3 Date: Wed, 21 Feb 2024 10:17:11 +0000 Message-Id: <20240221101711.2105066-1-maz@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: pbonzini@redhat.com, james.morse@arm.com, suzuki.poulose@arm.com, oliver.upton@linux.dev, yuzenghui@huawei.com, kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.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-20240221_021723_037762_EA1D4C15 X-CRM114-Status: UNSURE ( 8.27 ) X-CRM114-Notice: Please train this message. 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 Hey Paolo, Another week, another couple of fixes. This time, two fixes for the ITS emulation that could result in non-existent LPIs being used, with unpredictable consequences. Thanks to Oliver for spotting those as he was reworking the ITS translation cache. Please pull, M. The following changes since commit c60d847be7b8e69e419e02a2b3d19c2842a3c35d: KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked() (2024-02-13 19:22:03 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.8-3 for you to fetch changes up to 85a71ee9a0700f6c18862ef3b0011ed9dad99aca: KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler (2024-02-21 10:06:41 +0000) ---------------------------------------------------------------- KVM/arm64 fixes for 6.8, take #3 - Check for the validity of interrupts handled by a MOVALL command - Check for the validity of interrupts while reading the pending state on enabling LPIs. ---------------------------------------------------------------- Oliver Upton (2): KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table() KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler arch/arm64/kvm/vgic/vgic-its.c | 5 +++++ 1 file changed, 5 insertions(+) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel