From: kernel test robot <lkp@intel.com>
To: "Piotr Piórkowski " <piotr.piorkowski@intel.com>
Cc: oe-kbuild-all@lists.linux.dev, intel-xe@lists.freedesktop.org,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"Shuicheng Lin" <shuicheng.lin@intel.com>,
" Michał Winiarski" <michal.winiarski@intel.com>
Subject: [drm-xe:drm-xe-next-fixes 6/11] xe_pci.c:undefined reference to `xe_configfs_media_gt_allowed'
Date: Tue, 05 May 2026 15:59:19 +0800 [thread overview]
Message-ID: <202605051504.ZG82381m-lkp@intel.com> (raw)
tree: https://gitlab.freedesktop.org/drm/xe/kernel.git drm-xe-next-fixes
head: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
commit: 5e905ec67214444362b81345ef8fde63e58425b6 [6/11] drm/xe/vf: Avoid reading media version when media GT is disabled
config: arm64-randconfig-r071-20260425 (https://download.01.org/0day-ci/archive/20260505/202605051504.ZG82381m-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 10.5.0
smatch: v0.5.0-9065-ge9cc34fd
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260505/202605051504.ZG82381m-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/202605051504.ZG82381m-lkp@intel.com/
All errors (new ones prefixed by >>):
aarch64-linux-ld: Unexpected GOT/PLT entries detected!
aarch64-linux-ld: Unexpected run-time procedure linkages detected!
aarch64-linux-ld: drivers/gpu/drm/xe/xe_guc.o: in function `guc_init_params_post_hwconfig':
xe_guc.c:(.text+0x2584): undefined reference to `xe_configfs_get_psmi_enabled'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_hw_engine.o: in function `check_sw_disable':
xe_hw_engine.c:(.text+0x650): undefined reference to `xe_configfs_get_engines_allowed'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_lrc.o: in function `setup_configfs_post_ctx_restore_bb':
xe_lrc.c:(.text+0x2d4): undefined reference to `xe_configfs_get_ctx_restore_post_bb'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_lrc.o: in function `setup_configfs_mid_ctx_restore_bb':
xe_lrc.c:(.text+0x4d4): undefined reference to `xe_configfs_get_ctx_restore_mid_bb'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_lrc.o: in function `xe_lrc_init':
xe_lrc.c:(.text+0x3ddc): undefined reference to `xe_configfs_get_ctx_restore_mid_bb'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_module.o:(.rodata+0x10): undefined reference to `xe_configfs_init'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_module.o:(.rodata+0x18): undefined reference to `xe_configfs_exit'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_pci.o: in function `xe_info_init_early':
xe_pci.c:(.text+0x3dc): undefined reference to `xe_configfs_primary_gt_allowed'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_pci.o: in function `read_gmdid':
>> xe_pci.c:(.text+0x924): undefined reference to `xe_configfs_media_gt_allowed'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_pci.o: in function `xe_info_init':
xe_pci.c:(.text+0xeb8): undefined reference to `xe_configfs_primary_gt_allowed'
aarch64-linux-ld: xe_pci.c:(.text+0xf80): undefined reference to `xe_configfs_media_gt_allowed'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_pci.o: in function `xe_pci_probe':
xe_pci.c:(.text+0x1178): undefined reference to `xe_configfs_check_device'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_psmi.o: in function `xe_psmi_debugfs_register':
xe_psmi.c:(.text+0x628): undefined reference to `xe_configfs_get_psmi_enabled'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_psmi.o: in function `xe_psmi_init':
xe_psmi.c:(.text+0x6e8): undefined reference to `xe_configfs_get_psmi_enabled'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_rtp.o: in function `xe_rtp_match_psmi_enabled':
xe_rtp.c:(.text+0xd20): undefined reference to `xe_configfs_get_psmi_enabled'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_survivability_mode.o: in function `xe_survivability_mode_is_requested':
xe_survivability_mode.c:(.text+0x4cc): undefined reference to `xe_configfs_get_survivability_mode'
aarch64-linux-ld: drivers/gpu/drm/xe/xe_sriov_pf.o: in function `xe_sriov_pf_readiness':
xe_sriov_pf.c:(.text+0x240): undefined reference to `xe_configfs_get_max_vfs'
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-05-05 7:59 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=202605051504.ZG82381m-lkp@intel.com \
--to=lkp@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=michal.winiarski@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=piotr.piorkowski@intel.com \
--cc=rodrigo.vivi@intel.com \
--cc=shuicheng.lin@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).