Closed
Description
kernel/trace/trace_probe.c:660:19: warning: variable 'params' is uninitialized when used here [-Wuninitialized]
660 | return PTR_ERR(params);
| ^~~~~~
kernel/trace/trace_probe.c:618:32: note: initialize the variable 'params' to silence this warning
618 | const struct btf_param *params;
| ^
| = NULL
Visible after llvm/llvm-project@2464313