Hi Linus, The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b: Linux 6.12-rc2 (2024-10-06 15:32:27 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.13-tag1 for you to fetch changes up to 647619b6bd27d2b7c3c6055f3f0d996e61884202: m68k: defconfig: Update defconfigs for v6.12-rc1 (2024-11-11 13:53:58 +0100) ---------------------------------------------------------------- m68k updates for v6.13 - Revive SCSI and early console support on MVME147, - Fix early kernel parameters using static keys, - Prevent and improve handling of kernel configurations that lack specific platform, CPU, or MMU support, to avoid build failures, - Miscellaneous fixes and improvements, - Defconfig updates. Thanks for pulling! ---------------------------------------------------------------- Arnd Bergmann (2): m68k: Move Sun 3 into a top-level platform option m68k: Select M68020 as fallback for classic Daniel Palmer (3): m68k: mvme147: Make mvme147_sched_init() __init m68k: mvme147: Fix SCSI controller IRQ numbers m68k: mvme147: Reinstate early console Geert Uytterhoeven (2): m68k: Make sure NR_IRQS is never zero m68k: defconfig: Update defconfigs for v6.12-rc1 Jean-Michel Hautbois (1): m68k: Initialize jump labels early during setup_arch() Thorsten Blum (1): m68k: kernel: Use str_read_write() helper function arch/m68k/Kconfig | 11 +++++------ arch/m68k/Kconfig.cpu | 36 +++++++++++++++++++++++------------- arch/m68k/Kconfig.machine | 25 ------------------------- arch/m68k/configs/amiga_defconfig | 1 + arch/m68k/configs/apollo_defconfig | 1 + arch/m68k/configs/atari_defconfig | 1 + arch/m68k/configs/bvme6000_defconfig | 1 + arch/m68k/configs/hp300_defconfig | 1 + arch/m68k/configs/mac_defconfig | 1 + arch/m68k/configs/multi_defconfig | 1 + arch/m68k/configs/mvme147_defconfig | 1 + arch/m68k/configs/mvme16x_defconfig | 1 + arch/m68k/configs/q40_defconfig | 1 + arch/m68k/configs/sun3_defconfig | 1 + arch/m68k/configs/sun3x_defconfig | 1 + arch/m68k/include/asm/irq.h | 4 +--- arch/m68k/include/asm/mvme147hw.h | 4 ++-- arch/m68k/kernel/Makefile | 12 ++---------- arch/m68k/kernel/early_printk.c | 5 ++++- arch/m68k/kernel/setup_mm.c | 6 +++++- arch/m68k/kernel/time.c | 4 ++-- arch/m68k/kernel/traps.c | 16 ++++++++-------- arch/m68k/mvme147/config.c | 34 ++++++++++++++++++++++++++++++++-- arch/m68k/mvme147/mvme147.h | 6 ++++++ 24 files changed, 102 insertions(+), 73 deletions(-) create mode 100644 arch/m68k/mvme147/mvme147.h 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