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@xxxxxxx> :::::: CC: Ingo Molnar <mingo@xxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip