mbox series

[GIT,PULL] RISC-V Fixes for 5.19-rc3

Message ID mhng-67f78725-bcd9-4c12-920d-2377a998b9f0@palmer-mbp2014 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.19-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.19-rc3

Message

Palmer Dabbelt June 17, 2022, 2:28 p.m. UTC
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.19-rc3

for you to fetch changes up to c836d9d17a7d102ded1ba4dbd4ee0bc42ba26211:

  RISC-V: Some Svpbmt fixes (2022-06-16 15:48:39 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.19-rc3

* A fix for the PolarFire SOC's device tree.
* A handful of fixes for the recently added Svpmbt support.
* An improvement to the Kconfig text for Svpbmt.

----------------------------------------------------------------
This is my first time taking an actual pull request, so sorry if I screwed
something up.  It's just a single patch and I checked over things last night,
though now that I look at this again I see that pretty much everyone is using
the git URLs instead of the SSH URLs.  Happy to re-spin this for next week if
that's a problem, but it looks like I've done that a handful of times before.

----------------------------------------------------------------
Conor Dooley (1):
      riscv: dts: microchip: re-add pdma to mpfs device tree

Heiko Stuebner (3):
      riscv: fix dependency for t-head errata
      riscv: drop cpufeature_apply_feature tracking variable
      riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbol

Palmer Dabbelt (2):
      Merge tag 'dt-fixes-for-palmer-5.19-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/conor/linux into fixes
      RISC-V: Some Svpbmt fixes

 arch/riscv/Kconfig                      | 9 +++++++--
 arch/riscv/Kconfig.erratas              | 1 +
 arch/riscv/boot/dts/microchip/mpfs.dtsi | 9 +++++++++
 arch/riscv/kernel/cpufeature.c          | 5 +----
 4 files changed, 18 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org June 17, 2022, 7:22 p.m. UTC | #1
The pull request you sent on Fri, 17 Jun 2022 07:28:41 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.19-rc3

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

Thank you!