arm64: Disable KASAN in uwwind_frame
There is chance of unwinding stack of other task
and that task may be executing on other CPU simultaneously.
If the other task which is getting unwind may be executing
on other cpu, KASAN warning would get printed due stack
changes. So disable kasan in unwind_frame while accessing
other stack frames.
Change-Id: I25107f44e102414cf36e50e0b215a207ae5462d1
Signed-off-by:
Prasad Sodagudi <psodagud@codeaurora.org>
Loading
Please register or sign in to comment