From: kernel test robot <lkp@intel.com>
To: Matt Roper <matthew.d.roper@intel.com>
Cc: oe-kbuild-all@lists.linux.dev, Gustavo Sousa <gustavo.sousa@intel.com>
Subject: [linux-next:master 1355/3056] xe_pci.c:undefined reference to `xe_configfs_primary_gt_allowed'
Date: Wed, 22 Oct 2025 00:16:18 +0800 [thread overview]
Message-ID: <202510220010.Ly8icYfP-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: fe45352cd106ae41b5ad3f0066c2e54dbb2dfd70
commit: 7abd69278bb53ab6b43f9650daba550cc7624858 [1355/3056] drm/xe/configfs: Add attribute to disable GT types
config: xtensa-randconfig-002-20251021 (https://download.01.org/0day-ci/archive/20251022/202510220010.Ly8icYfP-lkp@intel.com/config)
compiler: xtensa-linux-gcc (GCC) 13.4.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251022/202510220010.Ly8icYfP-lkp@intel.com/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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202510220010.Ly8icYfP-lkp@intel.com/
All errors (new ones prefixed by >>):
xtensa-linux-ld: drivers/gpu/drm/xe/xe_guc.o: in function `xe_guc_init':
xe_guc.c:(.text+0x1140): undefined reference to `xe_configfs_get_psmi_enabled'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_guc.o: in function `xe_guc_init_post_hwconfig':
xe_guc.c:(.text+0x138a): undefined reference to `xe_configfs_get_psmi_enabled'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_hw_engine.o: in function `xe_hw_engine_setup_default_lrc_state':
xe_hw_engine.c:(.text+0xf1c): undefined reference to `xe_configfs_get_engines_allowed'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_hw_engine.o: in function `xe_hw_engines_init_early':
xe_hw_engine.c:(.text+0x1202): undefined reference to `xe_configfs_get_engines_allowed'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_lrc.o: in function `setup_invalidate_state_cache_wa':
xe_lrc.c:(.text+0x31c): undefined reference to `xe_configfs_get_ctx_restore_post_bb'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_lrc.o: in function `setup_configfs_post_ctx_restore_bb':
xe_lrc.c:(.text+0x353): undefined reference to `xe_configfs_get_ctx_restore_post_bb'
xtensa-linux-ld: xe_lrc.c:(.text+0x398): undefined reference to `xe_configfs_get_ctx_restore_mid_bb'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_lrc.o: in function `setup_configfs_mid_ctx_restore_bb':
xe_lrc.c:(.text+0x3cf): undefined reference to `xe_configfs_get_ctx_restore_mid_bb'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_lrc.o: in function `xe_lrc_write_ring':
xe_lrc.c:(.text+0x4058): undefined reference to `xe_configfs_get_ctx_restore_mid_bb'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_lrc.o: in function `xe_lrc_init':
xe_lrc.c:(.text+0x41c3): undefined reference to `xe_configfs_get_ctx_restore_mid_bb'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_module.o:(.rodata+0x28): undefined reference to `xe_configfs_init'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_module.o:(.rodata+0x2c): undefined reference to `xe_configfs_exit'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_pci.o: in function `read_gmdid':
>> xe_pci.c:(.text+0x908): undefined reference to `xe_configfs_primary_gt_allowed'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_pci.o: in function `xe_info_init':
xe_pci.c:(.text+0xb38): undefined reference to `xe_configfs_primary_gt_allowed'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_pci.o: in function `read_gmdid':
>> xe_pci.c:(.text+0x91c): undefined reference to `xe_configfs_media_gt_allowed'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_pci.o: in function `xe_info_init':
xe_pci.c:(.text+0xc08): undefined reference to `xe_configfs_media_gt_allowed'
>> xtensa-linux-ld: xe_pci.c:(.text+0xdf8): undefined reference to `xe_configfs_check_device'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_pci.o: in function `xe_pci_probe':
xe_pci.c:(.text+0xe97): undefined reference to `xe_configfs_check_device'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_psmi.o: in function `psmi_debugfs_capture_addr_show':
xe_psmi.c:(.text+0x508): undefined reference to `xe_configfs_get_psmi_enabled'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_psmi.o: in function `xe_psmi_debugfs_register':
xe_psmi.c:(.text+0x532): undefined reference to `xe_configfs_get_psmi_enabled'
xtensa-linux-ld: xe_psmi.c:(.text+0x5a0): undefined reference to `xe_configfs_get_psmi_enabled'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_psmi.o: in function `xe_psmi_init':
xe_psmi.c:(.text+0x5c2): undefined reference to `xe_configfs_get_psmi_enabled'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_rtp.o: in function `xe_rtp_match_not_sriov_vf':
xe_rtp.c:(.text+0xdcc): undefined reference to `xe_configfs_get_psmi_enabled'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_survivability_mode.o: in function `xe_survivability_mode_is_boot_enabled':
xe_survivability_mode.c:(.text+0x3f8): undefined reference to `xe_configfs_get_survivability_mode'
xtensa-linux-ld: drivers/gpu/drm/xe/xe_survivability_mode.o: in function `xe_survivability_mode_is_requested':
xe_survivability_mode.c:(.text+0x436): undefined reference to `xe_configfs_get_survivability_mode'
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for OF_GPIO
Depends on [n]: GPIOLIB [=y] && OF [=n] && HAS_IOMEM [=y]
Selected by [y]:
- GPIO_TB10X [=y] && GPIOLIB [=y] && HAS_IOMEM [=y] && (ARC_PLAT_TB10X || COMPILE_TEST [=y])
WARNING: unmet direct dependencies detected for MFD_STMFX
Depends on [n]: HAS_IOMEM [=y] && I2C [=y] && OF [=n]
Selected by [y]:
- PINCTRL_STMFX [=y] && PINCTRL [=y] && I2C [=y] && OF_GPIO [=y] && HAS_IOMEM [=y]
WARNING: unmet direct dependencies detected for GPIO_SYSCON
Depends on [n]: GPIOLIB [=y] && HAS_IOMEM [=y] && MFD_SYSCON [=y] && OF [=n]
Selected by [y]:
- GPIO_SAMA5D2_PIOBU [=y] && GPIOLIB [=y] && HAS_IOMEM [=y] && MFD_SYSCON [=y] && OF_GPIO [=y] && (ARCH_AT91 || COMPILE_TEST [=y])
WARNING: unmet direct dependencies detected for I2C_K1
Depends on [n]: I2C [=y] && HAS_IOMEM [=y] && (ARCH_SPACEMIT || COMPILE_TEST [=y]) && OF [=n]
Selected by [m]:
- MFD_SPACEMIT_P1 [=m] && HAS_IOMEM [=y] && (ARCH_SPACEMIT || COMPILE_TEST [=y]) && I2C [=y]
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-10-21 16:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202510220010.Ly8icYfP-lkp@intel.com \
--to=lkp@intel.com \
--cc=gustavo.sousa@intel.com \
--cc=matthew.d.roper@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.