From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10606 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH 0/7] updates for linux v4.8 Date: Sun, 9 Oct 2016 18:57:39 +0200 Message-ID: <20161009165739.GB28065@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1476032293 13962 195.159.176.226 (9 Oct 2016 16:58:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 9 Oct 2016 16:58:13 +0000 (UTC) User-Agent: Mutt/1.6.0 (2016-04-01) To: musl@lists.openwall.com Original-X-From: musl-return-10619-gllmg-musl=m.gmane.org@lists.openwall.com Sun Oct 09 18:58:08 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1btHQ8-0001DH-Fn for gllmg-musl@m.gmane.org; Sun, 09 Oct 2016 18:57:52 +0200 Original-Received: (qmail 9942 invoked by uid 550); 9 Oct 2016 16:57:52 -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 9912 invoked from network); 9 Oct 2016 16:57:51 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline Xref: news.gmane.org gmane.linux.lib.musl.general:10606 Archived-At: sync with linux v4.8 uapi changes. the elf and hwcap patches include more than v4.8 sync. in the tcp and icmp patches we may not want to sync with kernel type definitions (at least some type definitions are currently missing from tcp.h) so i'm not sure about the last two patches. Szabolcs Nagy (7): fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8 add sh syscall numbers from linux v4.8 add ETH_P_NCSI to netinet/if_ether.h from linux v4.8 elf.h: update EM_ elf machine defines and add R_BPF_ defines add bits/hwcap.h and include it in sys/auxv.h add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8 update icmphdr struct following linux v4.8 arch/aarch64/bits/hwcap.h | 11 +++++ arch/arm/bits/hwcap.h | 29 +++++++++++++ arch/generic/bits/hwcap.h | 0 arch/powerpc/bits/hwcap.h | 40 +++++++++++++++++ arch/powerpc64/bits/hwcap.h | 40 +++++++++++++++++ arch/sh/bits/hwcap.h | 11 +++++ arch/sh/bits/syscall.h.in | 14 ++++++ arch/x32/bits/syscall.h.in | 4 +- include/elf.h | 102 +++++++++++++++++++++++++++++++++++++++++++- include/netinet/if_ether.h | 1 + include/netinet/ip_icmp.h | 1 + include/netinet/tcp.h | 9 ++++ include/sys/auxv.h | 1 + 13 files changed, 260 insertions(+), 3 deletions(-) create mode 100644 arch/aarch64/bits/hwcap.h create mode 100644 arch/arm/bits/hwcap.h create mode 100644 arch/generic/bits/hwcap.h create mode 100644 arch/powerpc/bits/hwcap.h create mode 100644 arch/powerpc64/bits/hwcap.h create mode 100644 arch/sh/bits/hwcap.h -- 2.10.0