Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 8 Mar 2019 00:12:51 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: [PATCH 00/22] Updates for linux v4.19, v4.20 and v5.0

build tested on arm, aarch64, i386, m68k, mips, mips64, powerpc,
powerpc64le, s390x, sh4 and x86_64.

Szabolcs Nagy (22):
  sys/socket.h: add SO_TXTIME from linux v4.19
  sys/inotify.h: add IN_MASK_CREATE from linux v4.19
  netinet/tcp.h: add tcp_info fields from linux v4.19
  netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19
  elf.h: add new mips core dump note values from linux v4.19
  aarch64, or1k: define rseq syscall number following linux v4.19
  arm: add io_pgetevents syscall number from v4.19
  sys/mman.h: add new hugetlb mmap flags from linux v4.19
  add PACKET_IGNORE_OUTGOING sockopt from linux v4.20
  netinet/in.h update following linux v4.20
  netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20
  sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20
  bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20
  aarch64: add HWCAP_SSBS from linux v4.20
  powerpc: add PTRACE_SYSEMU from linux v4.20
  netinet/udp.h: add UDP_GRO from linux v5.0
  netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0
  aarch64, or1k: add kexec_file_load syscall number from linux v5.0
  elf.h: update with C-SKY definitions
  elf.h: add NT_ definitions from linux v5.0
  sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0
  aarch64: add HWCAP_ definitions from linux v5.0

 arch/aarch64/bits/hwcap.h      |  4 +++
 arch/aarch64/bits/syscall.h.in |  2 ++
 arch/arm/bits/syscall.h.in     |  1 +
 arch/generic/bits/ioctl.h      |  2 ++
 arch/or1k/bits/syscall.h.in    |  2 ++
 arch/powerpc/bits/ptrace.h     |  2 ++
 arch/powerpc64/bits/ptrace.h   |  2 ++
 include/elf.h                  | 62 +++++++++++++++++++++++++++++++++-
 include/netinet/in.h           |  9 +++--
 include/netinet/tcp.h          |  9 +++++
 include/netinet/udp.h          |  2 ++
 include/netpacket/packet.h     |  1 +
 include/sys/inotify.h          |  1 +
 include/sys/mman.h             |  2 ++
 include/sys/prctl.h            |  8 +++++
 include/sys/shm.h              |  2 ++
 include/sys/socket.h           |  2 ++
 17 files changed, 110 insertions(+), 3 deletions(-)

-- 
2.19.1


View attachment "0001-sys-socket.h-add-SO_TXTIME-from-linux-v4.19.patch" of type "text/x-diff" (774 bytes)

View attachment "0002-sys-inotify.h-add-IN_MASK_CREATE-from-linux-v4.19.patch" of type "text/x-diff" (907 bytes)

View attachment "0003-netinet-tcp.h-add-tcp_info-fields-from-linux-v4.19.patch" of type "text/x-diff" (1534 bytes)

View attachment "0004-netinet-udp.h-add-UDP_ENCAP_RXRPC-from-linux-v4.19.patch" of type "text/x-diff" (732 bytes)

View attachment "0005-elf.h-add-new-mips-core-dump-note-values-from-linux-.patch" of type "text/x-diff" (775 bytes)

View attachment "0006-aarch64-or1k-define-rseq-syscall-number-following-li.patch" of type "text/x-diff" (1038 bytes)

View attachment "0007-arm-add-io_pgetevents-syscall-number-from-v4.19.patch" of type "text/x-diff" (741 bytes)

View attachment "0008-sys-mman.h-add-new-hugetlb-mmap-flags-from-linux-v4..patch" of type "text/x-diff" (1411 bytes)

View attachment "0009-add-PACKET_IGNORE_OUTGOING-sockopt-from-linux-v4.20.patch" of type "text/x-diff" (771 bytes)

View attachment "0010-netinet-in.h-update-following-linux-v4.20.patch" of type "text/x-diff" (1272 bytes)

View attachment "0011-netinet-in.h-add-IPV6_MULTICAST_ALL-from-linux-v4.20.patch" of type "text/x-diff" (844 bytes)

View attachment "0012-sys-prctl.h-add-PR_SPEC_INDIRECT_BRANCH-from-linux-v.patch" of type "text/x-diff" (863 bytes)

View attachment "0013-bits-ioctl.h-add-TIOC-G-S-ISO7816-from-linux-v4.20.patch" of type "text/x-diff" (1122 bytes)

View attachment "0014-aarch64-add-HWCAP_SSBS-from-linux-v4.20.patch" of type "text/x-diff" (723 bytes)

View attachment "0015-powerpc-add-PTRACE_SYSEMU-from-linux-v4.20.patch" of type "text/x-diff" (1259 bytes)

View attachment "0016-netinet-udp.h-add-UDP_GRO-from-linux-v5.0.patch" of type "text/x-diff" (743 bytes)

View attachment "0017-netinet-tcp.h-add-TCP_NLA_SRTT-from-linux-v5.0.patch" of type "text/x-diff" (734 bytes)

View attachment "0018-aarch64-or1k-add-kexec_file_load-syscall-number-from.patch" of type "text/x-diff" (1051 bytes)

View attachment "0019-elf.h-update-with-C-SKY-definitions.patch" of type "text/x-diff" (3130 bytes)

View attachment "0020-elf.h-add-NT_-definitions-from-linux-v5.0.patch" of type "text/x-diff" (1059 bytes)

View attachment "0021-sys-prctl.h-add-PR_PAC_RESET_KEYS-from-linux-v5.0.patch" of type "text/x-diff" (993 bytes)

View attachment "0022-aarch64-add-HWCAP_-definitions-from-linux-v5.0.patch" of type "text/x-diff" (946 bytes)

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.