== Series Details ==
Series: on linux-next (next-20250507)
URL : https://patchwork.freedesktop.org/series/148880/
State : failure
== Summary ==
Error: make failed
CALL scripts/checksyscalls.sh
DESCEND objtool
INSTALL libsubcmd_headers
CC drivers/iommu/dma-iommu.o
drivers/iommu/dma-iommu.c: In function ‘fq_ring_free_locked’:
drivers/iommu/dma-iommu.c:158:25: error: implicit declaration of function
‘IOMMU_PAGES_LIST_INIT’ [-Werror=implicit-function-declaration]
158 |
IOMMU_PAGES_LIST_INIT(fq->entries[idx].freelist);
| ^~~~~~~~~~~~~~~~~~~~~
drivers/iommu/dma-iommu.c:158:25: error: incompatible types when assigning to
type ‘struct list_head’ from type ‘int’
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:203: drivers/iommu/dma-iommu.o] Error 1
make[3]: *** [scripts/Makefile.build:461: drivers/iommu] Error 2
make[2]: *** [scripts/Makefile.build:461: drivers] Error 2
make[1]: *** [/home/kbuild/kernel/Makefile:2004: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
Build failed, no error log produced