[GIT PULL] sh updates for v7.1
From: John Paul Adrian Glaubitz
Date: Mon Apr 20 2026 - 08:58:15 EST
Hi Linus,
after skipping some kernel releases, I'm back with a pull request for v7.1 which contains
four patches. Two patches from Thomas Zimmermann, one by Tim Bird and one by Thomas Weißschuh.
The first patch by Thomas Zimmermann adds a missing include in dac.h for SH-3 which became
necessary after 243ce64b2b37 ("backlight: Do not include <linux/fb.h> in header file") which
made __raw_readb() and __raw_writeb() inaccessible in dac.h. Thomas' second patch drops
CONFIG_FIRMWARE_EDID for SH as it depends on X86 or EFI_GENERIC_STUB which are not defined
on SH for obvious reasons.
The patch by Tim Bird fixes just a small typo in two SPDX ID lines which he stumbled over by
accident.
And, least but not last, the patch by Thomas Weißschuh removes the CONFIG_VSYSCALL reference from
UAPI. This was necessary as the definition of AT_SYSINFO_EHDR was gated between CONFIG_VSYSCALL to
avoid a default gate VMA to be created. However that default gate VMA was removed entirely in commit
a6c19dfe3994 ("arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area").
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux.git tags/sh-for-v7.1-tag1
for you to fetch changes up to 647b43f65357673a9ee4fe8a99247a7549bdb368:
sh: Drop CONFIG_FIRMWARE_EDID from defconfig files (2026-04-18 10:23:23 +0200)
Thanks for pulling!
Adrian
----------------------------------------------------------------
sh updates for v7.1
- sh: Drop CONFIG_FIRMWARE_EDID from defconfig files
- sh: Remove CONFIG_VSYSCALL reference from UAPI
- sh: Fix typo in SPDX license ID lines
- sh: Include <linux/io.h> in dac.h
----------------------------------------------------------------
Thomas Weißschuh (1):
sh: Remove CONFIG_VSYSCALL reference from UAPI
Thomas Zimmermann (2):
sh: Include <linux/io.h> in dac.h
sh: Drop CONFIG_FIRMWARE_EDID from defconfig files
Tim Bird (1):
sh: Fix typo in SPDX license ID lines
arch/sh/configs/dreamcast_defconfig | 1 -
arch/sh/configs/hp6xx_defconfig | 1 -
arch/sh/configs/se7343_defconfig | 1 -
arch/sh/configs/se7780_defconfig | 1 -
arch/sh/drivers/platform_early.c | 2 +-
arch/sh/include/asm/platform_early.h | 2 +-
arch/sh/include/cpu-sh3/cpu/dac.h | 2 ++
arch/sh/include/uapi/asm/auxvec.h | 6 +-----
8 files changed, 5 insertions(+), 11 deletions(-)
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913