tools: usb: usbip: Replace HTTP links with HTTPS onesRationale:Reduces attack surface on kernel devs opening the links for MITMas HTTPS traffic is much harder to manipulate.Deterministic algori
tools: usb: usbip: Replace HTTP links with HTTPS onesRationale:Reduces attack surface on kernel devs opening the links for MITMas 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]>Acked-by: Shuah Khan <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Greg Kroah-Hartman <[email protected]>
show more ...
tools: usb: usbip: Add simple script to show how to setup vUDCAdd some simple script which creates a USB gadget using ConfigFSand then exports it using vUDC.This may be useful for people who jus
tools: usb: usbip: Add simple script to show how to setup vUDCAdd some simple script which creates a USB gadget using ConfigFSand then exports it using vUDC.This may be useful for people who just started playing withUSB/IP and vUDC as it shows exact steps how to setup all stuff.Signed-off-by: Krzysztof Opasiak <[email protected]>Acked-by: Shuah Khan <[email protected]>Signed-off-by: Greg Kroah-Hartman <[email protected]>