mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH 0/7] updates for linux v4.8
@ 2016-10-09 16:57 Szabolcs Nagy
  2016-10-09 17:00 ` [PATCH 2/7] add sh syscall numbers from " Szabolcs Nagy
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Szabolcs Nagy @ 2016-10-09 16:57 UTC (permalink / raw)
  To: musl

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-10-09 18:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-09 16:57 [PATCH 0/7] updates for linux v4.8 Szabolcs Nagy
2016-10-09 17:00 ` [PATCH 2/7] add sh syscall numbers from " Szabolcs Nagy
2016-10-09 17:00 ` [PATCH 3/7] add ETH_P_NCSI to netinet/if_ether.h " Szabolcs Nagy
2016-10-09 17:01 ` [PATCH 4/7] elf.h: update EM_ elf machine defines and add R_BPF_ defines Szabolcs Nagy
2016-10-09 17:01 ` [PATCH 5/7] add bits/hwcap.h and include it in sys/auxv.h Szabolcs Nagy
2016-10-09 17:24   ` Hauke Mehrtens
2016-10-09 18:32     ` Szabolcs Nagy
2016-10-09 18:42       ` [PATCH with-mips] " Szabolcs Nagy
2016-10-09 17:02 ` [PATCH 6/7] add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8 Szabolcs Nagy
2016-10-09 17:02 ` [PATCH 7/7] update icmphdr struct following " Szabolcs Nagy

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).