Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/bpf/bpf_local_storage.c:299:8: warning: variable 'owner' set but not used [-Wunused-but-set-variable] 299 | void *owner; | ^ ../kernel/bpf/bpf_local_storage.c:430:13: warning: unused function 'bpf_selem_unlink_nofail' [-Wunused-function] 430 | static void bpf_selem_unlink_nofail(struct bpf_local_storage_elem *selem, | ^~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/bpf/bpf_local_storage.c:299:8: warning: variable 'owner' set but not used [-Wunused-but-set-variable] 299 | void *owner; | ^ 1 warning generated.