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

Palmer Dabbelt palmer at rivosinc.com
Fri Mar 24 07:44:56 PDT 2023


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(-)



More information about the linux-riscv mailing list