mbox series

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

Message ID mhng-4d782094-e4c0-4626-a038-78e17e33b19e@palmer-ri-x1c9 (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.3-rc4 | expand

Pull-request

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

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 24, 2023, 2:44 p.m. UTC
The following changes since commit 47dd902aaee9b9341808a3a994793199e7eddb88:

  RISC-V: mm: Support huge page in vmalloc_fault() (2023-03-14 19:15:34 -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-rc4

for you to fetch changes up to e89c2e815e76471cb507bd95728bf26da7976430:

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

----------------------------------------------------------------
RISC-V Fixes for 6.3-rc4

* A fix to match the CSR ASID masking rules when passing ASIDs to
  firmware.
* Force GCC to use ISA 2.2, to avoid a host of compatibily issues
  between toolchains.

----------------------------------------------------------------
Dylan Jhong (1):
      riscv: mm: Fix incorrect ASID argument when flushing TLB

Nathan Chancellor (1):
      riscv: Handle zicsr/zifencei issues between clang and binutils

 arch/riscv/Kconfig                | 22 ++++++++++++++++++++++
 arch/riscv/Makefile               | 10 ++++++----
 arch/riscv/include/asm/tlbflush.h |  2 ++
 arch/riscv/mm/context.c           |  2 +-
 arch/riscv/mm/tlbflush.c          |  2 +-
 5 files changed, 32 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org March 24, 2023, 5:15 p.m. UTC | #1
The pull request you sent on Fri, 24 Mar 2023 07:44:56 -0700 (PDT):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/19a6b66ca5244203214726376fda978cda2fc488

Thank you!