From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 7EF3E3858D33 for ; Mon, 15 May 2023 19:36:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7EF3E3858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.99,277,1677571200"; d="scan'208";a="6099892" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 15 May 2023 11:36:43 -0800 IronPort-SDR: uReUaajsDMu1Nmlls7JK++BvN09O8L0NGGyKjEsjxhEtMcPWo6I/jyvViR0+LtXuhb8VlBtZKo vdxty/x3a74lbdKauLvVAq3Ixpl563T8kv11QsbUbJ1rHHxGo3FvP58RqncuB6Xapi99OsBxDx g3nAygorx92Zy14HPBJ/sZqv6o6uy8dHMKySiFQQJ7SCp7vB9yhB0arwIwygvDKhjLcaUGJvS/ fNTQdZurqlMoqVtHUbTTQeYwKKjZjwpaIcHu8UA4ZmPntSXPWzUioRctYrel668tuRlXxI5w3S awA= Date: Mon, 15 May 2023 19:36:39 +0000 From: Joseph Myers To: Subject: Update syscall lists for Linux 6.3 Message-ID: <7ae5e8d9-e68a-ef75-2d64-a9be803336e7@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3112.5 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_NUMSUBJECT,SPF_HELO_PASS,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: 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 -- Joseph S. Myers joseph@codesourcery.com