mbox series

[GIT,PULL] RISC-V Patches for the 5.12 Merge Window, Part 2

Message ID mhng-bd8c36a3-301b-4412-b3cd-a6eebd336f6c@palmerdabbelt-glaptop (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Patches for the 5.12 Merge Window, Part 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.12-mw1

Message

Palmer Dabbelt Feb. 27, 2021, 8:28 p.m. UTC
merged tag 'riscv-for-linus-5.12-mw0'
The following changes since commit 8b83369ddcb3fb9cab5c1088987ce477565bb630:

  Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2021-02-26 10:28:35 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.12-mw1

for you to fetch changes up to dd2d082b57602156e0c587ddb5ba04d0d624a6df:

  riscv: Cleanup setup_bootmem() (2021-02-26 21:25:17 -0800)

----------------------------------------------------------------
RISC-V Patches for the 5.12 Merge Window, Part 2

I have a pair of patches that slipped through the cracks:

* CPU hotplug has been enabled in the defconfigs
* Some cleanups to setup_bootmem.

There's also a single fix

* Force NUMA to depend on SMP.  This fixes some randconfig build
  failures.

----------------------------------------------------------------
Anup Patel (1):
      RISC-V: Enable CPU Hotplug in defconfigs

Kefeng Wang (1):
      riscv: Cleanup setup_bootmem()

Palmer Dabbelt (1):
      RISC-V: Make NUMA depend on SMP

 arch/riscv/Kconfig                |  1 +
 arch/riscv/configs/defconfig      |  1 +
 arch/riscv/configs/rv32_defconfig |  1 +
 arch/riscv/mm/init.c              | 21 ++-------------------
 4 files changed, 5 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 28, 2021, 8:14 p.m. UTC | #1
The pull request you sent on Sat, 27 Feb 2021 12:28:39 -0800 (PST):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.12-mw1

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

Thank you!