Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Tue, 31 Mar 2020 23:25:31 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: [PATCH 00/10] Updates for linux v5.5 and v5.6

Patches attached.

Szabolcs Nagy (10):
  netinet/tcp.h: update tcp_info for linux v5.5
  add pidfd_getfd and openat2 syscall numbers from linux v5.6
  netinet/in.h: add IPPROTO_ macros from linux v5.6
  netinet/tcp.h: update for linux v5.6
  netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6
  sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6
  sys/random.h: add GRND_INSECURE from linux v5.6
  sched.h: add CLONE_NEWTIME from linux v5.6
  aarch64: add HWCAP2_ macros from linux v5.3
  aarch64: add new HWCAP2_ macros from linux v5.6

 arch/aarch64/bits/hwcap.h         | 10 ++++++++++
 arch/aarch64/bits/syscall.h.in    |  2 ++
 arch/arm/bits/syscall.h.in        |  2 ++
 arch/i386/bits/syscall.h.in       |  2 ++
 arch/m68k/bits/syscall.h.in       |  3 +++
 arch/microblaze/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/riscv64/bits/syscall.h.in    |  2 ++
 arch/s390x/bits/syscall.h.in      |  2 ++
 arch/sh/bits/syscall.h.in         |  3 +++
 arch/x32/bits/syscall.h.in        |  2 ++
 arch/x86_64/bits/syscall.h.in     |  2 ++
 include/netinet/in.h              |  4 +++-
 include/netinet/tcp.h             | 15 ++++++++++++---
 include/netinet/udp.h             |  1 +
 include/sched.h                   |  1 +
 include/sys/prctl.h               |  3 +++
 include/sys/random.h              |  1 +
 23 files changed, 65 insertions(+), 4 deletions(-)

-- 
2.24.1


View attachment "0001-netinet-tcp.h-update-tcp_info-for-linux-v5.5.patch" of type "text/x-diff" (1194 bytes)

View attachment "0002-add-pidfd_getfd-and-openat2-syscall-numbers-from-lin.patch" of type "text/x-diff" (7221 bytes)

View attachment "0003-netinet-in.h-add-IPPROTO_-macros-from-linux-v5.6.patch" of type "text/x-diff" (1110 bytes)

View attachment "0004-netinet-tcp.h-update-for-linux-v5.6.patch" of type "text/x-diff" (1363 bytes)

View attachment "0005-netinet-udp.h-add-TCP_ENCAP_ESPINTCP-from-linux-v5.6.patch" of type "text/x-diff" (853 bytes)

View attachment "0006-sys-prctl.h-add-PR_-SET-GET-_IO_FLUSHER-from-linux-v.patch" of type "text/x-diff" (887 bytes)

View attachment "0007-sys-random.h-add-GRND_INSECURE-from-linux-v5.6.patch" of type "text/x-diff" (750 bytes)

View attachment "0008-sched.h-add-CLONE_NEWTIME-from-linux-v5.6.patch" of type "text/x-diff" (800 bytes)

View attachment "0009-aarch64-add-HWCAP2_-macros-from-linux-v5.3.patch" of type "text/x-diff" (899 bytes)

View attachment "0010-aarch64-add-new-HWCAP2_-macros-from-linux-v5.6.patch" of type "text/x-diff" (1095 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.