Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../scripts/Makefile.build:289: ../drivers/net/ethernet/freescale/dpaa2/Makefile: dpaa2-mac.o is added to multiple modules: fsl-dpaa2-eth fsl-dpaa2-switch In file included from ../drivers/net/ethernet/huawei/hinic/hinic_ethtool.c:17: In file included from ../include/linux/pci.h:27: In file included from ../include/linux/mod_devicetable.h:14: In file included from ../include/linux/uuid.h:11: In file included from ../include/linux/string.h:386: ../include/linux/fortify-string.h:578:4: warning: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Wattribute-warning] 578 | __read_overflow2_field(q_size_field, size); | ^ 1 warning generated. Warning: ../drivers/infiniband/hw/mlx5/umr.c:986 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst * This function makes an mkey non-present by zapping the translation entries of ../drivers/net/ethernet/realtek/r8169_main.c:5467:17: warning: variable 'phydev' is used uninitialized whenever 'for' loop exits because its condition is false [-Wsometimes-uninitialized] 5467 | for (addr = 0; addr < PHY_MAX_ADDR; addr++) { | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/realtek/r8169_main.c:5476:7: note: uninitialized use occurs here 5476 | if (!phydev) { | ^~~~~~ ../drivers/net/ethernet/realtek/r8169_main.c:5467:17: note: remove the condition if it is always true 5467 | for (addr = 0; addr < PHY_MAX_ADDR; addr++) { | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/realtek/r8169_main.c:5430:27: note: initialize the variable 'phydev' to silence this warning 5430 | struct phy_device *phydev; | ^ | = NULL 1 warning generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/realtek/r8169_main.c:5467:17: warning: variable 'phydev' is used uninitialized whenever 'for' loop exits because its condition is false [-Wsometimes-uninitialized] 5467 | for (addr = 0; addr < PHY_MAX_ADDR; addr++) { | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/realtek/r8169_main.c:5476:7: note: uninitialized use occurs here 5476 | if (!phydev) { | ^~~~~~ ../drivers/net/ethernet/realtek/r8169_main.c:5467:17: note: remove the condition if it is always true 5467 | for (addr = 0; addr < PHY_MAX_ADDR; addr++) { | ^~~~~~~~~~~~~~~~~~~ ../drivers/net/ethernet/realtek/r8169_main.c:5430:27: note: initialize the variable 'phydev' to silence this warning 5430 | struct phy_device *phydev; | ^ | = NULL 1 warning generated. New errors added --- /tmp/tmp.LvjGM8H3e2 2026-03-17 02:23:58.461271906 -0400 +++ /tmp/tmp.eTA8jyEXZf 2026-03-17 02:24:33.299977372 -0400 @@ -1,0 +2,14 @@ +../drivers/net/ethernet/realtek/r8169_main.c:5467:17: warning: variable 'phydev' is used uninitialized whenever 'for' loop exits because its condition is false [-Wsometimes-uninitialized] + 5467 | for (addr = 0; addr < PHY_MAX_ADDR; addr++) { + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/realtek/r8169_main.c:5476:7: note: uninitialized use occurs here + 5476 | if (!phydev) { + | ^~~~~~ +../drivers/net/ethernet/realtek/r8169_main.c:5467:17: note: remove the condition if it is always true + 5467 | for (addr = 0; addr < PHY_MAX_ADDR; addr++) { + | ^~~~~~~~~~~~~~~~~~~ +../drivers/net/ethernet/realtek/r8169_main.c:5430:27: note: initialize the variable 'phydev' to silence this warning + 5430 | struct phy_device *phydev; + | ^ + | = NULL +1 warning generated. Per-file breakdown --- /tmp/tmp.kRjzz3twEP 2026-03-17 02:24:59.817753184 -0400 +++ /tmp/tmp.shBljCH0va 2026-03-17 02:24:59.819753167 -0400 @@ -0,0 +1 @@ + 2 ../drivers/net/ethernet/realtek/r8169_main.c