|
|
Message-ID: <cover.1482583912.git.nsz@port70.net>
Date: Sun, 25 Dec 2016 10:40:14 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: [PATCH 0/3] update to linux v4.9
linux uapi update.
pkey man page implies the PKEY_* macros should be defined in sys/mman.h
but on glibc linux/mman.h is not included into sys/mman.h so i left
those out for now.
http://man7.org/linux/man-pages/man7/pkeys.7.html
Szabolcs Nagy (3):
add pkey_{mprotect,alloc,free} syscalls from linux v4.9
add MS_NOREMOTELOCK fs super block flag from linux v4.9
update tcp_info struct to linux v4.9
arch/aarch64/bits/syscall.h.in | 3 +++
arch/arm/bits/syscall.h.in | 3 +++
arch/i386/bits/syscall.h.in | 3 +++
arch/mips/bits/syscall.h.in | 3 +++
arch/mips64/bits/syscall.h.in | 3 +++
arch/mipsn32/bits/syscall.h.in | 3 +++
arch/or1k/bits/syscall.h.in | 3 +++
arch/x32/bits/syscall.h.in | 3 +++
arch/x86_64/bits/syscall.h.in | 3 +++
include/netinet/tcp.h | 2 ++
include/sys/mount.h | 1 +
11 files changed, 30 insertions(+)
--
2.10.2
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.