mbox series

[GIT,PULL] RISC-V Fixes for 5.18-rc6

Message ID mhng-23ee08e3-f500-4297-bd05-a1902598d9b3@palmer-ri-x1c9 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.18-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.18-rc5

Message

Palmer Dabbelt April 29, 2022, 4:38 p.m. UTC
The following changes since commit bf9bac40b7635e2ce43ba0051a64c3fd44312405:

  RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLE (2022-04-21 15:10:47 -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.18-rc5

for you to fetch changes up to ac0280a9ca106c5501257e79d165f968712b5899:

  RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL (2022-04-26 08:19:53 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.18-rc6

* A fix to properly ensure a single CPU is running during patch_text().
* A defconfig update to include RPMSG_CTRL when RPMSG_CHAR was set,
  necessary after a recent refactoring.

----------------------------------------------------------------
Arnaud Pouliquen (1):
      RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL

Guo Ren (1):
      riscv: patch_text: Fixup last cpu should be master

 arch/riscv/configs/defconfig      | 1 +
 arch/riscv/configs/rv32_defconfig | 1 +
 arch/riscv/kernel/patch.c         | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org April 29, 2022, 5:47 p.m. UTC | #1
The pull request you sent on Fri, 29 Apr 2022 09:38:55 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.18-rc5

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

Thank you!