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

2020-07-22 Thread Herbert Xu
On Wed, Jul 22, 2020 at 09:06:29AM +0200, Alexandre Torgue wrote: > > hum, I was not aware that I could take "crypto" patches. But anyway I think, > the clean way (to avoid merge issue later) is that I take mach-stm32 patch > and Herbert the crypto one. Except if Herbert doesn't agree can you plea

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

2020-07-22 Thread Alexandre Torgue
On 7/21/20 7:49 PM, Alexander A. Klimov wrote: Am 21.07.20 um 10:49 schrieb Alexandre Torgue: Hi Alexander On 7/19/20 11:49 AM, Alexander A. Klimov wrote: Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Determinis

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

2020-07-21 Thread Alexander A. Klimov
Am 21.07.20 um 10:49 schrieb Alexandre Torgue: Hi Alexander On 7/19/20 11:49 AM, 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:

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

2020-07-21 Thread Alexandre Torgue
Hi Alexander On 7/19/20 11:49 AM, 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 contain `\bxmlns\

[PATCH for v5.9] ARM: STM32: 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|/)`: