Hi Linus, The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555: Linux 6.0-rc2 (2022-08-21 17:32:54 -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.1-tag1 for you to fetch changes up to dc63a086daee92c63e392e4e7cd7ed61f3693026: m68k: Rework BI_VIRT_RNG_SEED as BI_RNG_SEED (2022-09-28 22:16:44 +0200) ---------------------------------------------------------------- m68k updates for v6.1 - Fix forward secrecy of RNG seed boot record handling, - Make RNG seed boot record handling generic for all m68k platforms using bootinfo, - Defconfig updates, - Minor fixes and improvements. ---------------------------------------------------------------- Geert Uytterhoeven (1): m68k: defconfig: Update defconfigs for v6.0-rc2 Greg Ungerer (1): m68k: Allow kexec on M68KCLASSIC with MMU enabled only Jason A. Donenfeld (2): m68k: Process bootinfo records before saving them m68k: Rework BI_VIRT_RNG_SEED as BI_RNG_SEED Wolfram Sang (1): m68k: Move from strlcpy with unused retval to strscpy arch/m68k/Kconfig | 2 +- arch/m68k/configs/amiga_defconfig | 4 ++-- arch/m68k/configs/apollo_defconfig | 4 ++-- arch/m68k/configs/atari_defconfig | 4 ++-- arch/m68k/configs/bvme6000_defconfig | 4 ++-- arch/m68k/configs/hp300_defconfig | 4 ++-- arch/m68k/configs/mac_defconfig | 4 ++-- arch/m68k/configs/multi_defconfig | 4 ++-- arch/m68k/configs/mvme147_defconfig | 4 ++-- arch/m68k/configs/mvme16x_defconfig | 4 ++-- arch/m68k/configs/q40_defconfig | 4 ++-- arch/m68k/configs/sun3_defconfig | 4 ++-- arch/m68k/configs/sun3x_defconfig | 4 ++-- arch/m68k/include/uapi/asm/bootinfo-virt.h | 9 ++------- arch/m68k/include/uapi/asm/bootinfo.h | 7 +++++++ arch/m68k/kernel/setup_mm.c | 19 ++++++++++++++++--- arch/m68k/virt/config.c | 11 ----------- 17 files changed, 50 insertions(+), 46 deletions(-) Thanks for pulling! 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