On 04/04/2019 12:17 AM, Daniel T. Lee wrote:
> Currently, ksym_search located at trace_helpers won't check symbols are
> existing or not.
> 
> In ksym_search, when symbol is not found, it will return &syms[0](_stext).
> But when the kernel symbols are not loaded, it will return NULL, which is
> not a desired action.
> 
> This commit will add verification logic whether symbols are loaded prior
> to the symbol search.
> 
> Signed-off-by: Daniel T. Lee <danieltim...@gmail.com>

Applied, thanks.

Reply via email to