Hi Alexander, On Sun, Jun 21, 2020 at 3:37 PM Alexander A. Klimov <grandmaster@xxxxxxxxxxxx> 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\b`: > For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: > If both the HTTP and HTTPS versions > return 200 OK and serve the same content: > Replace HTTP with HTTPS. > > Signed-off-by: Alexander A. Klimov <grandmaster@xxxxxxxxxxxx> > --- Looks fine, although it would be nice to have a link to the discussion (using a `Link: ` line to `lore.kernel.org`). Also having the script in the kernel would be nice for future re-runs (e.g. you could add it as a first patch in the series). Other than that: Acked-by: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> Cheers, Miguel