From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from albireo.enyo.de (albireo.enyo.de [37.24.231.21]) by sourceware.org (Postfix) with ESMTPS id 1A573385771B for ; Mon, 15 May 2023 22:26:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1A573385771B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=deneb.enyo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=deneb.enyo.de Received: from [172.17.203.2] (port=34789 helo=deneb.enyo.de) by albireo.enyo.de ([172.17.140.2]) with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) id 1pygdn-008gJf-8O; Mon, 15 May 2023 22:26:03 +0000 Received: from fw by deneb.enyo.de with local (Exim 4.96) (envelope-from ) id 1pygdn-000AFb-0Q; Tue, 16 May 2023 00:26:03 +0200 From: Florian Weimer To: Joseph Myers Cc: Subject: Re: Update syscall lists for Linux 6.3 References: <7ae5e8d9-e68a-ef75-2d64-a9be803336e7@codesourcery.com> Date: Tue, 16 May 2023 00:26:03 +0200 In-Reply-To: <7ae5e8d9-e68a-ef75-2d64-a9be803336e7@codesourcery.com> (Joseph Myers's message of "Mon, 15 May 2023 19:36:39 +0000") Message-ID: <87sfbxb5ac.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-11.5 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_NUMSUBJECT,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: * Joseph Myers: > Linux 6.3 has no new syscalls. Update the version number in > syscall-names.list to reflect that it is still current for 6.3. > > Tested with build-many-glibcs.py. > > diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list > index 5d27b5279c..72fe1d5efe 100644 > --- a/sysdeps/unix/sysv/linux/syscall-names.list > +++ b/sysdeps/unix/sysv/linux/syscall-names.list > @@ -21,8 +21,8 @@ > # This file can list all potential system calls. The names are only > # used if the installed kernel headers also provide them. > > -# The list of system calls is current as of Linux 6.2. > -kernel 6.2 > +# The list of system calls is current as of Linux 6.3. > +kernel 6.3 > > FAST_atomic_update > FAST_cmpxchg Looks okay, thanks.