From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id C9E9D3858289 for ; Tue, 4 Oct 2022 18:57:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C9E9D3858289 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.95,158,1661846400"; d="scan'208";a="84186304" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 04 Oct 2022 10:57:00 -0800 IronPort-SDR: +KX/+GbwLLYSFZVguFfMK+aVGI7Th25viHDNjqBTvFMjKDsO01aChGktB5HY644LNEspEnJeGe /AK6RBCMjxNaIgGPmhz3hWPdmz2Egz6CrWGP0WKe2m9wAil030RwHn3nO0WEmJ3y7HIKJoxTRw ksPWEmfiVqwwfQsbKxMnLGQ1OPyAOuqIJeKu1OvvIPdUHInM1IkiTEYmGOKk5/QDotzgudEkM3 Q7RWqiIYVmOGNsTYYs4WYGtwaIWEBl3iVn3XCzRVrrJ9ji+KBqC1bzNzwVZ8lQTFw4FAZHLMsq Xog= Date: Tue, 4 Oct 2022 18:56:56 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Update syscall lists for Linux 6.0 Message-ID: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-09.mgc.mentorg.com (139.181.222.9) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3116.6 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,TXREP 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.0 has no new syscalls. Update the version number in syscall-names.list to reflect that it is still current for 6.0. 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 028ad3107a..4a78258646 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 5.19. -kernel 5.19 +# The list of system calls is current as of Linux 6.0. +kernel 6.0 FAST_atomic_update FAST_cmpxchg -- Joseph S. Myers joseph@codesourcery.com