Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/bpf/bpf_local_storage.c:64:13: warning: ‘selem_linked_to_map’ defined but not used [-Wunused-function] 64 | static bool selem_linked_to_map(const struct bpf_local_storage_elem *selem) | ^~~~~~~~~~~~~~~~~~~ New errors added --- /tmp/tmp.bKXzs3TTMC 2026-02-01 13:06:05.687446405 -0500 +++ /tmp/tmp.yiwEsmZc0Y 2026-02-01 13:07:54.353515810 -0500 @@ -1,0 +2,3 @@ +../kernel/bpf/bpf_local_storage.c:64:13: warning: ‘selem_linked_to_map’ defined but not used [-Wunused-function] + 64 | static bool selem_linked_to_map(const struct bpf_local_storage_elem *selem) + | ^~~~~~~~~~~~~~~~~~~ Per-file breakdown --- /tmp/tmp.cBuEZlxtow 2026-02-01 13:07:54.355761176 -0500 +++ /tmp/tmp.eyPXmLL9ev 2026-02-01 13:07:54.356761166 -0500 @@ -0,0 +1 @@ + 1 ../kernel/bpf/bpf_local_storage.c