From patchwork Fri Apr 5 18:06:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 13619302 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 8F46EC67861 for ; Fri, 5 Apr 2024 18:07:13 +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=nWEB7MmAAhoESmXthqILjqxkvDdMDer2HGv9twAipnU=; b=Q8kPaFJ66/P4gA yl3pyLVjkmv6yxR0jE4GX88nMaJBrn2L60eJbWKMFHwD+JoQzpMNKtlfUl8d6ivoMqXgliFw4rdxT 2Yf/Hherf429U897POJhO2AgRLkOGKC5UV9RerykpmLVkQnx2gzRDvi0Wa3r5Fed82G6AAUfZtwUl W7gOJabmDTG6apI4NTnL1J6b/ImJdi7JFgZ/8gv7PBTyEBk609EM2VIHd8/dH2Qfrsqh5Smym15+F osfIJU/UYwDFOLtMaBWWt6QsRGtv1SDW34gNPyefAz2H5CfGPOgRjFaDieeTYBVq2hRUHiuVKRtOC 3TAnvHt0mmrW+k6JEd5Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rsnxp-00000008MyL-2Mht; Fri, 05 Apr 2024 18:06:57 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rsnxm-00000008MwR-3zbn for linux-arm-kernel@lists.infradead.org; Fri, 05 Apr 2024 18:06:56 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 23E70CE2447; Fri, 5 Apr 2024 18:06:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0B2B9C433C7; Fri, 5 Apr 2024 18:06:47 +0000 (UTC) Date: Fri, 5 Apr 2024 19:06:45 +0100 From: Catalin Marinas To: Linus Torvalds Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] arm64 fix for 6.9-rc3 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240405_110655_192203_C28115C0 X-CRM114-Status: UNSURE ( 9.34 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Linus, Please pull the arm64 fix below. Thanks. The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes for you to fetch changes up to b017a0cea627fcbe158fc2c214fe893e18c4d0c4: arm64/ptrace: Use saved floating point state type to determine SVE layout (2024-04-03 15:02:00 +0100) ---------------------------------------------------------------- arm64/ptrace fix to use the correct SVE layout based on the saved floating point state rather than the TIF_SVE flag. The latter may be left on during syscalls even if the SVE state is discarded. ---------------------------------------------------------------- Mark Brown (1): arm64/ptrace: Use saved floating point state type to determine SVE layout arch/arm64/kernel/ptrace.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)