Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../lib/ml-lib/ml_lib_main.c: In function ‘allocate_ml_model’: ../lib/ml-lib/ml_lib_main.c:52:20: error: implicit declaration of function ‘kzalloc’ [-Wimplicit-function-declaration] 52 | ml_model = kzalloc(size, gfp); | ^~~~~~~ ../lib/ml-lib/ml_lib_main.c:52:18: error: assignment to ‘struct ml_lib_model *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 52 | ml_model = kzalloc(size, gfp); | ^ ../lib/ml-lib/ml_lib_main.c: In function ‘free_ml_model’: ../lib/ml-lib/ml_lib_main.c:70:9: error: implicit declaration of function ‘kfree’ [-Wimplicit-function-declaration] 70 | kfree(ml_model); | ^~~~~ ../lib/ml-lib/ml_lib_main.c: In function ‘allocate_subsystem_object’: ../lib/ml-lib/ml_lib_main.c:81:19: error: assignment to ‘struct ml_lib_subsystem *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 81 | subsystem = kzalloc(size, gfp); | ^ ../lib/ml-lib/ml_lib_main.c: In function ‘allocate_ml_model_options’: ../lib/ml-lib/ml_lib_main.c:108:17: error: assignment to ‘struct ml_lib_model_options *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 108 | options = kzalloc(size, gfp); | ^ ../lib/ml-lib/ml_lib_main.c: In function ‘allocate_dataset’: ../lib/ml-lib/ml_lib_main.c:145:17: error: assignment to ‘struct ml_lib_dataset *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 145 | dataset = kzalloc(size, gfp); | ^ make[5]: *** [../scripts/Makefile.build:289: lib/ml-lib/ml_lib_main.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:546: lib/ml-lib] Error 2 make[3]: *** [../scripts/Makefile.build:546: lib] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:2055: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 lib/ml-lib/Kconfig:18: can't open file "lib/ml-lib/test_driver/Kconfig" make[3]: *** [../scripts/kconfig/Makefile:85: allmodconfig] Error 1 make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:742: allmodconfig] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 lib/ml-lib/Kconfig:18: can't open file "lib/ml-lib/test_driver/Kconfig" make[4]: *** [../scripts/kconfig/Makefile:85: syncconfig] Error 1 make[3]: *** [../Makefile:742: syncconfig] Error 2 make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:862: include/config/auto.conf] Error 2 make[2]: *** [include/config/auto.conf] Deleting file 'include/generated/rustc_cfg' make[2]: *** [include/config/auto.conf] Deleting file 'include/generated/autoconf.h' make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../lib/ml-lib/ml_lib_main.c: In function ‘allocate_ml_model’: ../lib/ml-lib/ml_lib_main.c:52:20: error: implicit declaration of function ‘kzalloc’ [-Wimplicit-function-declaration] 52 | ml_model = kzalloc(size, gfp); | ^~~~~~~ ../lib/ml-lib/ml_lib_main.c:52:18: error: assignment to ‘struct ml_lib_model *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 52 | ml_model = kzalloc(size, gfp); | ^ ../lib/ml-lib/ml_lib_main.c: In function ‘free_ml_model’: ../lib/ml-lib/ml_lib_main.c:70:9: error: implicit declaration of function ‘kfree’ [-Wimplicit-function-declaration] 70 | kfree(ml_model); | ^~~~~ ../lib/ml-lib/ml_lib_main.c: In function ‘allocate_subsystem_object’: ../lib/ml-lib/ml_lib_main.c:81:19: error: assignment to ‘struct ml_lib_subsystem *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 81 | subsystem = kzalloc(size, gfp); | ^ ../lib/ml-lib/ml_lib_main.c: In function ‘allocate_ml_model_options’: ../lib/ml-lib/ml_lib_main.c:108:17: error: assignment to ‘struct ml_lib_model_options *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 108 | options = kzalloc(size, gfp); | ^ ../lib/ml-lib/ml_lib_main.c: In function ‘allocate_dataset’: ../lib/ml-lib/ml_lib_main.c:145:17: error: assignment to ‘struct ml_lib_dataset *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 145 | dataset = kzalloc(size, gfp); | ^ make[5]: *** [../scripts/Makefile.build:289: lib/ml-lib/ml_lib_main.o] Error 1 make[4]: *** [../scripts/Makefile.build:546: lib/ml-lib] Error 2 make[3]: *** [../scripts/Makefile.build:546: lib] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:2055: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.yujOsc2w4m 2026-02-06 14:24:56.863064371 -0500 +++ /tmp/tmp.cOqZqFHk5t 2026-02-06 14:25:07.412569475 -0500 @@ -1,6 +1,29 @@ -lib/ml-lib/Kconfig:18: can't open file "lib/ml-lib/test_driver/Kconfig" -make[4]: *** [../scripts/kconfig/Makefile:85: syncconfig] Error 1 -make[3]: *** [../Makefile:742: syncconfig] Error 2 -make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:862: include/config/auto.conf] Error 2 -make[2]: *** [include/config/auto.conf] Deleting file 'include/generated/rustc_cfg' -make[2]: *** [include/config/auto.conf] Deleting file 'include/generated/autoconf.h' +Documentation/.renames.txt: warning: ignored by one of the .gitignore files +../lib/ml-lib/ml_lib_main.c: In function ‘allocate_ml_model’: +../lib/ml-lib/ml_lib_main.c:52:20: error: implicit declaration of function ‘kzalloc’ [-Wimplicit-function-declaration] + 52 | ml_model = kzalloc(size, gfp); + | ^~~~~~~ +../lib/ml-lib/ml_lib_main.c:52:18: error: assignment to ‘struct ml_lib_model *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] + 52 | ml_model = kzalloc(size, gfp); + | ^ +../lib/ml-lib/ml_lib_main.c: In function ‘free_ml_model’: +../lib/ml-lib/ml_lib_main.c:70:9: error: implicit declaration of function ‘kfree’ [-Wimplicit-function-declaration] + 70 | kfree(ml_model); + | ^~~~~ +../lib/ml-lib/ml_lib_main.c: In function ‘allocate_subsystem_object’: +../lib/ml-lib/ml_lib_main.c:81:19: error: assignment to ‘struct ml_lib_subsystem *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] + 81 | subsystem = kzalloc(size, gfp); + | ^ +../lib/ml-lib/ml_lib_main.c: In function ‘allocate_ml_model_options’: +../lib/ml-lib/ml_lib_main.c:108:17: error: assignment to ‘struct ml_lib_model_options *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] + 108 | options = kzalloc(size, gfp); + | ^ +../lib/ml-lib/ml_lib_main.c: In function ‘allocate_dataset’: +../lib/ml-lib/ml_lib_main.c:145:17: error: assignment to ‘struct ml_lib_dataset *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] + 145 | dataset = kzalloc(size, gfp); + | ^ +make[5]: *** [../scripts/Makefile.build:289: lib/ml-lib/ml_lib_main.o] Error 1 +make[4]: *** [../scripts/Makefile.build:546: lib/ml-lib] Error 2 +make[3]: *** [../scripts/Makefile.build:546: lib] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:2055: .] Error 2 Per-file breakdown --- /tmp/tmp.z0qre7BdBI 2026-02-06 14:25:07.415640013 -0500 +++ /tmp/tmp.sfCuUnLr80 2026-02-06 14:25:07.417639992 -0500 @@ -0,0 +1 @@ + 6 ../lib/ml-lib/ml_lib_main.c