Received: by 2002:a05:6358:16cc:b0:ea:6187:17c9 with SMTP id r12csp5936522rwl; Mon, 9 Jan 2023 01:45:24 -0800 (PST) X-Google-Smtp-Source: AMrXdXssDuTBh70ckd1inmvt94OCOKzlUGTFnaA2pUlTsxLUypWV4VvwXalzRaYqwRVdmSOVDKTM X-Received: by 2002:a17:907:c78e:b0:7c1:23f7:623a with SMTP id tz14-20020a170907c78e00b007c123f7623amr52686133ejc.66.1673257524739; Mon, 09 Jan 2023 01:45:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1673257524; cv=none; d=google.com; s=arc-20160816; b=LZlra2ROHew+GZ3t6GF8QowEuRYIcIzLZCn+6m37dy/3ernicBix0lKo+gWJB9eEqU XI1NIbssjDB55hbxu0i4sjnDYv4Q1Dr8hBtKwUCjUh8yCChwSPwcSRUzZTRyl5qVhbNY o8PJTdigLE2aNre59TNrUWH/s6qFnnBuDi0B9M0ctMmTgX3GY/3bX3kHHPjjew/3UbNX YN7y8CoeuDI3UKDG3nZ24LT197YmOC+s6OB1mtudlKYJQvtMdkQxQUC1SPowSi6nVWuv jQJ7nLrc5hH7ejPrCUxHiUZSew/Heao+I1zmNDpTokPGHl3iAg4QRaJUjXMv8hKe70UZ 2gqQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=DwQpjFOS4dJVZioukv6Vv47pLUvbXFth/Qv6dqQr9QU=; b=Y2wVxD6zUgwxiWqmCH6p5XRPwTtNWh6NtLFTxeFQUxhRZ8CFBfIYu86jlkrKlMcHZO gGdNC2XOePDT3ye2/KPESci4n9cb2MKH9opMHYG2UVDS9gn18Z6njPLrh161ZfoyLMsQ R80h6h8mrGC196Lf5js8FZxboprAcHtBfx2v9ZIQCIv3RPPJlMmoTOZj6McG44WFKKC8 0TkzRz+K++tv01lywEIqNCdLWL66m9t1ZlywDlot2dAo7kHAz2q0zORaYWY14RQzttMk uainVT0wboNb2B/pInBqVlRPt5bvsQTjlJo1Yex6r0/MgPWm4ygsFKZ7iA3ndP7et7XL /c3w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id nb38-20020a1709071ca600b0084c85491fabsi10078657ejc.207.2023.01.09.01.45.12; Mon, 09 Jan 2023 01:45:24 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237040AbjAIJUy (ORCPT + 54 others); Mon, 9 Jan 2023 04:20:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233780AbjAIJUc (ORCPT ); Mon, 9 Jan 2023 04:20:32 -0500 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 5F3CDBE26 for ; Mon, 9 Jan 2023 01:17:57 -0800 (PST) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 3099HoeR027651; Mon, 9 Jan 2023 10:17:50 +0100 Date: Mon, 9 Jan 2023 10:17:50 +0100 From: Willy Tarreau To: Ammar Faizi Cc: "Paul E. McKenney" , linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/22] nolibc: usability improvements (errno, environ, auxv) Message-ID: <20230109091750.GA25476@1wt.eu> References: <20230109084208.27355-1-w@1wt.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 09, 2023 at 04:15:44PM +0700, Ammar Faizi wrote: > On Mon, Jan 09, 2023 at 09:41:46AM +0100, Willy Tarreau wrote: > > Ammar Faizi (3): > > nolibc/stdlib: Implement `getauxval(3)` function > > nolibc/sys: Implement `getpagesize(2)` function > > selftests/nolibc: Add `getpagesize(2)` selftest > > Now that these went through your hands, they also need your signoff :-) Oops, you're right, I missed them. I'll respin. Thanks! Willy