Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpf: Fix renaming task_getsecid_subj->current_getsecid_subj.
The commit 6326948 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: 6326948 ("lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()") Acked-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
- Loading branch information