From patchwork Fri Jul 21 11:44:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Will Deacon X-Patchwork-Id: 13321923 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 170C8EB64DD for ; Fri, 21 Jul 2023 11:44:51 +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:Subject:Cc:To: From:Date: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=kj7isK6Br6ttpOcsfo1V/s5UAHNCCiWgmCbqwB2DRRU=; b=RU63BAUf255MIX pKahrrOSUV+GrOedsFyr5NRaZCrtwo4KcOW7c1vy38x6yKwO5F8N8TORVOAwv95MwjMJpqbG8ATOP P3ZnTx2u0vONBRenQASE+nsWMC4Blqyfci4EQ61IxLzpEr1drBHIFqZDt9oybxnLWn03coskgQR2D yiUVr0OZ31hEgJf5drbwChk5zd8MkLxHb626SYil01/9jwd67Kk/EJEHe5250IEdbai+lGl2SFRp+ giY6h2gfR6htwdLlEjaq7TMTJgetROiNGSd+yyAvHqpu8GcYl/c4wze3VOcoz3yztaWE4eb76czd3 gWyk7f+UaoMQHY7hYPoQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qMoYh-00Dxp1-2t; Fri, 21 Jul 2023 11:44:31 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qMoYf-00DxoK-0v for linux-arm-kernel@lists.infradead.org; Fri, 21 Jul 2023 11:44:30 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 88F7D61A00; Fri, 21 Jul 2023 11:44:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD656C433C8; Fri, 21 Jul 2023 11:44:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689939867; bh=wSTu2zhBHqsKfvTP6GDkBfU35xeXo0vTnJ6B11t2qGk=; h=Date:From:To:Cc:Subject:From; b=TFp1jFzDDW/eYM8+VV+62EoE2xWu929cVnPaBUS9PgIye5zvct5nKgVa04CvgRDZW 96xyjXLprrFmzYjAkMdoxk2XvkkROaSHgYoVA1lm1XL8LtubaasybHsq3woB9kFgCa ySed+lB+e5y3DDz1dnCrm6nbPFPmbReAWBHQLyGoU83W8wly7rawD88cJu9mTFHMH9 zSkGzz9o9u6XQ7Ez7dnpwBFNMhPvnFMIBVg6QARhj/Oiex+Lfn8om0ObWihfdKbKD9 kEI1kgKi/kV3ojMz7GHFECWhovj8DkWc5GArDwgvzG931biuF9s00MvlQCC470XYh5 wwoeItvXIcjfw== Date: Fri, 21 Jul 2023 12:44:23 +0100 From: Will Deacon To: torvalds@linux-foundation.org Cc: catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-team@android.com Subject: [GIT PULL] arm64 fixes for -rc5 Message-ID: <20230721114423.GA12852@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline 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-20230721_044429_372263_33CBF88E X-CRM114-Status: GOOD ( 11.35 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Linus, I've picked up a handful of arm64 fixes while Catalin's been away, so here they are. The tag has the usual summary, but we have basically have two cleanups, a fix for an SME crash and a fix for hibernation. There's a pending issue with memory hot-unplug in some configurations, but we're still diagnosing that one. Please pull. Cheers, Will --->8 The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes for you to fetch changes up to d4d5be94a87872421ea2569044092535aff0b886: arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes (2023-07-21 11:11:09 +0100) ---------------------------------------------------------------- arm64 fixes for -rc3 - Fix saving of SME state after SVE vector length is changed - Fix sparse warnings for missing vDSO function prototypes - Fix hibernation resume path when kfence is enabled - Fix field names for the HFGxTR_EL2 register ---------------------------------------------------------------- Marc Zyngier (1): arm64: Fix HFGxTR_EL2 field naming Mark Brown (1): arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes Nikhil V (1): arm64: mm: Make hibernation aware of KFENCE Zhen Lei (1): arm64: vdso: Clear common make C=2 warnings arch/arm64/kernel/fpsimd.c | 33 +++++++++++++++++++++++++-------- arch/arm64/kernel/vdso/vgettimeofday.c | 4 ++++ arch/arm64/mm/trans_pgd.c | 4 +++- arch/arm64/tools/sysreg | 12 ++++++------ 4 files changed, 38 insertions(+), 15 deletions(-)