From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10055 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH 0/7] linux v4.6 update Date: Thu, 26 May 2016 22:04:09 +0200 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1464293075 5248 80.91.229.3 (26 May 2016 20:04:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 May 2016 20:04:35 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10068-gllmg-musl=m.gmane.org@lists.openwall.com Thu May 26 22:04:30 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1b61W9-0005tj-Fi for gllmg-musl@m.gmane.org; Thu, 26 May 2016 22:04:29 +0200 Original-Received: (qmail 7924 invoked by uid 550); 26 May 2016 20:04:27 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 7745 invoked from network); 26 May 2016 20:04:20 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:10055 Archived-At: 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