|
|
Message-ID: <20200909092056.GE2947641@port70.net>
Date: Wed, 9 Sep 2020 11:20:56 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: [PATCH 00/16] Updates for linux v5.5, v5.6, v5.7 and v5.8
v5.5 and v5.6 are the same as in
https://www.openwall.com/lists/musl/2020/03/31/12
v5.7 and v5.8 patches are new.
Szabolcs Nagy (16):
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
sys/fanotify.h: update to linux v5.7
sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7
netinet/tcp.h: update to linux v5.7
bits/syscall.h: add __NR_faccessat2 from linux v5.8
elf.h: add .note.gnu.property related definitions
netinet/if_ether.h: add ETH_P_MRP from linux v5.8
arch/aarch64/bits/hwcap.h | 10 ++++++++++
arch/aarch64/bits/syscall.h.in | 3 +++
arch/arm/bits/syscall.h.in | 3 +++
arch/i386/bits/syscall.h.in | 3 +++
arch/m68k/bits/syscall.h.in | 4 ++++
arch/microblaze/bits/syscall.h.in | 3 +++
arch/mips/bits/syscall.h.in | 3 +++
arch/mips64/bits/syscall.h.in | 3 +++
arch/mipsn32/bits/syscall.h.in | 3 +++
arch/or1k/bits/syscall.h.in | 3 +++
arch/powerpc/bits/syscall.h.in | 3 +++
arch/powerpc64/bits/syscall.h.in | 3 +++
arch/riscv64/bits/syscall.h.in | 3 +++
arch/s390x/bits/syscall.h.in | 3 +++
arch/sh/bits/syscall.h.in | 4 ++++
arch/x32/bits/syscall.h.in | 3 +++
arch/x86_64/bits/syscall.h.in | 3 +++
include/elf.h | 2 ++
include/netinet/if_ether.h | 1 +
include/netinet/in.h | 4 +++-
include/netinet/tcp.h | 18 +++++++++++++++---
include/netinet/udp.h | 1 +
include/sched.h | 1 +
include/sys/fanotify.h | 4 +++-
include/sys/mman.h | 1 +
include/sys/prctl.h | 3 +++
include/sys/random.h | 1 +
27 files changed, 91 insertions(+), 5 deletions(-)
--
2.28.0
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" (1094 bytes)
View attachment "0011-sys-fanotify.h-update-to-linux-v5.7.patch" of type "text/x-diff" (1428 bytes)
View attachment "0012-sys-mman.h-add-MREMAP_DONTUNMAP-from-linux-v5.7.patch" of type "text/x-diff" (800 bytes)
View attachment "0013-netinet-tcp.h-update-to-linux-v5.7.patch" of type "text/x-diff" (1192 bytes)
View attachment "0014-bits-syscall.h-add-__NR_faccessat2-from-linux-v5.8.patch" of type "text/x-diff" (6409 bytes)
View attachment "0015-elf.h-add-.note.gnu.property-related-definitions.patch" of type "text/x-diff" (882 bytes)
View attachment "0016-netinet-if_ether.h-add-ETH_P_MRP-from-linux-v5.8.patch" of type "text/x-diff" (842 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.