========== build_clang - FAILED ../net/sunrpc/svc.c:761:37: warning: variable 'rqstp' is uninitialized when used here [-Wuninitialized] 761 | trace_svc_pool_thread_noidle(pool, rqstp->rq_task->pid); | ^~~~~ ../net/sunrpc/svc.c:742:24: note: initialize the variable 'rqstp' to silence this warning 742 | struct svc_rqst *rqstp; | ^ | = NULL 1 warning generated. New errors added --- /tmp/tmp.3zC2XE6RzE 2025-05-27 17:24:15.558028608 -0700 +++ /tmp/tmp.jlmMt7XIvK 2025-05-27 17:25:45.179196035 -0700 @@ -0,0 +1,8 @@ +../net/sunrpc/svc.c:761:37: warning: variable 'rqstp' is uninitialized when used here [-Wuninitialized] + 761 | trace_svc_pool_thread_noidle(pool, rqstp->rq_task->pid); + | ^~~~~ +../net/sunrpc/svc.c:742:24: note: initialize the variable 'rqstp' to silence this warning + 742 | struct svc_rqst *rqstp; + | ^ + | = NULL +1 warning generated. Per-file breakdown --- /tmp/tmp.mCbo5hSwvD 2025-05-27 17:26:43.936692415 -0700 +++ /tmp/tmp.EBZprFsAal 2025-05-27 17:26:43.940692380 -0700 @@ -0,0 +1 @@ + 2 ../net/sunrpc/svc.c