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