mbox series

[GIT,PULL] arm64 fixes for 6.11-rc7

Message ID Zts3ECHu-7nucQHp@arm.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] arm64 fixes for 6.11-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

Message

Catalin Marinas Sept. 6, 2024, 5:08 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 6, 2024, 8:28 p.m. UTC | #1
The pull request you sent on Fri, 6 Sep 2024 18:08:32 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6b8ff511e412af4a367a8d3d4f323715a9357aa0

Thank you!