Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'topic/xe-vfio-2025-12-04' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next

Driver Changes:
- fix VFIO link error for built-in xe module (Arnd Bergmann)

Signed-off-by: Dave Airlie <airlied@redhat.com>

From: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
Link: https://patch.msgid.link/aTIA9in2Bo_fA9TN@fedora

+2 -2
+2 -2
drivers/gpu/drm/xe/Makefile
··· 184 184 xe_sriov_pf_sysfs.o \ 185 185 xe_tile_sriov_pf_debugfs.o 186 186 187 - ifeq ($(CONFIG_PCI_IOV),y) 188 - xe-$(CONFIG_XE_VFIO_PCI) += xe_sriov_vfio.o 187 + ifdef CONFIG_XE_VFIO_PCI 188 + xe-$(CONFIG_PCI_IOV) += xe_sriov_vfio.o 189 189 endif 190 190 191 191 # include helpers for tests even when XE is built-in