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

ASoC: 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`:
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/20200718112403.13709-1-grandmaster@al2klimov.de
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Alexander A. Klimov and committed by
Mark Brown
3323a148 779bedff

+4 -4
+1 -1
sound/soc/ti/omap-hdmi.c
··· 2 2 /* 3 3 * omap-hdmi-audio.c -- OMAP4+ DSS HDMI audio support library 4 4 * 5 - * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com 5 + * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com 6 6 * 7 7 * Author: Jyri Sarha <jsarha@ti.com> 8 8 */
+1 -1
sound/soc/ti/omap-twl4030.c
··· 2 2 /* 3 3 * omap-twl4030.c -- SoC audio for TI SoC based boards with twl4030 codec 4 4 * 5 - * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com 5 + * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com 6 6 * All rights reserved. 7 7 * 8 8 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
+1 -1
sound/soc/ti/sdma-pcm.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 - * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com 3 + * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com 4 4 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> 5 5 */ 6 6
+1 -1
sound/soc/ti/sdma-pcm.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 - * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com 3 + * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com 4 4 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> 5 5 */ 6 6