From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10825 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH 0/3] update to linux v4.9 Date: Sun, 25 Dec 2016 10:40:14 +0100 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1482658837 30859 195.159.176.226 (25 Dec 2016 09:40:37 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 25 Dec 2016 09:40:37 +0000 (UTC) User-Agent: Mutt/1.6.0 (2016-04-01) To: musl@lists.openwall.com Original-X-From: musl-return-10838-gllmg-musl=m.gmane.org@lists.openwall.com Sun Dec 25 10:40:33 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1cL5I3-0006cK-8y for gllmg-musl@m.gmane.org; Sun, 25 Dec 2016 10:40:27 +0100 Original-Received: (qmail 6084 invoked by uid 550); 25 Dec 2016 09:40:29 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 6055 invoked from network); 25 Dec 2016 09:40:26 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline Xref: news.gmane.org gmane.linux.lib.musl.general:10825 Archived-At: 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