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 664B93857801 for ; Wed, 16 Dec 2020 02:02:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 664B93857801 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 C7F3872C8B5 for ; Wed, 16 Dec 2020 05:02:44 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id BA99B7CC819; Wed, 16 Dec 2020 05:02:44 +0300 (MSK) Date: Wed, 16 Dec 2020 05:02:44 +0300 From: "Dmitry V. Levin" To: libc-alpha@sourceware.org Subject: Re: Update syscall lists for Linux 5.10 Message-ID: <20201216020244.GA21335@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=-5.9 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, 16 Dec 2020 02:02:46 -0000 On Wed, Dec 16, 2020 at 01:53:37AM +0000, Joseph Myers wrote: > Linux 5.10 has one new syscall, process_madvise. Update > syscall-names.list and regenerate the arch-syscall.h headers with > build-many-glibcs.py update-syscalls. > > Tested with build-many-glibcs.py. Just for the reference, this new syscall was added by Linux commit v5.10-rc1~87^2~14. LGTM, thanks. -- ldv