Skip to content

Commit 482cbb6

Browse files
Al2KlimovPeter Zijlstra
authored andcommitted
docs: locking: Replace HTTP links with HTTPS ones
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 neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: 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 <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 5be542e commit 482cbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/locking/mutex-design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ as an alternative to these. This new data structure provided a number
1818
of advantages, including simpler interfaces, and at that time smaller
1919
code (see Disadvantages).
2020

21-
[1] http://lwn.net/Articles/164802/
21+
[1] https://lwn.net/Articles/164802/
2222

2323
Implementation
2424
--------------

0 commit comments

Comments
 (0)