Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp9133699pxu; Mon, 28 Dec 2020 07:27:33 -0800 (PST) X-Google-Smtp-Source: ABdhPJxR+EpyFstOcThhJ9E1/kqHMnFcFuOdqWWx8axXzzEyogUlWaLeJLfk7bc2e8WOMF/GdZQ4 X-Received: by 2002:a17:907:94c6:: with SMTP id dn6mr42148359ejc.13.1609169253057; Mon, 28 Dec 2020 07:27:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1609169253; cv=none; d=google.com; s=arc-20160816; b=n003svwmttMj3l26ULA7LI5ck7xAbWykmc52csqt44jiy90yIcBKXXuFcL4clJc1wO 71SZcZ9cXpI/PQk0z1wzwayQsoHov6L+Xy6O7KsT23W4pvzK+6NyVRZBOI3HNcN2Wvj6 5g7yp8IYyOXW03a/5zZJWzECfndstcvGkA5VmEpH2aSjgodXAr6N6uRQbN8FzAv4/CO/ CJ95ACUJ0ZtEbTMgo3fr4jucEbJ7RJ0+xKl7yjPojQRKKIXKmtdtl1i3INqqaSN32qIc 7lkZ4XsyZl7uhX5DTbjxqymSmPZnl/o34d+cky+y5lmD9c0dLxGiHeVzTfCGFqdggp+k n/Vw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=1+P4CKWTIFGNFLVmp98Hi6P1Ph+RqnpPQpzhq11XA0Q=; b=GnQKp4czgWXFtOfW1lO75yd9C++YLEudhClIAM2gx9YM/ER1yva0RVuSI+IpOW1Rdy 29E4n7xEqiwmSeQSpstJJBZL3aaP8T7Qgb9WxvM1Sx6pamOyx40d1W0OmETt5YkF/0jw sgP46p1LX1jofbVhlhQ+COr1Ezcr7fEziTd1rbzLQXylJbu/sXuYGyo/mfQcTZyrfgNt cPQmv9fp5fSURPnoLd+f9cIDcByQNxOv+n0A2OpwJnqurZe1DtNs7rT23OJJKq+kHgzC JY4v2WVwuxWQzVZ+w9sAlqMx6k5RVngOmUWHIY+/jY17jL9UU4uJvIRhQsxtdzJ/wf+T cuww== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=QmhMOXxE; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id go32si18177090ejc.64.2020.12.28.07.27.10; Mon, 28 Dec 2020 07:27:33 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=QmhMOXxE; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407822AbgL1OAO (ORCPT + 99 others); Mon, 28 Dec 2020 09:00:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:33370 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407801AbgL1OAN (ORCPT ); Mon, 28 Dec 2020 09:00:13 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7BF18206D4; Mon, 28 Dec 2020 13:59:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1609163998; bh=CDW50GIi47SnbO5kphFrHsC+i69isCVz1aq0B+F3Gvs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=QmhMOXxEdQ5zkUTUscsZUGuA9uQcFtzTX60SX/WZoG2rgd8arWqE4XiotKNnpTXf0 d7OA6A/BU1pnhnPmEu0EhFbaApXgJQOxBdmxqWR29aHRbVtMRtJXnIv2hzdgFJs0aO YykoiK/qfjdtkGwyzpJzMEOvniGjMY9e4RNRFDss= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Nicolas Pitre , Linus Walleij , Ard Biesheuvel , Sasha Levin Subject: [PATCH 5.10 025/717] ARM: p2v: fix handling of LPAE translation in BE mode Date: Mon, 28 Dec 2020 13:40:23 +0100 Message-Id: <20201228125022.189756959@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201228125020.963311703@linuxfoundation.org> References: <20201228125020.963311703@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ard Biesheuvel [ Upstream commit 4e79f0211b473f8e1eab8211a9fd50cc41a3a061 ] When running in BE mode on LPAE hardware with a PA-to-VA translation that exceeds 4 GB, we patch bits 39:32 of the offset into the wrong byte of the opcode. So fix that, by rotating the offset in r0 to the right by 8 bits, which will put the 8-bit immediate in bits 31:24. Note that this will also move bit #22 in its correct place when applying the rotation to the constant #0x400000. Fixes: d9a790df8e984 ("ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BE") Acked-by: Nicolas Pitre Reviewed-by: Linus Walleij Signed-off-by: Ard Biesheuvel Signed-off-by: Sasha Levin --- arch/arm/kernel/head.S | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm/kernel/head.S b/arch/arm/kernel/head.S index f8904227e7fdc..98c1e68bdfcbb 100644 --- a/arch/arm/kernel/head.S +++ b/arch/arm/kernel/head.S @@ -671,12 +671,8 @@ ARM_BE8(rev16 ip, ip) ldrcc r7, [r4], #4 @ use branch for delay slot bcc 1b bx lr -#else -#ifdef CONFIG_CPU_ENDIAN_BE8 - moveq r0, #0x00004000 @ set bit 22, mov to mvn instruction #else moveq r0, #0x400000 @ set bit 22, mov to mvn instruction -#endif b 2f 1: ldr ip, [r7, r3] #ifdef CONFIG_CPU_ENDIAN_BE8 @@ -685,7 +681,7 @@ ARM_BE8(rev16 ip, ip) tst ip, #0x000f0000 @ check the rotation field orrne ip, ip, r6, lsl #24 @ mask in offset bits 31-24 biceq ip, ip, #0x00004000 @ clear bit 22 - orreq ip, ip, r0 @ mask in offset bits 7-0 + orreq ip, ip, r0, ror #8 @ mask in offset bits 7-0 #else bic ip, ip, #0x000000ff tst ip, #0xf00 @ check the rotation field -- 2.27.0