All of lore.kernel.org
 help / color / mirror / Atom feed
* [chrome-os:chromeos-5.4 169/247] drivers/misc/intel/gna/mem.h:89:22: error: field 'mn' has incomplete type
@ 2021-06-10 10:08 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-06-10 10:08 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.4
head:   a9ca4e9c3176d471cc7361a42dc5d50fae31f0d3
commit: c4d17c651ae9d7903f37afccee06739b7c5442f6 [169/247] BACKPORT: FROMLIST: v3: intel_gna: add memory handling
config: i386-randconfig-r032-20210610 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        git remote add chrome-os https://chromium.googlesource.com/chromiumos/third_party/kernel
        git fetch --no-tags chrome-os chromeos-5.4
        git checkout c4d17c651ae9d7903f37afccee06739b7c5442f6
        # save the attached .config to linux build tree
        make W=1 ARCH=i386 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   In file included from drivers/misc/intel/gna/device.h:14,
                    from drivers/misc/intel/gna/device.c:9:
>> drivers/misc/intel/gna/mem.h:89:22: error: field 'mn' has incomplete type
      89 |  struct mmu_notifier mn;
         |                      ^~


vim +/mn +89 drivers/misc/intel/gna/mem.h

    84	
    85	struct gna_mmu_notifier {
    86		struct gna_file_private *file_priv;
    87		struct gna_private *gna_priv;
    88		struct gna_memory_object *mo;
  > 89		struct mmu_notifier mn;
    90		struct mm_struct *mm;
    91	};
    92	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

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

only message in thread, other threads:[~2021-06-10 10:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 10:08 [chrome-os:chromeos-5.4 169/247] drivers/misc/intel/gna/mem.h:89:22: error: field 'mn' has incomplete type 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.