Hi all, After merging the drm-misc tree, today's linux-next build (x86_64 allmodconfig) failed like this: /tmp/next/build/drivers/gpu/drm/i915/selftests/i915_active.c: In function 'active_flush': /tmp/next/build/drivers/gpu/drm/i915/selftests/i915_active.c:326:28: error: 'struct dma_fence' has no member named 'lock' 326 | spin_lock_irq(fence->lock); | ^~ /tmp/next/build/drivers/gpu/drm/i915/selftests/i915_active.c:328:30: error: 'struct dma_fence' has no member named 'lock' 328 | spin_unlock_irq(fence->lock); /* serialise with fence->cb_list */ | ^~ Caused by commit 1f32f310a13c9 (dma-buf: inline spinlock for fence protection v5) I have used the tree from 20260220 instead.