|
Message-ID: <cover.1464291783.git.nsz@port70.net> Date: Thu, 26 May 2016 22:04:09 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: [PATCH 0/7] linux v4.6 update i didnt deal with the x86_64 sigcontext change (__pad0 is now ss) but i'm not sure if need to do anything about that. there are new libc-compat header hacks, i will try to look for a solution that works for musl. Szabolcs Nagy (7): add preadv2 and pwritev2 syscall numbers for linux v4.6 add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6 add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6 update siginfo struct for linux v4.6 add CLONE_NEWCGROUP clone flag, new in linux v4.6 add new tcp_info fields from linux v4.6 update sys/socket.h to linux v4.6 arch/aarch64/bits/syscall.h.in | 2 ++ arch/arm/bits/syscall.h.in | 2 ++ arch/i386/bits/syscall.h.in | 2 ++ arch/mips/bits/syscall.h.in | 2 ++ arch/mips64/bits/syscall.h.in | 2 ++ arch/mipsn32/bits/syscall.h.in | 2 ++ arch/or1k/bits/syscall.h.in | 2 ++ arch/powerpc/bits/syscall.h.in | 2 ++ arch/powerpc64/bits/syscall.h.in | 2 ++ arch/x32/bits/syscall.h.in | 2 ++ arch/x86_64/bits/syscall.h.in | 2 ++ include/netinet/if_ether.h | 1 + include/netinet/tcp.h | 4 ++++ include/sched.h | 1 + include/signal.h | 17 +++++++++++------ include/sys/socket.h | 21 ++++++++++++++++++++- 16 files changed, 59 insertions(+), 7 deletions(-) -- 2.8.1
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.