[GIT PULL] RISC-V Fixes for 6.0-rc2

Palmer Dabbelt palmer at rivosinc.com
Fri Aug 19 09:28:44 PDT 2022


The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -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.0-rc2

for you to fetch changes up to 96264230a6817bcd4a7ae0fc30c60bfb46499f68:

  perf: riscv legacy: fix kerneldoc comment warning (2022-08-18 14:19:26 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.0-rc2

* A fix to make the ISA extension static keys writable after init.  This
  manifests at least as a crash when loading modules (including KVM).
* A fixup for a build warning related to a poorly formed comment in our
  perf driver.

----------------------------------------------------------------
Andrew Jones (1):
      riscv: Ensure isa-ext static keys are writable

Conor Dooley (1):
      perf: riscv legacy: fix kerneldoc comment warning

 arch/riscv/kernel/cpufeature.c  | 2 +-
 drivers/perf/riscv_pmu_legacy.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the linux-riscv mailing list