Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp254863ybg; Sun, 26 Jul 2020 03:33:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzt3R9WPBs5Kj34EnDG7U5cxvjX2rNjuh/29VYTHR7bbW1QgdjsTAJ1vR0R17Kyv0NWqZ+C X-Received: by 2002:a17:906:2bc7:: with SMTP id n7mr17148337ejg.96.1595759592399; Sun, 26 Jul 2020 03:33:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595759592; cv=none; d=google.com; s=arc-20160816; b=WP51N/NwLl/59+EI/uhBPTqeUSZM1LeVSH9EZyINwqMOEVeKMflLz34kncjCx4AlaS 3Dz86UY6Q1lZ0saEioJEFpbczCNdTET0PljcWQElf3pmYiTH0wR6HSZT1SO9sqnk29sq /iqDgNBQKHIwIIZlwtdBjuez0lbm5Ov+NyQJim8EkKygJ23k0wlo430DQwoqUS6bZPPr WhCD7tRSypkt+WQZCwCmmEfhrRSz8IVPYfOa5RzSPfn9YhowPXCORDCg6UDN14NTIhR+ BHyhETg/cUBe0LZO3Rxoaddp7RVGUIPJ9FVmPyWugNuVsDQM2WA+D2kIW1oe7bK3Kj8P J34Q== 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=hkltHBBad6Mcid0litxjWMGD1OYfa58a/AJ6+aPw9Xo=; b=HobEqX8e7yLas1Zqlb7JMnm3f85W3OXawcbzaNjGgqbrk4/+ruQMmwwAjM5P06ylcC fwlHuHmfWoKzfiI7bmAK1TdkejRBRdSREaS+ryp8dI5fySwzDAa6wydeBKHU/awC+Pts eJr5nacBwmTlC9L2HaQynd9yK69OhdPPeqvWtkjEFsGBAo93hp2GJPxa/xnf1q6iGPW2 vLYjYabSx/2uiZKrlYEzPRHvPftY3W1LhdDMvXXMqdzMeUG0kitgtF6vnCnSqun7KQKJ iJyAGY0mM/tDD7koRqQdEl5rYjE2UHWlZS0lKEmE3YbUE6kEreNqtnTZ62HvwfnRD7H9 mtfg== 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 j7si3762694ejx.378.2020.07.26.03.32.50; Sun, 26 Jul 2020 03:33:12 -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 S1726112AbgGZK3j (ORCPT + 99 others); Sun, 26 Jul 2020 06:29:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725794AbgGZK3j (ORCPT ); Sun, 26 Jul 2020 06:29:39 -0400 Received: from smtp.al2klimov.de (smtp.al2klimov.de [IPv6:2a01:4f8:c0c:1465::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2284EC0619D2 for ; Sun, 26 Jul 2020 03:29:39 -0700 (PDT) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by smtp.al2klimov.de (Postfix) with ESMTPA id 28F6060E07; Sun, 26 Jul 2020 10:29:36 +0000 (UTC) From: "Alexander A. Klimov" To: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org Cc: "Alexander A. Klimov" Subject: [PATCH] acpi: nfit: sysfs: Replace HTTP links with HTTPS ones Date: Sun, 26 Jul 2020 12:29:30 +0200 Message-Id: <20200726102930.16089-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. Signed-off-by: Alexander A. Klimov --- Continuing my work started at 93431e0607e5 with unmaintained stuff according to: perl scripts/get_maintainer.pl --nogit{,-fallback} --nol 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. Documentation/ABI/testing/sysfs-bus-nfit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-bus-nfit b/Documentation/ABI/testing/sysfs-bus-nfit index a1cb44dcb908..44aba665da95 100644 --- a/Documentation/ABI/testing/sysfs-bus-nfit +++ b/Documentation/ABI/testing/sysfs-bus-nfit @@ -110,7 +110,7 @@ Description: respectively. See the specifications for these command families here: - http://pmem.io/documents/NVDIMM_DSM_Interface-V1.6.pdf + https://pmem.io/documents/NVDIMM_DSM_Interface-V1.6.pdf https://github.com/HewlettPackard/hpe-nvm/blob/master/Documentation/ https://msdn.microsoft.com/library/windows/hardware/mt604741" -- 2.27.0