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