mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 03:00:54 +07:00
tools/: 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> Link: http://lkml.kernel.org/r/20200726120752.16768-1-grandmaster@al2klimov.de Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4ca1085c95
commit
79e3ea5aab
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 2006. Bob Jenkins (bob_jenkins@burtleburtle.net)
|
* Copyright (C) 2006. Bob Jenkins (bob_jenkins@burtleburtle.net)
|
||||||
*
|
*
|
||||||
* http://burtleburtle.net/bob/hash/
|
* https://burtleburtle.net/bob/hash/
|
||||||
*
|
*
|
||||||
* These are the credits from Bob's sources:
|
* These are the credits from Bob's sources:
|
||||||
*
|
*
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include <linux/export.h>
|
#include <linux/export.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* red-black trees properties: http://en.wikipedia.org/wiki/Rbtree
|
* red-black trees properties: https://en.wikipedia.org/wiki/Rbtree
|
||||||
*
|
*
|
||||||
* 1) A node is either red or black
|
* 1) A node is either red or black
|
||||||
* 2) The root is black
|
* 2) The root is black
|
||||||
|
@ -379,7 +379,7 @@ enum tep_errno {
|
|||||||
* errno since SUS requires the errno has distinct positive values.
|
* errno since SUS requires the errno has distinct positive values.
|
||||||
* See 'Issue 6' in the link below.
|
* See 'Issue 6' in the link below.
|
||||||
*
|
*
|
||||||
* http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html
|
* https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html
|
||||||
*/
|
*/
|
||||||
__TEP_ERRNO__START = -100000,
|
__TEP_ERRNO__START = -100000,
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ crosstests.conf - this config shows an example of testing a git repo against
|
|||||||
lots of different architectures. It only does build tests, but makes
|
lots of different architectures. It only does build tests, but makes
|
||||||
it easy to compile test different archs. You can download the arch
|
it easy to compile test different archs. You can download the arch
|
||||||
cross compilers from:
|
cross compilers from:
|
||||||
http://kernel.org/pub/tools/crosstool/files/bin/x86_64/
|
https://kernel.org/pub/tools/crosstool/files/bin/x86_64/
|
||||||
|
|
||||||
test.conf - A generic example of a config. This is based on an actual config
|
test.conf - A generic example of a config. This is based on an actual config
|
||||||
used to perform real testing.
|
used to perform real testing.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# In this config, it is expected that the tool chains from:
|
# In this config, it is expected that the tool chains from:
|
||||||
#
|
#
|
||||||
# http://kernel.org/pub/tools/crosstool/files/bin/x86_64/
|
# https://kernel.org/pub/tools/crosstool/files/bin/x86_64/
|
||||||
#
|
#
|
||||||
# running on a x86_64 system have been downloaded and installed into:
|
# running on a x86_64 system have been downloaded and installed into:
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user