2022-04-19 14:39:22

by Bru Moreira-Guedes

[permalink] [raw]
Subject: [PATCH 0/2] Docs: Update information at changes.rst

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 <[email protected]>
---
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(-)

--
2.35.3


Attachments:
(No filename) (629.00 B)
signature.asc (235.00 B)
Download all attachments

2022-04-19 16:11:00

by Bru Moreira-Guedes

[permalink] [raw]
Subject: [PATCH 1/2] Docs: Add cpio requirement to changes.rst

The install target requires cpio to run the `kernel/gen_kheaders.sh`
script, but it's missing in the requirements list at
'Documentation/process/changes.rst'. This patch adds it to the list.

Signed-off-by: Bruno Moreira-Guedes <[email protected]>
---
Documentation/process/changes.rst | 6 ++++++
1 file changed, 6 insertions(+)

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
====================== =============== ========================================

.. [#f1] Sphinx is needed only to build the Kernel documentation
@@ -458,6 +459,11 @@ mcelog

- <http://www.mcelog.org/>

+cpio
+----
+
+- <https://www.gnu.org/software/cpio/>
+
Networking
**********

--
2.35.3


Attachments:
(No filename) (1.15 kB)
signature.asc (235.00 B)
Download all attachments