Hi Linus, The following changes since commit 922a9bd138101e3e5718f0f4d40dba68ef89bb43: m68k: Fix invalid .section syntax (2023-07-24 14:50:02 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.6-tag1 for you to fetch changes up to eb1e6ccdcf785e633863c5c7cec32d6c1e7b09dd: zorro: Include zorro.h in names.c (2023-08-21 13:27:44 +0200) ---------------------------------------------------------------- m68k updates for v6.6 - Remove <asm/export.h>, - Miscellaneous W=1 fixes, - Defconfig updates. Thanks for pulling! ---------------------------------------------------------------- Arnd Bergmann (3): m68k: Define __div64_32() to avoid a warning m68k: Add memcmp() declaration zorro: Include zorro.h in names.c Geert Uytterhoeven (1): m68k: defconfig: Update defconfigs for v6.5-rc1 Masahiro Yamada (2): m68k: Replace #include <asm/export.h> with #include <linux/export.h> m68k: Remove <asm/export.h> arch/m68k/configs/amiga_defconfig | 2 +- arch/m68k/configs/apollo_defconfig | 2 +- arch/m68k/configs/atari_defconfig | 2 +- arch/m68k/configs/bvme6000_defconfig | 2 +- arch/m68k/configs/hp300_defconfig | 2 +- arch/m68k/configs/mac_defconfig | 2 +- arch/m68k/configs/multi_defconfig | 2 +- arch/m68k/configs/mvme147_defconfig | 2 +- arch/m68k/configs/mvme16x_defconfig | 2 +- arch/m68k/configs/q40_defconfig | 2 +- arch/m68k/configs/sun3_defconfig | 2 +- arch/m68k/configs/sun3x_defconfig | 2 +- arch/m68k/include/asm/Kbuild | 1 - arch/m68k/include/asm/div64.h | 3 +++ arch/m68k/include/asm/string.h | 1 + arch/m68k/lib/divsi3.S | 2 +- arch/m68k/lib/modsi3.S | 2 +- arch/m68k/lib/mulsi3.S | 2 +- arch/m68k/lib/udivsi3.S | 2 +- arch/m68k/lib/umodsi3.S | 2 +- drivers/zorro/names.c | 1 + 21 files changed, 22 insertions(+), 18 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