From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81C73C433EF for ; Tue, 19 Apr 2022 02:57:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345785AbiDSC76 (ORCPT ); Mon, 18 Apr 2022 22:59:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239217AbiDSC7z (ORCPT ); Mon, 18 Apr 2022 22:59:55 -0400 Received: from m228-13.mailgun.net (m228-13.mailgun.net [159.135.228.13]) by lindbergh.monkeyblade.net (Postfix) with UTF8SMTPS id C96862654C for ; Mon, 18 Apr 2022 19:57:13 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=codeagain.dev; q=dns/txt; s=smtp; t=1650337033; h=Content-Type: MIME-Version: Message-ID: Subject: Subject: To: To: From: From: Date: Sender: Sender; bh=1rL2vp7V7+wKoQ87BcU2C7fDdhb8wqUApGLXA1ggxm4=; b=X+i/tTZunSsLh+1tST1TJqOKs1U7SBysYbsFOs3JCs6mQeoEa8NEHFFCwAZXkMY4paqeHk4w YEQ589maBHvwSkCsaJEUnbuBWVqnlB8QZ7PwJmPTuNJ3a2oWVsoUZPIuuaLgXxODZvFH1wVe Lcr8uDbGv2SDGDaiY7qZuHEW46fVDRHp5WmP+zRO8ijL4CS7Ll2zQ5a4NzeFqS6PgQ+0IP2s HIJT3LA0/ulg36OGoft2s41nqSjhYD97JmVto6bWzuC3iTw4Q2D9jHiZhu/wUOW1nKqlwT3C pgJo4vQpRdjAnlKLV7JP5C4AS2Vrn1eF5eef4XCirt0T3yO/XZ4QrA== X-Mailgun-Sending-Ip: 159.135.228.13 X-Mailgun-Sid: WyJkNDU4NiIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWM2ZCJd Received: from AN5Bruno (186-250-90-1.mhnet.com.br [186.250.90.1]) by smtp-out-n02.prod.us-west-2.postgun.com with SMTP id 625e2507487c9ee854800176 (version=TLS1.3, cipher=TLS_AES_128_GCM_SHA256); Tue, 19 Apr 2022 02:57:11 GMT Sender: codeagain@codeagain.dev Date: Mon, 18 Apr 2022 23:57:06 -0300 From: Bruno Moreira-Guedes To: Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev, Bruno's Patch Watchbox Subject: [PATCH 0/2] Docs: Update information at changes.rst Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bpzzsdc6houvacyh" Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --bpzzsdc6houvacyh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Add and update information at 'Documentation/process/changes.rst'. The text has outdated kernel version and misses the 'cpio' build requirement, necessary for the `kernel/gen_kheaders.sh` script called by the install target. The PATCH 1/2 fixes the missing cpio requirement, while PATCH 2/2 fixes the kernel version. Signed-off-by: Bruno Moreira-Guedes --- Bruno Moreira-Guedes (2): Docs: Add cpio requirement to changes.rst Docs: Update kernel series in changes.rst Documentation/process/changes.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --=20 2.35.3 --bpzzsdc6houvacyh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQTUrsHCxGmQ5vyKRAZtd3tyEY2kgUCYl4lAgAKCRAZtd3tyEY2 kpd3AP9O+BHCyMUtLB86c1qgQEfZhDCee86AS1T4mqPw/ZIdOAD+KaTrWFtyqDTT 7m3mQ+XzO7ShHw1XylPSkQr76iV3sgQ= =zLsk -----END PGP SIGNATURE----- --bpzzsdc6houvacyh--