Re: [PATCH for v5.9] mfd: Replace HTTP links with HTTPS ones

2020-07-22 Thread Lee Jones
On Wed, 22 Jul 2020, Alexander A. Klimov wrote: > > > Am 22.07.20 um 08:54 schrieb Lee Jones: > > On Tue, 21 Jul 2020, Rob Herring wrote: > > > > > On Sun, 19 Jul 2020 21:56:13 +0200, Alexander A. Klimov wrote: > > > > Rationale: > > > > Reduces attack surface on kernel devs opening the links

Re: [PATCH for v5.9] mfd: Replace HTTP links with HTTPS ones

2020-07-22 Thread Alexander A. Klimov
Am 22.07.20 um 08:54 schrieb Lee Jones: On Tue, 21 Jul 2020, Rob Herring wrote: On Sun, 19 Jul 2020 21:56:13 +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

Re: [PATCH for v5.9] mfd: Replace HTTP links with HTTPS ones

2020-07-22 Thread Lee Jones
On Tue, 21 Jul 2020, Rob Herring wrote: > On Sun, 19 Jul 2020 21:56:13 +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: > >

Re: [PATCH for v5.9] mfd: Replace HTTP links with HTTPS ones

2020-07-21 Thread Rob Herring
On Sun, 19 Jul 2020 21:56:13 +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 for v5.9] mfd: Replace HTTP links with HTTPS ones

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