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 6EA963858D39 for ; Mon, 19 Dec 2022 21:05:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6EA963858D39 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.96,257,1665475200"; d="scan'208";a="93532338" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 19 Dec 2022 13:05:49 -0800 IronPort-SDR: DKoyJbXdAccB3QfboQ+TnITh4bOOVLkWNGVetb+e44Bjy70iAz9VM3FZzJ8uIdmwv+nLcLc2hF 8QzVd+o7fHeRGPGdWaPacvNREi8+FWC/gf2d4/nwTnLQOFdufypvaVinvNLLBquxQG9gNaJoXG xfKENER5oT3ydVfLfhSNGe7kyda7REy/qrzmfAjwJ5sfjBy64Ry9VqKfdPjh41f9bGTok0utnv ZpBUwBlqmf+CBtNvrIjQ9H9CyuKohmEqfSv2aDsFDaN4/KCZv4BNo3g3OemFrIeeiqY1bLsKeR pMo= Date: Mon, 19 Dec 2022 21:05:44 +0000 From: Joseph Myers To: Subject: Update syscall lists for Linux 6.1 Message-ID: <4087633a-c5f5-72d8-f8e2-c36491262e9@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-13.mgc.mentorg.com (139.181.222.13) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3115.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_NUMSUBJECT,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.1 has no new syscalls. Update the version number in syscall-names.list to reflect that it is still current for 6.1. diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index 4a78258646..1274d9cd4a 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.0. -kernel 6.0 +# The list of system calls is current as of Linux 6.1. +kernel 6.1 FAST_atomic_update FAST_cmpxchg -- Joseph S. Myers joseph@codesourcery.com