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

2020-07-04 Thread Jonathan Cameron
On Fri, 3 Jul 2020 20:57:25 +0200 "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: > For each line: > If doesn't

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

2020-07-03 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-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/process

2020-06-26 Thread Jonathan Corbet
On Sun, 21 Jun 2020 15:36:30 +0200 "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: > For each line: > If doesn't

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

2020-06-26 Thread Jonathan Corbet
On Sun, 21 Jun 2020 15:35:52 +0200 "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: > For each line: > If doesn't

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/driver-api

2020-06-26 Thread Jonathan Corbet
On Sun, 21 Jun 2020 15:35:12 +0200 "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: > For each line: > If doesn't

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

2020-06-26 Thread Jonathan Corbet
On Sun, 21 Jun 2020 15:34:21 +0200 "Alexander A. Klimov" wrote: > Compaq's Bootldr + John Dorsey's patch for Assabet support > -(http://www.handhelds.org/Compaq/bootldr.html) > +(https://www.handhelds.org/Compaq/bootldr.html) > (http://www.wearablegroup.org/software/bootldr/) It looks like

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/sphinx/parse-headers.pl

2020-06-26 Thread Jonathan Corbet
On Sat, 20 Jun 2020 09:54:02 +0200 "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 line: > If doesn't contain `\bxmlns\b`:

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

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

2020-06-22 Thread 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 the goal is to move to "proper HTTPS".

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/process

2020-06-22 Thread Joe Perches
On Mon, 2020-06-22 at 19:03 +0200, Miguel Ojeda wrote: > On Mon, Jun 22, 2020 at 3:06 PM Jonathan Corbet wrote: > > As has been noted elsewhere, checkpatch.pl seems like the appropriate > > place to make this check. As for "the entire tree"...if this job gets > > completed, "git grep" should be

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

2020-06-22 Thread Miguel Ojeda
On Mon, Jun 22, 2020 at 3:06 PM Jonathan Corbet wrote: > > As has been noted elsewhere, checkpatch.pl seems like the appropriate > place to make this check. As for "the entire tree"...if this job gets > completed, "git grep" should be a fine way to do that. `checkpatch` is not really enforced

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/process

2020-06-22 Thread Jonathan Corbet
On Mon, 22 Jun 2020 01:43:12 +0200 Miguel Ojeda wrote: > > * The script should not be neccessary once all of my changes[1] arrive > > in torvalds/master. Instead reviewers should say like C'mon dude, what's > > this new plain-HTTP link doing in your patch? We have 2020! Look at e.g. > >

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

2020-06-21 Thread Miguel Ojeda
Hi Alexander, On Sun, Jun 21, 2020 at 4:30 PM Alexander A. Klimov wrote: > > Which discussion? 93431e0607e5 ? IMAO the patches don't depend on each > other. The one we had the other day. It does not matter that the patches depend on each other. It is information for whoever sees this commit. >

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

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

2020-06-21 Thread Alexander A. Klimov
Am 21.06.20 um 19:42 schrieb Joe Perches: On Sun, 2020-06-21 at 16:30 +0200, Alexander A. Klimov wrote: Am 21.06.20 um 15:46 schrieb Miguel Ojeda: On Sun, Jun 21, 2020 at 3:37 PM Alexander A. Klimov wrote: [] Replace HTTP with HTTPS. [] W/o a such central "rule on how to

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

2020-06-21 Thread Joe Perches
On Sun, 2020-06-21 at 16:30 +0200, Alexander A. Klimov wrote: > Am 21.06.20 um 15:46 schrieb Miguel Ojeda: > > On Sun, Jun 21, 2020 at 3:37 PM Alexander A. Klimov > > wrote: [] > > > Replace HTTP with HTTPS. [] > W/o a > such central "rule on how to HTTPSify links" Maybe: ---

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

2020-06-21 Thread Alexander A. Klimov
Am 21.06.20 um 15:46 schrieb Miguel Ojeda: Hi Alexander, On Sun, Jun 21, 2020 at 3:37 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

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

2020-06-21 Thread Miguel Ojeda
Hi Alexander, On Sun, Jun 21, 2020 at 3:37 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: > For each line: >

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

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|/)`:

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

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|/)`:

[PATCH] Replace HTTP links with HTTPS ones: Documentation/driver-api

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|/)`:

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

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|/)`:

