]> git.dujemihanovic.xyz Git - linux.git/commit
Merge tag 'riscv-for-linus-6.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Sep 2024 20:03:45 +0000 (13:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Sep 2024 20:03:45 +0000 (13:03 -0700)
commit8581ae1ea0d203a71851b21455c2d5167ba00e50
tree31af09fd5399b3ca1f52407be1bafaccf4a95283
parent5abfdfd402699ce7c1e81d1a25bc37f60f7741ff
parent7c1e5b9690b0e14acead4ff98d8a6c40f2dff54b
Merge tag 'riscv-for-linus-6.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux

Pull RISC-V fixes from Palmer Dabbelt:

 - Two fixes for smp_processor_id() calls in preemptible sections: one
   if the perf driver, and one in the fence.i prctl.

* tag 'riscv-for-linus-6.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
  riscv: Disable preemption while handling PR_RISCV_CTX_SW_FENCEI_OFF
  drivers: perf: Fix smp_processor_id() use in preemptible code