From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by sourceware.org (Postfix) with ESMTPS id C4CFB3858D38 for ; Thu, 23 May 2024 21:18:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C4CFB3858D38 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kernel.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org C4CFB3858D38 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2604:1380:4641:c500::1 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1716499118; cv=none; b=OGhkke2rFMwvvmSLljevwIBAID42EzA3/dmxCLaNlBOu7R3ki9AgqmAHHK//gK5Lh3y02IqoJEY2ozYj23Ezz7r3vsdaZCWakEdQd03X8IWKTF+TGdFA33RLfh7FN65cc4CF8IFKrXH0Dpm22hliOyHoLvZxaMCHjGzwS7iDc5s= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1716499118; c=relaxed/simple; bh=b+XefUrwgEr39hv949c0mBOkN9aa6HFd/UoyyT2eOXo=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=vlPOjjpowG/IiH+r9qziUFDfXBmM5NQq8XhbdqCncjo9+5UjrSs0hl4YKI9rnWjXrubTGlUijnplOex7Q/ZTae4r8R5SyCURH09aGs+5Ac79z9VbVWHQlbDgblUVEr1X9gUdeErp3nS0OA7NbTKFzvhBSKn6Ke3eIdeoAuTX10s= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 6725862F08; Thu, 23 May 2024 21:18:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 18143C2BD10; Thu, 23 May 2024 21:18:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1716499116; bh=b+XefUrwgEr39hv949c0mBOkN9aa6HFd/UoyyT2eOXo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eH0CDWmPwR59iJYxP1Br/yzyy/u8CHBUI46DeAoPSMkSiO9ZPabmX+AEWLEZWRsow lKnw3KEJfyybG8ynoK7KBx1jG0+JLhyTIArGQGLtuyNBitBraR97woJVQxKxrpcS7o cbWO6aAbOqEGbKeKTRS31wNksG9KGmRoQAHQT53Or3YcfJkwaxTqVuZ/jCgkDqJhI9 cHFpETawtj0jZtB85Ze10t9AIptzm+kip/WmNeLghIhXOTxn72lYmdnVqbXyjPa7Ys C75jHWNTuNCA02aOvTbAkmVDXXeFuiBq3VLMIyPfGoPbwen4OUmYWKBX6BKDctVBr3 A+wJoT8EBWN8Q== Date: Thu, 23 May 2024 23:18:32 +0200 From: Alejandro Colomar To: Zack Weinberg Cc: DJ Delorie , Carlos O'Donell , GNU libc development Subject: Re: [patch v4] manual: add syscall list Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="py6gbefbcnr3mm6v" Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,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: --py6gbefbcnr3mm6v Content-Type: text/plain; protected-headers=v1; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable From: Alejandro Colomar To: Zack Weinberg Cc: DJ Delorie , Carlos O'Donell , GNU libc development Subject: Re: [patch v4] manual: add syscall list References: MIME-Version: 1.0 In-Reply-To: Hi Zack, On Thu, May 23, 2024 at 12:59:13PM GMT, Zack Weinberg wrote: > On Wed, May 22, 2024, at 3:41 PM, DJ Delorie wrote: > > [v4 cleans up comment text and list prefixes] >=20 > I saw something go by earlier about previous reviewers not being > confident in their understanding of the changes to the configure.ac, > so let me jump in and review that part... That was me. :) > > AC_DEFINE_UNQUOTED(TIMEOUTFACTOR, $timeoutfactor) > >=20 > > +AC_ARG_WITH([man-pages], > > + AS_HELP_STRING([--with-man-pages=3DVERSION], > > + [tie manual to a specific man-pages version]), > > + [man_pages_version=3D$withval], > > + [man_pages_version=3D6.8]) > > +AC_SUBST(man_pages_version) >=20 > Also, I wonder if it makes sense to tie the default here to the > default for --enable-kernel, assuming there is one. The versions of the Linux man-pages project are independent of the Linux kernel ones. In fact, I think all of my releases will be 6.x, and 7.x will be for whoever is the maintainer after me. Have a lovely night! Alex --=20 --py6gbefbcnr3mm6v Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE6jqH8KTroDDkXfJAnowa+77/2zIFAmZPsqgACgkQnowa+77/ 2zJkqw/9F4/AgoSzhXjCu2BC6PGBBwHeqZhlNhJeMJw4/PFOuYyRSU3BVqnWdZe9 mvDWtme3gO7pB+Y18AwOa4WP2uI4r+wjdgZR/ZZklCOo9XWxI8aFCE7RmZ0n0QrB ypnsiG93qR1d0685+n9gwvqX75x3EQZTr70Ez4SLcWwB/a9EOJLjYGUEtFr2MfjT 28WtPdjsKr84PR4s7gtoaDZGvWQ7h48f7IY9TsTtJ4XW1n1qeplmr4esbfQ7zG7W VUD3EWJpTf0c5oquFsPM2F/Ab34A3133vlDTLWBRaJswxEfLcXLqrmIzJb14mwyI KzeL8r4ATlh06sCcpDB1e/NhDwruuOTSDHGbxBGARyb4VyDQVls6B/iPYwS81kVZ jWXb0i88cDQRxnFnmAuy6Hetnk2x8qlE887V+djKYPJrwVZA6B8JO4q5+Xby4WFv naV7oUAbE7aGQet7JqrJlPjwpVixtE0sDBDL+mqGnC0s7t/vangX7oatvkCB63xG ahSs7rUE8Nut7u5N6TyHdeoTs9cCCktIQGIKT0D49YTptA9m97AguZk9Dr1XQKS6 QcRChA2tZpPXApCC1Q6cg5UDnUNta+ibTn1ZV0fAk+wcbtCF83DylCJc1/JX46Qh FcwJRmSILil7gFDondAf3XjWb2mYXXcsLYo4J6nQlRk1mYphJVc= =YfEZ -----END PGP SIGNATURE----- --py6gbefbcnr3mm6v--