Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/dpll/dpll_nl.c:21:10: error: array index in initializer exceeds array bounds 21 | [DPLL_A_PIN_FRACTIONAL_FREQUENCY_OFFSET_PPT] = { .type = NLA_SINT, }, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/dpll/dpll_nl.c:21:10: note: (near initialization for ‘dpll_pin_parent_device_nl_policy’) ../drivers/dpll/dpll_nl.c:21:56: warning: excess elements in array initializer 21 | [DPLL_A_PIN_FRACTIONAL_FREQUENCY_OFFSET_PPT] = { .type = NLA_SINT, }, | ^ ../drivers/dpll/dpll_nl.c:21:56: note: (near initialization for ‘dpll_pin_parent_device_nl_policy’) make[5]: *** [../scripts/Makefile.build:289: drivers/dpll/dpll_nl.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: drivers/dpll] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2141: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/dpll/dpll_nl.c:21:10: error: array index in initializer exceeds array bounds 21 | [DPLL_A_PIN_FRACTIONAL_FREQUENCY_OFFSET_PPT] = { .type = NLA_SINT, }, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/dpll/dpll_nl.c:21:10: note: (near initialization for ‘dpll_pin_parent_device_nl_policy’) ../drivers/dpll/dpll_nl.c:21:56: warning: excess elements in array initializer 21 | [DPLL_A_PIN_FRACTIONAL_FREQUENCY_OFFSET_PPT] = { .type = NLA_SINT, }, | ^ ../drivers/dpll/dpll_nl.c:21:56: note: (near initialization for ‘dpll_pin_parent_device_nl_policy’) make[5]: *** [../scripts/Makefile.build:289: drivers/dpll/dpll_nl.o] Error 1 make[5]: *** Waiting for unfinished jobs.... ../drivers/dpll/zl3073x/dpll.c: In function ‘zl3073x_dpll_input_pin_ffo_get’: ../drivers/dpll/zl3073x/dpll.c:307:16: error: ‘struct zl3073x_dpll_pin’ has no member named ‘operstate’ 307 | if (pin->operstate != DPLL_PIN_OPERSTATE_ACTIVE) | ^~ ../drivers/dpll/zl3073x/dpll.c:307:31: error: ‘DPLL_PIN_OPERSTATE_ACTIVE’ undeclared (first use in this function) 307 | if (pin->operstate != DPLL_PIN_OPERSTATE_ACTIVE) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/dpll/zl3073x/dpll.c:307:31: note: each undeclared identifier is reported only once for each function it appears in ../drivers/dpll/zl3073x/dpll.c: In function ‘zl3073x_dpll_pin_ffo_check’: ../drivers/dpll/zl3073x/dpll.c:1718:16: error: ‘struct zl3073x_dpll_pin’ has no member named ‘operstate’ 1718 | if (pin->operstate != DPLL_PIN_OPERSTATE_ACTIVE) | ^~ ../drivers/dpll/zl3073x/dpll.c:1718:31: error: ‘DPLL_PIN_OPERSTATE_ACTIVE’ undeclared (first use in this function) 1718 | if (pin->operstate != DPLL_PIN_OPERSTATE_ACTIVE) | ^~~~~~~~~~~~~~~~~~~~~~~~~ make[6]: *** [../scripts/Makefile.build:289: drivers/dpll/zl3073x/dpll.o] Error 1 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [../scripts/Makefile.build:548: drivers/dpll/zl3073x] Error 2 make[4]: *** [../scripts/Makefile.build:548: drivers/dpll] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2141: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.uTR9DKsAJo 2026-04-29 11:17:23.841667232 -0400 +++ /tmp/tmp.FrEq8vEYCM 2026-04-29 11:17:31.581810302 -0400 @@ -10,0 +11,19 @@ +make[5]: *** Waiting for unfinished jobs.... +../drivers/dpll/zl3073x/dpll.c: In function ‘zl3073x_dpll_input_pin_ffo_get’: +../drivers/dpll/zl3073x/dpll.c:307:16: error: ‘struct zl3073x_dpll_pin’ has no member named ‘operstate’ + 307 | if (pin->operstate != DPLL_PIN_OPERSTATE_ACTIVE) + | ^~ +../drivers/dpll/zl3073x/dpll.c:307:31: error: ‘DPLL_PIN_OPERSTATE_ACTIVE’ undeclared (first use in this function) + 307 | if (pin->operstate != DPLL_PIN_OPERSTATE_ACTIVE) + | ^~~~~~~~~~~~~~~~~~~~~~~~~ +../drivers/dpll/zl3073x/dpll.c:307:31: note: each undeclared identifier is reported only once for each function it appears in +../drivers/dpll/zl3073x/dpll.c: In function ‘zl3073x_dpll_pin_ffo_check’: +../drivers/dpll/zl3073x/dpll.c:1718:16: error: ‘struct zl3073x_dpll_pin’ has no member named ‘operstate’ + 1718 | if (pin->operstate != DPLL_PIN_OPERSTATE_ACTIVE) + | ^~ +../drivers/dpll/zl3073x/dpll.c:1718:31: error: ‘DPLL_PIN_OPERSTATE_ACTIVE’ undeclared (first use in this function) + 1718 | if (pin->operstate != DPLL_PIN_OPERSTATE_ACTIVE) + | ^~~~~~~~~~~~~~~~~~~~~~~~~ +make[6]: *** [../scripts/Makefile.build:289: drivers/dpll/zl3073x/dpll.o] Error 1 +make[6]: *** Waiting for unfinished jobs.... +make[5]: *** [../scripts/Makefile.build:548: drivers/dpll/zl3073x] Error 2 Per-file breakdown --- /tmp/tmp.tAOD9crZmn 2026-04-29 11:17:31.586246644 -0400 +++ /tmp/tmp.eSzfSEshPE 2026-04-29 11:17:31.587257384 -0400 @@ -1,0 +2 @@ + 4 ../drivers/dpll/zl3073x/dpll.c