From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vmicros1.altlinux.org (vmicros1.altlinux.org [194.107.17.57]) by sourceware.org (Postfix) with ESMTP id A30C3385782B for ; Wed, 28 Apr 2021 00:07:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A30C3385782B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=altlinux.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=ldv@altlinux.org Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id CD6AB72C8B0 for ; Wed, 28 Apr 2021 03:07:23 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id B8A617CC8A7; Wed, 28 Apr 2021 03:07:23 +0300 (MSK) Date: Wed, 28 Apr 2021 03:07:23 +0300 From: "Dmitry V. Levin" To: libc-alpha@sourceware.org Subject: Re: Update syscall lists for Linux 5.12 Message-ID: <20210428000723.GA30991@altlinux.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2021 00:07:26 -0000 On Tue, Apr 27, 2021 at 11:52:27PM +0000, Joseph Myers wrote: > Linux 5.12 has one new syscall, mount_setattr. Update > syscall-names.list and regenerate the arch-syscall.h headers with > build-many-glibcs.py update-syscalls. Yes, this looks correct, mount_setattr syscall was introduced by Linux kernel commit v5.12-rc1~64^2~6. -- ldv