From patchwork Wed Jun 26 07:36:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincent Chen X-Patchwork-Id: 1122574 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-103111-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=andestech.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="DK6DBy7d"; 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 45YZc82Hmsz9s3l for ; Wed, 26 Jun 2019 17:37:11 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-type; q=dns; s=default; b=aAYSXZMCXzSFQrgR 7ruvV49qsXvNVPw5m1ZhUfwcJgCGmCgVXjx6oO9h1wrM6i8Pyay7zDeWm5DyEVC3 P6d+KsTI/KTQSfUoF88/mOBpH1bt998MzgA/VsqLeqMbhl+HzGR4e/7OgeuSCILB rV9fbBJRnHRZCPCi6NVW0TAgJ/8= 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:from:to:cc:subject:date:message-id :mime-version:content-type; s=default; bh=rBqMrLyM8X7XEbS8zDhvb/ LvC3I=; b=DK6DBy7dDtjEnSp6Se+w/c5qPDB8k/WTgkSiETr93GNbOUML0vDY/T zJA4a+lQG4p8viE64Z0nuuK6ANjPEs7cBIYivEIFms7C7Jbo6ihLGwaywTW9D4r9 MHYpn/fBFu4w8hjA9pPlFgiBLZY5PZgXAYkRcTCZfAaKU8yYw6t0I= Received: (qmail 91832 invoked by alias); 26 Jun 2019 07:37:05 -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 91824 invoked by uid 89); 26 Jun 2019 07:37:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RDNS_DYNAMIC, SPF_PASS, TVD_RCVD_IP autolearn=ham version=3.3.1 spammy=Chen, chen, Stefan, HX-Envelope-From:sk:vincent X-HELO: ATCSQR.andestech.com From: Vincent Chen To: CC: , Vincent Chen Subject: [PATCH] Linux: Add nds32 specific syscalls to syscall-names.list Date: Wed, 26 Jun 2019 15:36:35 +0800 Message-ID: <1561534595-2696-1-git-send-email-vincentc@andestech.com> MIME-Version: 1.0 X-DNSRBL: X-MAIL: ATCSQR.andestech.com x5Q7T3j1037243 The nds32 creates two specific syscalls, udftrap and fp_udfiex_crtl, in kernel v5.0 and v5.2, respectively. Add these two syscalls to syscall-names.list. --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/syscall-names.list | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7b7bccd..5f87187 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-06-26 Vincentc Chen + + * sysdeps/unix/sysv/linux/syscall-names.list: Add nds32 + specific system calls, fp_udfiex_crtl and udftrap. + 2019-06-25 Stefan Liebler * sysdeps/s390/fpu/libm-test-ulps: Regenerated. diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index ae8adab..95aa3ec 100644 --- a/sysdeps/unix/sysv/linux/syscall-names.list +++ b/sysdeps/unix/sysv/linux/syscall-names.list @@ -121,6 +121,7 @@ finit_module flistxattr flock fork +fp_udfiex_crtl free_hugepages fremovexattr fsetxattr @@ -603,6 +604,7 @@ tkill truncate truncate64 tuxcall +udftrap ugetrlimit ulimit umask