From dbadd369459b8fcd5cd96925f37d5f9d992a3ce9 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 19 Aug 2020 15:13:02 +0200 Subject: docs/linux: update recommended kernel to 5.9-rc1 The patch adding kcov support for riscv64 [1] was merged in the 5.9 merge window (torvalds/linux@20d38f7c45a4). Adjust the docs accordingly to use kernel 5.9-rc1. [1] https://lore.kernel.org/linux-riscv/20200626124056.29708-1-tklauser@distanz.ch/ Signed-off-by: Tobias Klauser --- docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md') diff --git a/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md index 4ea83846f..491a592ab 100644 --- a/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md +++ b/docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md @@ -9,9 +9,7 @@ Alternatively, you can also build your own # Kernel -The following instructions were tested with Linux Kernel `v5.8-rc2`. In addition you need the -["riscv: Allow building with kcov coverage"](https://lore.kernel.org/linux-riscv/20200626124056.29708-1-tklauser@distanz.ch/) -patch. Create a kernel config with: +The following instructions were tested with Linux Kernel `v5.9-rc1`. Create a kernel config with: ```shell make ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- defconfig -- cgit mrf-deployment