|
Message-ID: <20201114185640.GL1370092@port70.net> Date: Sat, 14 Nov 2020 19:56:40 +0100 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: [PATCH 0/3] Updates for linux v5.9 patches attached. Szabolcs Nagy (3): bits/syscall.h: add __NR_close_range from linux v5.9 sys/fanotify.h: add new FAN_* macros from linux v5.9 netinet/in.h: add IP_RECVERR_4884 from linux v5.9 arch/aarch64/bits/syscall.h.in | 1 + arch/arm/bits/syscall.h.in | 1 + arch/i386/bits/syscall.h.in | 1 + arch/m68k/bits/syscall.h.in | 1 + arch/microblaze/bits/syscall.h.in | 1 + 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 | 1 + arch/powerpc/bits/syscall.h.in | 1 + arch/powerpc64/bits/syscall.h.in | 1 + arch/riscv64/bits/syscall.h.in | 1 + arch/s390x/bits/syscall.h.in | 1 + arch/sh/bits/syscall.h.in | 1 + arch/x32/bits/syscall.h.in | 1 + arch/x86_64/bits/syscall.h.in | 1 + include/netinet/in.h | 1 + include/sys/fanotify.h | 4 ++++ 18 files changed, 21 insertions(+) -- 2.28.0 View attachment "0001-bits-syscall.h-add-__NR_close_range-from-linux-v5.9.patch" of type "text/x-diff" (7567 bytes) View attachment "0002-sys-fanotify.h-add-new-FAN_-macros-from-linux-v5.9.patch" of type "text/x-diff" (1658 bytes) View attachment "0003-netinet-in.h-add-IP_RECVERR_4884-from-linux-v5.9.patch" of type "text/x-diff" (794 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.