* [mmotm:master 107/167] lib/debugobjects.c:56:7: error: 'CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT' undeclared here (not in a function); did you mean 'CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT'?
@ 2017-12-13 6:46 kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-12-13 6:46 UTC (permalink / raw)
To: Vincent Legoll
Cc: kbuild-all, Johannes Weiner, Andrew Morton,
Linux Memory Management List
[-- Attachment #1: Type: text/plain, Size: 2236 bytes --]
tree: git://git.cmpxchg.org/linux-mmotm.git master
head: 80a0c4df565dd0a964873abd018a0ce48a7fb673
commit: 86d96c4531cf4774ee4c1ea6f38da04a72615006 [107/167] lib/: make "Memory Debugging" a menuconfig to ease disabling it all
config: i386-randconfig-x000-12130856 (attached as .config)
compiler: gcc-7 (Debian 7.2.0-12) 7.2.1 20171025
reproduce:
git checkout 86d96c4531cf4774ee4c1ea6f38da04a72615006
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
>> lib/debugobjects.c:56:7: error: 'CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT' undeclared here (not in a function); did you mean 'CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT'?
= CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT
vim +56 lib/debugobjects.c
3ac7fe5a4a Thomas Gleixner 2008-04-30 51
3ac7fe5a4a Thomas Gleixner 2008-04-30 52 static int debug_objects_maxchain __read_mostly;
3ac7fe5a4a Thomas Gleixner 2008-04-30 53 static int debug_objects_fixups __read_mostly;
3ac7fe5a4a Thomas Gleixner 2008-04-30 54 static int debug_objects_warnings __read_mostly;
3ae7020543 Ingo Molnar 2008-11-26 55 static int debug_objects_enabled __read_mostly
3ae7020543 Ingo Molnar 2008-11-26 @56 = CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT;
97dd552eb2 Waiman Long 2017-01-05 57 static int debug_objects_pool_size __read_mostly
97dd552eb2 Waiman Long 2017-01-05 58 = ODEBUG_POOL_SIZE;
97dd552eb2 Waiman Long 2017-01-05 59 static int debug_objects_pool_min_level __read_mostly
97dd552eb2 Waiman Long 2017-01-05 60 = ODEBUG_POOL_MIN_LEVEL;
3ac7fe5a4a Thomas Gleixner 2008-04-30 61 static struct debug_obj_descr *descr_test __read_mostly;
3ac7fe5a4a Thomas Gleixner 2008-04-30 62
:::::: The code at line 56 was first introduced by commit
:::::: 3ae7020543db0b769538e64d1ce8d51fceff60ca debugobjects: add boot parameter default value
:::::: TO: Ingo Molnar <mingo@elte.hu>
:::::: CC: Ingo Molnar <mingo@elte.hu>
---
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: 31805 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-12-13 14:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-13 6:46 [mmotm:master 107/167] lib/debugobjects.c:56:7: error: 'CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT' undeclared here (not in a function); did you mean 'CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT'? 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).