mbox series

[GIT,PULL] sh updates for v6.11 (CORRECTION)

Message ID 1fb1189190ddd4c46b19e3e00cfa901388ee8835.camel@physik.fu-berlin.de (mailing list archive)
State New
Headers show
Series [GIT,PULL] sh updates for v6.11 (CORRECTION) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.11-tag1

Message

John Paul Adrian Glaubitz July 23, 2024, 10:25 a.m. UTC
Hi Linus,

my pull request with sh updates is rather small this time and contains just three
changes. The first change by Oscar Salvador drops support for memory hotplug and
hotremove for sh as the kernel stopped supporting it on 32-bit platforms since
7ec58a2b941e ("mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit"), this
includes a follow-up change to update all affected board config files. The third
change comes from Jeff Johnson which adds the missing MODULE_DESCRIPTION() macro
to the push-switch driver.

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.11-tag1

for you to fetch changes up to 8fe76a1c2264a02155895cda9f97a6a5a9b97d91:

  sh: push-switch: Add missing MODULE_DESCRIPTION() macro (2024-07-16 17:52:36 +0200)

Thanks for pulling!

Adrian

----------------------------------------------------------------
sh updates for v6.11

- sh: push-switch: Add missing MODULE_DESCRIPTION() macro
- sh: config: Drop CONFIG_MEMORY_{HOTPLUG,HOTREMOVE}
- sh: Drop support for memory hotplug and memory hotremove

----------------------------------------------------------------
Jeff Johnson (1):
      sh: push-switch: Add missing MODULE_DESCRIPTION() macro

Oscar Salvador (2):
      sh: Drop support for memory hotplug and memory hotremove
      sh: config: Drop CONFIG_MEMORY_{HOTPLUG,HOTREMOVE}

 arch/sh/Kconfig                     |  2 --
 arch/sh/configs/apsh4ad0a_defconfig |  2 --
 arch/sh/configs/sdk7786_defconfig   |  2 --
 arch/sh/configs/shx3_defconfig      |  2 --
 arch/sh/drivers/push-switch.c       |  1 +
 arch/sh/mm/Kconfig                  |  4 ----
 arch/sh/mm/init.c                   | 28 ----------------------------
 7 files changed, 1 insertion(+), 40 deletions(-)

Comments

pr-tracker-bot@kernel.org July 23, 2024, 7:03 p.m. UTC | #1
The pull request you sent on Tue, 23 Jul 2024 12:25:25 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v6.11-tag1

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

Thank you!