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

media: omap: 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`:
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>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Alexander A. Klimov and committed by
Mauro Carvalho Chehab
4eb5928d 4c85f628

+2 -2
+1 -1
drivers/media/platform/omap3isp/isp.c
··· 142 142 * readback the same register, in this case the revision register. 143 143 * 144 144 * See this link for reference: 145 - * http://www.mail-archive.com/linux-omap@vger.kernel.org/msg08149.html 145 + * https://www.mail-archive.com/linux-omap@vger.kernel.org/msg08149.html 146 146 */ 147 147 void omap3isp_flush(struct isp_device *isp) 148 148 {
+1 -1
drivers/staging/media/omap4iss/iss.c
··· 55 55 * readback the same register, in this case the revision register. 56 56 * 57 57 * See this link for reference: 58 - * http://www.mail-archive.com/linux-omap@vger.kernel.org/msg08149.html 58 + * https://www.mail-archive.com/linux-omap@vger.kernel.org/msg08149.html 59 59 */ 60 60 static void omap4iss_flush(struct iss_device *iss) 61 61 {