From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61488 invoked by alias); 12 Apr 2018 19:42:01 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 61388 invoked by uid 89); 12 Apr 2018 19:42:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-23.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=(unknown) X-HELO: mail-yw0-f178.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=YfH289zoNHbrY0CZima1gL/6YdDot5ROZceZOcA5Wlk=; b=T+dSRaIkH/OR20Js59aPLb0WIXpwZZbqoWZLLshniv+1G3NECunRucKwJLh0i1mBPj KDr1RvcfwJbiD5Nb5P4mdVe+wuH/5qGFLAbYBKYCIaY4VxHq5/126WrGieo4vbnyz/Sq tHk+nw9vx167y20lfsDB+Br1t+G2Hx4OWNzlRydhb90tyINKuHYFB5tZDepYcm88OH3H aum9Z3fzNvnK68C+HqvvMgUQAs4MTgM14bK8Dgz3nEFpozHhJf49JdouiY6EYun3Bygw ARW1r8o3N7Oh4NFpoD9kMQU6wqYHcA0H5iRpWSX9hOjTRq+iWL99Ibp4Zl7FZeTGD+m7 FQQg== X-Gm-Message-State: ALQs6tDXA7o1GjvGV3jO8NdzWCJy9TFyNP/3+CYa+ij0GMaNuoAbS0Kl AkxYQvuB10HJ8no5I4dsA9RQql01bo4= X-Google-Smtp-Source: AIpwx4+nR90wJAgZ8VNIEukAQ40yf0dLmczAtkF+GzZOUcdK+8zr61OkFgmMCeF/DmCOOQlVxe9Y3A== X-Received: by 10.13.253.70 with SMTP id n67mr1444573ywf.63.1523562117190; Thu, 12 Apr 2018 12:41:57 -0700 (PDT) Subject: Re: Update kernel version in syscall-names.list to 4.16 To: DJ Delorie , libc-alpha@sourceware.org References: From: Carlos O'Donell Message-ID: Date: Thu, 12 Apr 2018 19:42:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-04/txt/msg00218.txt.bz2 On 04/12/2018 02:24 PM, DJ Delorie wrote: > 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. OK to commit if you reviewed the results across all arches from build-many-glibcs.py and verified no new syscalls were detected? Thanks for updating this. 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 > -- Cheers, Carlos.