========== build_32bit - FAILED ../drivers/net/phy/marvell_ptp.c: In function ‘marvell_phy_ptp_probe’: ../drivers/net/phy/marvell_ptp.c:269:33: error: passing argument 4 of ‘marvell_tai_probe’ from incompatible pointer type [-Wincompatible-pointer-types] 269 | "Marvell PHY", dev); | ^~~~~~~~~~~~~ | | | char * In file included from ../drivers/net/phy/marvell_ptp.c:9: ../include/linux/marvell_ptp.h:81:44: note: expected ‘struct ptp_pin_desc *’ but argument is of type ‘char *’ 81 | struct ptp_pin_desc *pin_config, int n_pins, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ../drivers/net/phy/marvell_ptp.c:269:48: error: passing argument 5 of ‘marvell_tai_probe’ makes integer from pointer without a cast [-Wint-conversion] 269 | "Marvell PHY", dev); | ^~~ | | | struct device * ../include/linux/marvell_ptp.h:81:60: note: expected ‘int’ but argument is of type ‘struct device *’ 81 | struct ptp_pin_desc *pin_config, int n_pins, | ~~~~^~~~~~ ../drivers/net/phy/marvell_ptp.c:267:15: error: too few arguments to function ‘marvell_tai_probe’ 267 | err = marvell_tai_probe(&tai, &marvell_phy_ptp_ops, | ^~~~~~~~~~~~~~~~~ ../include/linux/marvell_ptp.h:78:5: note: declared here 78 | int marvell_tai_probe(struct marvell_tai **taip, | ^~~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:203: drivers/net/phy/marvell_ptp.o] Error 1 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [../scripts/Makefile.build:461: drivers/net/phy] Error 2 make[4]: *** [../scripts/Makefile.build:461: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:461: drivers] Error 2 make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2009: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 WARNING: modpost: missing MODULE_DESCRIPTION() in lib/tests/slub_kunit.o ../drivers/net/phy/marvell_ptp.c: In function ‘marvell_phy_ptp_probe’: ../drivers/net/phy/marvell_ptp.c:269:33: error: passing argument 4 of ‘marvell_tai_probe’ from incompatible pointer type [-Wincompatible-pointer-types] 269 | "Marvell PHY", dev); | ^~~~~~~~~~~~~ | | | char * In file included from ../drivers/net/phy/marvell_ptp.c:9: ../include/linux/marvell_ptp.h:81:44: note: expected ‘struct ptp_pin_desc *’ but argument is of type ‘char *’ 81 | struct ptp_pin_desc *pin_config, int n_pins, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ../drivers/net/phy/marvell_ptp.c:269:48: error: passing argument 5 of ‘marvell_tai_probe’ makes integer from pointer without a cast [-Wint-conversion] 269 | "Marvell PHY", dev); | ^~~ | | | struct device * ../include/linux/marvell_ptp.h:81:60: note: expected ‘int’ but argument is of type ‘struct device *’ 81 | struct ptp_pin_desc *pin_config, int n_pins, | ~~~~^~~~~~ ../drivers/net/phy/marvell_ptp.c:267:15: error: too few arguments to function ‘marvell_tai_probe’ 267 | err = marvell_tai_probe(&tai, &marvell_phy_ptp_ops, | ^~~~~~~~~~~~~~~~~ ../include/linux/marvell_ptp.h:78:5: note: declared here 78 | int marvell_tai_probe(struct marvell_tai **taip, | ^~~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:203: drivers/net/phy/marvell_ptp.o] Error 1 make[5]: *** [../scripts/Makefile.build:461: drivers/net/phy] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:461: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:461: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2009: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.5fSg612CM2 2025-04-11 16:16:41.873717288 -0700 +++ /tmp/tmp.i6GLYthwXZ 2025-04-11 16:17:07.978668767 -0700 @@ -1 +1,34 @@ -WARNING: modpost: missing MODULE_DESCRIPTION() in lib/tests/slub_kunit.o +../drivers/net/phy/marvell_ptp.c: In function ‘marvell_phy_ptp_probe’: +../drivers/net/phy/marvell_ptp.c:269:33: error: passing argument 4 of ‘marvell_tai_probe’ from incompatible pointer type [-Wincompatible-pointer-types] + 269 | "Marvell PHY", dev); + | ^~~~~~~~~~~~~ + | | + | char * +In file included from ../drivers/net/phy/marvell_ptp.c:9: +../include/linux/marvell_ptp.h:81:44: note: expected ‘struct ptp_pin_desc *’ but argument is of type ‘char *’ + 81 | struct ptp_pin_desc *pin_config, int n_pins, + | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ +../drivers/net/phy/marvell_ptp.c:269:48: error: passing argument 5 of ‘marvell_tai_probe’ makes integer from pointer without a cast [-Wint-conversion] + 269 | "Marvell PHY", dev); + | ^~~ + | | + | struct device * +../include/linux/marvell_ptp.h:81:60: note: expected ‘int’ but argument is of type ‘struct device *’ + 81 | struct ptp_pin_desc *pin_config, int n_pins, + | ~~~~^~~~~~ +../drivers/net/phy/marvell_ptp.c:267:15: error: too few arguments to function ‘marvell_tai_probe’ + 267 | err = marvell_tai_probe(&tai, &marvell_phy_ptp_ops, + | ^~~~~~~~~~~~~~~~~ +../include/linux/marvell_ptp.h:78:5: note: declared here + 78 | int marvell_tai_probe(struct marvell_tai **taip, + | ^~~~~~~~~~~~~~~~~ +make[6]: *** [../scripts/Makefile.build:203: drivers/net/phy/marvell_ptp.o] Error 1 +make[5]: *** [../scripts/Makefile.build:461: drivers/net/phy] Error 2 +make[5]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:461: drivers/net] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:461: drivers] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/home/nipa/net-next/wt-1/Makefile:2009: .] Error 2 +make[1]: *** [/home/nipa/net-next/wt-1/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.QZrjYtDQb3 2025-04-11 16:17:07.999135455 -0700 +++ /tmp/tmp.Q57pMTwMBg 2025-04-11 16:17:08.012135319 -0700 @@ -0,0 +1 @@ + 3 ../drivers/net/phy/marvell_ptp.c