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

* Re: [PATCH] docs: changes.rst: add rsync to the list of required tools
  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
  0 siblings, 2 replies; 5+ messages in thread
From: Matthew Wilcox @ 2020-10-01 22:20 UTC (permalink / raw)
  To: Sven Roederer; +Cc: linux-doc

On Thu, Oct 01, 2020 at 11:50:29PM +0200, Sven Roederer wrote:
> +rsync is used to instal the kernel-headers system wide with administarative

"install", "administrative" (or just "admin" or even "root"?)

> +permissions. This was added in v5.3.

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

* Re: [PATCH] docs: changes.rst: add rsync to the list of required tools
  2020-10-01 22:20 ` Matthew Wilcox
@ 2020-10-02 19:10   ` Sven Roederer
  2020-10-02 19:13   ` [PATCH v2] " Sven Roederer
  1 sibling, 0 replies; 5+ messages in thread
From: Sven Roederer @ 2020-10-02 19:10 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: linux-doc

Am Freitag, 2. Oktober 2020, 00:20:23 CEST schrieb Matthew Wilcox:
> On Thu, Oct 01, 2020 at 11:50:29PM +0200, Sven Roederer wrote:
> > +rsync is used to instal the kernel-headers system wide with
> > administarative
> "install", "administrative" (or just "admin" or even "root"?)
> 
Depending on the system-layout, as special group might have the permissions to 
update the files. So root is not strictly needed, even it's the common case.
So I would perfer to stay with "administrative permissions".

Sven




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

* [PATCH v2] docs: changes.rst: add rsync to the list of required tools
  2020-10-01 22:20 ` Matthew Wilcox
  2020-10-02 19:10   ` Sven Roederer
@ 2020-10-02 19:13   ` Sven Roederer
  2020-12-07 21:38     ` Sven Roederer
  1 sibling, 1 reply; 5+ messages in thread
From: Sven Roederer @ 2020-10-02 19:13 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..114edabb21c8 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 install the kernel-headers system wide with administrative
+permissions. This was added in v5.3.
+
 Mkinitrd
 --------
 
-- 
2.17.1


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

* Re: [PATCH v2] docs: changes.rst: add rsync to the list of required tools
  2020-10-02 19:13   ` [PATCH v2] " Sven Roederer
@ 2020-12-07 21:38     ` Sven Roederer
  0 siblings, 0 replies; 5+ messages in thread
From: Sven Roederer @ 2020-12-07 21:38 UTC (permalink / raw)
  To: linux-doc

Am Freitag, 2. Oktober 2020, 21:13:36 CET schrieben Sie:
> 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..114edabb21c8 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 install the kernel-headers system wide with administrative
> +permissions. This was added in v5.3.
> +
>  Mkinitrd
>  --------

Hi, just pinging on this again. V2 of this patch was send, having the typo 
fixed.


Best Sven



^ permalink raw reply	[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).