Skip to content
Commit c4683cd5 authored by Marek Majkowski's avatar Marek Majkowski Committed by Richard Weinberger
Browse files

um: Fix kcov crash during startup



Kcov fails to start when compiled with kcov. Disable KCOV on
arch/uml/kernel/skas.

  $ gdb -q -ex r ./vmlinux
  Program received signal SIGSEGV, Segmentation fault.
  check_kcov_mode (t=<>, needed_mode=<>) at kernel/kcov.c:70
  70		mode = READ_ONCE(t->kcov_mode);

Signed-off-by: default avatarMarek Majkowski <marek@cloudflare.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 80b81cdc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment