All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-devel:devel-catchup-202007022313 9865/9999] drivers/thunderbolt/test.c:20:5: error: 'struct kunit_resource' has no member named 'data'
@ 2020-07-07 11:11 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-07-07 11:11 UTC (permalink / raw)
  To: kbuild-all

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

tree:   git://internal_merge_and_test_tree devel-catchup-202007022313
head:   2ee805ae24efa8d98784491a19d13c7fbc118fef
commit: fd749dad471a469bd6caeb1d1e1b559f43d7a4ab [9865/9999] Merge remote-tracking branch 'thunderbolt/next'
config: i386-randconfig-r015-20200705 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-14) 9.3.0
reproduce (this is a W=1 build):
        git checkout fd749dad471a469bd6caeb1d1e1b559f43d7a4ab
        # 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>

Note: the linux-devel/devel-catchup-202007022313 HEAD 2ee805ae24efa8d98784491a19d13c7fbc118fef builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   drivers/thunderbolt/test.c: In function '__ida_init':
>> drivers/thunderbolt/test.c:20:5: error: 'struct kunit_resource' has no member named 'data'
      20 |  res->data = ida;
         |     ^~
   drivers/thunderbolt/test.c: In function '__ida_destroy':
   drivers/thunderbolt/test.c:26:23: error: 'struct kunit_resource' has no member named 'data'
      26 |  struct ida *ida = res->data;
         |                       ^~

vim +20 drivers/thunderbolt/test.c

    14	
    15	static int __ida_init(struct kunit_resource *res, void *context)
    16	{
    17		struct ida *ida = context;
    18	
    19		ida_init(ida);
  > 20		res->data = ida;
    21		return 0;
    22	}
    23	

---
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: 35665 bytes --]

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

only message in thread, other threads:[~2020-07-07 11:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07 11:11 [linux-devel:devel-catchup-202007022313 9865/9999] drivers/thunderbolt/test.c:20:5: error: 'struct kunit_resource' has no member named 'data' 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.