Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 29 Jun 2019 23:28:21 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: [PATCH v2 00/12] Update for linux v5.1

v2:
- split the sys/socket.h patch so the time_t change is separate.
- note the microblaze ipc syscall behaviour change

Szabolcs Nagy (12):
  sys/fanotify.h: update for linux v5.1
  fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1
  sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1
  netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1
  s390x: drop SO_ definitions from bits/socket.h
  sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
  sys/socket.h: add time_t related SO_ definitions from linux v5.1
  netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1
  elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1
  mips64: fix syscall numbers of io_pgetevents and rseq
  ipc: prefer SYS_ipc when it is defined
  add new syscall numbers from linux v5.1

 arch/aarch64/bits/syscall.h.in    |  4 ++++
 arch/arm/bits/syscall.h.in        | 26 +++++++++++++++++++++
 arch/i386/bits/syscall.h.in       | 34 +++++++++++++++++++++++++++
 arch/m68k/bits/syscall.h.in       | 39 +++++++++++++++++++++++++++++++
 arch/microblaze/bits/syscall.h.in | 24 +++++++++++++++++++
 arch/mips/bits/syscall.h.in       | 34 +++++++++++++++++++++++++++
 arch/mips64/bits/syscall.h.in     |  8 +++++--
 arch/mipsn32/bits/syscall.h.in    | 24 +++++++++++++++++++
 arch/or1k/bits/syscall.h.in       | 24 +++++++++++++++++++
 arch/powerpc/bits/syscall.h.in    | 34 +++++++++++++++++++++++++++
 arch/powerpc64/bits/syscall.h.in  | 15 ++++++++++++
 arch/s390x/bits/socket.h          | 28 ----------------------
 arch/s390x/bits/syscall.h.in      | 18 ++++++++++++++
 arch/sh/bits/syscall.h.in         | 39 +++++++++++++++++++++++++++++++
 arch/x32/bits/syscall.h.in        |  4 ++++
 arch/x86_64/bits/syscall.h.in     |  4 ++++
 include/elf.h                     |  2 ++
 include/fcntl.h                   |  1 +
 include/netinet/in.h              |  2 ++
 include/sys/fanotify.h            | 34 ++++++++++++++++++++++++++-
 include/sys/prctl.h               |  1 +
 include/sys/socket.h              | 11 +++++++++
 src/ipc/msgctl.c                  |  2 +-
 src/ipc/msgget.c                  |  2 +-
 src/ipc/msgrcv.c                  |  2 +-
 src/ipc/msgsnd.c                  |  2 +-
 src/ipc/semctl.c                  |  2 +-
 src/ipc/semget.c                  |  2 +-
 src/ipc/semop.c                   |  2 +-
 src/ipc/semtimedop.c              |  2 +-
 src/ipc/shmat.c                   |  2 +-
 src/ipc/shmctl.c                  |  2 +-
 src/ipc/shmdt.c                   |  2 +-
 src/ipc/shmget.c                  |  2 +-
 34 files changed, 391 insertions(+), 43 deletions(-)

-- 
2.21.0


View attachment "0001-sys-fanotify.h-update-for-linux-v5.1.patch" of type "text/x-diff" (3880 bytes)

View attachment "0002-fcntl.h-add-F_SEAL_FUTURE_WRITE-from-linux-v5.1.patch" of type "text/x-diff" (921 bytes)

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

View attachment "0004-netinet-in.h-add-IPV6_ROUTER_ALERT_ISOLATE-from-linu.patch" of type "text/x-diff" (950 bytes)

View attachment "0005-s390x-drop-SO_-definitions-from-bits-socket.h.patch" of type "text/x-diff" (1374 bytes)

View attachment "0006-sys-socket.h-add-SO_BINDTOIFINDEX-from-linux-v5.1.patch" of type "text/x-diff" (923 bytes)

View attachment "0007-sys-socket.h-add-time_t-related-SO_-definitions-from.patch" of type "text/x-diff" (1905 bytes)

View attachment "0008-netinet-in.h-add-INADDR_ALLSNOOPERS_GROUP-from-linux.patch" of type "text/x-diff" (1035 bytes)

View attachment "0009-elf.h-add-NT_ARM_PAC-A-G-_KEYS-from-linux-v5.1.patch" of type "text/x-diff" (863 bytes)

View attachment "0010-mips64-fix-syscall-numbers-of-io_pgetevents-and-rseq.patch" of type "text/x-diff" (892 bytes)

View attachment "0011-ipc-prefer-SYS_ipc-when-it-is-defined.patch" of type "text/x-diff" (5411 bytes)

View attachment "0012-add-new-syscall-numbers-from-linux-v5.1.patch" of type "text/x-diff" (19532 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.