-
- Downloads
video: fbdev: 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:
Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20200719203714.61745-1-grandmaster@al2klimov.de
Showing
- Documentation/fb/ep93xx-fb.rst 1 addition, 1 deletionDocumentation/fb/ep93xx-fb.rst
- drivers/video/fbdev/Kconfig 4 additions, 4 deletionsdrivers/video/fbdev/Kconfig
- drivers/video/fbdev/core/fbmon.c 2 additions, 2 deletionsdrivers/video/fbdev/core/fbmon.c
- drivers/video/fbdev/ep93xx-fb.c 1 addition, 1 deletiondrivers/video/fbdev/ep93xx-fb.c
- drivers/video/fbdev/grvga.c 1 addition, 1 deletiondrivers/video/fbdev/grvga.c
- drivers/video/fbdev/macfb.c 1 addition, 1 deletiondrivers/video/fbdev/macfb.c
- drivers/video/fbdev/metronomefb.c 1 addition, 1 deletiondrivers/video/fbdev/metronomefb.c
- drivers/video/fbdev/omap2/omapfb/dss/Kconfig 2 additions, 2 deletionsdrivers/video/fbdev/omap2/omapfb/dss/Kconfig
- drivers/video/fbdev/omap2/omapfb/dss/hdmi.h 1 addition, 1 deletiondrivers/video/fbdev/omap2/omapfb/dss/hdmi.h
- drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c 1 addition, 1 deletiondrivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
- drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 1 addition, 1 deletiondrivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
- drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.h 1 addition, 1 deletiondrivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.h
- drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.h 1 addition, 1 deletiondrivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.h
- drivers/video/fbdev/sa1100fb.c 1 addition, 1 deletiondrivers/video/fbdev/sa1100fb.c
Loading
Please register or sign in to comment