Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1033389ybh; Mon, 13 Jul 2020 07:42:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy01Eq55lDXVtL5/hOj9KjMJ/eHUyjLuWPOK5PETajUE210jPQ03dc6q7NrB1zwlR+PRBci X-Received: by 2002:a05:6402:2c5:: with SMTP id b5mr75822437edx.316.1594651329847; Mon, 13 Jul 2020 07:42:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594651329; cv=none; d=google.com; s=arc-20160816; b=Qn4VYGy3275Ah7/KEfwInjghmnVYudsL/uY93s5MdI+pp+cLyC8JEDpj7jvGWJFf+8 TjPtbpO3TRYWuGbk6f2x2Wt43pAoZa5UU1M/ZB+VOaTwPazSQOfqUxUJg1DnxImeS1ls ldiwXRTtPTyMKk3/Hu9rii4tO8cQlrv/xEauKe03VMRIFEXg7kpxU/Kd/QcHdI7lcPmX iDwXzNFsGrz3n/+0UHs5m86CLYiVf27ltmcrBkL7Paissx3uLVul58uLovBpPOa6/dEq Mf5D5Ybfu4UixyUNz4sEmgQwduBapGjiGjoaJy+5KcqCWk+FmHWZzN4xKpMnMN+KnZxL XZYA== 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:mime-version :message-id:date:subject:cc:to:from; bh=BH0Dewxl1Z45jH3SBPcZnw2/cQi5qiPIlz7A34cF2fc=; b=MtTXtd9Bu3Rti6ZXFDfoWyPpapd2WoGWs8oLVsrGgDD1DNbZqj46UEML4qf29Ux/3V cFq3v702fcGdAr5AvUbuRvwWmtmDCWD2KZGjW3maydqeU60TCDdccxCxwgVwYN2zDbIJ mzIkkjz/a0td3fHSyWssdWoi5hK2q0HqNfQfc2zjWmlRddV0ev5PVYjC8UCdxSj2Pyla ofGfdBwID3h4gXEMbaFmbgor7yCUq85PZsJDz6LqlfE2riCYxL2G8vmrIKUvQbcY/1bV pVuhZrF0lO3S13yZOga77cVHsDjT8pErCNctR0rpPLchyNBfNnmpUMqjroQ4nRKZHSH8 et7w== 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 bz20si10390012ejc.368.2020.07.13.07.41.46; Mon, 13 Jul 2020 07:42:09 -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 S1729837AbgGMOlP (ORCPT + 99 others); Mon, 13 Jul 2020 10:41:15 -0400 Received: from smtp.al2klimov.de ([78.46.175.9]:49808 "EHLO smtp.al2klimov.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729689AbgGMOlP (ORCPT ); Mon, 13 Jul 2020 10:41:15 -0400 Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by smtp.al2klimov.de (Postfix) with ESMTPA id 27E98BC0E4; Mon, 13 Jul 2020 14:41:11 +0000 (UTC) From: "Alexander A. Klimov" To: gregkh@linuxfoundation.org, rafael@kernel.org, corbet@lwn.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: "Alexander A. Klimov" Subject: [PATCH] kobject: documentation: Replace HTTP links with HTTPS ones Date: Mon, 13 Jul 2020 16:41:03 +0200 Message-Id: <20200713144103.35049-1-grandmaster@al2klimov.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: +++++ X-Spam-Level: ***** Authentication-Results: smtp.al2klimov.de; auth=pass smtp.auth=aklimov@al2klimov.de smtp.mailfrom=grandmaster@al2klimov.de Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: 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 --- Continuing my work started at 93431e0607e5. See also: git log --oneline '--author=Alexander A. Klimov ' v5.7..master (Actually letting a shell for loop submit all this stuff for me.) If there are any URLs to be removed completely or at least not just 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 If you apply the patch, please let me know. Sorry again to all maintainers who complained about subject lines. Now I realized that you want an actually perfect prefixes, not just subsystem ones. I tried my best... And yes, *I could* (at least half-)automate it. Impossible is nothing! :) Documentation/core-api/kobject.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/core-api/kobject.rst b/Documentation/core-api/kobject.rst index e93dc8cf52dd..2739f8b72575 100644 --- a/Documentation/core-api/kobject.rst +++ b/Documentation/core-api/kobject.rst @@ -6,7 +6,7 @@ Everything you never wanted to know about kobjects, ksets, and ktypes :Last updated: December 19, 2007 Based on an original article by Jon Corbet for lwn.net written October 1, -2003 and located at http://lwn.net/Articles/51437/ +2003 and located at https://lwn.net/Articles/51437/ Part of the difficulty in understanding the driver model - and the kobject abstraction upon which it is built - is that there is no obvious starting -- 2.27.0