mbox series

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

Message ID mhng-84a83727-f880-4d8a-b9df-0c45accff355@palmer-mbp2014 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.19-rc8 | expand

Pull-request

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

Message

Palmer Dabbelt July 22, 2022, 3:52 p.m. UTC
merged tag 'dt-fixes-for-palmer-5.19-rc6'
The following changes since commit 7fccd723912702acfc2d75e8f0596982534f7f24:

  Merge tag 'dt-fixes-for-palmer-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git into fixes (2022-07-13 10:44:22 -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-rc8

for you to fetch changes up to c1f6eff304e4dfa4558b6a8c6b2d26a91db6c998:

  riscv: add as-options for modules with assembly compontents (2022-07-21 12:09:29 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.19-rc8

* Two kexec-related build fixes.
* A DTS update to make the GPIO nodes match the upcoming dtschema.
* A fix that passes -mno-relax directly to the assembler when building
  modules, to work around compilers that fail to do so.

----------------------------------------------------------------
Ben Dooks (1):
      riscv: add as-options for modules with assembly compontents

Krzysztof Kozlowski (1):
      riscv: dts: align gpio-key node names with dtschema

Li Zhengyu (2):
      RISCV: kexec: Fix build error without CONFIG_MODULES
      RISC-V: kexec: Fix build error without CONFIG_KEXEC

 arch/riscv/Makefile                             | 1 +
 arch/riscv/boot/dts/canaan/canaan_kd233.dts     | 2 +-
 arch/riscv/boot/dts/canaan/sipeed_maix_bit.dts  | 2 +-
 arch/riscv/boot/dts/canaan/sipeed_maix_dock.dts | 2 +-
 arch/riscv/boot/dts/canaan/sipeed_maix_go.dts   | 6 +++---
 arch/riscv/boot/dts/canaan/sipeed_maixduino.dts | 2 +-
 arch/riscv/kernel/Makefile                      | 2 +-
 arch/riscv/kernel/elf_kexec.c                   | 2 +-
 8 files changed, 10 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org July 22, 2022, 8:07 p.m. UTC | #1
The pull request you sent on Fri, 22 Jul 2022 08:52:11 -0700 (PDT):

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

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

Thank you!