|
Message-ID: <20210710191343.GA522079@port70.net> Date: Sat, 10 Jul 2021 21:13:43 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: [PATCH 00/17] updates for linux v5.11, v5.12, v5.13 includes v5.11 patches: https://www.openwall.com/lists/musl/2021/03/17/1 and v5.12 and v5.13 patches. Szabolcs Nagy (17): bits/syscall.h: add epoll_pwait2 from linux v5.11 sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11 sys/socket.h: add new SO_ socket options from linux v5.11 netinet/if_ether.h: add ETH_P_CFM from linux v5.11 netinet/tcp.h: add tcp zerocopy related changes from linux v5.11 signal.h: add si_code values for SIGSYS signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11 signal.h: add new sa_flags from linux v5.11 bits/syscall.h: add mount_setattr from linux v5.12 s390x: add ptrace requests from linux v5.12 netinet/tcp.h: add TCP_NLA_* values up to linux v5.12 netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12 bits/syscall.h: add landlock syscalls from linux v5.13 netinet/in.h: add INADDR_DUMMY from linux v5.13 elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13 sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13 sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13 arch/aarch64/bits/syscall.h.in | 5 +++++ arch/arm/bits/syscall.h.in | 5 +++++ arch/i386/bits/syscall.h.in | 5 +++++ arch/m68k/bits/syscall.h.in | 5 +++++ arch/microblaze/bits/syscall.h.in | 5 +++++ arch/mips/bits/syscall.h.in | 5 +++++ arch/mips64/bits/syscall.h.in | 5 +++++ arch/mipsn32/bits/syscall.h.in | 5 +++++ arch/or1k/bits/syscall.h.in | 5 +++++ arch/powerpc/bits/syscall.h.in | 5 +++++ arch/powerpc64/bits/syscall.h.in | 5 +++++ arch/riscv64/bits/syscall.h.in | 5 +++++ arch/s390x/bits/ptrace.h | 3 +++ arch/s390x/bits/syscall.h.in | 5 +++++ arch/sh/bits/syscall.h.in | 5 +++++ arch/x32/bits/syscall.h.in | 5 +++++ arch/x86_64/bits/syscall.h.in | 5 +++++ include/elf.h | 1 + include/netinet/if_ether.h | 1 + include/netinet/in.h | 1 + include/netinet/tcp.h | 11 +++++++++++ include/signal.h | 6 ++++++ include/sys/prctl.h | 9 +++++++++ include/sys/ptrace.h | 9 +++++++++ include/sys/socket.h | 2 ++ 25 files changed, 123 insertions(+) -- 2.31.1 View attachment "0001-bits-syscall.h-add-epoll_pwait2-from-linux-v5.11.patch" of type "text/x-diff" (6677 bytes) View attachment "0002-sys-prctl.h-add-PR_SET_SYSCALL_USER_DISPATCH-from-li.patch" of type "text/x-diff" (1194 bytes) View attachment "0003-sys-socket.h-add-new-SO_-socket-options-from-linux-v.patch" of type "text/x-diff" (926 bytes) View attachment "0004-netinet-if_ether.h-add-ETH_P_CFM-from-linux-v5.11.patch" of type "text/x-diff" (799 bytes) View attachment "0005-netinet-tcp.h-add-tcp-zerocopy-related-changes-from-.patch" of type "text/x-diff" (1047 bytes) View attachment "0006-signal.h-add-si_code-values-for-SIGSYS.patch" of type "text/x-diff" (792 bytes) View attachment "0007-signal.h-add-SYS_USER_DISPATCH-si_code-value-from-li.patch" of type "text/x-diff" (717 bytes) View attachment "0008-signal.h-add-new-sa_flags-from-linux-v5.11.patch" of type "text/x-diff" (1036 bytes) View attachment "0009-bits-syscall.h-add-mount_setattr-from-linux-v5.12.patch" of type "text/x-diff" (6656 bytes) View attachment "0010-s390x-add-ptrace-requests-from-linux-v5.12.patch" of type "text/x-diff" (913 bytes) View attachment "0011-netinet-tcp.h-add-TCP_NLA_-values-up-to-linux-v5.12.patch" of type "text/x-diff" (921 bytes) View attachment "0012-netinet-tcp.h-add-tcp_zerocopy_receive-fields-from-l.patch" of type "text/x-diff" (940 bytes) View attachment "0013-bits-syscall.h-add-landlock-syscalls-from-linux-v5.1.patch" of type "text/x-diff" (8574 bytes) View attachment "0014-netinet-in.h-add-INADDR_DUMMY-from-linux-v5.13.patch" of type "text/x-diff" (1152 bytes) View attachment "0015-elf.h-add-NT_ARM_PAC_ENABLED_KEYS-from-linux-v5.13.patch" of type "text/x-diff" (790 bytes) View attachment "0016-sys-prctl.h-add-PR_PAC_-SET-GET-_ENABLED_KEYS-from-l.patch" of type "text/x-diff" (815 bytes) View attachment "0017-sys-ptrace.h-add-PTRACE_GET_RSEQ_CONFIGURATION-from-.patch" of type "text/x-diff" (1184 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.