From patchwork Fri Sep 6 17:08:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 13794472 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 3F600E6FE34 for ; Fri, 6 Sep 2024 17:11:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=rE6Tp2cFlbEF+qzwu+G4oGVH5VwyjJcrOySpYZPtk8Q=; b=qAFaUeqPNcGLW/bcq2kKvmMcMQ xF3mVA60/jFm67ieqDUNKo5eVM8+v6gjYxn/XtXItBqIJsxQVDj0Jz1XrGIqwtZOtEcFDZ7n5VEyF YVKwt+3BC5jdrn5pe5uy/wqikfPiot51mU4lNRZk1Cr8iEo1DI8IME1S12jbITs+Xh2xOrTlJMG4I X+3f8tp7ykIvMBNFbYs4oGoTU2ZieQLxsGY7TVOOH1xBwwI2UZQ7fJtDQEms0+mYBJKMr8vEn6ohv 1beU/n16MTem7crf3ul+0kHeIZq7UydNieawfNtFf6NoEpD4qRmxGyEZi7vD8EK3H0T1ed7pB/j/Y qiXlXM8w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1smcUE-0000000D4a3-0q8H; Fri, 06 Sep 2024 17:11:06 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1smcRp-0000000D497-0Zre for linux-arm-kernel@lists.infradead.org; Fri, 06 Sep 2024 17:08:38 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id BFCBA5C5A22; Fri, 6 Sep 2024 17:08:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 200CFC4CEC4; Fri, 6 Sep 2024 17:08:34 +0000 (UTC) Date: Fri, 6 Sep 2024 18:08:32 +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.11-rc7 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-20240906_100837_391422_42EF9EEE X-CRM114-Status: UNSURE ( 9.14 ) 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 75c8f387dd16066a90c0928d00851edad0c8c519: Merge tag 'kvmarm-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into for-next/fixes (2024-08-23 09:47:39 +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 c060f93253cad63ea9d41b5b1186a1da32541dec: arm64: stacktrace: fix the usage of ftrace_graph_ret_addr() (2024-09-05 15:03:35 +0100) ---------------------------------------------------------------- Fix the arm64 usage of ftrace_graph_ret_addr() to pass the &state->graph_idx pointer instead of NULL, otherwise this function just returns early. ---------------------------------------------------------------- Puranjay Mohan (1): arm64: stacktrace: fix the usage of ftrace_graph_ret_addr() arch/arm64/kernel/stacktrace.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)