alistair23-linux/drivers/gpu/drm/vboxvideo
Alexander A. Klimov d713b771b7 drm/vboxvideo: 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>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200713124923.34282-1-grandmaster@al2klimov.de
2020-07-16 22:12:50 +02:00
..
hgsmi_base.c
hgsmi_ch_setup.h
hgsmi_channels.h
hgsmi_defs.h drm/vboxvideo: Replace HTTP links with HTTPS ones 2020-07-16 22:12:50 +02:00
Kconfig drm/vram: fix Kconfig 2019-09-10 08:53:08 +02:00
Makefile drm/vboxvideo: Switch to generic fbdev emulation 2019-10-16 09:58:30 +02:00
modesetting.c
vbox_drv.c drm/vboxvideo: use managed pci functions 2020-04-28 15:08:01 +02:00
vbox_drv.h drm/vboxvideo: Stop using drm_device->dev_private 2020-04-28 15:07:35 +02:00
vbox_hgsmi.c drm/vboxvideo: Replace HTTP links with HTTPS ones 2020-07-16 22:12:50 +02:00
vbox_irq.c drm/vboxvideo: Stop using drm_device->dev_private 2020-04-28 15:07:35 +02:00
vbox_main.c drm/vboxvideo: Use devm_gen_pool_create 2020-04-28 15:08:51 +02:00
vbox_mode.c drm/vboxvideo: Stop using drm_device->dev_private 2020-04-28 15:07:35 +02:00
vbox_ttm.c drm/vboxvideo: drop DRM_MTRR_WC #define 2020-04-28 15:06:49 +02:00
vboxvideo.h drm/vboxvideo/vboxvideo.h: Replace zero-length array with flexible-array member 2020-03-07 12:55:05 +01:00
vboxvideo_guest.h
vboxvideo_vbe.h
vbva_base.c