[GIT PULL] m68k updates for v7.1

From: Geert Uytterhoeven

Date: Thu Apr 16 2026 - 03:58:49 EST


Hi Linus,

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/geert/linux-m68k.git tags/m68k-for-v7.1-tag1

for you to fetch changes up to 56f295853f38d3202c20fd0d98939e7a4c56c3fb:

m68k: virt: Switch to qemu-virt-ctrl driver (2026-04-13 12:16:10 +0200)

----------------------------------------------------------------
m68k updates for v7.1

- Add support for QEMU virt-ctrl, and use it for system reset and
power off on the virt platform,
- Defconfig updates,
- Miscellaneous fixes and improvements.

Thanks for pulling!

P.S. This PR is sent out a bit later than usual, due to the build
bots reporting an issue last weekend, which is now fixed.
----------------------------------------------------------------
Geert Uytterhoeven (2):
m68k: defconfig: hp300: Enable monochrome and 16-color linux logos
m68k: defconfig: Update defconfigs for v7.0-rc1

Kuan-Wei Chiu (2):
power: reset: Add QEMU virt-ctrl driver
m68k: virt: Switch to qemu-virt-ctrl driver

Thomas Weißschuh (1):
m68k: uapi: Add ucontext.h

Thorsten Blum (2):
m68k: q40: Remove commented out code
m68k: emu: Replace unbounded sprintf() in nfhd_init_one()

MAINTAINERS | 6 ++
arch/m68k/Kconfig.machine | 2 +
arch/m68k/configs/amiga_defconfig | 2 +
arch/m68k/configs/apollo_defconfig | 2 +-
arch/m68k/configs/atari_defconfig | 2 +
arch/m68k/configs/hp300_defconfig | 4 +-
arch/m68k/configs/mac_defconfig | 2 +
arch/m68k/configs/multi_defconfig | 2 +
arch/m68k/configs/q40_defconfig | 2 +
arch/m68k/emu/nfblock.c | 3 +-
arch/m68k/include/{ => uapi}/asm/ucontext.h | 5 +-
arch/m68k/q40/config.c | 15 ----
arch/m68k/virt/config.c | 42 +---------
arch/m68k/virt/platform.c | 20 ++++-
drivers/power/reset/Kconfig | 10 +++
drivers/power/reset/Makefile | 1 +
drivers/power/reset/qemu-virt-ctrl.c | 122 ++++++++++++++++++++++++++++
17 files changed, 178 insertions(+), 64 deletions(-)
rename arch/m68k/include/{ => uapi}/asm/ucontext.h (82%)
create mode 100644 drivers/power/reset/qemu-virt-ctrl.c

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