Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Replace HTTP links with HTTPS ones: LKMM

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@al2klimov.de>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>

authored by

Alexander A. Klimov and committed by
Paul E. McKenney
1e44e6e8 9123e3a7

+1 -1
+1 -1
tools/memory-model/Documentation/references.txt
··· 120 120 121 121 o Jade Alglave, Patrick Cousot, and Luc Maranget. 2016. "Syntax and 122 122 semantics of the weak consistency model specification language 123 - cat". CoRR abs/1608.07531 (2016). http://arxiv.org/abs/1608.07531 123 + cat". CoRR abs/1608.07531 (2016). https://arxiv.org/abs/1608.07531 124 124 125 125 126 126 Memory-model comparisons