mbox series

[GIT,PULL] arm64 fix for 6.7-rc4

Message ID ZWodVqC4gvcASpba@arm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64 fix for 6.7-rc4 | expand

Pull-request

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

Message

Catalin Marinas Dec. 1, 2023, 5:52 p.m. UTC
Hi Linus,

Please pull the arm64 fix below. Thanks.

The following changes since commit c0a8574204054effad6ac83cc75c02576e2985fe:

  arm64: add dependency between vmlinuz.efi and Image (2023-11-23 19:10:29 +0000)

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 f5259997f3e8d6edfcc2daf5b2c0b34f074d7bc0:

  arm64: Avoid enabling KPTI unnecessarily (2023-11-30 19:07:33 +0000)

----------------------------------------------------------------
Fix a 6.7-rc1 regression where the arm64 KPTI ends up enabled even on
systems that don't need it.

----------------------------------------------------------------
Ard Biesheuvel (1):
      arm64: Avoid enabling KPTI unnecessarily

 arch/arm64/kernel/cpufeature.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

pr-tracker-bot@kernel.org Dec. 2, 2023, 12:05 a.m. UTC | #1
The pull request you sent on Fri, 1 Dec 2023 17:52:22 +0000:

> 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/35f84584806e4e127a667221c592f8ae248132f6

Thank you!