mbox series

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

Message ID mhng-b5674eda-e816-4e5a-aea2-22f8dc6617fd@palmer-mbp2014 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.0-rc3 | expand

Pull-request

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

Message

Palmer Dabbelt Aug. 26, 2022, 4:01 p.m. UTC
The following changes since commit 96264230a6817bcd4a7ae0fc30c60bfb46499f68:

  perf: riscv legacy: fix kerneldoc comment warning (2022-08-18 14:19:26 -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-rc3

for you to fetch changes up to 1709c70c31e05e6e87b2ffa0a2b4cc0da4b2c513:

  Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux.git into fixes (2022-08-25 16:38:01 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.0-rc3

* A handful of fixes for the Microchip device trees.
* A pair of fixes to eliminate build warnings.

----------------------------------------------------------------
Conor Dooley (6):
      riscv: signal: fix missing prototype warning
      riscv: traps: add missing prototype
      riscv: dts: microchip: mpfs: fix incorrect pcie child node name
      riscv: dts: microchip: mpfs: remove ti,fifo-depth property
      riscv: dts: microchip: mpfs: remove bogus card-detect-delay
      riscv: dts: microchip: mpfs: remove pci axi address translation property

Heinrich Schuchardt (1):
      riscv: dts: microchip: correct L2 cache interrupts

Palmer Dabbelt (2):
      Merge tag 'dt-fixes-for-palmer-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git into fixes
      Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux.git into fixes

 arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts |  3 ---
 arch/riscv/boot/dts/microchip/mpfs-polarberry.dts |  3 ---
 arch/riscv/boot/dts/microchip/mpfs.dtsi           |  5 ++---
 arch/riscv/include/asm/signal.h                   | 12 ++++++++++++
 arch/riscv/include/asm/thread_info.h              |  2 ++
 arch/riscv/kernel/signal.c                        |  1 +
 arch/riscv/kernel/traps.c                         |  3 ++-
 7 files changed, 19 insertions(+), 10 deletions(-)
 create mode 100644 arch/riscv/include/asm/signal.h

Comments

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

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

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

Thank you!