Hi Linus, The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v4.21-tag1 for you to fetch changes up to 005e13a96c0ed1437cb7f113d5d0f07ad9590962: m68k: Generate uapi header and syscall table header files (2018-12-04 09:47:55 +0100) ---------------------------------------------------------------- m68k updates for v4.21 - Generate syscall headers, - Small improvements and cleanups, - Defconfig updates. Thanks for pulling! ---------------------------------------------------------------- Bartlomiej Zolnierkiewicz (1): m68k: Remove redundant 'default n' from Kconfig Finn Thain (1): m68k: Unroll raw_outsb() loop Firoz Khan (3): m68k: Add __NR_syscalls along with NR_syscalls m68k: Add system call table generation support m68k: Generate uapi header and syscall table header files Geert Uytterhoeven (1): m68k/defconfig: Update defconfigs for v4.20-rc1 arch/m68k/Kconfig.machine | 2 - arch/m68k/Makefile | 3 + arch/m68k/configs/amiga_defconfig | 103 +++++---- arch/m68k/configs/apollo_defconfig | 93 ++++---- arch/m68k/configs/atari_defconfig | 109 +++++---- arch/m68k/configs/bvme6000_defconfig | 89 ++++---- arch/m68k/configs/hp300_defconfig | 91 ++++---- arch/m68k/configs/mac_defconfig | 93 ++++---- arch/m68k/configs/multi_defconfig | 123 +++++----- arch/m68k/configs/mvme147_defconfig | 87 +++---- arch/m68k/configs/mvme16x_defconfig | 89 ++++---- arch/m68k/configs/q40_defconfig | 89 ++++---- arch/m68k/configs/sun3_defconfig | 81 ++++--- arch/m68k/configs/sun3x_defconfig | 83 ++++--- arch/m68k/include/asm/Kbuild | 1 + arch/m68k/include/asm/raw_io.h | 39 +++- arch/m68k/include/asm/unistd.h | 3 +- arch/m68k/include/uapi/asm/Kbuild | 1 + arch/m68k/include/uapi/asm/unistd.h | 385 +------------------------------ arch/m68k/kernel/syscalls/Makefile | 38 ++++ arch/m68k/kernel/syscalls/syscall.tbl | 389 ++++++++++++++++++++++++++++++++ arch/m68k/kernel/syscalls/syscallhdr.sh | 36 +++ arch/m68k/kernel/syscalls/syscalltbl.sh | 32 +++ arch/m68k/kernel/syscalltable.S | 387 +------------------------------ 24 files changed, 1161 insertions(+), 1285 deletions(-) create mode 100644 arch/m68k/kernel/syscalls/Makefile create mode 100644 arch/m68k/kernel/syscalls/syscall.tbl create mode 100644 arch/m68k/kernel/syscalls/syscallhdr.sh create 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