From patchwork Fri Mar 15 00:19:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 31859 Received: (qmail 34351 invoked by alias); 15 Mar 2019 00:19:43 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 34342 invoked by uid 89); 15 Mar 2019 00:19:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=20190315, 2019-03-15 X-HELO: relay1.mentorg.com Date: Fri, 15 Mar 2019 00:19:36 +0000 From: Joseph Myers To: Subject: Update syscall-names.list for Linux 5.0 Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 This patch updates sysdeps/unix/sysv/linux/syscall-names.list for Linux 5.0. Based on testing with build-many-glibcs.py, the only new entry needed is for old_getpagesize (a newly added __NR_* name for an old syscall on ia64). (Because 5.0 changes how syscall tables are handled in the kernel, checking diffs wasn't a useful way of looking for new syscalls in 5.0 as most of the syscall tables were moved to the new representation without actually adding any syscalls to them.) Tested with build-many-glibcs.py. 2019-03-15 Joseph Myers * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel version to 5.0. (old_getpagesize): New syscall. diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index b650dc07cc..0227e52a5f 100644 --- a/sysdeps/unix/sysv/linux/syscall-names.list +++ b/sysdeps/unix/sysv/linux/syscall-names.list @@ -22,8 +22,8 @@ # names are only used if the installed kernel headers also provide # them. -# The list of system calls is current as of Linux 4.20. -kernel 4.20 +# The list of system calls is current as of Linux 5.0. +kernel 5.0 FAST_atomic_update FAST_cmpxchg @@ -261,6 +261,7 @@ nfsservctl ni_syscall nice old_adjtimex +old_getpagesize oldfstat oldlstat oldolduname