Re: [PATCH -tip v2 02/10] kprobes: treewide: Replace arch_deref_entry_point() with dereference_function_descriptor()

From: Naveen N. Rao
Date: Mon May 24 2021 - 05:27:46 EST


Masami Hiramatsu wrote:
Replace arch_deref_entry_point() with dereference_function_descriptor()
because those are doing same thing.

It's not quite the same -- you need dereference_symbol_descriptor().


- Naveen