* drivers/gpu/drm/xe/xe_amc.c:94:35: sparse: sparse: incorrect type in initializer (different base types)
@ 2026-08-14 15:08 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-08-14 15:08 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "bisect to a FBC not belonging to original linux-review patches: branch: linux-review/Heikki-Krogerus/i2c-designware-Global-register-definitions/20260812-202000, commit: 2231c0326f974d6ed4b042c754e673aa9a91726d"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Heikki Krogerus <heikki.krogerus@linux.intel.com>
CC: 0day robot <lkp@intel.com>
CC: Ramesh Babu B <ramesh.babu.b@intel.com>
tree: https://github.com/intel-lab-lkp/linux/commits/Heikki-Krogerus/i2c-designware-Global-register-definitions/20260812-202000
head: ce9282ec4e31ed8cb9800ad06eacd6f86655a6c4
commit: 2231c0326f974d6ed4b042c754e673aa9a91726d drm/xe/i2c: Fix the interrupt handling
date: 2 days ago
:::::: branch date: 2 days ago
:::::: commit date: 2 days ago
config: parisc-randconfig-r113-20260814 (https://download.01.org/0day-ci/archive/20260814/202608142314.wvaHJkN1-lkp@intel.com/config)
compiler: hppa-linux-gcc (GCC) 13.4.0
sparse: v0.6.5-rc1
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260814/202608142314.wvaHJkN1-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/r/202608142314.wvaHJkN1-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/xe/xe_amc.c:94:35: sparse: sparse: incorrect type in initializer (different base types) @@ expected unsigned short [usertype] vendor @@ got restricted __be16 [usertype] @@
drivers/gpu/drm/xe/xe_amc.c:94:35: sparse: expected unsigned short [usertype] vendor
drivers/gpu/drm/xe/xe_amc.c:94:35: sparse: got restricted __be16 [usertype]
vim +94 drivers/gpu/drm/xe/xe_amc.c
2231c0326f974d Heikki Krogerus 2026-07-22 81
2231c0326f974d Heikki Krogerus 2026-07-22 82 static const struct amc_request amc_get_alert_reason = {
2231c0326f974d Heikki Krogerus 2026-07-22 83 .header = {
2231c0326f974d Heikki Krogerus 2026-07-22 84 .command = AMC_COMMAND,
2231c0326f974d Heikki Krogerus 2026-07-22 85 .len = sizeof(struct amc_request) - 2,
2231c0326f974d Heikki Krogerus 2026-07-22 86 .address = AMC_GPU_I2C_ADDR,
2231c0326f974d Heikki Krogerus 2026-07-22 87 .version = AMC_VERSION_V1,
2231c0326f974d Heikki Krogerus 2026-07-22 88 .destination = AMC_DESTINATION_ID,
2231c0326f974d Heikki Krogerus 2026-07-22 89 .source = AMC_SOURCE_ID,
2231c0326f974d Heikki Krogerus 2026-07-22 90 .flags = AMC_FLAGS,
2231c0326f974d Heikki Krogerus 2026-07-22 91 },
2231c0326f974d Heikki Krogerus 2026-07-22 92 .message = {
2231c0326f974d Heikki Krogerus 2026-07-22 93 .type = AMC_MSG_TYPE,
2231c0326f974d Heikki Krogerus 2026-07-22 @94 .vendor = htons(PCI_VENDOR_ID_INTEL),
2231c0326f974d Heikki Krogerus 2026-07-22 95 .command = AMC_GET_ALERT_REASON,
2231c0326f974d Heikki Krogerus 2026-07-22 96 },
2231c0326f974d Heikki Krogerus 2026-07-22 97 };
2231c0326f974d Heikki Krogerus 2026-07-22 98
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-14 15:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14 15:08 drivers/gpu/drm/xe/xe_amc.c:94:35: sparse: sparse: incorrect type in initializer (different base types) kernel test robot
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.