From patchwork Mon Dec 31 19:25:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 1019696 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-98916-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="e7azl5RQ"; 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 43T6jC3PHSz9s0n for ; Tue, 1 Jan 2019 06:25:35 +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=gazYjorwGUV/GsvrnuxA3CjyFHiVs qaEDeugyp4hQ8Ca6BZLf+WyKgmV2wWgRGjJe3EVuxF70ePtYDZ2wD9Vwz6WfqK7W o08qbCxeefgKHdvUJzNUDcIbGwwyztel9C2G00xeO7EEEHGhYDgFw214avsJKOVE 113uRRk1X150x4= 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=hNLkDpCAVzuAp8I3mHbS5/2JpwU=; b=e7a zl5RQU3ixk8oXVxA7yhCYUTVdMQkryaEBlWt+RGFl9Jq+DxWAwBY6Yu0rcezWfRR uEek5GRq5hOxJVmSJgs9+PlZMrH57h9aGj/phg8ObG1hLVQgrsO+ooC6Nf7STZAg c3EMM7GQyfZYpLyXA8fPIAeba67i7fdi/uobB+Us= Received: (qmail 67581 invoked by alias); 31 Dec 2018 19:25:30 -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 67561 invoked by uid 89); 31 Dec 2018 19:25:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=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.2 spammy=Hx-languages-length:1145 X-HELO: relay1.mentorg.com Date: Mon, 31 Dec 2018 19:25:23 +0000 From: Joseph Myers To: Subject: Update syscall-names.list for Linux 4.20 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 4.20. Although there are no new syscalls, the riscv_flush_icache syscall has moved to asm/unistd.h (previously in asm/syscalls.h) and so now needs to be added to the list. Tested with build-many-glibcs.py. 2018-12-31 Joseph Myers * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel version to 4.20. (riscv_flush_icache): New syscall. diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index f88001c9c3..d623dc1d9a 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.19. -kernel 4.19 +# The list of system calls is current as of Linux 4.20. +kernel 4.20 FAST_atomic_update FAST_cmpxchg @@ -431,6 +431,7 @@ renameat renameat2 request_key restart_syscall +riscv_flush_icache rmdir rseq rt_sigaction