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 24CE5ECAAA1 for ; Fri, 9 Sep 2022 10:25:07 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RXCqjQXN/1+ixy3SHcps4lkSVfOPdteFFJKpoFnc9wg=; b=g0zJf1hTxF9TBd VZ6EXofjG4JAGT88w28vvdoXAjEwqeYQBix0ZhgUk7sTDWc8vLt5KzdX8zNEfhZisYioKAuexU/en zHL4CwE1jQQpxuPPGmfR0Inho1Ml7LMdSeUpxFA8Y9UevnelP0Tx1QyT/l8pxjTKGd09q9Yw5/pYQ 155haM27NKy4OWw4WK8Coc3A15LyUxCpkOMhot/8+PZMiMfzlNK4Ln1uRvYWwsxT7l0WrvAoV8fpn 0Uu/VL/y9OxSKNx/z0N5br1pcRckjXMP5m1uzbdIzwTpcBPb7Z4REbn17GOy2nHUlVxvk79x1gPLD 0Eb3H7hAjyL5XN1D3aqg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oWbBA-00FKYI-Ay; Fri, 09 Sep 2022 10:24:08 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oWbAD-00FKSr-JG for linux-arm-kernel@lists.infradead.org; Fri, 09 Sep 2022 10:23:10 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A2E5461F6F; Fri, 9 Sep 2022 10:23:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0F53C433D6; Fri, 9 Sep 2022 10:23:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662718988; bh=d7RnSy2R2V5swKbhom7U864nXXnh+B7vSLy5U4EsuT4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Y6/upu0ft6yAFPrxgMKOzU/W6N6In5Y1aNxQ0Q3CwBDfc93GNaurr0AuZXEPlSsFS 1J6+yQOOISMRm/YMy1zAsIcFU+Lobi2IAVsMLYkKpes2NX/rst65EampSi+rHD/OV4 9T9OSFsSpacw0HCb/6guUdodsaGdb0KF5tzJM3KPaxJ0hgTSCmbDxFmlZQFh6kzrw/ 7STfGK0hZ5TuLTmSGxtP6phIkTKax403IqcM8oH6p0wRV/XlXtbrVuRRW71yCNNYP7 6P0uop1g6PNMGhL8mheMevrcvvRuca4rlDFLexKm8XGlrjwr+gzpngaincNF4UdK2B 3wiL3i0hnpBVw== Date: Fri, 9 Sep 2022 11:23:03 +0100 From: Will Deacon To: Joey Gouly Cc: linux-arm-kernel@lists.infradead.org, nd@arm.com, ardb@kernel.org, catalin.marinas@arm.com Subject: Re: [PATCH v1] arm64: mm: fix resume for 52-bit enabled builds Message-ID: <20220909102302.GA32632@willie-the-truck> References: <20220909083811.33818-1-joey.gouly@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220909083811.33818-1-joey.gouly@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220909_032309_691481_919B5A39 X-CRM114-Status: GOOD ( 16.39 ) 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 Hi Joey, On Fri, Sep 09, 2022 at 09:38:11AM +0100, Joey Gouly wrote: > __cpu_setup() was changed to take the actual number of VA bits in x0, > however the resume path was not updated at the same time. > > Load `vabits_actual` in the resume path, to ensure that the correct > number of VA bits is used. > > This fixes booting v6.0-rc kernels on my Juno. > > Fixes: 0aaa68532e9d ("arm64: mm: fix booting with 52-bit address space") > Cc: Catalin Marinas > Cc: Will Deacon > Cc: Ard Biesheuvel I can't apply this without your SoB line. I think you made this mistake in the past, so please could you try to fix your setup? There's probably a better way to do this, but I up having: [commit] template = ~/linux-commit.template in my .gitconfig, and then I put the SoB line in the template so it's always there when I start writing the commit message. Cheers, Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel