Skip to content

Commit 1e44e6e

Browse files
Al2Klimovpaulmckrcu
authored andcommitted
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>
1 parent 9123e3a commit 1e44e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/memory-model/Documentation/references.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ o Jade Alglave, Luc Maranget, and Michael Tautschnig. 2014. "Herding
120120

121121
o Jade Alglave, Patrick Cousot, and Luc Maranget. 2016. "Syntax and
122122
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
124124

125125

126126
Memory-model comparisons

0 commit comments

Comments
 (0)