From: kbuild test robot <fengguang.wu@intel.com>
To: Vincent Legoll <vincent.legoll@gmail.com>
Cc: kbuild-all@01.org, Johannes Weiner <hannes@cmpxchg.org>,
Andrew Morton <akpm@linux-foundation.org>,
Linux Memory Management List <linux-mm@kvack.org>
Subject: [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'?
Date: Wed, 13 Dec 2017 14:46:06 +0800 [thread overview]
Message-ID: <201712131446.goYGM7IX%fengguang.wu@intel.com> (raw)
[-- 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 --]
reply other threads:[~2017-12-13 14:35 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=201712131446.goYGM7IX%fengguang.wu@intel.com \
--to=fengguang.wu@intel.com \
--cc=akpm@linux-foundation.org \
--cc=hannes@cmpxchg.org \
--cc=kbuild-all@01.org \
--cc=linux-mm@kvack.org \
--cc=vincent.legoll@gmail.com \
/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 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).