]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita1f4734c483b593971dab6386a1c0f67f6077118
tree1091cbf0d343de82280a671f2f39421c3b93494a
parente175395390a1630d462845d96473aa15bbaf61aa
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