========== build_clang - FAILED .pylintrc: warning: ignored by one of the .gitignore files ../drivers/net/mctp/mctp-pcie-vdm.c:491:4: warning: variable 'vdm_dev' is uninitialized when used here [-Wuninitialized] 491 | vdm_dev->ndev->name); | ^~~~~~~ ../include/linux/printk.h:631:26: note: expanded from macro 'pr_debug' 631 | dynamic_pr_debug(fmt, ##__VA_ARGS__) | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:270:22: note: expanded from macro 'dynamic_pr_debug' 270 | pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:250:59: note: expanded from macro '_dynamic_func_call' 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:248:65: note: expanded from macro '_dynamic_func_call_cls' 248 | __dynamic_func_call_cls(__UNIQUE_ID(ddebug), cls, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:224:15: note: expanded from macro '__dynamic_func_call_cls' 224 | func(&id, ##__VA_ARGS__); \ | ^~~~~~~~~~~ ../drivers/net/mctp/mctp-pcie-vdm.c:484:35: note: initialize the variable 'vdm_dev' to silence this warning 484 | struct mctp_pcie_vdm_dev *vdm_dev; | ^ | = NULL 1 warning generated. .pylintrc: warning: ignored by one of the .gitignore files .pylintrc: warning: ignored by one of the .gitignore files ../drivers/net/mctp/mctp-pcie-vdm.c:491:4: warning: variable 'vdm_dev' is uninitialized when used here [-Wuninitialized] 491 | vdm_dev->ndev->name); | ^~~~~~~ ../include/linux/printk.h:631:26: note: expanded from macro 'pr_debug' 631 | dynamic_pr_debug(fmt, ##__VA_ARGS__) | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:270:22: note: expanded from macro 'dynamic_pr_debug' 270 | pr_fmt(fmt), ##__VA_ARGS__) | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:250:59: note: expanded from macro '_dynamic_func_call' 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:248:65: note: expanded from macro '_dynamic_func_call_cls' 248 | __dynamic_func_call_cls(__UNIQUE_ID(ddebug), cls, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:224:15: note: expanded from macro '__dynamic_func_call_cls' 224 | func(&id, ##__VA_ARGS__); \ | ^~~~~~~~~~~ ../drivers/net/mctp/mctp-pcie-vdm.c:484:35: note: initialize the variable 'vdm_dev' to silence this warning 484 | struct mctp_pcie_vdm_dev *vdm_dev; | ^ | = NULL 1 warning generated. New errors added --- /tmp/tmp.6RR6C9suGp 2025-07-14 00:51:28.237699729 -0700 +++ /tmp/tmp.74s7Rgs0z2 2025-07-14 00:55:10.280440396 -0700 @@ -1,0 +2,23 @@ +../drivers/net/mctp/mctp-pcie-vdm.c:491:4: warning: variable 'vdm_dev' is uninitialized when used here [-Wuninitialized] + 491 | vdm_dev->ndev->name); + | ^~~~~~~ +../include/linux/printk.h:631:26: note: expanded from macro 'pr_debug' + 631 | dynamic_pr_debug(fmt, ##__VA_ARGS__) + | ^~~~~~~~~~~ +../include/linux/dynamic_debug.h:270:22: note: expanded from macro 'dynamic_pr_debug' + 270 | pr_fmt(fmt), ##__VA_ARGS__) + | ^~~~~~~~~~~ +../include/linux/dynamic_debug.h:250:59: note: expanded from macro '_dynamic_func_call' + 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) + | ^~~~~~~~~~~ +../include/linux/dynamic_debug.h:248:65: note: expanded from macro '_dynamic_func_call_cls' + 248 | __dynamic_func_call_cls(__UNIQUE_ID(ddebug), cls, fmt, func, ##__VA_ARGS__) + | ^~~~~~~~~~~ +../include/linux/dynamic_debug.h:224:15: note: expanded from macro '__dynamic_func_call_cls' + 224 | func(&id, ##__VA_ARGS__); \ + | ^~~~~~~~~~~ +../drivers/net/mctp/mctp-pcie-vdm.c:484:35: note: initialize the variable 'vdm_dev' to silence this warning + 484 | struct mctp_pcie_vdm_dev *vdm_dev; + | ^ + | = NULL +1 warning generated. Per-file breakdown --- /tmp/tmp.PWukIE1tnr 2025-07-14 00:58:39.674252804 -0700 +++ /tmp/tmp.wAr19hwmFk 2025-07-14 00:58:39.677252787 -0700 @@ -0,0 +1 @@ + 2 ../drivers/net/mctp/mctp-pcie-vdm.c