]> git.ipfire.org Git - people/ms/linux.git/commit
kallsyms: Skip the name search for empty string
authorJiri Olsa <jolsa@kernel.org>
Wed, 16 Mar 2022 12:24:08 +0000 (13:24 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 18 Mar 2022 03:17:18 +0000 (20:17 -0700)
commitaecf489f2ce51436402818c96639ed6303b540f8
treec69559dda35ec2e21d9e712703cbbb0fdd569cca
parenta0019cd7d41a191253859349535d76ee28ab7d96
kallsyms: Skip the name search for empty string

When kallsyms_lookup_name is called with empty string,
it will do futile search for it through all the symbols.

Skipping the search for empty string.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20220316122419.933957-3-jolsa@kernel.org
kernel/kallsyms.c