On 1/16/20 1:17 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20200115: > > New tree: zonefs > > The sound-asoc tree lost its build failure. > > The net-next tree gained a build failure for which I reverted a commit. > > The keys tree still had build failures so I used the version from > next-20191211. > on i386 or x86_64: ../drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c: In function ‘gp10b_ltc_init’: ../drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c:37:9: error: implicit declaration of function ‘dev_iommu_fwspec_get’; did you mean ‘iommu_fwspec_free’? [-Werror=implicit-function-declaration] spec = dev_iommu_fwspec_get(device->dev); ^~~~~~~~~~~~~~~~~~~~ iommu_fwspec_free ../drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c:37:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] spec = dev_iommu_fwspec_get(device->dev); ^ ../drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c:39:17: error: ‘struct iommu_fwspec’ has no member named ‘ids’ u32 sid = spec->ids[0] & 0xffff; ^~ Full randconfig file is attached. -- ~Randy Reported-by: Randy Dunlap