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

2020-07-19 Thread David Miller
Please don't do this "for v5.9" stuff. There is no precendence for this and it looks like -stable patch series to just about anyone. There are well defined, established, ways to write Subject lines for proper patch submissions. Please do not invent your own way of doing this. It is very frust

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