Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mtd: 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>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Alexander A. Klimov and committed by
Richard Weinberger
c13ac555 614a895f

+5 -5
+2 -2
Documentation/devicetree/bindings/mtd/davinci-nand.txt
··· 4 4 NAND interface contains. 5 5 6 6 Documentation: 7 - Davinci DM646x - http://www.ti.com/lit/ug/sprueq7c/sprueq7c.pdf 8 - Kestone - http://www.ti.com/lit/ug/sprugz3a/sprugz3a.pdf 7 + Davinci DM646x - https://www.ti.com/lit/ug/sprueq7c/sprueq7c.pdf 8 + Kestone - https://www.ti.com/lit/ug/sprugz3a/sprugz3a.pdf 9 9 10 10 Required properties: 11 11
+1 -1
drivers/mtd/chips/Kconfig
··· 11 11 AMD and other flash manufactures that provides a universal method 12 12 for probing the capabilities of flash devices. If you wish to 13 13 support any device that is CFI-compliant, you need to enable this 14 - option. Visit <http://www.amd.com/products/nvd/overview/cfi.html> 14 + option. Visit <https://www.amd.com/products/nvd/overview/cfi.html> 15 15 for more information on CFI. 16 16 17 17 config MTD_JEDECPROBE
+1 -1
drivers/mtd/maps/Kconfig
··· 310 310 help 311 311 This provides a driver for the flash accessed using Intel's 312 312 21285 bridge used with Intel's StrongARM processors. More info at 313 - <http://www.intel.com/design/bridge/docs/21285_documentation.htm>. 313 + <https://www.intel.com/design/bridge/docs/21285_documentation.htm>. 314 314 315 315 config MTD_IXP4XX 316 316 tristate "CFI Flash device mapped on Intel IXP4xx based systems"
+1 -1
drivers/mtd/maps/sc520cdp.c
··· 6 6 * The SC520CDP is an evaluation board for the Elan SC520 processor available 7 7 * from AMD. It has two banks of 32-bit Flash ROM, each 8 Megabytes in size, 8 8 * and up to 512 KiB of 8-bit DIL Flash ROM. 9 - * For details see http://www.amd.com/products/epd/desiging/evalboards/18.elansc520/520_cdp_brief/index.html 9 + * For details see https://www.amd.com/products/epd/desiging/evalboards/18.elansc520/520_cdp_brief/index.html 10 10 */ 11 11 12 12 #include <linux/module.h>