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