mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH 0/3] update to linux v4.9
@ 2016-12-25  9:40 Szabolcs Nagy
  2016-12-25  9:41 ` [PATCH 1/3] add pkey_{mprotect,alloc,free} syscalls from " Szabolcs Nagy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2016-12-25  9:40 UTC (permalink / raw)
  To: musl

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-25  9:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-25  9:40 [PATCH 0/3] update to linux v4.9 Szabolcs Nagy
2016-12-25  9:41 ` [PATCH 1/3] add pkey_{mprotect,alloc,free} syscalls from " Szabolcs Nagy
2016-12-25  9:42 ` [PATCH 2/3] add MS_NOREMOTELOCK mount flag " Szabolcs Nagy
2016-12-25  9:43 ` [PATCH 3/3] update tcp_info struct to " 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).