attached the v5.4 patches, the v5.3 patches are still pending: https://www.openwall.com/lists/musl/2019/11/10/1 i did not include the SOMAXCONN change since it's configurable https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=19f92a030ca6d772ab44b22ee6a01378a8cb32d4 Szabolcs Nagy (6): sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4 sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4 netinet/tcp.h: add new tcp_info fields from linux v5.4 sys/wait.h: add P_PIDFD from linux v5.4 mips: add hwcap bits from linux v5.4 mips: add clone3 syscall numbers from linux v5.4 arch/mips/bits/hwcap.h | 11 +++++++++++ arch/mips/bits/syscall.h.in | 1 + arch/mips64/bits/syscall.h.in | 1 + arch/mipsn32/bits/syscall.h.in | 1 + include/netinet/tcp.h | 2 ++ include/sys/mman.h | 2 ++ include/sys/prctl.h | 4 ++++ include/sys/wait.h | 3 ++- 8 files changed, 24 insertions(+), 1 deletion(-) -- 2.23.0