linux-bl808/tools/memory-model/Documentation
Alexander A. Klimov 1e44e6e82e 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>
2020-09-03 09:51:00 -07:00
..
cheatsheet.txt tools/memory-order: Update the cheat-sheet to show that smp_mb__after_atomic() orders later RMW operations 2018-05-15 08:11:16 +02:00
explanation.txt These were the main changes in this cycle: 2020-08-03 14:39:35 -07:00
recipes.txt tools/memory-model: Fix reference to litmus test in recipes.txt 2020-06-29 12:05:18 -07:00
references.txt Replace HTTP links with HTTPS ones: LKMM 2020-09-03 09:51:00 -07:00