]> 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)
commitc98ef8728fec73d41969017df8a71d9087ce6405
tree1091cbf0d343de82280a671f2f39421c3b93494a
parent29135a26fc611eb45fb42f5c7b1833d9ecee8555
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