Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Tue, 24 Dec 2019 23:28:28 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: [PATCH 0/6] updates for linux v5.4

attached the v5.4 patches,
the v5.3 patches are still pending:
https://www.openwall.com/lists/musl/2019/11/10/1

i did not include the SOMAXCONN change since it's configurable
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=19f92a030ca6d772ab44b22ee6a01378a8cb32d4

Szabolcs Nagy (6):
  sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4
  sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4
  netinet/tcp.h: add new tcp_info fields from linux v5.4
  sys/wait.h: add P_PIDFD from linux v5.4
  mips: add hwcap bits from linux v5.4
  mips: add clone3 syscall numbers from linux v5.4

 arch/mips/bits/hwcap.h         | 11 +++++++++++
 arch/mips/bits/syscall.h.in    |  1 +
 arch/mips64/bits/syscall.h.in  |  1 +
 arch/mipsn32/bits/syscall.h.in |  1 +
 include/netinet/tcp.h          |  2 ++
 include/sys/mman.h             |  2 ++
 include/sys/prctl.h            |  4 ++++
 include/sys/wait.h             |  3 ++-
 8 files changed, 24 insertions(+), 1 deletion(-)

-- 
2.23.0


View attachment "0001-sys-mman.h-add-MADV_COLD-and-MADV_PAGEOUT-from-linux.patch" of type "text/x-diff" (1276 bytes)

View attachment "0002-sys-prctl.h-add-PR_-_TAGGED_ADDR_-from-linux-v5.4.patch" of type "text/x-diff" (1058 bytes)

View attachment "0003-netinet-tcp.h-add-new-tcp_info-fields-from-linux-v5..patch" of type "text/x-diff" (1001 bytes)

View attachment "0004-sys-wait.h-add-P_PIDFD-from-linux-v5.4.patch" of type "text/x-diff" (789 bytes)

View attachment "0005-mips-add-hwcap-bits-from-linux-v5.4.patch" of type "text/x-diff" (1206 bytes)

View attachment "0006-mips-add-clone3-syscall-numbers-from-linux-v5.4.patch" of type "text/x-diff" (1482 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.