|
Message-ID: <20170912230844.GZ15263@port70.net> Date: Wed, 13 Sep 2017 01:08:44 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: linux v4.10, v4.11, v4.12, v4.13 uapi updates Szabolcs Nagy (22): add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10 add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10 add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10 add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing add microblaze syscall numbers from linux v4.10 add kexec_file_load syscall number on powerpc from linux v4.10 update aarch64 hwcap.h for linux v4.11 add ETH_P_IBOE from linux v4.11 add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11 add TCP_NLA_* enums from linux v4.11 add statx syscall numbers from linux v4.11 add new SO_ socket options from linux v4.12 add ARPHDR_VSOCKMON from linux v4.12 aarch64: add new HWCAP_* flags from linux v4.12 i386: add arch_prctl syscall number from linux v4.12 s390x: add syscall number for s390_guarded_storage from linux v4.12 add SO_ getsockopt options from linux v4.13 ioctl TIOCGPTPEER from linux v4.13 add new fcntl.h macros from linux v4.13 add new tcp.h socket options from linux v4.13 aarch64: add extra_context struct from linux v4.13 microblaze: add statx syscall from linux v4.13 arch/aarch64/bits/hwcap.h | 5 +++++ arch/aarch64/bits/signal.h | 7 +++++++ arch/aarch64/bits/syscall.h.in | 1 + arch/arm/bits/syscall.h.in | 1 + arch/generic/bits/ioctl.h | 1 + arch/i386/bits/syscall.h.in | 2 ++ arch/microblaze/bits/syscall.h.in | 7 +++++++ arch/mips/bits/ioctl.h | 1 + arch/mips/bits/syscall.h.in | 1 + arch/mips64/bits/ioctl.h | 1 + arch/mips64/bits/syscall.h.in | 1 + arch/mipsn32/bits/ioctl.h | 1 + arch/mipsn32/bits/syscall.h.in | 1 + arch/or1k/bits/syscall.h.in | 1 + arch/powerpc/bits/ioctl.h | 1 + arch/powerpc/bits/syscall.h.in | 2 ++ arch/powerpc64/bits/ioctl.h | 1 + arch/powerpc64/bits/syscall.h.in | 2 ++ arch/s390x/bits/syscall.h.in | 2 ++ arch/sh/bits/ioctl.h | 1 + arch/x32/bits/syscall.h.in | 1 + arch/x86_64/bits/syscall.h.in | 1 + include/fcntl.h | 12 ++++++++++++ include/net/if_arp.h | 1 + include/netinet/if_ether.h | 3 +++ include/netinet/in.h | 2 ++ include/netinet/tcp.h | 22 ++++++++++++++++++++-- include/sys/socket.h | 6 ++++++ include/sys/timerfd.h | 1 + 29 files changed, 87 insertions(+), 2 deletions(-) -- 2.14.1 View attachment "0001-add-SCM_TIMESTAMPING_OPT_STATS-and-related-TCP_-enum.patch" of type "text/x-diff" (1645 bytes) View attachment "0002-add-IP_RECVFRAGSIZE-and-IPV6_RECVFRAGSIZE-from-linux.patch" of type "text/x-diff" (1083 bytes) View attachment "0003-add-ETH_MIN_MTU-and-ETH_MAX_MTU-from-linux-v4.10.patch" of type "text/x-diff" (831 bytes) View attachment "0004-add-TFD_TIMER_CANCEL_ON_SET-that-timerfd.h-was-missi.patch" of type "text/x-diff" (744 bytes) View attachment "0005-add-microblaze-syscall-numbers-from-linux-v4.10.patch" of type "text/x-diff" (838 bytes) View attachment "0006-add-kexec_file_load-syscall-number-on-powerpc-from-l.patch" of type "text/x-diff" (1170 bytes) View attachment "0007-update-aarch64-hwcap.h-for-linux-v4.11.patch" of type "text/x-diff" (763 bytes) View attachment "0008-add-ETH_P_IBOE-from-linux-v4.11.patch" of type "text/x-diff" (724 bytes) View attachment "0009-add-TCP_FASTOPEN_CONNECT-tcp-socket-option-from-linu.patch" of type "text/x-diff" (715 bytes) View attachment "0010-add-TCP_NLA_-enums-from-linux-v4.11.patch" of type "text/x-diff" (741 bytes) View attachment "0011-add-statx-syscall-numbers-from-linux-v4.11.patch" of type "text/x-diff" (5119 bytes) View attachment "0012-add-new-SO_-socket-options-from-linux-v4.12.patch" of type "text/x-diff" (946 bytes) View attachment "0013-add-ARPHDR_VSOCKMON-from-linux-v4.12.patch" of type "text/x-diff" (696 bytes) View attachment "0014-aarch64-add-new-HWCAP_-flags-from-linux-v4.12.patch" of type "text/x-diff" (861 bytes) View attachment "0015-i386-add-arch_prctl-syscall-number-from-linux-v4.12.patch" of type "text/x-diff" (738 bytes) View attachment "0016-s390x-add-syscall-number-for-s390_guarded_storage-fr.patch" of type "text/x-diff" (816 bytes) View attachment "0017-add-SO_-getsockopt-options-from-linux-v4.13.patch" of type "text/x-diff" (844 bytes) View attachment "0018-ioctl-TIOCGPTPEER-from-linux-v4.13.patch" of type "text/x-diff" (3394 bytes) View attachment "0019-add-new-fcntl.h-macros-from-linux-v4.13.patch" of type "text/x-diff" (1187 bytes) View attachment "0020-add-new-tcp.h-socket-options-from-linux-v4.13.patch" of type "text/x-diff" (1197 bytes) View attachment "0021-aarch64-add-extra_context-struct-from-linux-v4.13.patch" of type "text/x-diff" (1091 bytes) View attachment "0022-microblaze-add-statx-syscall-from-linux-v4.13.patch" of type "text/x-diff" (737 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.