This patch series, intended for v4.3, updates the m68k system calls: - Wire up direct socket calls, - Wire up new userfaultfd and membarrier system calls. Changes compared to v2: - Postponed adding direct ipc calls, until ipc_parse_version() is resolved, - Renumbered membarrier, Changes compared to v1: - Add missing recvmmsg and sendmmsg, - Renumbered userfaultfd, - New patches 3 and 4. Geert Uytterhoeven (3): m68k: Wire up direct socket calls m68k: Wire up userfaultfd m68k: Wire up membarrier arch/m68k/include/asm/unistd.h | 2 +- arch/m68k/include/uapi/asm/unistd.h | 19 +++++++++++++++++++ arch/m68k/kernel/syscalltable.S | 20 +++++++++++++++++++- 3 files changed, 39 insertions(+), 2 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html