From ce9ef6f2ec1adbf0f9938934a6164507b969aea8 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 29 Jun 2020 07:09:01 +0200 Subject: docs/linux: change suggested kernel git repo Suggest to checkout linux kernel from kernel.org rather than from github. github is a mirror and we don't use it ourselves and I think it's generally not used by kernel developers. The kernel.org repo is the canonical location. --- docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index dfd7f5e3f..c402efcac 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -21,7 +21,7 @@ gcc-nm gcov-tool x86_64-pc-linux-gnu-gcc-nm Checkout Linux kernel source: ``` bash -git clone https://github.com/torvalds/linux.git $KERNEL +git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $KERNEL ``` Generate default configs: -- cgit mrf-deployment