mbox series

[GIT,PULL] RISC-V Fixes for 5.14-rc8 (or 5.14)

Message ID mhng-f06b0a4c-f321-4c14-9378-da36fbf6212f@palmerdabbelt-glaptop (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.14-rc8 (or 5.14) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.14-rc8

Message

Palmer Dabbelt Aug. 27, 2021, 5:45 p.m. UTC
The following changes since commit aa3e1ba32e553e611a58145c2eb349802feaa6eb:

  riscv: Fix a number of free'd resources in init_resources() (2021-08-20 10:15:51 -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.14-rc8

for you to fetch changes up to 417166ddec020c4e969aea064e23822591ad54df:

  riscv: dts: microchip: Add ethernet0 to the aliases node (2021-08-24 20:57:32 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.14-rc8 (or 5.14)

* A pair of device tree updates for the Microsemi Polarfire development
  kit that fix some mismatches between the u-boot and Linux enternet
  entries.
* A fix to ensure that the F register state is correctly reflected in
  core dumps.

----------------------------------------------------------------
Bin Meng (2):
      riscv: dts: microchip: Use 'local-mac-address' for emac1
      riscv: dts: microchip: Add ethernet0 to the aliases node

Vincent Chen (1):
      riscv: Ensure the value of FP registers in the core dump file is up to date

 arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts | 4 ++++
 arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi           | 2 +-
 arch/riscv/kernel/ptrace.c                                  | 4 ++++
 3 files changed, 9 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Aug. 27, 2021, 8:10 p.m. UTC | #1
The pull request you sent on Fri, 27 Aug 2021 10:45:51 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.14-rc8

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

Thank you!