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

2020-08-05 Thread Wolfram Sang
> Yes, I've chosen "the easy way" of git commit --amend: > Editing the patch file. > I this a problem? Usually, yes. It can easily create inconsitencies which make me as a maintainer suspicious. signature.asc Description: PGP signature

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

2020-07-21 Thread Alexander A. Klimov
Am 21.07.20 um 11:50 schrieb Jean Delvare: Hi Alexander, On Sun, 19 Jul 2020 21:35:53 +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. (...) Documentation/i2c/busses/i2c-ali1535.rst

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

2020-07-21 Thread Jean Delvare
Hi Alexander, On Sun, 19 Jul 2020 21:35:53 +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. > (...) > Documentation/i2c/busses/i2c-ali1535.rst | 2 +- >

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