Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp273420ybg; Sun, 26 Jul 2020 04:12:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxUBixahozyBh787dcZiXyZ+nck8vQ5W5iZsHmiJQijwWpFCnvYAtQMhucPG6abSU/nc9DI X-Received: by 2002:a50:ee8a:: with SMTP id f10mr16522804edr.383.1595761932261; Sun, 26 Jul 2020 04:12:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595761932; cv=none; d=google.com; s=arc-20160816; b=zH6gLKSHtdPp1vMtzwg0iSWUr4zfNM7tjJ6orA5bLSN1UWtHkN57vnUVBPaibYUdgr o4IZZTHHw2i5d1NVlJrDuEEbjS28P6H+wJGFkANIA8IbsfkG0FLdFiG9u7HqL1ftjs/N sjyABmH84dMsJOvCw+UmDTUCorecz7vRobZpGvSxyxUZMkGPh4Gmxga3lI4qvPt43Cqp w/4yx4jYCGf7Md6ppKTUAbOyLqT2wMwPZLUgkpAGFxTu43gjbnFDDTIuGwVfriBvwlC7 5WFwhtFP+uUPpsU3JqQiRqHODnmccByodmc4l3eCxBlUO9QSHIGqJTzbvX6iKvbv6i9L iQ7g== 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=iPMHBLdpiRa+t5FkNDhKUMxL42YdEGAG66I0pmPHBAo=; b=OmvCpaYITMSknIDEjVQ9aOXN/oWt8C2OYki1mOpYINMEkvxEUGEXLcKgMfTEibMQlS nDHuEry1j1AlY0Rbp9+oQa7nf55+1GcWV6H/p3U6Ko8oqR9ht/zy+oWGLOmLmAFgVV/3 fKAwcOtFNjQmhXsp8pUyy+UBv/3dW+iJ7Oje87MEAL9+XkiJQ0Proto50tQBDlfBVD5I uZlcXFaQF48w71ofBa17ZyAtdtfAZq6jy1LiyaR8NfM/61RysZa142cIlohaR4PuSRQ0 E9+KFipr+lEUnLuUGCZVtvwFUQl0ghI/TzD0HBiZ/owIig4SYDbfwkbll2QuMjjP3e4k gDtw== 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 l6si3401685ede.331.2020.07.26.04.11.48; Sun, 26 Jul 2020 04:12: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 S1726174AbgGZLLm (ORCPT + 99 others); Sun, 26 Jul 2020 07:11:42 -0400 Received: from smtp.al2klimov.de ([78.46.175.9]:45766 "EHLO smtp.al2klimov.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725972AbgGZLLm (ORCPT ); Sun, 26 Jul 2020 07:11:42 -0400 Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by smtp.al2klimov.de (Postfix) with ESMTPA id B239C6F648; Sun, 26 Jul 2020 11:11:37 +0000 (UTC) From: "Alexander A. Klimov" To: torvalds@linux-foundation.org, masahiroy@kernel.org, mhiramat@kernel.org, rostedt@goodmis.org, jeyu@kernel.org, will@kernel.org, krzk@kernel.org, patrick.bellasi@arm.com, dhowells@redhat.com, ebiederm@xmission.com, hannes@cmpxchg.org, linux-kernel@vger.kernel.org Cc: "Alexander A. Klimov" Subject: [PATCH] init/Kconfig: Replace HTTP links with HTTPS ones Date: Sun, 26 Jul 2020 13:11:31 +0200 Message-Id: <20200726111131.16414-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. init/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init/Kconfig b/init/Kconfig index 0498af567f70..bf72068f3b6a 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -332,12 +332,12 @@ config SYSVIPC exchange information. It is generally considered to be a good thing, and some programs won't run unless you say Y here. In particular, if you want to run the DOS emulator dosemu under Linux (read the - DOSEMU-HOWTO, available from ), + DOSEMU-HOWTO, available from ), you'll need to say Y here. You can find documentation about IPC with "info ipc" and also in section 6.4 of the Linux Programmer's Guide, available from - . + . config SYSVIPC_SYSCTL bool @@ -519,7 +519,7 @@ config BSD_PROCESS_ACCT_V3 process and its parent. Note that this file format is incompatible with previous v0/v1/v2 file formats, so you will need updated tools for processing it. A preliminary version of these tools is available - at . + at . config TASKSTATS bool "Export task/process statistics through netlink" -- 2.27.0