From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 12ECF7A for ; Wed, 20 Apr 2022 06:26:57 +0000 (UTC) Received: from localhost (mdns.lwn.net [45.79.72.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 6232A536; Wed, 20 Apr 2022 06:26:56 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 6232A536 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1650436017; bh=f7Uz8K4B/b1GK8UbEUnANcsx3qekjRh4X7oJMY2FYTY=; h=From:To:Subject:In-Reply-To:References:Date:From; b=hmOAiIvMG0pAzSpQ4R/b4/b/pqbv9PllqJr9zhonE/4A7JX5F6DOdXYH5DwLL561S hFYODhanOqWQxA18wVy0ScYuD5zxUd1LU6LOG+nqV0+FkT9iS3hDkcwFotACIYssKz clfTOhltAGqisMAN0p0bRbmIXpLbhg7pPvS8b4IH8J96mnu7F9d+Ll6ZVcF4Qp7Kpa KnYor61TZw2Xy61gk4OuOPEOAAYI9sVT3NHV2hfyU5dYiKucibFhXXLrG6vXI4D2G8 lEFjTLyXnUFFUEWVsR3KtQpYcO7jAgrW/Ex86dKgQ/hK/hXMvNlPNwDkzibdbmcUf7 iFWexVBflvq6Q== From: Jonathan Corbet To: Bagas Sanjaya , Bruno Moreira-Guedes , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev, Bruno's Patch Watchbox Subject: Re: [PATCH v2 1/2] Docs: Add cpio requirement to changes.rst In-Reply-To: References: <16abd8eb6a5c8398a030ae5d8919d5c8e92e2af1.1650376049.git.codeagain@codeagain.dev> Date: Wed, 20 Apr 2022 00:26:53 -0600 Message-ID: <87o80w46du.fsf@meer.lwn.net> Precedence: bulk X-Mailing-List: outreachy@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Bagas Sanjaya writes: > On 4/19/22 21:48, Bruno Moreira-Guedes wrote: >> diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst >> index a337e8eabfe1..41a44e5f47e6 100644 >> --- a/Documentation/process/changes.rst >> +++ b/Documentation/process/changes.rst >> @@ -56,6 +56,7 @@ iptables 1.4.2 iptables -V >> openssl & libcrypto 1.0.0 openssl version >> bc 1.06.95 bc --version >> Sphinx\ [#f1]_ 1.7 sphinx-build --version >> +cpio any cpio --version >> ====================== =============== ======================================== >> > > You mentioned that **any** version of cpio will work, right? > Or is there a specific minimum version? The statement of "any" seems fairly explicit to me. It has been a few ... decades ... since cpio has seen any sort of rapid development; do you have any reason to think there might be a version in the wild that would not work? jon