commit | 63ee956f69d8c181e5251c7ce58b84c1edec0f6a | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Mon Jan 24 20:20:51 2022 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Mon Jan 24 20:20:51 2022 -0800 |
tree | f863548feedc3cb5e61ecbc8bb76ae85980a5a5b | |
parent | e52984be9a522fb55c8f3e3df860d464d6658585 [diff] |
bpf: Fix renaming task_getsecid_subj->current_getsecid_subj. The commit 6326948f940d missed renaming of task->current LSM hook in BTF_ID. Fix it to silence build warning: WARN: resolve_btfids: unresolved symbol bpf_lsm_task_getsecid_subj Fixes: 6326948f940d ("lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()") Acked-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>