From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,WEIRD_PORT autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 32293 invoked from network); 11 Aug 2023 08:08:09 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 11 Aug 2023 08:08:09 -0000 Received: (qmail 28635 invoked by uid 550); 11 Aug 2023 08:08:05 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 28588 invoked from network); 11 Aug 2023 08:08:05 -0000 Date: Fri, 11 Aug 2023 10:07:52 +0200 From: Szabolcs Nagy To: musl@lists.openwall.com Message-ID: <20230811080752.GC3448312@port70.net> Mail-Followup-To: musl@lists.openwall.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [musl] [PATCH 00/63] Linux updates upto v6.4 fwiw i have linux update patches at git://nsz.repo.hu:49100/repo/musl it's a slow server, the content can be browsed at http://nsz.repo.hu/git/?p=musl;a=shortlog;h=refs/heads/linux or i can post them to the list if there is interest to review them. Szabolcs Nagy (63): sys/mman.h: add MADV_POPULATE_* from linux v5.14 sys/socket.h: add SO_NETNS_COOKIE from linux v5.14 sys/prctl.h: add PR_SCHED_CORE from linux v5.14 bits/syscall.h: add __NR_quotactl_fd from linux v5.14 bits/syscall.h: add __NR_memfd_secret from linux v5.14 bits/syscall.h: add __NR_process_mrelease from linux v5.15 net/if_arp.h: add ARPHRD_MCTP from linux v5.15 netinet/if_ether.h: add ETH_P_MCTP from linux v5.15 sys/socket.h: add {AF,PF}_MCTP from linux v5.15 sys/socket.h: add SO_BUF_LOCK from linux v5.15 sys/prctl.h: add PR_SPEC_L1D_FLUSH from linux v5.15 bits/syscall.h: add futex_waitv syscall number from linux v5.16 netinet/if_ether.h: add ETH_P_REALTEK from linux v5.16 sys/socket.h: add SO_RESERVE_MEM from linux v5.16 sys/prctl.h: add PR_SCHED_CORE_SCOPE_* from linux v5.16 aarch64: bits/hwcap.h: add HWCAP2_ECV from linux v5.16 bits/syscall.h: add set_mempolicy_home_node from linux v5.17 sys/prctl.h: add PR_SET_VMA_ANON_NAME from linux v5.17 sys/ioctl.h: add N_MCTP from linux v5.17 aarch64: bits/hwcap.h: add HWCAP2_AFP and HWCAP2_RPRES from linux v5.17 sys/mman.h: add MADV_DONTNEED_LOCKED from linux v5.18 sys/socket.h: add SO_TXREHASH from linux v5.18 elf.h: add PT_AARCH64_MEMTAG_MTE from linux v5.18 netinet/if_ether.h: add new ETH_P_ protocol ids from linux v5.18 sys/ioctl.h: add N_DEVELOPMENT ldisc number from linux v5.18 aarch64: add HWCAP2_MTE3 from linux v5.18 sys/socket.h: add SO_RCVMARK from linux v5.19 elf.h: add EM_LOONGARCH from linux v5.19 elf.h: add NT_LOONGARCH_* from linux v5.19 elf.h: add NT_ARM_{SSVE,ZA} from linux v5.19 prctl.h: add PR_SME_* from linux v5.19 ioctl.h: add N_CAN327 from linux v5.19 aarch64: bits/hwcap.h: add HWCAP2 flags from linux v5.19 aarch64: bits/signal.h: add SME definitions from linux v5.19 m68k: bits/ptrace.h: add fdpic macros from linux v5.19 powerpc64: bits/signal.h: bump MINSIGSTKSZ as in linux v5.19 netinet/if_ether.h: add ETH_P_DSA_A5PSW from linux v6.0 elf.h: add NT_S390_PV_CPU_DATA from linux v6.0 bits/termios.h: add ADDRB from linux v6.0 aarch64/bits/hwcap.h: add HWCAP2_EBF16 from linux v6.0 netinet/in.h: add IPPROTO_L2TP from linux v6.1 netinet/if_ether.h: add ETH_P_CANXL from linux v6.1 sys/mman.h: add MADV_COLLAPSE from linux v6.1 aarch64/bits/hwcap.h: add HWCAP2_SVE_EBF16 from linux v6.1 netinet/tcp.h: add TCP_NLA_REHASH from linux v6.2 netinet/tcp.h: add tcp_info fields from linux v6.2 aarch64/bits/hwcap.h: add HWCAP2 flags from linux v6.2 arm/bits/hwcap.h: add HWCAP values from linux v6.2 sys/prctl.h: add PR_*_MDWE from linux v6.3 sys/mman.h: add MFD_NOEXEC_SEAL and MFD_EXEC from linux v6.3 fcntl.h: add F_SEAL_EXEC from linux v6.3 sys/membarrier.h: add MEMBARRIER_CMD_GET_REGISTRATIONS from linux v6.3 netinet/in.h: add IP_LOCAL_PORT_RANGE from linux v6.3 sys/fanotify.h: add FAN_INFO from linux v6.3 elf.h: add NT_* from linux v6.3 elf.h: add AT_RSEQ_* from linux v6.3 netinet/in.h: add IP_PROTOCOL from linux v6.4 sys/prctl.h: add PR_GET_AUXV from linux v6.4 sys/prctl.h: add PR_{GET,SET}_MEMORY_MERGE from linux v6.4 sys/ptrace.h: add PTRACE_*_SYSCALL_USER_DISPATCH_CONFIG from linux v6.4 s390x syscall.h: add __NR_memfd_secret from linux v6.4 riscv64 syscall.h: add __NR_riscv_hwprobe from linux v6.4 or1k signal.h: add fpcsr field to mcontext_t from linux v6.4.5 arch/aarch64/bits/hwcap.h | 18 ++++++++++++++++++ arch/aarch64/bits/signal.h | 17 +++++++++++++++++ arch/aarch64/bits/syscall.h.in | 5 +++++ arch/arm/bits/hwcap.h | 8 ++++++++ arch/arm/bits/syscall.h.in | 4 ++++ arch/generic/bits/termios.h | 1 + arch/i386/bits/syscall.h.in | 5 +++++ arch/m68k/bits/ptrace.h | 3 +++ arch/m68k/bits/syscall.h.in | 4 ++++ arch/microblaze/bits/syscall.h.in | 4 ++++ arch/mips/bits/syscall.h.in | 4 ++++ arch/mips/bits/termios.h | 1 + arch/mips64/bits/syscall.h.in | 4 ++++ arch/mips64/bits/termios.h | 1 + arch/mipsn32/bits/syscall.h.in | 4 ++++ arch/mipsn32/bits/termios.h | 1 + arch/or1k/bits/signal.h | 5 ++++- arch/or1k/bits/syscall.h.in | 4 ++++ arch/powerpc/bits/syscall.h.in | 4 ++++ arch/powerpc/bits/termios.h | 1 + arch/powerpc64/bits/signal.h | 4 ++-- arch/powerpc64/bits/syscall.h.in | 4 ++++ arch/powerpc64/bits/termios.h | 1 + arch/riscv64/bits/syscall.h.in | 6 ++++++ arch/s390x/bits/syscall.h.in | 5 +++++ arch/sh/bits/syscall.h.in | 4 ++++ arch/x32/bits/syscall.h.in | 6 ++++++ arch/x86_64/bits/syscall.h.in | 5 +++++ include/elf.h | 18 +++++++++++++++++- include/fcntl.h | 1 + include/net/if_arp.h | 1 + include/netinet/if_ether.h | 6 ++++++ include/netinet/in.h | 3 +++ include/netinet/tcp.h | 3 +++ include/sys/fanotify.h | 16 ++++++++++++++++ include/sys/ioctl.h | 3 +++ include/sys/membarrier.h | 1 + include/sys/mman.h | 6 ++++++ include/sys/prctl.h | 29 +++++++++++++++++++++++++++++ include/sys/ptrace.h | 9 +++++++++ include/sys/socket.h | 13 ++++++++++++- 41 files changed, 237 insertions(+), 5 deletions(-) -- 2.41.0