[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|/)`:

[PATCH] Replace HTTP links with HTTPS ones: Documentation/sphinx/parse-headers.pl

2020-06-20 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: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If both the HTTP

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

2020-06-19 Thread Jonathan Corbet
On Mon, 8 Jun 2020 20:16:49 +0200 "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 line: > If doesn't contain `\bxmlns\b`:

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

2020-06-11 Thread Jonathan Corbet
On Thu, 11 Jun 2020 18:05:37 +0200 "Alexander A. Klimov" wrote: > Once the doc subsystems patches get applied (or even reach > torvalds/master) I'll submit maybe ten patches at once. And the more > maintainers apply them... The first patch is in mainline now. I'll deal with subsequent ones

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:

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

2020-06-11 Thread Jonathan Corbet
On Thu, 11 Jun 2020 13:02:08 +0200 "Alexander A. Klimov" wrote: > Who if not Linus shall review one huge patch spreading across lots of > subsystems? In practice almost nobody, which is why I've said several times that you shouldn't do that. There is no flag-day situation forcing this work to

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

2020-06-11 Thread Miguel Ojeda
On Thu, Jun 11, 2020 at 1:02 PM Alexander A. Klimov wrote: > > Who if not Linus shall review one huge patch spreading across lots of > subsystems? Even if a patch is tree-wide, ideally it is first ack'd/reviewed by each subsystem maintainer. The overall idea is that changes are reviewed by

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 of what an

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

2020-06-11 Thread 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 of what an algorithm does. It is not APL, after all :-) > >

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-10 Thread 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 for MITM > > > as HTTPS traffic

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-10 Thread 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 line: > If doesn't contain

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

2020-06-09 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: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If both the HTTP

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

2020-06-08 Thread Alex Shi
It looks good for me. Reviewed-by: Alex Shi Thanks! 在 2020/6/9 上午2:16, 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: > For each line: >

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

2020-06-08 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: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If both the HTTP

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

2020-06-08 Thread Alexander A. Klimov
Am 25.05.20 um 22:21 schrieb 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: For each line: If doesn't contain `\bxmlns\b`: For each link,

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

2020-06-08 Thread Jonathan Corbet
On Tue, 26 May 2020 08:05:44 +0200 "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 line: > If doesn't contain `\bxmlns\b`:

[PATCH] Replace HTTP links with HTTPS ones: documentation

2020-05-26 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: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If both the HTTP

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

2020-05-25 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: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If both the HTTP

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

2020-05-25 Thread Jonathan Corbet
On Mon, 25 May 2020 20:01:45 +0200 "Alexander A. Klimov" wrote: > > But this does not seem to do harm at this point, so I have gone ahead and > > applied it. > What does this mean? Is there a kernel.org repo/branch with my patch? That means it's in the docs-next tree. jon

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

2020-05-25 Thread Alexander A. Klimov
Am 25.05.20 um 20:24 schrieb Joe Perches: On Mon, 2020-05-25 at 20:01 +0200, Alexander A. Klimov wrote: Does it matter whether I just feed the output of ... perl scripts/get_maintainer.pl --separator , --norolestats 0001-Replace-HTTP-links-with-HTTPS-ones-documentation.patch ... into Git

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

2020-05-25 Thread Joe Perches
On Mon, 2020-05-25 at 20:01 +0200, Alexander A. Klimov wrote: > Does it matter whether I just feed the output of ... > > perl scripts/get_maintainer.pl --separator , --norolestats > 0001-Replace-HTTP-links-with-HTTPS-ones-documentation.patch > > ... into Git send-email To: prompt or actually

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

2020-05-25 Thread Alexander A. Klimov
Am 25.05.20 um 18:28 schrieb Jonathan Corbet: On Wed, 20 May 2020 22:00:37 +0200 "Alexander A. Klimov" wrote: 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,

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

2020-05-25 Thread Jonathan Corbet
On Wed, 20 May 2020 22:00:37 +0200 "Alexander A. Klimov" wrote: > 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|/)`: >

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

2020-05-22 Thread Alexander A. Klimov
Am 22.05.20 um 09:50 schrieb Sanjeev Gupta: Alexander, Back in Mar 2018, I had sent in some patches to convert links from http to https.  This stalled, as questions of what security threat I was addressing could not be articulated by me (apart from "https is Now *I* tried to articulate

[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

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

2020-05-20 Thread Andy Shevchenko
Awesome, thanks! On Wed, May 20, 2020 at 1:04 AM Alexander A. Klimov wrote: > > > > 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

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

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

2020-05-19 Thread 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 you tested that all changed URLs continue

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

2020-05-19 Thread Jonathan Corbet
On Tue, 19 May 2020 20:50:55 +0200 "Alexander A. Klimov" wrote: > > OK, I fed your patch to the script, waited a fair while, and got what's > > below. And yes, you don't want to actually send a patch to such a list of > > recipients - it's a sign that your patch is too large. > Please could

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. If that

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

2020-05-19 Thread 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. If that generates a massive list of recipients, that's a

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

2020-05-17 Thread Alexander A. Klimov
Am 17.05.20 um 21:45 schrieb Jonathan Corbet: On Sat, 16 May 2020 14:27:40 +0200 "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. We're

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

2020-05-17 Thread Matthew Wilcox
On Sun, May 17, 2020 at 01:45:44PM -0600, Jonathan Corbet wrote: > On Sat, 16 May 2020 14:27:40 +0200 > "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

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

2020-05-17 Thread Jonathan Corbet
On Sat, 16 May 2020 14:27:40 +0200 "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. We're getting closer, but... - There is still too

[PATCH] Replace HTTP links with HTTPS ones: documentation

2020-05-16 Thread Alexander A. Klimov
... 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. --- Documentation/COPYING-logo| 2 +- Documentation/accounting/cgroupstats.rst | 4 +-