Hi Linus, The following changes since commit a65a802aadba072ca7514fc0c301fd7fdc6fc6cb: m68k: Fix virt_addr_valid() W=1 compiler warnings (2021-03-06 14:15:07 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v5.13-tag1 for you to fetch changes up to 34e5269bf987aff9a33ad3ab4f5d65c02913cbc1: m68k: sun3x: Remove unneeded semicolon (2021-04-19 12:11:55 +0200) ---------------------------------------------------------------- m68k updates for v5.13 (take one) - Fix flatmem setup for platforms where RAM starts at a non-zero address, - Defconfig updates, - Use common scripts for syscall table and header generation, - Fix timers on MVME platforms, - Fix lock imbalance in cacheflush syscall, - Minor fixes and improvements. Note that the first commit is a duplicate of a commit already in v5.12-rc8. When I committed it, it was not clear that fix would make v512 through the m68knommu tree, and it had just been discovered the bug it fixes affects m68k-with-mmu too. Thanks for pulling! ---------------------------------------------------------------- Angelo Dureghello (1): m68k: mm: Fix flatmem memory model setup Finn Thain (1): m68k: mvme147,mvme16x: Don't wipe PCC timer config bits Geert Uytterhoeven (1): m68k: defconfig: Update defconfigs for v5.12-rc1 Liam Howlett (1): m68k: Add missing mmap_read_lock() to sys_cacheflush() Masahiro Yamada (4): m68k: syscalls: switch to generic syscalltbl.sh m68k: syscalls: switch to generic syscallhdr.sh m68k: fpsp040: Remove meaningless $(OS_OBJS) m68k: fpsp040,ifpsp060: Remove meaningless EXTRA_LDFLAGS Wan Jiabing (1): m68k: sun3x: Remove unneeded semicolon arch/m68k/configs/amiga_defconfig | 5 ----- arch/m68k/configs/apollo_defconfig | 5 ----- arch/m68k/configs/atari_defconfig | 5 ----- arch/m68k/configs/bvme6000_defconfig | 5 ----- arch/m68k/configs/hp300_defconfig | 5 ----- arch/m68k/configs/mac_defconfig | 5 ----- arch/m68k/configs/multi_defconfig | 5 ----- arch/m68k/configs/mvme147_defconfig | 5 ----- arch/m68k/configs/mvme16x_defconfig | 5 ----- arch/m68k/configs/q40_defconfig | 5 ----- arch/m68k/configs/sun3_defconfig | 5 ----- arch/m68k/configs/sun3x_defconfig | 5 ----- arch/m68k/fpsp040/Makefile | 4 ---- arch/m68k/ifpsp060/Makefile | 2 -- arch/m68k/include/asm/mvme147hw.h | 3 +++ arch/m68k/include/asm/page_mm.h | 2 +- arch/m68k/include/asm/sun3xflop.h | 2 +- arch/m68k/kernel/sys_m68k.c | 2 ++ arch/m68k/kernel/syscalls/Makefile | 14 ++++--------- arch/m68k/kernel/syscalls/syscallhdr.sh | 36 --------------------------------- arch/m68k/kernel/syscalls/syscalltbl.sh | 32 ----------------------------- arch/m68k/kernel/syscalltable.S | 3 +-- arch/m68k/mvme147/config.c | 14 +++++++------ arch/m68k/mvme16x/config.c | 14 +++++++------ 24 files changed, 28 insertions(+), 160 deletions(-) delete mode 100644 arch/m68k/kernel/syscalls/syscallhdr.sh delete mode 100644 arch/m68k/kernel/syscalls/syscalltbl.sh 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