Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Wed, 17 Mar 2021 21:12:16 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: [PATCH 0/7] updates for linux v5.11

patches attached.

in signal.h there are existing SA_ macros under _GNU_SOURCE, the new SA_
macros in the last patch are added for posix|bsd|gnu.

Szabolcs Nagy (7):
  sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11
  sys/socket.h: add new SO_ socket options from linux v5.11
  netinet/if_ether.h: add ETH_P_CFM from linux v5.11
  netinet/tcp.h: add tcp zerocopy related changes from linux v5.11
  signal.h: add si_code values for SIGSYS
  signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11
  signal.h: add new sa_flags from linux v5.11

 include/netinet/if_ether.h | 1 +
 include/netinet/tcp.h      | 5 +++++
 include/signal.h           | 6 ++++++
 include/sys/prctl.h        | 6 ++++++
 include/sys/socket.h       | 2 ++
 5 files changed, 20 insertions(+)

-- 
2.29.2


View attachment "0001-sys-prctl.h-add-PR_SET_SYSCALL_USER_DISPATCH-from-li.patch" of type "text/x-diff" (1192 bytes)

View attachment "0002-sys-socket.h-add-new-SO_-socket-options-from-linux-v.patch" of type "text/x-diff" (923 bytes)

View attachment "0003-netinet-if_ether.h-add-ETH_P_CFM-from-linux-v5.11.patch" of type "text/x-diff" (797 bytes)

View attachment "0004-netinet-tcp.h-add-tcp-zerocopy-related-changes-from-.patch" of type "text/x-diff" (1045 bytes)

View attachment "0005-signal.h-add-si_code-values-for-SIGSYS.patch" of type "text/x-diff" (790 bytes)

View attachment "0006-signal.h-add-SYS_USER_DISPATCH-si_code-value-from-li.patch" of type "text/x-diff" (715 bytes)

View attachment "0007-signal.h-add-new-sa_flags-from-linux-v5.11.patch" of type "text/x-diff" (1035 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.