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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D12CC001DE for ; Fri, 4 Aug 2023 18:56:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230020AbjHDS4i (ORCPT ); Fri, 4 Aug 2023 14:56:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229515AbjHDS4g (ORCPT ); Fri, 4 Aug 2023 14:56:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8FE0BA9 for ; Fri, 4 Aug 2023 11:56:35 -0700 (PDT) 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 24FED620FA for ; Fri, 4 Aug 2023 18:56:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ABFB5C433C8; Fri, 4 Aug 2023 18:56:33 +0000 (UTC) Date: Fri, 4 Aug 2023 19:56:31 +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 fixes for 6.5-rc5 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull the arm64 fixes below. Thanks. The following changes since commit 003e6b56d780095a9adc23efc9cb4b4b4717169b: ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info() (2023-07-28 14:50:50 +0100) 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 69af56ae56a48a2522aad906c4461c6c7c092737: arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE (2023-08-04 16:18:32 +0100) ---------------------------------------------------------------- More SVE/SME fixes for ptrace() and for the (potentially future) case where SME is implemented in hardware without SVE support. ---------------------------------------------------------------- Mark Brown (5): arm64/fpsimd: Clear SME state in the target task when setting the VL arm64/ptrace: Flush FP state when setting ZT0 arm64/ptrace: Don't enable SVE when setting streaming SVE arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE arch/arm64/kernel/fpsimd.c | 9 +++++---- arch/arm64/kernel/ptrace.c | 10 +++++++--- 2 files changed, 12 insertions(+), 7 deletions(-) -- Catalin