linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: changes.rst: add rsync to the list of required tools
@ 2020-10-01 21:50 Sven Roederer
  2020-10-01 22:20 ` Matthew Wilcox
  0 siblings, 1 reply; 5+ messages in thread
From: Sven Roederer @ 2020-10-01 21:50 UTC (permalink / raw)
  To: linux-doc

Since 5.3 (59b2bd05f5f4dc) the 'make headers_install' call depends on
rsync to deploy the files system wide.

Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
---
 Documentation/process/changes.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst
index ee741763a3fc..94f22368a2af 100644
--- a/Documentation/process/changes.rst
+++ b/Documentation/process/changes.rst
@@ -55,9 +55,11 @@ iptables               1.4.2            iptables -V
 openssl & libcrypto    1.0.0            openssl version
 bc                     1.06.95          bc --version
 Sphinx\ [#f1]_	       1.3		sphinx-build --version
+rsync\ [#f2]_          3.0              rsync --version
 ====================== ===============  ========================================
 
 .. [#f1] Sphinx is needed only to build the Kernel documentation
+.. [#f2] rsync is needed only during final install of kernel-headers
 
 Kernel compilation
 ******************
@@ -161,6 +163,12 @@ is not build with ``CONFIG_KALLSYMS`` and you have no way to rebuild and
 reproduce the Oops with that option, then you can still decode that Oops
 with ksymoops.
 
+rsync
+-----
+
+rsync is used to instal the kernel-headers system wide with administarative
+permissions. This was added in v5.3.
+
 Mkinitrd
 --------
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-07 22:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-01 21:50 [PATCH] docs: changes.rst: add rsync to the list of required tools Sven Roederer
2020-10-01 22:20 ` Matthew Wilcox
2020-10-02 19:10   ` Sven Roederer
2020-10-02 19:13   ` [PATCH v2] " Sven Roederer
2020-12-07 21:38     ` Sven Roederer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).