Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp813786ybt; Wed, 1 Jul 2020 10:37:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzTctCJYoCeMuOOvz4tbQ8DhpMrf48UxXB4UUmcnkyDMg+RFqJhLcDHvpuJ4p4GKm+J9opc X-Received: by 2002:a05:6402:559:: with SMTP id i25mr22176570edx.35.1593625033026; Wed, 01 Jul 2020 10:37:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593625033; cv=none; d=google.com; s=arc-20160816; b=rvMU2Im4031TDGeDisr4Fx9JQjwA8oM+o59Fh20n6kC/ReNkz5/3QvZEcx869mNjgD Pz8Y6iVWnVB546cYSM5onyMKUgvZOpq4RAcsWeiFuyyucQapVdgZYSwYj9rpl8deOeuM FA34tCNR1Pr0b/Tj5W2P9yoYyYAtHyzsSSeuWol9whjs3f6Wv0xxEhJdCXBWZnyWBjc4 6VGc7uHDSOl9tkQKIVgpJ4GNEionriP5ItLDb2PPMyw4LXxasKmC13i1/p7kRUFqIpBu yR8xCkrSlhnEhAp5TP4Gf2ZqyTuhjQvQoJITafK7IZ+joRVGbzYNF8oI6xgH9f30q4IH CZ8w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:date:message-id:from :references:cc:to:subject; bh=8mMTFwJKOrVjTKLPkAiZ3BMTDgnH3sw9Dq92+Z6xo9Q=; b=mrZDn8s5c8kxcq+aDBvkI0A1ChY8XCzkSzSPDkEvycwTx+evcTRELFrw/fB1EPTxtz X/66KUm9byQiJGh3SFOSetV28f235wD+keRtbAbOPNPHH6o1WnYTs+b6W8D6uzTUZQ9h s4AI9OMfSgaW89YZQTMv0wkUTjortGcuFCwLQBTIzJgA/dchpHs533P7isT8hNXdLi7V +uN9AOh9r2VFNC3RIBZ3XviJQM25+Zy/rA7qYewcO8mXS5OHFezPHjFB769aXitJxzMf Jw10NoOJbIOw5JS5/zNois5xxpitcTnYC2vfIfBCj/uw20ycASz0hJ7iaKTaHE8kTkEv HVhw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x22si4228388ejv.520.2020.07.01.10.36.49; Wed, 01 Jul 2020 10:37:13 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732773AbgGARdK (ORCPT + 99 others); Wed, 1 Jul 2020 13:33:10 -0400 Received: from smtp.al2klimov.de ([78.46.175.9]:38306 "EHLO smtp.al2klimov.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730645AbgGARdK (ORCPT ); Wed, 1 Jul 2020 13:33:10 -0400 Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by smtp.al2klimov.de (Postfix) with ESMTPA id CE781BC122; Wed, 1 Jul 2020 17:33:05 +0000 (UTC) Subject: Re: [PATCH] Replace HTTP links with HTTPS ones: kdump To: Dave Young Cc: bhe@redhat.com, vgoyal@redhat.com, corbet@lwn.net, kexec@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org References: <20200627103151.71942-1-grandmaster@al2klimov.de> <20200701075803.GB3878@dhcp-128-65.nay.redhat.com> From: "Alexander A. Klimov" Message-ID: <1de76ef5-e447-2274-c45a-3b0356bd63ae@al2klimov.de> Date: Wed, 1 Jul 2020 19:33:04 +0200 MIME-Version: 1.0 In-Reply-To: <20200701075803.GB3878@dhcp-128-65.nay.redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Authentication-Results: smtp.al2klimov.de; auth=pass smtp.auth=aklimov@al2klimov.de smtp.mailfrom=grandmaster@al2klimov.de X-Spamd-Bar: / Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 01.07.20 um 09:58 schrieb Dave Young: > On 06/27/20 at 12:31pm, Alexander A. Klimov wrote: >> Rationale: >> Reduces attack surface on kernel devs opening the links for MITM >> as HTTPS traffic is much harder to manipulate. >> >> Deterministic algorithm: >> For each file: >> If not .svg: >> For each line: >> If doesn't contain `\bxmlns\b`: >> For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: >> If both the HTTP and HTTPS versions >> return 200 OK and serve the same content: >> Replace HTTP with HTTPS. >> >> Signed-off-by: Alexander A. Klimov >> --- >> If there are any URLs to be removed completely or at least not HTTPSified: >> Just clearly say so and I'll *undo my change*. >> See also https://lkml.org/lkml/2020/6/27/64 >> >> If there are any valid, but yet not changed URLs: >> See https://lkml.org/lkml/2020/6/26/837 >> >> Documentation/admin-guide/kdump/kdump.rst | 10 +++++----- >> 1 file changed, 5 insertions(+), 5 deletions(-) >> >> diff --git a/Documentation/admin-guide/kdump/kdump.rst b/Documentation/admin-guide/kdump/kdump.rst >> index 2da65fef2a1c..8cfa35f777f5 100644 >> --- a/Documentation/admin-guide/kdump/kdump.rst >> +++ b/Documentation/admin-guide/kdump/kdump.rst >> @@ -65,20 +65,20 @@ Install kexec-tools >> >> 2) Download the kexec-tools user-space package from the following URL: >> >> -http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools.tar.gz >> +https://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools.tar.gz >> >> This is a symlink to the latest version. >> >> The latest kexec-tools git tree is available at: >> >> - git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git >> -- http://www.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git >> +- https://www.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git >> >> There is also a gitweb interface available at >> -http://www.kernel.org/git/?p=utils/kernel/kexec/kexec-tools.git >> +https://www.kernel.org/git/?p=utils/kernel/kexec/kexec-tools.git >> >> More information about kexec-tools can be found at >> -http://horms.net/projects/kexec/ >> +https://horms.net/projects/kexec/ >> >> 3) Unpack the tarball with the tar command, as follows:: >> >> @@ -511,7 +511,7 @@ dump kernel. >> You can also use the Crash utility to analyze dump files in Kdump >> format. Crash is available on Dave Anderson's site at the following URL: >> >> - http://people.redhat.com/~anderson/ >> + https://people.redhat.com/~anderson/ > > Would you mind to update above url as well? I'll update all of the URLs not changed yet, but (please) not in this patch round. See also https://lkml.org/lkml/2020/6/26/837 > > Dave have moved it to below url instead: > https://crash-utility.github.io/ > > Thanks > Dave >