|
Message-ID: <20190511164615.GA16415@port70.net> Date: Sat, 11 May 2019 18:46:15 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: [PATCH 00/11] Update for linux v5.1 tested on x86_64 and i486, build tested on other targets. the SYS_ipc change does not affect the stripped libc.so on i486. (the other changes are header definitions only) Szabolcs Nagy (11): 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 new 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 View attachment "0001-sys-fanotify.h-update-for-linux-v5.1.patch" of type "text/x-diff" (3833 bytes) View attachment "0002-fcntl.h-add-F_SEAL_FUTURE_WRITE-from-linux-v5.1.patch" of type "text/x-diff" (919 bytes) View attachment "0003-sys-prctl.h-add-PR_SPEC_DISABLE_NOEXEC-from-linux-v5.patch" of type "text/x-diff" (908 bytes) View attachment "0004-netinet-in.h-add-IPV6_ROUTER_ALERT_ISOLATE-from-linu.patch" of type "text/x-diff" (948 bytes) View attachment "0005-s390x-drop-SO_-definitions-from-bits-socket.h.patch" of type "text/x-diff" (1383 bytes) View attachment "0006-sys-socket.h-add-new-SO_-definitions-from-linux-v5.1.patch" of type "text/x-diff" (2070 bytes) View attachment "0007-netinet-in.h-add-INADDR_ALLSNOOPERS_GROUP-from-linux.patch" of type "text/x-diff" (1032 bytes) View attachment "0008-elf.h-add-NT_ARM_PAC-A-G-_KEYS-from-linux-v5.1.patch" of type "text/x-diff" (847 bytes) View attachment "0009-mips64-fix-syscall-numbers-of-io_pgetevents-and-rseq.patch" of type "text/x-diff" (892 bytes) View attachment "0010-ipc-prefer-SYS_ipc-when-it-is-defined.patch" of type "text/x-diff" (5291 bytes) View attachment "0011-add-new-syscall-numbers-from-linux-v5.1.patch" of type "text/x-diff" (19435 bytes)
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.