[GIT PULL] arm64 fixes for 6.11-rc7
From: Catalin Marinas
Date: Fri Sep 06 2024 - 13:08:44 EST
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(-)
--
Catalin