diff options
| author | Alexander A. Klimov <[email protected]> | 2020-07-13 12:28:59 +0000 |
|---|---|---|
| committer | Tomi Valkeinen <[email protected]> | 2020-11-10 12:41:22 +0000 |
| commit | 1b409fda60414186688d94a125ce5306f323af6d (patch) | |
| tree | 7ecae07d6f704659473d3c8d1a34e9dfc976ae2d /drivers/gpu/drm/omapdrm/omap_gem.c | |
| parent | drm/tidss: use devm_platform_ioremap_resource_byname (diff) | |
| download | kernel-1b409fda60414186688d94a125ce5306f323af6d.tar.gz kernel-1b409fda60414186688d94a125ce5306f323af6d.zip | |
drm: omapdrm: 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 <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_gem.c')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/omap_gem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_gem.c b/drivers/gpu/drm/omapdrm/omap_gem.c index 0e5adfaae645..68c271f4250b 100644 --- a/drivers/gpu/drm/omapdrm/omap_gem.c +++ b/drivers/gpu/drm/omapdrm/omap_gem.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ * Author: Rob Clark <[email protected]> */ |
