[GIT PULL] RISC-V Fixes for 6.1-rc3

Palmer Dabbelt palmer at rivosinc.com
Fri Oct 28 11:41:32 PDT 2022


The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -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.1-rc3

for you to fetch changes up to d14e99bf95510fa2d6affc371ad68161afc1dc8e:

  RISC-V: Fix /proc/cpuinfo cpumask warning (2022-10-27 15:23:19 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.1-rc3

* A fix for a build warning in the jump_label code.
* One of the git://github -> https://github cleanups, for the SiFive
  drivers.
* A fix for the kasan initialization code, this still likely warrants
  some cleanups but that's a bigger problem and at least this fixes the
  crashes in the short term.
* A pair of fixes for extension support detection on mixed LLVM/GNU
  toolchains.
* A fix for a runtime warning in the /proc/cpuinfo code.

----------------------------------------------------------------
Andrew Jones (1):
      RISC-V: Fix /proc/cpuinfo cpumask warning

Conor Dooley (2):
      riscv: fix detection of toolchain Zicbom support
      riscv: fix detection of toolchain Zihintpause support

Jisheng Zhang (1):
      riscv: jump_label: mark arguments as const to satisfy asm constraints

Palmer Dabbelt (2):
      MAINTAINERS: git://github.com -> https://github.com for sifive
      Merge patch series "Fix RISC-V toolchain extension support detection"

Qinglin Pan (1):
      riscv: mm: add missing memcpy in kasan_init

 MAINTAINERS                             |  2 +-
 arch/riscv/Kconfig                      | 17 +++++++++++++----
 arch/riscv/Makefile                     |  6 ++----
 arch/riscv/include/asm/jump_label.h     |  8 ++++----
 arch/riscv/include/asm/vdso/processor.h |  2 +-
 arch/riscv/kernel/cpu.c                 |  3 +++
 arch/riscv/mm/kasan_init.c              |  7 ++++++-
 7 files changed, 30 insertions(+), 15 deletions(-)



More information about the linux-riscv mailing list