Re: [PATCH] Replace HTTP links with HTTPS ones: documentation

2020-05-19 Thread Alexander A. Klimov
Am 19.05.20 um 18:10 schrieb Jonathan Corbet: On Sun, 17 May 2020 22:18:23 +0200 "Alexander A. Klimov" wrote: - Various documents have maintainers who are likely to be interested in changes and should be copied; that is what the get_maintainer.pl script is for

Re: [PATCH] Replace HTTP links with HTTPS ones: documentation

2020-05-19 Thread Alexander A. Klimov
Am 19.05.20 um 22:49 schrieb Andy Shevchenko: On Sat, May 16, 2020 at 3:31 PM Alexander A. Klimov wrote: ... for security reasons. No breaking changes as either the HTTP vhost redirects to HTTPS or both vhosts redirect to the same location or both serve the same content. I wonder how

[PATCH] Replace HTTP links with HTTPS ones: documentation

2020-05-20 Thread Alexander A. Klimov
Rationale: Reduces attack surface on kernel devs for MITM. Deterministic algorithm: For each file: 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

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/translations/it_IT

2020-06-10 Thread Alexander A. Klimov
Am 10.06.20 um 10:57 schrieb Federico Vaga: On Tuesday, June 9, 2020 10:12:41 PM CEST 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: For each

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/translations/it_IT

2020-06-11 Thread Alexander A. Klimov
Am 11.06.20 um 05:12 schrieb Kees Cook: On Wed, Jun 10, 2020 at 08:11:39PM +0200, Alexander A. Klimov wrote: Am 10.06.20 um 10:57 schrieb Federico Vaga: On Tuesday, June 9, 2020 10:12:41 PM CEST Alexander A. Klimov wrote: Rationale: Reduces attack surface on kernel devs opening the links

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/translations/it_IT

2020-06-11 Thread Alexander A. Klimov
Am 11.06.20 um 12:40 schrieb Miguel Ojeda: On Thu, Jun 11, 2020 at 9:02 AM Alexander A. Klimov wrote: Is any of you familiar with Golang? Don't worry about that! I'd expect seasoned C programmers to be able to read Go (or near languages) -- at least to have a general idea

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/translations/it_IT

2020-06-11 Thread Alexander A. Klimov
Am 11.06.20 um 09:01 schrieb Alexander A. Klimov: Am 11.06.20 um 05:12 schrieb Kees Cook: On Wed, Jun 10, 2020 at 08:11:39PM +0200, Alexander A. Klimov wrote: Am 10.06.20 um 10:57 schrieb Federico Vaga: On Tuesday, June 9, 2020 10:12:41 PM CEST Alexander A. Klimov wrote: Rationale

[PATCH] Replace HTTP links with HTTPS ones: vsprintf

2020-07-02 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. If there are any URLs to be removed completely or at least not HTTPSified:

[PATCH] Replace HTTP links with HTTPS ones: BPF (Safe dynamic programs and tools)

2020-07-02 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. If there are any URLs to be removed completely or at least not HTTPSified:

Re: [PATCH] Replace HTTP links with HTTPS ones: BPF (Safe dynamic programs and tools)

2020-07-02 Thread Alexander A. Klimov
Am 03.07.20 um 00:08 schrieb Alexei Starovoitov: On Thu, Jul 2, 2020 at 1:05 PM 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

[PATCH] Replace HTTP links with HTTPS ones: Common CLK framework

2020-07-03 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. If there are any URLs to be removed completely or at least not HTTPSified:

[PATCH] Replace HTTP links with HTTPS ones: TMP513 hardware monitor driver

2020-07-03 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. If there are any URLs to be removed completely or at least not HTTPSified:

[PATCH] Replace HTTP links with HTTPS ones: Documentation/devicetree/bindings/iio

2020-07-03 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. If there are any URLs to be removed completely or at least not HTTPSified:

[PATCH] Replace HTTP links with HTTPS ones: drivers/iio

2020-07-03 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. If there are any URLs to be removed completely or at least not HTTPSified:

[PATCH v2] Replace HTTP links with HTTPS ones: drivers/iio

