On 2/2/26 10:48 PM, kernel test robot wrote:
Hi Ivan,
kernel test robot noticed the following build errors:
[auto build test ERROR on net-next/main]
url:
https://github.com/intel-lab-lkp/linux/commits/Ivan-Vecera/dpll-Allow-associating-dpll-pin-with-a-firmware-node/20260203-012705
base: net-next/main
patch link:
https://lore.kernel.org/r/20260202171638.17427-8-ivecera%40redhat.com
patch subject: [Intel-wired-lan] [PATCH net-next v4 7/9] dpll: Add reference
count tracking support
config: i386-randconfig-141-20260203
(https://download.01.org/0day-ci/archive/20260203/[email protected]/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project
87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
smatch version: v0.5.0-8994-gd50c5a4c
reproduce (this is a W=1 build):
(https://download.01.org/0day-ci/archive/20260203/[email protected]/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <[email protected]>
| Closes:
https://lore.kernel.org/oe-kbuild-all/[email protected]/
All errors (new ones prefixed by >>):
In file included from net/core/rtnetlink.c:61:
include/linux/dpll.h:235:1: error: expected identifier or '('
235 | {
| ^
1 error generated.
vim +235 include/linux/dpll.h
877c40367bc8a7 Ivan Vecera 2026-02-02 232
877c40367bc8a7 Ivan Vecera 2026-02-02 233 static inline struct dpll_pin *
bed78c2008cb37 Ivan Vecera 2026-02-02 234 fwnode_dpll_pin_find(struct
fwnode_handle *fwnode, dpll_tracker *tracker);
Oh god, extra semicolon in this stub :-(
Will submit the fix after 24h grace period.
I.
877c40367bc8a7 Ivan Vecera 2026-02-02 @235 {
877c40367bc8a7 Ivan Vecera 2026-02-02 236 return NULL;
877c40367bc8a7 Ivan Vecera 2026-02-02 237 }
5f18426928800c Jiri Pirko 2023-09-13 238 #endif
5f18426928800c Jiri Pirko 2023-09-13 239