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

2020-06-26 Thread Alexander A. Klimov
Am 26.06.20 um 19:02 schrieb Jonathan Corbet: On Sun, 21 Jun 2020 15:20:49 +0200 "Alexander A. Klimov" wrote: So for this one ... diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst index 5fb526900023..7186ed9b42fe 100644 ---

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

2020-06-26 Thread Jonathan Corbet
On Sun, 21 Jun 2020 15:20:49 +0200 "Alexander A. Klimov" wrote: So for this one ... > diff --git a/Documentation/admin-guide/README.rst > b/Documentation/admin-guide/README.rst > index 5fb526900023..7186ed9b42fe 100644 > --- a/Documentation/admin-guide/README.rst > +++

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

2020-06-22 Thread Jonathan Neuschäfer
>Subject: [PATCH] Replace HTTP links with HTTPS ones: Documentation/admin-guide You already sent a patch with the exact same subject line. Please use an incrementing version number (PATCH v2, PATCH v3, etc.) for revised versions of a patch, and describe the differences below the --- l

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

2020-06-22 Thread Alexander A. Klimov
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|/)`:

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

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

2020-06-22 Thread Jonathan Corbet
On Mon, 22 Jun 2020 00:04:32 +0200 Pavel Machek wrote: > > 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

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

2020-06-21 Thread 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 > +Linux kernel release 5.x

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

2020-06-21 Thread Alexander A. Klimov
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|/)`: