From patchwork Thu Feb 1 18:14:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 868355 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-89877-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="XKgj6TM0"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zXStp2ZZ5z9s72 for ; Fri, 2 Feb 2018 05:14:26 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=dZvOyIG4IktXYlIpszqzJR/hq90x4 ylYVo2b1b4BqhLaL6m790+dEM/UEIPUKD8T2uVipat3Tz3NErsYEd5C9Y4eo+hlu nA7jdiziU15FC/yvHHgf+zfRGrFiC52Wd41mbCt+clyY3pWJAHvA5ck0PDur9WVN 6jm3kSYfQDqfJo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=0YHrMtHI8TDNx6wbom2YfaQfGh0=; b=XKg j6TM05bhBm0CCsmFcTPNUDmqJcZQsMBgAasRGNNUEZMAC0+YANkiss2EiOqv5LKa ZpgO7IiffMuW1fUr3qIUgpkUc7dKkt2ljo+CTf8OpSIyAth37ypJidnscPDjHhS5 H+KBMDGDeFE0VqxnoQN10Z+xAuUYMMY5+Xwc66RQ= Received: (qmail 30123 invoked by alias); 1 Feb 2018 18:14:20 -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 30103 invoked by uid 89); 1 Feb 2018 18:14:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.1 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, URIBL_RED autolearn=ham version=3.3.2 spammy=4446, 4447 X-HELO: relay1.mentorg.com Date: Thu, 1 Feb 2018 18:14:06 +0000 From: Joseph Myers To: Subject: Update syscall-names.list for 4.15 Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) [Proposed for once the release changes for 2.27, and the post-release changes opening master for development for 2.28, have been committed.] This patch updates sysdeps/unix/sysv/linux/syscall-names.list for Linux 4.15. There only appears to be one new syscall to add to the list. (The riscv_flush_icache syscall is *not* added because for whatever reason it doesn't appear in the uapi asm/unistd.h; only in arch/riscv/include/uapi/asm/syscalls.h, which is only included by the non-uapi asm/unistd.h - and only syscalls whose __NR_* macros are defined in the uapi asm/unistd.h are relevant for this list.) Tested for x86_64, and with build-many-glibcs.py. 2018-02-01 Joseph Myers * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel version to 4.15. (s390_sthyi): New syscall. diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index 64eb2ad..ffbc5f9 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.14. -kernel 4.14 +# The list of system calls is current as of Linux 4.15. +kernel 4.15 FAST_atomic_update FAST_cmpxchg @@ -444,6 +444,7 @@ s390_guarded_storage s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr +s390_sthyi sched_get_affinity sched_get_priority_max sched_get_priority_min