mbox series

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

Message ID mhng-74337228-62c4-40ed-b7af-0d988ff94993@palmer-mbp2014 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.0-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.0-rc2

Message

Palmer Dabbelt Aug. 19, 2022, 4:28 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 19, 2022, 9:14 p.m. UTC | #1
The pull request you sent on Fri, 19 Aug 2022 09:28:44 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.0-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8fd00059cc13c7f170451e9318a9a5e772b88e17

Thank you!