From: kernel test robot <lkp@intel.com>
To: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org,
Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: drivers/gpu/drm/xe/xe_sriov_pf.c:24:undefined reference to `xe_configfs_get_max_vfs'
Date: Tue, 07 Apr 2026 11:54:19 +0800 [thread overview]
Message-ID: <202604041459.rn6LHDtB-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 7ca6d1cfec80ebe46cc063f3284c5896c344d9a1
commit: c09a9933af08cdcb295ccc65a6d9862bf8474706 drm/xe/pf: Add max_vfs configfs attribute to control PF mode
date: 6 months ago
config: arc-randconfig-002-20260401 (https://download.01.org/0day-ci/archive/20260404/202604041459.rn6LHDtB-lkp@intel.com/config)
compiler: arc-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260404/202604041459.rn6LHDtB-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
| Fixes: c09a9933af08 ("drm/xe/pf: Add max_vfs configfs attribute to control PF mode")
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202604041459.rn6LHDtB-lkp@intel.com/
All errors (new ones prefixed by >>):
arc-linux-ld: drivers/gpu/drm/xe/xe_module.o:(.rodata+0x8): undefined reference to `xe_configfs_init'
arc-linux-ld: drivers/gpu/drm/xe/xe_module.o:(.rodata+0x8): undefined reference to `xe_configfs_init'
arc-linux-ld: drivers/gpu/drm/xe/xe_module.o:(.rodata+0xc): undefined reference to `xe_configfs_exit'
arc-linux-ld: drivers/gpu/drm/xe/xe_module.o:(.rodata+0xc): undefined reference to `xe_configfs_exit'
arc-linux-ld: drivers/gpu/drm/xe/xe_guc.o: in function `xe_guc_init_post_hwconfig':
xe_guc.c:(.text+0xa16): undefined reference to `xe_configfs_get_psmi_enabled'
arc-linux-ld: xe_guc.c:(.text+0xa16): undefined reference to `xe_configfs_get_psmi_enabled'
arc-linux-ld: drivers/gpu/drm/xe/xe_hw_engine.o: in function `xe_hw_engines_init_early':
drivers/gpu/drm/xe/xe_hw_engine.c:812:(.text+0x99e): undefined reference to `xe_configfs_get_engines_allowed'
arc-linux-ld: drivers/gpu/drm/xe/xe_hw_engine.c:812:(.text+0x99e): undefined reference to `xe_configfs_get_engines_allowed'
arc-linux-ld: drivers/gpu/drm/xe/xe_lrc.o: in function `setup_configfs_post_ctx_restore_bb':
drivers/gpu/drm/xe/xe_lrc.c:1122:(.text+0x5ca): undefined reference to `xe_configfs_get_ctx_restore_post_bb'
arc-linux-ld: drivers/gpu/drm/xe/xe_lrc.c:1122:(.text+0x5ca): undefined reference to `xe_configfs_get_ctx_restore_post_bb'
arc-linux-ld: drivers/gpu/drm/xe/xe_lrc.o: in function `setup_configfs_mid_ctx_restore_bb':
drivers/gpu/drm/xe/xe_lrc.c:1151:(.text+0x79a): undefined reference to `xe_configfs_get_ctx_restore_mid_bb'
arc-linux-ld: drivers/gpu/drm/xe/xe_lrc.c:1151:(.text+0x79a): undefined reference to `xe_configfs_get_ctx_restore_mid_bb'
arc-linux-ld: drivers/gpu/drm/xe/xe_lrc.o: in function `xe_lrc_init':
drivers/gpu/drm/xe/xe_lrc.c:87:(.text+0x2322): undefined reference to `xe_configfs_get_ctx_restore_mid_bb'
arc-linux-ld: drivers/gpu/drm/xe/xe_lrc.c:87:(.text+0x2322): undefined reference to `xe_configfs_get_ctx_restore_mid_bb'
arc-linux-ld: drivers/gpu/drm/xe/xe_pci.o: in function `xe_pci_probe':
drivers/gpu/drm/xe/xe_pci.c:828:(.text+0x5de): undefined reference to `xe_configfs_check_device'
arc-linux-ld: drivers/gpu/drm/xe/xe_pci.c:828:(.text+0x5de): undefined reference to `xe_configfs_check_device'
arc-linux-ld: drivers/gpu/drm/xe/xe_psmi.o: in function `xe_psmi_debugfs_register':
drivers/gpu/drm/xe/xe_psmi.c:36:(.text+0x2fa): undefined reference to `xe_configfs_get_psmi_enabled'
arc-linux-ld: drivers/gpu/drm/xe/xe_psmi.c:36:(.text+0x2fa): undefined reference to `xe_configfs_get_psmi_enabled'
arc-linux-ld: drivers/gpu/drm/xe/xe_psmi.o: in function `xe_psmi_init':
drivers/gpu/drm/xe/xe_psmi.c:36:(.text+0x36c): undefined reference to `xe_configfs_get_psmi_enabled'
arc-linux-ld: drivers/gpu/drm/xe/xe_psmi.c:36:(.text+0x36c): undefined reference to `xe_configfs_get_psmi_enabled'
arc-linux-ld: drivers/gpu/drm/xe/xe_rtp.o: in function `xe_rtp_match_psmi_enabled':
drivers/gpu/drm/xe/xe_rtp.c:371:(.text+0x706): undefined reference to `xe_configfs_get_psmi_enabled'
arc-linux-ld: drivers/gpu/drm/xe/xe_rtp.o:drivers/gpu/drm/xe/xe_rtp.c:371: more undefined references to `xe_configfs_get_psmi_enabled' follow
arc-linux-ld: drivers/gpu/drm/xe/xe_survivability_mode.o: in function `xe_survivability_mode_is_requested':
drivers/gpu/drm/xe/xe_survivability_mode.c:295:(.text+0x262): undefined reference to `xe_configfs_get_survivability_mode'
arc-linux-ld: drivers/gpu/drm/xe/xe_survivability_mode.c:295:(.text+0x262): undefined reference to `xe_configfs_get_survivability_mode'
arc-linux-ld: drivers/gpu/drm/xe/xe_sriov_pf.o: in function `xe_sriov_pf_readiness':
>> drivers/gpu/drm/xe/xe_sriov_pf.c:24:(.text+0x1c8): undefined reference to `xe_configfs_get_max_vfs'
>> arc-linux-ld: drivers/gpu/drm/xe/xe_sriov_pf.c:24:(.text+0x1c8): undefined reference to `xe_configfs_get_max_vfs'
vim +24 drivers/gpu/drm/xe/xe_sriov_pf.c
20
21 static unsigned int wanted_max_vfs(struct xe_device *xe)
22 {
23 if (IS_ENABLED(CONFIG_CONFIGFS_FS))
> 24 return xe_configfs_get_max_vfs(to_pci_dev(xe->drm.dev));
25 return xe_modparam.max_vfs;
26 }
27
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-04-07 3:54 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=202604041459.rn6LHDtB-lkp@intel.com \
--to=lkp@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.wajdeczko@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=rodrigo.vivi@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox