]> git.baikalelectronics.ru Git - kernel.git/commit
lib/: replace HTTP links with HTTPS ones
authorAlexander A. Klimov <grandmaster@al2klimov.de>
Wed, 12 Aug 2020 01:34:50 +0000 (18:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:58:00 +0000 (10:58 -0700)
commit651571d6e9a710db57de75177acba2d65d8a52e6
tree6627de1e9aa4066b61bf01ba843f50782ee80b43
parent974bc273b7211e0766754d50fa8c011a4e1348a3
lib/: 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.

Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Coly Li <colyli@suse.de> [crc64.c]
Link: http://lkml.kernel.org/r/20200726112154.16510-1-grandmaster@al2klimov.de
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13 files changed:
lib/Kconfig.debug
lib/crc64.c
lib/decompress_bunzip2.c
lib/decompress_unlzma.c
lib/math/rational.c
lib/rbtree.c
lib/ts_bm.c
lib/xxhash.c
lib/xz/xz_crc32.c
lib/xz/xz_dec_bcj.c
lib/xz/xz_dec_lzma2.c
lib/xz/xz_lzma2.h
lib/xz/xz_stream.h