From patchwork Thu Apr 12 19:24:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: DJ Delorie X-Patchwork-Id: 897775 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-91520-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="hczEZyRv"; 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 40MW7n6k3Hz9s3M for ; Fri, 13 Apr 2018 05:24:53 +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:date:message-id:from:to:subject; q=dns; s= default; b=fRZ+v8+Fm2/nwuYZPu5y1a/gYpgAJysIO8qLJ/gfMoQ5n1OMbVCg8 sPV/RbiSbXqCrXFS6N4OFlrvhYIs/PYKrsI0qPqgVzdD5Gf22ZO8dA0RJtKoIVJP bXHYDzve6aCLqmPWA/4AiRIadP2tsFWuzdrTyJg2DR4/O19bHJNRrg= 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:message-id:from:to:subject; s=default; bh=hMIQSFH9PBiFSIC+JrCUUwVRXI0=; b=hczEZyRvPlJKofgvCANWm2qwl2Vg 0axTQjB3qSR6a32IkWjO0evb9c3qz262iz+wj+cTV5R7F0vFugzY05m/rzFNQdG5 ogBpJssls8XSqg05rRn7/5pl0OlYPf+/4J5gEIkjlerHH4v39NSzcFd0+QhUSd8y JHTpZ7lThRvuRcc= Received: (qmail 11672 invoked by alias); 12 Apr 2018 19:24:48 -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 11641 invoked by uid 89); 12 Apr 2018 19:24:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No 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 autolearn=ham version=3.3.2 spammy=4.15 X-HELO: mx1.redhat.com Date: Thu, 12 Apr 2018 15:24:41 -0400 Message-Id: From: DJ Delorie To: libc-alpha@sourceware.org Subject: Update kernel version in syscall-names.list to 4.16 Linux 4.16 does not add any new syscalls; this patch updates the version number in syscall-names.list to reflect that it's still current for 4.16. Tested for x86_64 (compilation with build-many-glibcs.py, using Linux 4.16). 2018-04-12 DJ Delorie * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel version to 4.16. Reviewed-by: Carlos O'Donell diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index ffbc5f97e9..fab3ff2328 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.15. -kernel 4.15 +# The list of system calls is current as of Linux 4.16. +kernel 4.16 FAST_atomic_update FAST_cmpxchg