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

powerpc: 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: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200718103958.5455-1-grandmaster@al2klimov.de

authored by

Alexander A. Klimov and committed by
Michael Ellerman
c8ed9fc9 38b407be

+5 -5
+1 -1
Documentation/powerpc/mpc52xx.rst
··· 2 2 Linux 2.6.x on MPC52xx family 3 3 ============================= 4 4 5 - For the latest info, go to http://www.246tNt.com/mpc52xx/ 5 + For the latest info, go to https://www.246tNt.com/mpc52xx/ 6 6 7 7 To compile/use : 8 8
+1 -1
arch/powerpc/crypto/crc32-vpmsum_core.S
··· 19 19 * We then use fixed point Barrett reduction to compute a mod n over GF(2) 20 20 * for n = CRC using POWER8 instructions. We use x = 32. 21 21 * 22 - * http://en.wikipedia.org/wiki/Barrett_reduction 22 + * https://en.wikipedia.org/wiki/Barrett_reduction 23 23 * 24 24 * Copyright (C) 2015 Anton Blanchard <anton@au.ibm.com>, IBM 25 25 */
+1 -1
arch/powerpc/include/asm/hydra.h
··· 10 10 * 11 11 * © Copyright 1995 Apple Computer, Inc. All rights reserved. 12 12 * 13 - * It's available online from http://www.cpu.lu/~mlan/ftp/MacTech.pdf 13 + * It's available online from https://www.cpu.lu/~mlan/ftp/MacTech.pdf 14 14 * You can obtain paper copies of this book from computer bookstores or by 15 15 * writing Morgan Kaufmann Publishers, Inc., 340 Pine Street, Sixth Floor, San 16 16 * Francisco, CA 94104. Reference ISBN 1-55860-393-X.
+1 -1
drivers/crypto/vmx/aesp8-ppc.pl
··· 50 50 # Written by Andy Polyakov <appro@openssl.org> for the OpenSSL 51 51 # project. The module is, however, dual licensed under OpenSSL and 52 52 # CRYPTOGAMS licenses depending on where you obtain it. For further 53 - # details see http://www.openssl.org/~appro/cryptogams/. 53 + # details see https://www.openssl.org/~appro/cryptogams/. 54 54 # ==================================================================== 55 55 # 56 56 # This module implements support for AES instructions as per PowerISA
+1 -1
drivers/crypto/vmx/ghashp8-ppc.pl
··· 13 13 # Written by Andy Polyakov <appro@openssl.org> for the OpenSSL 14 14 # project. The module is, however, dual licensed under OpenSSL and 15 15 # CRYPTOGAMS licenses depending on where you obtain it. For further 16 - # details see http://www.openssl.org/~appro/cryptogams/. 16 + # details see https://www.openssl.org/~appro/cryptogams/. 17 17 # ==================================================================== 18 18 # 19 19 # GHASH for for PowerISA v2.07.