From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C503721C16A for ; Fri, 20 Dec 2024 18:42:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734720169; cv=none; b=Eq0zerFrzEUOoK30PwLD5Az+yVks1Cjgd3ZyMv5dWxSRgHy/tu12dJKqgqKqAKfLRCea//CPFM9LC6X4C30eLK59QeJUaq0LvELDSCjdZJU34UA+L6rweLRDTcibhP0RA+iKQ0/IJoUxbdNlrBgZR0+9XLAlcNPIC42C5cwI1Ww= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734720169; c=relaxed/simple; bh=XaRel9nu7fc475fNdv+bSOJsErc6qJ4ltOJZTZp6tnY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=VpqUPcCXYI2uzesV7am1laimTO79Ldh9QmN9CMNJ1ssqNYM//FaXqeqASD3sbmuix+0Sesjv7swmbwjfdUgP/wW23zIYr+O7SH7wiP9R3QKQ0G5KkPRUqzCEmdjiZ12YHm5psgjK2XjLvYBm9wRD340ybxn3PhTkaCfA9uB235A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7B3CCC4CECD; Fri, 20 Dec 2024 18:42:48 +0000 (UTC) Date: Fri, 20 Dec 2024 18:42:46 +0000 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.13-rc4 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, That's hopefully the last pull request of the year - a minor sparse warning fix for the recently merged GCS support (arm's shadow stack). Thanks. Merry Christmas! The following changes since commit ce03573a1917532da06057da9f8e74a2ee9e2ac9: kselftest/arm64: abi: fix SVCR detection (2024-12-13 14:59:37 +0000) 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 926e862058978a8f81872845715d67ad21c30f65: arm64/signal: Silence sparse warning storing GCSPR_EL0 (2024-12-20 14:12:04 +0000) ---------------------------------------------------------------- Fix a sparse warning in the arm64 signal code dealing with the user shadow stack register, GCSPR_EL0. ---------------------------------------------------------------- Mark Brown (1): arm64/signal: Silence sparse warning storing GCSPR_EL0 arch/arm64/kernel/signal.c | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) -- Catalin