mbox series

[GIT,PULL] arm64 fix for 6.8

Message ID 20240307172538.GA24546@willie-the-truck (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64 fix for 6.8 | expand

Pull-request

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

Message

Will Deacon March 7, 2024, 5:25 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 7, 2024, 5:39 p.m. UTC | #1
The pull request you sent on Thu, 7 Mar 2024 17:25:38 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/135288b73cef4ccc6e0f8bf1f06bad04128b987d

Thank you!