v2: - split the sys/socket.h patch so the time_t change is separate. - note the microblaze ipc syscall behaviour change Szabolcs Nagy (12): sys/fanotify.h: update for linux v5.1 fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1 sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1 netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1 s390x: drop SO_ definitions from bits/socket.h sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1 sys/socket.h: add time_t related SO_ definitions from linux v5.1 netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1 elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1 mips64: fix syscall numbers of io_pgetevents and rseq ipc: prefer SYS_ipc when it is defined add new syscall numbers from linux v5.1 arch/aarch64/bits/syscall.h.in | 4 ++++ arch/arm/bits/syscall.h.in | 26 +++++++++++++++++++++ arch/i386/bits/syscall.h.in | 34 +++++++++++++++++++++++++++ arch/m68k/bits/syscall.h.in | 39 +++++++++++++++++++++++++++++++ arch/microblaze/bits/syscall.h.in | 24 +++++++++++++++++++ arch/mips/bits/syscall.h.in | 34 +++++++++++++++++++++++++++ arch/mips64/bits/syscall.h.in | 8 +++++-- arch/mipsn32/bits/syscall.h.in | 24 +++++++++++++++++++ arch/or1k/bits/syscall.h.in | 24 +++++++++++++++++++ arch/powerpc/bits/syscall.h.in | 34 +++++++++++++++++++++++++++ arch/powerpc64/bits/syscall.h.in | 15 ++++++++++++ arch/s390x/bits/socket.h | 28 ---------------------- arch/s390x/bits/syscall.h.in | 18 ++++++++++++++ arch/sh/bits/syscall.h.in | 39 +++++++++++++++++++++++++++++++ arch/x32/bits/syscall.h.in | 4 ++++ arch/x86_64/bits/syscall.h.in | 4 ++++ include/elf.h | 2 ++ include/fcntl.h | 1 + include/netinet/in.h | 2 ++ include/sys/fanotify.h | 34 ++++++++++++++++++++++++++- include/sys/prctl.h | 1 + include/sys/socket.h | 11 +++++++++ src/ipc/msgctl.c | 2 +- src/ipc/msgget.c | 2 +- src/ipc/msgrcv.c | 2 +- src/ipc/msgsnd.c | 2 +- src/ipc/semctl.c | 2 +- src/ipc/semget.c | 2 +- src/ipc/semop.c | 2 +- src/ipc/semtimedop.c | 2 +- src/ipc/shmat.c | 2 +- src/ipc/shmctl.c | 2 +- src/ipc/shmdt.c | 2 +- src/ipc/shmget.c | 2 +- 34 files changed, 391 insertions(+), 43 deletions(-) -- 2.21.0