From: kernel test robot <lkp@intel.com>
To: Jim Cromie <jim.cromie@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [jimc:dd-drm-fix-next 2/20] include/linux/module.h:558:29: error: field 'dyndbg_info' has incomplete type
Date: Sat, 18 Mar 2023 15:29:04 +0800 [thread overview]
Message-ID: <202303181500.HHk2ltjV-lkp@intel.com> (raw)
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
reply other threads:[~2023-03-18 7:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202303181500.HHk2ltjV-lkp@intel.com \
--to=lkp@intel.com \
--cc=jim.cromie@gmail.com \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.