Re: [PATCH 1/3] riscv: ftrace: Fixup panic by disabling preemption

From: Andy Chiu
Date: Fri Sep 16 2022 - 21:32:26 EST


Yes, by disabling preemption and ensuring all sub-functions called by
the busy waiting loop of stop_machine, which happens to be true on
non-preemptive kernels, solve the problem from the original
implementation.

Andy Chiu <andy.chiu@xxxxxxxxxx>