From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id C49F8386EC4D for ; Sun, 2 May 2021 20:19:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C49F8386EC4D Received: from mail-qk1-f198.google.com (mail-qk1-f198.google.com [209.85.222.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-36-dZ-GpaMyMnGtw9Afd8aEjw-1; Sun, 02 May 2021 16:19:11 -0400 X-MC-Unique: dZ-GpaMyMnGtw9Afd8aEjw-1 Received: by mail-qk1-f198.google.com with SMTP id p17-20020a05620a1131b02902e45c6e4d33so3694174qkk.0 for ; Sun, 02 May 2021 13:19:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=3wITA2e0zH+sccbmHt1VvvSPHM8wXjHfigCGDoqdC6Y=; b=ppvtHmqFv0XBpm0NiviIsJQWJeo6ne2uuLaYvOl1JgD8dtGPjuOuWkoGEDrrSsGcbI ZhRA/V9/O2LZu4SMiATtFcHyIiucbLca7uieVsywZ2fJwce5usZ+GM6Xrw/56ockCTFJ l0ERdNMSmB99HHEj0fzoFqBZwOAss0eQWExdDFYEwUwputWMlSMpW8HNfeVOGUpO83qJ WQnvPgXDdhgqlZku4oM65zEXkcXV0AX5o9zrCWz07jS2X8rYWH2es85H72A3RLfS3aFk Jp1qpIpdREndl9N1h92nteAeXcURHBziOwEPMCLFzga4QYgOFliOwnUUMa7H0raFcVZS sxpw== X-Gm-Message-State: AOAM5315ueev7QCH7SDR2egDbPB6bIQHofqRZbBf4L3R7VYGeFumGBk+ MlPnzJ6FLeAQprL2oJ/XJlT5SlIujW1hkFnyF06ih+mpW9fKiPC5G4L/hd686/27O4aNYTbJ0uO MI1dT9/APcsNfRFFNkzpz X-Received: by 2002:ac8:7b4b:: with SMTP id m11mr10540128qtu.354.1619986751088; Sun, 02 May 2021 13:19:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwo0sXs9+F3RlPEKRMF7RcKkjD6NAor0eSgA8zdCPvSMpjRBidIWoEmOidqDnvG0I0e6LRPOQ== X-Received: by 2002:ac8:7b4b:: with SMTP id m11mr10540107qtu.354.1619986750712; Sun, 02 May 2021 13:19:10 -0700 (PDT) Received: from [192.168.1.16] (198-84-214-74.cpe.teksavvy.com. [198.84.214.74]) by smtp.gmail.com with ESMTPSA id l17sm896261qtu.64.2021.05.02.13.19.09 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 02 May 2021 13:19:10 -0700 (PDT) Subject: Re: Update syscall lists for Linux 5.12 To: Florian Weimer , Carlos O'Donell via Libc-alpha Cc: "Dmitry V. Levin" References: <20210428000723.GA30991@altlinux.org> <878s4wzzvi.fsf@mid.deneb.enyo.de> From: Carlos O'Donell Organization: Red Hat Message-ID: <15c019d5-036f-91cb-0926-25703425c364@redhat.com> Date: Sun, 2 May 2021 16:19:09 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <878s4wzzvi.fsf@mid.deneb.enyo.de> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Sun, 02 May 2021 20:19:15 -0000 On 5/2/21 3:42 PM, Florian Weimer wrote: > * Carlos O'Donell via Libc-alpha: > >> On 4/27/21 8:07 PM, Dmitry V. Levin wrote: >>> 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. >>> >>> >> >> And a few more were added... >> >> error: kernel syscall 'quotactl_path' (443) not known to glibc >> error: kernel syscall 'landlock_create_ruleset' (444) not known to glibc >> error: kernel syscall 'landlock_restrict_self' (446) not known to glibc >> error: kernel syscall 'landlock_add_rule' (445) not known to glibc >> info: glibc tables are based on kernel version 5.12 >> info: installed kernel headers are version 5.12 > > It looks like you are using a development kernel that hasn't changed > its version to 5.13 yet. It's upstream Linus tree, but I thought I'd pinned it to 5.12... and you are right it looks like they haven't updated the top-level Makefile:VERSION yet even though they've started merging in changes for 5.13. -- Cheers, Carlos.