[GIT PULL] m68k updates for v7.2
From: Geert Uytterhoeven
Date: Mon Jun 15 2026 - 05:47:26 EST
Hi Linus,
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v7.2-tag1
for you to fetch changes up to dc5200f6b1ada318463dd141b041ec9f044b2bf5:
m68k: Correct CONFIG_MVME16x macro name in #endif comment (2026-06-10 09:10:49 +0200)
----------------------------------------------------------------
m68k updates for v7.2
- Replace more deprecated functions by safer counterparts,
- Switch Mac NuBus to a dynamic root device,
- Defconfig updates,
- Miscellaneous fixes and improvements.
Thanks for pulling!
----------------------------------------------------------------
Ethan Nelson-Moore (1):
m68k: Correct CONFIG_MVME16x macro name in #endif comment
Geert Uytterhoeven (3):
dio: Update DIO_SCMAX comment
m68k: defconfig: Update defconfigs for v7.1-rc1
m68k: hash: Use lower_16_bits() helper
Johan Hovold (1):
nubus: Switch to dynamic root device
Stefan Pedratscher (1):
zorro: sysfs: Replace sprintf() by sysfs_emit()
Thorsten Blum (2):
dio: Replace deprecated strcpy with strscpy in dio_init
dio: Use tabs and avoid continuation logging in dio_init
arch/m68k/configs/amiga_defconfig | 13 ++++++++-----
arch/m68k/configs/apollo_defconfig | 13 ++++++++-----
arch/m68k/configs/atari_defconfig | 12 ++++++++----
arch/m68k/configs/bvme6000_defconfig | 13 ++++++++-----
arch/m68k/configs/hp300_defconfig | 13 ++++++++-----
arch/m68k/configs/mac_defconfig | 13 ++++++++-----
arch/m68k/configs/multi_defconfig | 13 ++++++++-----
arch/m68k/configs/mvme147_defconfig | 13 ++++++++-----
arch/m68k/configs/mvme16x_defconfig | 13 ++++++++-----
arch/m68k/configs/q40_defconfig | 13 ++++++++-----
arch/m68k/configs/sun3_defconfig | 13 ++++++++-----
arch/m68k/configs/sun3x_defconfig | 13 ++++++++-----
arch/m68k/include/asm/hash.h | 4 +++-
arch/m68k/kernel/head.S | 2 +-
drivers/dio/dio.c | 15 ++++++++-------
drivers/nubus/nubus.c | 19 ++++++++-----------
drivers/zorro/zorro-sysfs.c | 15 ++++++++-------
include/linux/dio.h | 4 +---
18 files changed, 125 insertions(+), 89 deletions(-)
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds