From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id F3DDD221DB3 for ; Fri, 8 May 2026 23:03:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778281391; cv=none; b=j28HDi0S7ubraC7Rw0Wbdh0axXdQx9A4n8+x3XylVEg5j1ESt6PFRPlQBw95e9LMpo7End9XoZjVtGY0ryiusB4LTGEQ86uA/YqWmsZ4yfYcDA8KrIun/rN6HYx0AfUk/dbQN19NPydkeRUNiTpL78B7DSvarESe0awS5uKjy4E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778281391; c=relaxed/simple; bh=T6mrqFmyOE2qV0yz0/OW3Mys0sEgr97+gzVJbd8lSkI=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=FU0mVJwlCBB0esX4VkmGuNh92+SUO52ttySmaMbZeHibMUXI/44wa5gPDJxMoN9lN3VF5fGvcPxdf+QAcyttRGGzsHWhKY1D+cpzO2ptSvCGenwthhy2/84ktm4zycJtSzYfF/JXO8RaXy3/MLpi+iK80LOLTqY8OMHZ5ckFo6U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b=RWwoG98G; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b="RWwoG98G" Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BAC591C0A; Fri, 8 May 2026 16:03:02 -0700 (PDT) Received: from arm.com (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CE1EB3F7B4; Fri, 8 May 2026 16:03:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1778281388; bh=T6mrqFmyOE2qV0yz0/OW3Mys0sEgr97+gzVJbd8lSkI=; h=Date:From:To:Cc:Subject:From; b=RWwoG98Gt9HaOZ4EarqDWJKP5ICFUdWHnpNIBNSmeTRn5u6kCKPWmfZFR/yy+nzPS gpiZ5dOcNj+/ywQMMkWYQ8VqSfYhsu9wP1EZZ8oaJr8SoNYDlee2K3qqYiq7W+L+S2 tl/izZldC4g5MRnbAKTZrnHR3gGky4EklMIP0/ok= Date: Sat, 9 May 2026 00:03:04 +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 7.1-rc3 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Linus, Please pull the arm64 fix below. Thanks. The following changes since commit 030e8a40fff65ca6ac1c04a4d3c08afe72438922: arm64: signal: Preserve POR_EL0 if poe_context is missing (2026-05-01 17:44:25 +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 5cbb61bf4168859d97c068d88d364f4f1f440325: arm64/fpsimd: ptrace: zero target's fpsimd_state, not the tracer's (2026-05-06 12:11:49 +0100) ---------------------------------------------------------------- arm64 ptrace(PTRACE_SETREGSET) fix to zero the target's fpsimd_state rather than the tracer's. ---------------------------------------------------------------- Breno Leitao (1): arm64/fpsimd: ptrace: zero target's fpsimd_state, not the tracer's arch/arm64/kernel/ptrace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Catalin