Hi Linus, The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18: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-v5.20-tag1 for you to fetch changes up to b508128bb0d1e243beb56cca5d819bcbb5c269b1: m68k: defconfig: Update defconfigs for v5.19-rc1 (2022-07-12 10:48:21 +0200) ---------------------------------------------------------------- m68k updates for v5.20 - Use RNG seed from bootinfo block on virt platform, - Defconfig updates, - Minor fixes and improvements. Thanks for pulling! ---------------------------------------------------------------- Amadeusz Sławiński (1): m68k: bitops: Change __fls to return and accept unsigned long Geert Uytterhoeven (3): m68k: mac: Remove forward declaration for mac_nmi_handler() m68k: Add common forward declaration for show_registers() m68k: defconfig: Update defconfigs for v5.19-rc1 Jason A. Donenfeld (1): m68k: virt: Use RNG seed from bootinfo block Jiang Jian (1): m68k: q40: Align '*' in comments Juerg Haefliger (3): m68k: Kconfig.cpu: Fix indentation and add endif comments m68k: Kconfig.debug: Replace single quotes m68k: Kconfig.machine: Add endif comment Laurent Vivier (1): m68k: virt: Kconfig minor fixes Xiang wangx (1): m68k: mac: Fix typos in comments XueBing Chen (1): m68k: sun3: Use __func__ to get function's name in an output message Yang Yingliang (1): m68k: virt: Fix missing platform_device_unregister() on error in virt_platform_init() arch/m68k/Kconfig.cpu | 7 ++-- arch/m68k/Kconfig.debug | 6 ++-- arch/m68k/Kconfig.machine | 5 +-- arch/m68k/configs/amiga_defconfig | 14 +++----- arch/m68k/configs/apollo_defconfig | 14 +++----- arch/m68k/configs/atari_defconfig | 14 +++----- arch/m68k/configs/bvme6000_defconfig | 14 +++----- arch/m68k/configs/hp300_defconfig | 14 +++----- arch/m68k/configs/mac_defconfig | 14 +++----- arch/m68k/configs/multi_defconfig | 14 +++----- arch/m68k/configs/mvme147_defconfig | 14 +++----- arch/m68k/configs/mvme16x_defconfig | 14 +++----- arch/m68k/configs/q40_defconfig | 14 +++----- arch/m68k/configs/sun3_defconfig | 14 +++----- arch/m68k/configs/sun3x_defconfig | 14 +++----- arch/m68k/include/asm/bitops.h | 2 +- arch/m68k/include/asm/processor.h | 1 + arch/m68k/include/uapi/asm/bootinfo-virt.h | 8 +++++ arch/m68k/kernel/traps.c | 1 + arch/m68k/mac/iop.c | 4 +-- arch/m68k/mac/macints.c | 35 +++++++++--------- arch/m68k/q40/q40ints.c | 2 +- arch/m68k/sun3/mmu_emu.c | 11 +++--- arch/m68k/virt/config.c | 11 ++++++ arch/m68k/virt/ints.c | 3 +- arch/m68k/virt/platform.c | 58 +++++++++++++++++------------- 26 files changed, 149 insertions(+), 173 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