mbox series

[GIT,PULL] RISC-V Fixes for 6.3-rc5

Message ID mhng-39dd74a6-0889-4b33-b276-201f02823d17@palmer-ri-x1c9 (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.3-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.3-rc5

Checks

Context Check Description
conchuod/apply fail Pull to for-next failed
conchuod/tree_selection success Pull request for for-next

Message

Palmer Dabbelt March 31, 2023, 3:01 p.m. UTC
The following changes since commit e89c2e815e76471cb507bd95728bf26da7976430:

  riscv: Handle zicsr/zifencei issues between clang and binutils (2023-03-23 12:52:49 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.3-rc5

for you to fetch changes up to 4622f159098e098611f393cccf73d52b007e70bc:

  Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alternative dependency" (2023-03-29 12:23:00 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.3-rc5

* A fix for FPU probing in XIP kernels.
* Always enable the alternative framework for non-XIP kernels.

----------------------------------------------------------------
Conor Dooley (2):
      RISC-V: add non-alternative fallback for riscv_has_extension_[un]likely()
      RISC-V: always select RISCV_ALTERNATIVE for non-xip kernels

Palmer Dabbelt (1):
      Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alternative dependency"

 arch/riscv/Kconfig             | 12 +++++-----
 arch/riscv/Kconfig.erratas     |  6 ++---
 arch/riscv/include/asm/hwcap.h | 50 +++++++++++++++++++++++++-----------------
 3 files changed, 38 insertions(+), 30 deletions(-)

Comments

pr-tracker-bot@kernel.org March 31, 2023, 5:26 p.m. UTC | #1
The pull request you sent on Fri, 31 Mar 2023 08:01:05 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.3-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/39f692125c388aa657e77e5ae07ea72be02d99a5

Thank you!