On 11/12/24 6:58 AM, Xu Kuohai wrote:
Add kernel symbol for struct_ops trampoline. Without kernel symbol for struct_ops trampoline, the unwinder may produce unexpected stacktraces. For example, the x86 ORC and FP unwinder stops stacktrace on a struct_ops trampoline address since there is no kernel symbol for the address.
Reviewed-by: Martin KaFai Lau <martin.lau@xxxxxxxxxx>