mbox series

[GIT,PULL] arm64 fix for 5.9

Message ID 20201006180818.GA25842@gaia
State New
Headers show
Series [GIT,PULL] arm64 fix for 5.9 | expand

Pull-request

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

Message

Catalin Marinas Oct. 6, 2020, 6:08 p.m. UTC
Hi Linus,

Please pull the arm64 fix below. Thanks.

The following changes since commit a509a66a9d0d4f4e304d58fad38c078d0336c445:

  arm64: permit ACPI core to map kernel memory used for table overrides (2020-09-30 22:27:51 +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 39e4716caa598a07a98598b2e7cd03055ce25fb9:

  crypto: arm64: Use x16 with indirect branch to bti_c (2020-10-06 18:14:47 +0100)

----------------------------------------------------------------
Fix a kernel panic in the AES crypto code caused by a BR tail call not
matching the target BTI instruction (when branch target identification
is enabled).

----------------------------------------------------------------
Jeremy Linton (1):
      crypto: arm64: Use x16 with indirect branch to bti_c

 arch/arm64/crypto/aes-neonbs-core.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 6, 2020, 7:18 p.m. UTC | #1
The pull request you sent on Tue, 6 Oct 2020 19:08:20 +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/c85fb28b6f999db9928b841f63f1beeb3074eeca

Thank you!