|
Message-ID: <20190820103139.GN22009@port70.net> Date: Tue, 20 Aug 2019 12:31:39 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: [PATCH 0/7] updates for linux v5.2 last patch is not ready for commit, included for completeness. Szabolcs Nagy (7): netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2 sched.h: add CLONE_PIDFD from linux v5.2 fcntl.h: add existing linux specific AT_ definitions fcntl.h: add AT_RECURSIVE from linux v5.2 add new syscall numbers from linux v5.2 aarch64: add HWCAP2 flags from linux v5.2 sys/ioctl.h: add time_t abi related ioctls from linux v5.2 arch/aarch64/bits/hwcap.h | 8 ++++++++ arch/aarch64/bits/syscall.h.in | 6 ++++++ arch/arm/bits/syscall.h.in | 6 ++++++ arch/i386/bits/syscall.h.in | 6 ++++++ arch/m68k/bits/syscall.h.in | 6 ++++++ arch/microblaze/bits/syscall.h.in | 6 ++++++ arch/mips/bits/syscall.h.in | 6 ++++++ arch/mips64/bits/syscall.h.in | 6 ++++++ arch/mipsn32/bits/syscall.h.in | 6 ++++++ arch/or1k/bits/syscall.h.in | 6 ++++++ arch/powerpc/bits/syscall.h.in | 6 ++++++ arch/powerpc64/bits/syscall.h.in | 6 ++++++ arch/riscv64/bits/syscall.h.in | 7 +++++++ arch/s390x/bits/syscall.h.in | 6 ++++++ arch/sh/bits/syscall.h.in | 6 ++++++ arch/x32/bits/syscall.h.in | 6 ++++++ arch/x86_64/bits/syscall.h.in | 6 ++++++ include/fcntl.h | 10 ++++++++++ include/netinet/if_ether.h | 1 + include/sched.h | 1 + include/sys/ioctl.h | 5 +++++ 21 files changed, 122 insertions(+) -- 2.21.0 View attachment "0001-netinet-if_ether.h-add-ETH_P_DSA_8021Q-from-linux-v5.patch" of type "text/x-diff" (830 bytes) View attachment "0002-sched.h-add-CLONE_PIDFD-from-linux-v5.2.patch" of type "text/x-diff" (806 bytes) View attachment "0003-fcntl.h-add-existing-linux-specific-AT_-definitions.patch" of type "text/x-diff" (1181 bytes) View attachment "0004-fcntl.h-add-AT_RECURSIVE-from-linux-v5.2.patch" of type "text/x-diff" (834 bytes) View attachment "0005-add-new-syscall-numbers-from-linux-v5.2.patch" of type "text/x-diff" (10100 bytes) View attachment "0006-aarch64-add-HWCAP2-flags-from-linux-v5.2.patch" of type "text/x-diff" (1030 bytes) View attachment "0007-sys-ioctl.h-add-time_t-abi-related-ioctls-from-linux.patch" of type "text/x-diff" (1071 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.