|
Message-ID: <20191110010802.GC25646@port70.net> Date: Sun, 10 Nov 2019 02:08:02 +0100 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: [PATCH 0/6] updates for linux v5.3 attached the patches. Szabolcs Nagy (6): netinet/tcp.h: add TCP_TX_DELAY from linux v5.3 netinet/if_ether.h: add ETH_P_LLDP from linux v5.3 sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3 sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3 add pidfd_open syscall number from linux v5.3 add clone3 syscall number from linux v5.3 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 | 1 + arch/microblaze/bits/syscall.h.in | 2 ++ arch/mips/bits/syscall.h.in | 1 + arch/mips64/bits/syscall.h.in | 1 + arch/mipsn32/bits/syscall.h.in | 1 + 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 | 1 + arch/x32/bits/syscall.h.in | 3 +++ arch/x86_64/bits/syscall.h.in | 2 ++ include/netinet/if_ether.h | 1 + include/netinet/tcp.h | 1 + include/sys/ptrace.h | 28 ++++++++++++++++++++++++++++ include/sys/socket.h | 1 + 20 files changed, 59 insertions(+) -- 2.23.0 View attachment "0001-netinet-tcp.h-add-TCP_TX_DELAY-from-linux-v5.3.patch" of type "text/x-diff" (727 bytes) View attachment "0002-netinet-if_ether.h-add-ETH_P_LLDP-from-linux-v5.3.patch" of type "text/x-diff" (785 bytes) View attachment "0003-sys-socket.h-add-SO_DETACH_REUSEPORT_BPF-from-linux-.patch" of type "text/x-diff" (783 bytes) View attachment "0004-sys-ptrace.h-add-PTRACE_GET_SYSCALL_INFO-from-linux-.patch" of type "text/x-diff" (1859 bytes) View attachment "0005-add-pidfd_open-syscall-number-from-linux-v5.3.patch" of type "text/x-diff" (6396 bytes) View attachment "0006-add-clone3-syscall-number-from-linux-v5.3.patch" of type "text/x-diff" (4858 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.