mbox series

[GIT,PULL] arm64 post-Spectre BHB fix for 5.17

Message ID YikqRdJFLdl8b6HG@arm.com
State New
Headers show
Series [GIT,PULL] arm64 post-Spectre BHB fix for 5.17 | expand

Pull-request

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

Message

Catalin Marinas March 9, 2022, 10:29 p.m. UTC
Hi Linus,

Please pull the arm64 fix below. It's based onto the arm64 Spectre BHB
branch that was merged yesterday.

Thanks.

The following changes since commit 58c9a5060cb7cd529d49c93954cdafe81c1d642a:

  arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation reporting (2022-03-07 17:25:52 +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 52c9f93a9c482251cb0d224faa602ba26d462be8:

  arm64: Do not include __READ_ONCE() block in assembly files (2022-03-09 21:56:50 +0000)

----------------------------------------------------------------
Fix kernel build with clang LTO after the inclusion of the Spectre BHB
arm64 mitigations.

----------------------------------------------------------------
Nathan Chancellor (1):
      arm64: Do not include __READ_ONCE() block in assembly files

 arch/arm64/include/asm/rwonce.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org March 9, 2022, 10:40 p.m. UTC | #1
The pull request you sent on Wed, 9 Mar 2022 22:29:25 +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/3bf7edc84a9eb4007dd9a0cb8878a7e1d5ec6a3b

Thank you!