|
Message-ID: <20171127012723.GH15263@port70.net> Date: Mon, 27 Nov 2017 02:27:23 +0100 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: Updates for linux v4.14 linux v4.14 changes and a few missing earlier ones, build tested on most targets. Szabolcs Nagy (10): sys/socket.h: add PF_SMC from linux v4.11 sys/socket.h: add SOL_TLS from linux v4.13 sys/socket.h: add MSG_ZEROCOPY from linux v4.14 sys/mman.h: add MADV_WIPEONFORK from linux v4.14 aarch64: add HWCAP_DCPOP from linux v4.14 signal.h: add missing SIGTRAP and SIGSYS si_codes net/if_arp.h: add ARPHRD_RAWIP from linux v4.14 netinet/if_ether.h: add new ETH_P_ macros from linux v4.14 sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14 arch/aarch64/bits/hwcap.h | 1 + include/net/if_arp.h | 1 + include/netinet/if_ether.h | 4 ++++ include/netinet/tcp.h | 8 ++++++++ include/signal.h | 3 +++ include/sys/mman.h | 15 +++++++++++++++ include/sys/shm.h | 13 +++++++++++++ include/sys/socket.h | 7 ++++++- 8 files changed, 51 insertions(+), 1 deletion(-) -- 2.15.0 View attachment "0001-sys-socket.h-add-PF_SMC-from-linux-v4.11.patch" of type "text/x-diff" (1148 bytes) View attachment "0002-sys-socket.h-add-SOL_TLS-from-linux-v4.13.patch" of type "text/x-diff" (717 bytes) View attachment "0003-sys-socket.h-add-MSG_ZEROCOPY-from-linux-v4.14.patch" of type "text/x-diff" (1143 bytes) View attachment "0004-sys-mman.h-add-MADV_WIPEONFORK-from-linux-v4.14.patch" of type "text/x-diff" (807 bytes) View attachment "0005-aarch64-add-HWCAP_DCPOP-from-linux-v4.14.patch" of type "text/x-diff" (725 bytes) View attachment "0006-signal.h-add-missing-SIGTRAP-and-SIGSYS-si_codes.patch" of type "text/x-diff" (1043 bytes) View attachment "0007-net-if_arp.h-add-ARPHRD_RAWIP-from-linux-v4.14.patch" of type "text/x-diff" (697 bytes) View attachment "0008-netinet-if_ether.h-add-new-ETH_P_-macros-from-linux-.patch" of type "text/x-diff" (1507 bytes) View attachment "0009-sys-mman-shm-.h-add-MAP-SHM-_HUGE_-macros-from-linux.patch" of type "text/x-diff" (2237 bytes) View attachment "0010-netinet-tcp.h-add-tcp_diag_md5sig-struct-from-linux-.patch" of type "text/x-diff" (890 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.