Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/trace/bpf_trace.c: In function ‘____bpf_trace_printk’: ../kernel/trace/bpf_trace.c:377:9: warning: function ‘____bpf_trace_printk’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 377 | ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); | ^~~ ../kernel/trace/bpf_trace.c: In function ‘____bpf_trace_vprintk’: ../kernel/trace/bpf_trace.c:433:9: warning: function ‘____bpf_trace_vprintk’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 433 | ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); | ^~~ ../kernel/trace/bpf_trace.c: In function ‘____bpf_seq_printf’: ../kernel/trace/bpf_trace.c:475:9: warning: function ‘____bpf_seq_printf’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 475 | seq_bprintf(m, fmt, data.bin_args); | ^~~~~~~~~~~ ../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) | ^~~~~~~~~~~~~~~~~~~ Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/bpf/bpf_local_storage.c: In function ‘bpf_selem_unlink_storage_nolock’: ../kernel/bpf/bpf_local_storage.c:289:15: warning: variable ‘owner’ set but not used [-Wunused-but-set-variable] 289 | void *owner; | ^~~~~ ../kernel/bpf/bpf_local_storage.c: At top level: ../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) | ^~~~~~~~~~~~~~~~~~~ ../kernel/trace/bpf_trace.c: In function ‘____bpf_trace_printk’: ../kernel/trace/bpf_trace.c:377:9: warning: function ‘____bpf_trace_printk’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 377 | ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); | ^~~ ../kernel/trace/bpf_trace.c: In function ‘____bpf_trace_vprintk’: ../kernel/trace/bpf_trace.c:433:9: warning: function ‘____bpf_trace_vprintk’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 433 | ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); | ^~~ ../kernel/trace/bpf_trace.c: In function ‘____bpf_seq_printf’: ../kernel/trace/bpf_trace.c:475:9: warning: function ‘____bpf_seq_printf’ might be a candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format] 475 | seq_bprintf(m, fmt, data.bin_args); | ^~~~~~~~~~~ New errors added --- /tmp/tmp.z5yUBVYE3X 2026-02-05 02:42:23.552274889 -0500 +++ /tmp/tmp.AXiojChDnz 2026-02-05 02:44:14.696981091 -0500 @@ -1,0 +2,8 @@ +../kernel/bpf/bpf_local_storage.c: In function ‘bpf_selem_unlink_storage_nolock’: +../kernel/bpf/bpf_local_storage.c:289:15: warning: variable ‘owner’ set but not used [-Wunused-but-set-variable] + 289 | void *owner; + | ^~~~~ +../kernel/bpf/bpf_local_storage.c: At top level: +../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) + | ^~~~~~~~~~~~~~~~~~~ @@ -14,3 +21,0 @@ -../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.REoHi2YhCy 2026-02-05 02:44:14.700577196 -0500 +++ /tmp/tmp.d2d4mich3I 2026-02-05 02:44:14.702610171 -0500 @@ -1 +1 @@ - 1 ../kernel/bpf/bpf_local_storage.c + 2 ../kernel/bpf/bpf_local_storage.c