mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] [PATCH 00/63] Linux updates upto v6.4
@ 2023-08-11  8:07 Szabolcs Nagy
  0 siblings, 0 replies; only message in thread
From: Szabolcs Nagy @ 2023-08-11  8:07 UTC (permalink / raw)
  To: musl

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-11  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-11  8:07 [musl] [PATCH 00/63] Linux updates upto v6.4 Szabolcs Nagy

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).