Closed ab1gale closed 7 years ago
You need to either define empty __tsan_init
function in ktsan runtime in kernel, or modify gcc to not emit __tsan_init
.
You need to rebase this patch to gcc 8: https://github.com/google/ktsan/wiki#gcc
Forgot to mention that I already rebased patch but still got error. Now error is gone after adding __tsan_init in kernel, as you suggest. Thank you very much! 😄
Great
Hi, I got following problem when building ktsan-enabled linux with gcc 8.0 (in order to run it with syzkaller)
The patch of issue google/kernel-sanitizers#190 does not help for this version of gcc.. Could you help me? Thanks in advance for any advice.