Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Mon, 4 Apr 2022 21:49:33 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: [PATCH 00/20] updates for linux v5.14, v5.15, v5.16, v5.17

patches attached

tested on aarch64 and x86_64.

Szabolcs Nagy (20):
  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

 arch/aarch64/bits/hwcap.h         |  3 +++
 arch/aarch64/bits/syscall.h.in    |  5 +++++
 arch/arm/bits/syscall.h.in        |  4 ++++
 arch/i386/bits/syscall.h.in       |  5 +++++
 arch/m68k/bits/syscall.h.in       |  4 ++++
 arch/microblaze/bits/syscall.h.in |  4 ++++
 arch/mips/bits/syscall.h.in       |  4 ++++
 arch/mips64/bits/syscall.h.in     |  4 ++++
 arch/mipsn32/bits/syscall.h.in    |  4 ++++
 arch/or1k/bits/syscall.h.in       |  4 ++++
 arch/powerpc/bits/syscall.h.in    |  4 ++++
 arch/powerpc64/bits/syscall.h.in  |  4 ++++
 arch/riscv64/bits/syscall.h.in    |  5 +++++
 arch/s390x/bits/syscall.h.in      |  4 ++++
 arch/sh/bits/syscall.h.in         |  4 ++++
 arch/x32/bits/syscall.h.in        |  6 ++++++
 arch/x86_64/bits/syscall.h.in     |  5 +++++
 include/net/if_arp.h              |  1 +
 include/netinet/if_ether.h        |  2 ++
 include/sys/ioctl.h               |  1 +
 include/sys/mman.h                |  2 ++
 include/sys/prctl.h               | 14 ++++++++++++++
 include/sys/socket.h              | 11 ++++++++++-
 23 files changed, 103 insertions(+), 1 deletion(-)

-- 
2.35.1


View attachment "0001-sys-mman.h-add-MADV_POPULATE_-from-linux-v5.14.patch" of type "text/x-diff" (818 bytes)

View attachment "0002-sys-socket.h-add-SO_NETNS_COOKIE-from-linux-v5.14.patch" of type "text/x-diff" (778 bytes)

View attachment "0003-sys-prctl.h-add-PR_SCHED_CORE-from-linux-v5.14.patch" of type "text/x-diff" (895 bytes)

View attachment "0004-bits-syscall.h-add-__NR_quotactl_fd-from-linux-v5.14.patch" of type "text/x-diff" (8457 bytes)

View attachment "0005-bits-syscall.h-add-__NR_memfd_secret-from-linux-v5.1.patch" of type "text/x-diff" (2749 bytes)

View attachment "0006-bits-syscall.h-add-__NR_process_mrelease-from-linux-.patch" of type "text/x-diff" (7033 bytes)

View attachment "0007-net-if_arp.h-add-ARPHRD_MCTP-from-linux-v5.15.patch" of type "text/x-diff" (758 bytes)

View attachment "0008-netinet-if_ether.h-add-ETH_P_MCTP-from-linux-v5.15.patch" of type "text/x-diff" (758 bytes)

View attachment "0009-sys-socket.h-add-AF-PF-_MCTP-from-linux-v5.15.patch" of type "text/x-diff" (1037 bytes)

View attachment "0010-sys-socket.h-add-SO_BUF_LOCK-from-linux-v5.15.patch" of type "text/x-diff" (1123 bytes)

View attachment "0011-sys-prctl.h-add-PR_SPEC_L1D_FLUSH-from-linux-v5.15.patch" of type "text/x-diff" (881 bytes)

View attachment "0012-bits-syscall.h-add-futex_waitv-syscall-number-from-l.patch" of type "text/x-diff" (6804 bytes)

View attachment "0013-netinet-if_ether.h-add-ETH_P_REALTEK-from-linux-v5.1.patch" of type "text/x-diff" (814 bytes)

View attachment "0014-sys-socket.h-add-SO_RESERVE_MEM-from-linux-v5.16.patch" of type "text/x-diff" (818 bytes)

View attachment "0015-sys-prctl.h-add-PR_SCHED_CORE_SCOPE_-from-linux-v5.1.patch" of type "text/x-diff" (915 bytes)

View attachment "0016-aarch64-bits-hwcap.h-add-HWCAP2_ECV-from-linux-v5.16.patch" of type "text/x-diff" (732 bytes)

View attachment "0017-bits-syscall.h-add-set_mempolicy_home_node-from-linu.patch" of type "text/x-diff" (6950 bytes)

View attachment "0018-sys-prctl.h-add-PR_SET_VMA_ANON_NAME-from-linux-v5.1.patch" of type "text/x-diff" (908 bytes)

View attachment "0019-sys-ioctl.h-add-N_MCTP-from-linux-v5.17.patch" of type "text/x-diff" (740 bytes)

View attachment "0020-aarch64-bits-hwcap.h-add-HWCAP2_AFP-and-HWCAP2_RPRES.patch" of type "text/x-diff" (875 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.