linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jeff Johnson <quic_jjohnson@quicinc.com>,
	Oscar Salvador <osalvador@suse.de>,
	 Rich Felker <dalias@libc.org>,
	Yoshinori Sato <ysato@users.sourceforge.jp>,
	linux-sh <linux-sh@vger.kernel.org>
Subject: [GIT PULL] sh updates for v6.11 (CORRECTION)
Date: Tue, 23 Jul 2024 12:25:25 +0200	[thread overview]
Message-ID: <1fb1189190ddd4c46b19e3e00cfa901388ee8835.camel@physik.fu-berlin.de> (raw)

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(-)

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

             reply	other threads:[~2024-07-23 10:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-23 10:25 John Paul Adrian Glaubitz [this message]
2024-07-23 19:03 ` [GIT PULL] sh updates for v6.11 (CORRECTION) pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1fb1189190ddd4c46b19e3e00cfa901388ee8835.camel@physik.fu-berlin.de \
    --to=glaubitz@physik.fu-berlin.de \
    --cc=dalias@libc.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=osalvador@suse.de \
    --cc=quic_jjohnson@quicinc.com \
    --cc=torvalds@linux-foundation.org \
    --cc=ysato@users.sourceforge.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).