From patchwork Thu Jul 18 18:41:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 33734 Received: (qmail 28757 invoked by alias); 18 Jul 2019 18:41:11 -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 28749 invoked by uid 89); 18 Jul 2019 18:41:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=5.2, 52 X-HELO: mx1.redhat.com From: Florian Weimer To: libc-alpha@sourceware.org Subject: [PATCH] Linux: Update syscall-names.list to Linux 5.2 Date: Thu, 18 Jul 2019 20:41:06 +0200 Message-ID: <87sgr3xk1p.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 This adds the system call names fsconfig, fsmount, fsopen, fspick, move_mount, open_tree. Tested with build-many-glibcs.py. 2019-07-18 Florian Weimer * sysdeps/unix/sysv/linux/syscall-names.list: Add system calls from Linux 5.2. (fsconfig): Add system call name. (fsmount): Likewise. (fsopen): Likewise. (fspick): Likewise. (move_mount): Likewise. (open_tree): Likewise. Reviewed-by: Carlos O'Donell diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index 95aa3ec7a5..21bf37c627 100644 --- a/sysdeps/unix/sysv/linux/syscall-names.list +++ b/sysdeps/unix/sysv/linux/syscall-names.list @@ -23,7 +23,7 @@ # them. # The list of system calls is current as of Linux 5.1. -kernel 5.1 +kernel 5.2 FAST_atomic_update FAST_cmpxchg @@ -124,7 +124,11 @@ fork fp_udfiex_crtl free_hugepages fremovexattr +fsconfig fsetxattr +fsmount +fsopen +fspick fstat fstat64 fstatat64 @@ -248,6 +252,7 @@ mmap mmap2 modify_ldt mount +move_mount move_pages mprotect mpx @@ -285,6 +290,7 @@ oldumount olduname open open_by_handle_at +open_tree openat osf_adjtime osf_afs_syscall