diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2020-08-19 15:13:02 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-10-21 13:39:28 +0200 |
| commit | dbadd369459b8fcd5cd96925f37d5f9d992a3ce9 (patch) | |
| tree | e073e49f3a76a0e5af6b2658486b9a5ada204643 /docs/linux | |
| parent | 79622e145c3dcfeffa3ba526b4a0edee10ac45fb (diff) | |
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 <tklauser@distanz.ch>
Diffstat (limited to 'docs/linux')
| -rw-r--r-- | docs/linux/setup_linux-host_qemu-vm_riscv64-kernel.md | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
