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

docs: kvm: 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/20200713114719.33839-1-grandmaster@al2klimov.de
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Alexander A. Klimov and committed by
Jonathan Corbet
3c603573 7f01cfb9

+5 -5
+3 -3
Documentation/virt/kvm/amd-memory-encryption.rst
··· 270 270 See [white-paper]_, [api-spec]_, [amd-apm]_ and [kvm-forum]_ for more info. 271 271 272 272 .. [white-paper] http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf 273 - .. [api-spec] http://support.amd.com/TechDocs/55766_SEV-KM_API_Specification.pdf 274 - .. [amd-apm] http://support.amd.com/TechDocs/24593.pdf (section 15.34) 275 - .. [kvm-forum] http://www.linux-kvm.org/images/7/74/02x08A-Thomas_Lendacky-AMDs_Virtualizatoin_Memory_Encryption_Technology.pdf 273 + .. [api-spec] https://support.amd.com/TechDocs/55766_SEV-KM_API_Specification.pdf 274 + .. [amd-apm] https://support.amd.com/TechDocs/24593.pdf (section 15.34) 275 + .. [kvm-forum] https://www.linux-kvm.org/images/7/74/02x08A-Thomas_Lendacky-AMDs_Virtualizatoin_Memory_Encryption_Technology.pdf
+1 -1
Documentation/virt/kvm/mmu.rst
··· 480 480 =============== 481 481 482 482 - NPT presentation from KVM Forum 2008 483 - http://www.linux-kvm.org/images/c/c8/KvmForum2008%24kdf2008_21.pdf 483 + https://www.linux-kvm.org/images/c/c8/KvmForum2008%24kdf2008_21.pdf
+1 -1
Documentation/virt/kvm/nested-vmx.rst
··· 22 22 "The Turtles Project: Design and Implementation of Nested Virtualization", 23 23 available at: 24 24 25 - http://www.usenix.org/events/osdi10/tech/full_papers/Ben-Yehuda.pdf 25 + https://www.usenix.org/events/osdi10/tech/full_papers/Ben-Yehuda.pdf 26 26 27 27 28 28 Terminology