linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* drivers/gpu//drm/i915/i915_gem_gtt.c:947: error: 'iter.sg' is used uninitialized in this function
@ 2017-05-28  5:57 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-05-28  5:57 UTC (permalink / raw)
  To: Chris Wilson; +Cc: kbuild-all, linux-kernel, Mika Kuoppala

[-- Attachment #1: Type: text/plain, Size: 1786 bytes --]

Hi Chris,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   249f1efd8e3d58f86469fc305b0eda39db18d7ce
commit: 894ccebee2b0e606ba9638d20dd87b33568482d7 drm/i915: Micro-optimise gen8_ppgtt_insert_entries()
date:   3 months ago
config: x86_64-randconfig-b0-05281108 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
        git checkout 894ccebee2b0e606ba9638d20dd87b33568482d7
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   cc1: warnings being treated as errors
   drivers/gpu//drm/i915/i915_gem_gtt.c: In function 'gen8_ppgtt_insert_3lvl':
>> drivers/gpu//drm/i915/i915_gem_gtt.c:947: error: 'iter.sg' is used uninitialized in this function
>> drivers/gpu//drm/i915/i915_gem_gtt.c:948: error: 'iter.dma' is used uninitialized in this function
   drivers/gpu//drm/i915/i915_gem_gtt.c: In function 'gen8_ppgtt_insert_4lvl':
   drivers/gpu//drm/i915/i915_gem_gtt.c:964: error: 'iter.sg' is used uninitialized in this function
   drivers/gpu//drm/i915/i915_gem_gtt.c:965: error: 'iter.dma' is used uninitialized in this function

vim +947 drivers/gpu//drm/i915/i915_gem_gtt.c

   941					   enum i915_cache_level cache_level,
   942					   u32 unused)
   943	{
   944		struct i915_hw_ppgtt *ppgtt = i915_vm_to_ppgtt(vm);
   945		struct sgt_dma iter = {
   946			.sg = pages->sgl,
 > 947			.dma = sg_dma_address(iter.sg),
 > 948			.max = iter.dma + iter.sg->length,
   949		};
   950	
   951		gen8_ppgtt_insert_pte_entries(ppgtt, &ppgtt->pdp, &iter,

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 27589 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-28  5:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-28  5:57 drivers/gpu//drm/i915/i915_gem_gtt.c:947: error: 'iter.sg' is used uninitialized in this function kbuild test robot

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 NNTP newsgroup(s).