2020-07-04 Thread Alexander A. Klimov
(?:\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 --- Changes in v2: Addressed https://lore.kernel.org/linux-iio/20200704172513.03815356@archlinux/ drivers/iio/accel/adxl345_c

[PATCH v2] Replace HTTP links with HTTPS ones: Documentation/devicetree/bindings/iio

2020-07-04 Thread Alexander A. Klimov
(?:\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 --- Changes in v2: Addressed https://lore.kernel.org/linux-iio/20200704173459.78ceec60@archlinux/ Documentation/devic

[PATCH] Remove handhelds.org links and email addresses

2020-06-29 Thread Alexander A. Klimov
Rationale: https://lore.kernel.org/linux-doc/20200626110706.7b5d4...@lwn.net/ Signed-off-by: Alexander A. Klimov --- @Jon I thought about what I said and *no*, unfortunately I *can't* automate the detection of such as easy as the HTTPSifying. As you maybe see below cleaning up is even &q

Re: [PATCH] Remove handhelds.org links and email addresses

2020-06-29 Thread Alexander A. Klimov
Am 29.06.20 um 23:10 schrieb Wolfram Sang: Hi Alexander, thanks for trying to fix this, yet I have some doubts. On Mon, Jun 29, 2020 at 10:31:21PM +0200, Alexander A. Klimov wrote: Rationale: https://lore.kernel.org/linux-doc/20200626110706.7b5d4...@lwn.net/ I think we need some text

[PATCH] Replace HTTP links with HTTPS ones: BFQ I/O scheduler

2020-06-30 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. If there are any URLs to be removed completely or at least not HTTPSified:

[PATCH] Replace HTTP links with HTTPS ones: kprobes

2020-07-07 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. If there are any URLs to be removed completely or at least not HTTPSified:

[PATCH] Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clients

2020-07-07 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. If there are any URLs to be removed completely or at least not HTTPSified:

[PATCH] Replace HTTP links with HTTPS ones: user-mode Linux

2020-07-07 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. See also: git log --oneline '--author=Alexander A. Klimov ' v5.7..ma

[PATCH] Replace HTTP links with HTTPS ones: Intel mic drivers

2020-07-07 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. See also: git log --oneline '--author=Alexander A. Klimov ' v5.7..ma

[PATCH] Replace HTTP links with HTTPS ones: performance events

2020-07-07 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. See also: git log --oneline '--author=Alexander A. Klimov ' v5.7..ma

Re: [PATCH] Replace HTTP links with HTTPS ones: kdump

2020-07-07 Thread Alexander A. Klimov
Am 08.07.20 um 05:17 schrieb Dave Young: On 07/01/20 at 07:33pm, Alexander A. Klimov wrote: 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

[PATCH] Replace HTTP links with HTTPS ones: hardware spinlock core

2020-07-07 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. See also: git log --oneline '--author=Alexander A. Klimov ' v5.7..ma

[PATCH] Replace HTTP links with HTTPS ones: SOFTLOGIC 6x10 MPEG CODEC

2020-07-07 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: OMFS

2020-07-07 Thread Alexander A. Klimov
(?:\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 --- Continuing my work started at 93431e0607e5. See also: git log --oneline '--author=Alexander A. Klimov ' v5.7..ma

[PATCH] Replace HTTP links with HTTPS ones: W1 DALLAS'S 1-WIRE BUS

2020-07-07 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: CEPH COMMON CODE (LIBCEPH)

2020-07-07 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: KMOD KERNEL MODULE LOADER - USERMODE HELPER

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: YAMA SECURITY MODULE

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: HPFS FILESYSTEM

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: AFS FILESYSTEM

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: ARM/INTEL IXP4XX ARM ARCHITECTURE

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: RANDOM NUMBER DRIVER

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: OMAP DEVICE TREE SUPPORT

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: USB MASS STORAGE DRIVER

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: OPROFILE

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: ATMEL MACB ETHERNET DRIVER

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: TURBOSTAT UTILITY

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: H8/300 ARCHITECTURE

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: EDAC-SBRIDGE

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: FIREWIRE SUBSYSTEM

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: DRM DRIVERS FOR BRIDGE CHIPS

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: AUXILIARY DISPLAY DRIVERS

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: AGPGART DRIVER

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: BLUETOOTH SUBSYSTEM

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: XDP (eXpress Data Path)

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: PCA9532 LED DRIVER

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: DMI/SMBIOS SUPPORT

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: 9P FILE SYSTEM

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: SI2165 MEDIA DRIVER

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: UNICODE SUBSYSTEM

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: GCOV BASED KERNEL PROFILING

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: BACKLIGHT CLASS/SUBSYSTEM

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: CLOCKSOURCE, CLOCKEVENT DRIVERS

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: DISKQUOTA

2020-07-08 Thread Alexander A. Klimov
(?:\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.

[PATCH] Replace HTTP links with HTTPS ones: MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER

2020-07-08 Thread Alexander A. Klimov
(?:\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.

Re: Good idea to rename files in include/uapi/ ?

2020-06-22 Thread Alexander A. Klimov
Am 22.06.20 um 13:37 schrieb Jan Engelhardt: On Monday 2020-06-15 01:34, Alexander A. Klimov wrote: A header file rename is no problem. We even have dummy headers Hmm.. if I understand all of you correctly, David, Stefano, Pablo and Al say like no, not a good idea, but only you, Jan, say

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/admin-guide

2020-06-22 Thread Alexander A. Klimov
Am 22.06.20 um 00:04 schrieb Pavel Machek: Hi! Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. +++ b/Documentation/admin-guide/README.rst @@ -1,6 +1,6 @@ .. _readme: -Linux kernel release 5.x

[PATCH] Replace HTTP links with HTTPS ones: Documentation/admin-guide

2020-06-22 Thread Alexander A. Klimov
(?:\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 --- Documentation/admin-guide/README.rst| 4 ++-- Documentation/admin-guide/dell_rb

[PATCH v2] Replace HTTP links with HTTPS ones: Documentation/admin-guide

2020-06-22 Thread Alexander A. Klimov
(?:\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 --- Difference in v2: Fixed missing = in changed .rst header. (README.rst) Documentation/admin-guide/READM

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/process

2020-06-22 Thread Alexander A. Klimov
Am 22.06.20 um 22:06 schrieb Miguel Ojeda: On Mon, Jun 22, 2020 at 7:29 PM Joe Perches wrote: scripts/get_maintainer.pl --self-test=links has a reachability test using wget. Perhaps a script like that could be used for http:// vs https:// +1 Not sure about `--no-check-certificate` if th

[PATCH] MAINTAINERS: move *@vger.kernel.org from M: to L:

2020-06-14 Thread Alexander A. Klimov
Signed-off-by: Alexander A. Klimov --- MAINTAINERS | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 68f21d46614c..86e9276ddb1d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8995,8 +8995,6 @@ F:drivers/net/ethernet/sgi/ioc3-eth.c

Good idea to rename files in include/uapi/ ?

2020-06-14 Thread Alexander A. Klimov
Hello there! At the moment one can't checkout a clean working directory w/o any changed files on a case-insensitive FS as the following file names have lower-case duplicates: ➜ linux git:(96144c58abe7) git ls-files |sort -f |uniq -id include/uapi/linux/netfilter/xt_CONNMARK.h include/uapi/li

Re: Good idea to rename files in include/uapi/ ?

2020-06-14 Thread Alexander A. Klimov
Am 14.06.20 um 22:34 schrieb Stefano Brivio: On Sun, 14 Jun 2020 21:41:17 +0200 "Alexander A. Klimov" wrote: Hello there! At the moment one can't checkout a clean working directory w/o any changed files on a case-insensitive FS as the following file names have lower-

Re: Good idea to rename files in include/uapi/ ?

2020-06-14 Thread Alexander A. Klimov
Am 14.06.20 um 23:08 schrieb Jan Engelhardt: On Sunday 2020-06-14 22:19, David Howells wrote: Alexander A. Klimov wrote: *Is it a good idea to rename files in include/uapi/ ?* Very likely not. If programs out there are going to be built on a case-sensitive filesystem (which happens

[PATCH] MIPS: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] [NET] AX.25 Kconfig: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] Staging: speakup: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] USB: ohci: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] WAN: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] alpha: Kconfig: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] arch/sparc: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] arm64: arch_timer: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] arm64: dts: ti: k3-*: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] atm: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] capabilities: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] char: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] cpufreq: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] cpupower: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] dmaengine: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] docs: driver-api: i3c: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] docs: filesystems: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] docs: kvm: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] docs: locking: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] docs: rcu: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] drivers: phy: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] drm: omapdrm: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] drm/tidss: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] drm/vboxvideo: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] e752x_edac: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] erofs: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] extcon: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] fault-inject: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

[PATCH] fpga: region: Replace HTTP links with HTTPS ones

2020-07-13 Thread Alexander A. Klimov
(?:\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.

  1   2   3   4   5   >