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 X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7651C4361B for ; Mon, 7 Dec 2020 22:15:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8608C2396F for ; Mon, 7 Dec 2020 22:15:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727963AbgLGWOq (ORCPT ); Mon, 7 Dec 2020 17:14:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56498 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727882AbgLGWOq (ORCPT ); Mon, 7 Dec 2020 17:14:46 -0500 X-Greylist: delayed 2111 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 07 Dec 2020 14:14:06 PST Received: from dazzle.geroedel.de (unknown [IPv6:2a02:180:2:aa:1::b3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24FE7C061793 for ; Mon, 7 Dec 2020 14:14:06 -0800 (PST) Received: from [192.168.15.2] (helo=feeble.bln.roederer.dhs.org) by dazzle.geroedel.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1kmODd-00025E-FA for linux-doc@vger.kernel.org; Mon, 07 Dec 2020 22:38:54 +0100 Received: from strike.bln.roederer.dhs.org ([192.168.8.36] helo=strike.localnet) by feeble.bln.roederer.dhs.org with esmtp (Exim 4.92) (envelope-from ) id 1kmODd-00009t-1g for linux-doc@vger.kernel.org; Mon, 07 Dec 2020 22:38:53 +0100 From: Sven Roederer To: linux-doc@vger.kernel.org Date: Mon, 07 Dec 2020 22:38:52 +0100 Message-ID: <2164238.7AY86t5Hnk@strike> In-Reply-To: <20201002191336.7423-1-devel-sven@geroedel.de> References: <20201001222023.GV20115@casper.infradead.org> <20201002191336.7423-1-devel-sven@geroedel.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-Spam_report: Spam detection software, running on the system "dazzle", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: 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 Roeder [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-SA-Exim-Connect-IP: 192.168.15.2 X-SA-Exim-Mail-From: devel-sven@geroedel.de Subject: Re: [PATCH v2] docs: changes.rst: add rsync to the list of required tools X-SA-Exim-Version: 4.2.1 (built Tue, 02 Aug 2016 21:08:31 +0000) X-SA-Exim-Scanned: Yes (on dazzle.geroedel.de) Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org 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 > --- > 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