All of lore.kernel.org
 help / color / mirror / Atom feed
* [jimc:dd-drm-fix-next 2/20] include/linux/module.h:558:29: error: field 'dyndbg_info' has incomplete type
@ 2023-03-18  7:29 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-03-18  7:29 UTC (permalink / raw)
  To: Jim Cromie; +Cc: oe-kbuild-all

tree:   https://github.com/jimc/linux.git dd-drm-fix-next
head:   cd23709c1ee6c57c8cee65dd371c3c03bd8d3220
commit: 6d401a03e8e7c163a40988faf567cf9d25ec8665 [2/20] dyndbg: use the module notifier callbacks
config: x86_64-randconfig-r035-20230313 (https://download.01.org/0day-ci/archive/20230318/202303181500.HHk2ltjV-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-8) 11.3.0
reproduce (this is a W=1 build):
        # https://github.com/jimc/linux/commit/6d401a03e8e7c163a40988faf567cf9d25ec8665
        git remote add jimc https://github.com/jimc/linux.git
        git fetch --no-tags jimc dd-drm-fix-next
        git checkout 6d401a03e8e7c163a40988faf567cf9d25ec8665
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        make W=1 O=build_dir ARCH=x86_64 olddefconfig
        make W=1 O=build_dir ARCH=x86_64 prepare

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202303181500.HHk2ltjV-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from include/crypto/aria.h:22,
                    from arch/x86/kernel/asm-offsets.c:10:
>> include/linux/module.h:558:29: error: field 'dyndbg_info' has incomplete type
     558 |         struct _ddebug_info dyndbg_info;
         |                             ^~~~~~~~~~~
   make[2]: *** [scripts/Makefile.build:114: arch/x86/kernel/asm-offsets.s] Error 1
   make[2]: Target 'prepare' not remade because of errors.
   make[1]: *** [Makefile:1287: prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [Makefile:226: __sub-make] Error 2
   make: Target 'prepare' not remade because of errors.


vim +/dyndbg_info +558 include/linux/module.h

   552	
   553	#ifdef CONFIG_FUNCTION_ERROR_INJECTION
   554		struct error_injection_entry *ei_funcs;
   555		unsigned int num_ei_funcs;
   556	#endif
   557	#ifdef CONFIG_DYNAMIC_DEBUG_CORE
 > 558		struct _ddebug_info dyndbg_info;
   559	#endif
   560	} ____cacheline_aligned __randomize_layout;
   561	#ifndef MODULE_ARCH_INIT
   562	#define MODULE_ARCH_INIT {}
   563	#endif
   564	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

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

only message in thread, other threads:[~2023-03-18  7:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-18  7:29 [jimc:dd-drm-fix-next 2/20] include/linux/module.h:558:29: error: field 'dyndbg_info' 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.