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 32EBEC433F5 for ; Wed, 9 Mar 2022 19:09:59 +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:Date:Message-Id:MIME-Version: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=ELSne8/3lZQoPPK8ln+wvySqZpu08wjChbjUqAX0QPA=; b=RsMPMPlAStLYxA xg6k9Fp7RCxE+bx/KNGyKOIsxim83AJWRkX0664DlMz57fvNKqiEOkxeKLihR5T3iH3pYlJazyzD5 odqdDdsZ95enWFwbq3O4IloE1lvP7LJhVHmK8LHhSQI8vOd7cNZ2uJBooMbP+j6Z5zdTjwRsJloiU 8IowRhx+weE53te1SrvfgOIrAGhDcPQJV/uoSY3f7DHd6fbDNgcaBWnPFGNpWYTSTWHVtcbxmY2a9 ELnv00ueZ2VnpOKMgdIaMeKO/za7PHw4mcJ2cyIRhh1EphIZCG4xd50Tuhhl2qe3zNM/lo7UN5c4p 2fblszJt/4sXHVvFFweA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nS1fz-00ABjC-Jw; Wed, 09 Mar 2022 19:08:47 +0000 Received: from pandora.armlinux.org.uk ([2001:4d48:ad52:32c8:5054:ff:fe00:142]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nS1fx-00ABii-98 for linux-arm-kernel@lists.infradead.org; Wed, 09 Mar 2022 19:08:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Date:Sender:Message-Id:Content-Type: Content-Transfer-Encoding:MIME-Version: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-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=PAwCUpcAw1Lrc8SUXTMvDyubx6O9PkrVr2zdW4JR/2Y=; b=aPizthC9HdBbHT/RE9kHpaMjbm qT3QoWTkbSwh5eSOCPz6Qb3VztDiIr9K0IomuiVJq9lnB7eWfh/Hud0p9F88wp8I9OBsRnRFZCJI1 ys+QdVug4SrD32MkTVULPZ1Ybl3H4RECXuPyXZC6Jszlfkt7YeYmDm78CW13/4Ga36lFPZqdRD2sh 4AcgisbWFzGAsuDmMBl6Ll/FQ/2Cw5Hih62djd4OrQ8nJv3i8E3/U+uSxi+KUTcAMNNFBFrBSICBz u+2Aa5+2gLOPjyj2y7JigGGnC6PLN39mS/CtOIu7GH93uyDr+2Q1EKuIM6n65IEBSMR3Ej40Pl/AX BqAw0YZg==; Received: from e0022681537dd.dyn.armlinux.org.uk ([fd8f:7570:feb6:1:222:68ff:fe15:37dd]:53242 helo=rmk-PC.armlinux.org.uk) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nS1fu-0000E6-7s; Wed, 09 Mar 2022 19:08:42 +0000 Received: from rmk by rmk-PC.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1nS1fu-00GcNN-24; Wed, 09 Mar 2022 19:08:42 +0000 From: "Russell King (Oracle)" To: Linus Torvalds Cc: Catalin Marinas , linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: fix co-processor register typo MIME-Version: 1.0 Content-Disposition: inline Message-Id: Date: Wed, 09 Mar 2022 19:08:42 +0000 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220309_110845_349681_646B8F7E X-CRM114-Status: GOOD ( 10.15 ) 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 In the recent Spectre BHB patches, there was a typo that is only exposed in certain configurations: mcr p15,0,XX,c7,r5,4 should have been mcr p15,0,XX,c7,c5,4 Reported-by: kernel test robot Fixes: b9baf5c8c5c3 ("ARM: Spectre-BHB workaround") Signed-off-by: Russell King (Oracle) --- arch/arm/include/asm/assembler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/assembler.h b/arch/arm/include/asm/assembler.h index cc8851e09f0d..34fe8d2dd5d1 100644 --- a/arch/arm/include/asm/assembler.h +++ b/arch/arm/include/asm/assembler.h @@ -117,7 +117,7 @@ THUMB( fpreg .req r7 ) .endm .macro isb, args - mcr p15, 0, r0, c7, r5, 4 + mcr p15, 0, r0, c7, c5, 4 .endm #endif -- 2.30.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel