From patchwork Thu Mar 7 17:25:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Will Deacon X-Patchwork-Id: 13586073 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 9FA4DC54E49 for ; Thu, 7 Mar 2024 17:25:58 +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=s4mfZGiv2HzwWACvi8ZH2E8ODEdnM8HqjvTnU/LnpS4=; b=GCxGrr1DlUC5LO 5jajoxYd1KOK9iw2w2RNb6zsXUMXZDVDNXxd3J+x+2VgDO/50H5tyg8QyYfQE4Pdi/F5M5V4f7zvY prCuPyrhgGEFU1ZuHAdKvNHIo8Y2WPub2zeA5gdbSIRMhLx8Cio1Fep4lFC92DMyZgYYve7MItY6h 13J0/6deirZozeSF1HmEpQ55X1x+bh3Wo4gAkrlg3ua2EIAr5xnE3EWErmXy+neOIL41feqEVsodF hqBECDU9MwpVMEJT/lHQwdj76t9D6SveCV6KtD941Ea7qlAKqXEsJbuuEt9j+VVPSroPC6LoX52aa VUTUG2rnXK89DShubMTw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1riHV6-00000005g2r-2lu7; Thu, 07 Mar 2024 17:25:48 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1riHV4-00000005g2Q-0Xg9 for linux-arm-kernel@lists.infradead.org; Thu, 07 Mar 2024 17:25:47 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0326861005; Thu, 7 Mar 2024 17:25:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87930C433C7; Thu, 7 Mar 2024 17:25:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709832343; bh=dynjC0AMIe3EZw5uMKQVJ84eW4CVPU6BJ6pGvhvM7T4=; h=Date:From:To:Cc:Subject:From; b=X6kLnD0B9JH0ECFeIFioJudYWoqjy0HadT2TAfHUu57LG0yRKZwWe6aLcj2sZBQ3u 3I1+P0SN4lTI+pjIVKvsOKz14lp724fzgZGLqgHciC3DpI/zhLzCZydyrYQiQqy+j6 IQbpjzG9juSz3ye4OHpBIT9xR5H4t+uBTC553N1D8vpzq8K6u8w1RWBXHI4Q95lonm uMBtmLcBP8OqZCphXM+Vmv0JVmFsNHrfyTu8ljrylqrVW+9kabYUnzXx4w0Ee4nEl7 pr94H70oFM7eVfBO5e/sy/G5Xwx72ImBLTim39hIcKqDsrbwakOTcitc5qrgC0KP0o sC/HmsooCQ7Ng== Date: Thu, 7 Mar 2024 17:25:38 +0000 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 fix for 6.8 Message-ID: <20240307172538.GA24546@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-20240307_092546_315228_81E09D5E X-CRM114-Status: UNSURE ( 9.04 ) 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 this lonely arm64 fix for 6.8 addressing a kprobes regression that we introduced during the merge window. Thanks, Will --->8 The following changes since commit d7b77a0d565b048cb0808fa8a4fb031352b22a01: arm64/sme: Restore SMCR_EL1.EZT0 on exit from suspend (2024-02-20 12:19:16 +0000) 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 2c79bd34af13de221ddab29d8dfc9d5eeca8fe9b: arm64: prohibit probing on arch_kunwind_consume_entry() (2024-03-04 13:00:00 +0000) ---------------------------------------------------------------- arm64 fix for 6.8 - Fix recursive kprobes regression when probing the stack unwinder ---------------------------------------------------------------- Puranjay Mohan (1): arm64: prohibit probing on arch_kunwind_consume_entry() arch/arm64/kernel/stacktrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)