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