Re: [PATCH] perf: fix panic by disable ftrace on fault.c
From: 王贇 <hidden>
Date: 2021-09-15 07:22:43
Also in:
bpf, lkml
From: 王贇 <hidden>
Date: 2021-09-15 07:22:43
Also in:
bpf, lkml
On 2021/9/15 上午11:27, Dave Hansen wrote:
On 9/14/21 6:56 PM, 王贇 wrote:quoted
quoted
quoted
[ 44.134987][ C0] ? __sanitizer_cov_trace_pc+0x7/0x60 [ 44.135005][ C0] ? kcov_common_handle+0x30/0x30Just turning off tracing for the page fault handler is papering over the problem. It'll just come back later with a slightly different form.Cool~ please let me know when you have the proper approach.It's an entertaining issue, but I wasn't planning on fixing it myself.
Do you have any suggestion on how should we fix the problem? I'd like to help fix it, but sounds like all the known working approach are not acceptable... Regards, Michael Wang