SPI SUBSYSTEM: Replace HTTP links with HTTPS ones
authorAlexander A. Klimov <grandmaster@al2klimov.de>
Wed, 8 Jul 2020 19:44:00 +0000 (21:44 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 9 Jul 2020 21:41:11 +0000 (22:41 +0100)
commit3ea4eac3e29f8a63646ddc1bdf90f2efce7d082c
tree1091cbf0d343de82280a671f2f39421c3b93494a
parent50f06cb1dd82f13a1d3897a327dcd7963ea75707
SPI SUBSYSTEM: 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 <grandmaster@al2klimov.de>
Link: https://lore.kernel.org/r/20200708194400.22213-1-grandmaster@al2klimov.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/spi-davinci.txt
Documentation/spi/spi-sc18is602.rst
drivers/spi/spi-ep93xx.c
drivers/spi/spi-oc-tiny.c
drivers/spi/spi-ti-qspi.c