All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Yang Shi <yang.s@alibaba-inc.com>
Cc: kbuild-all@01.org, cl@linux.com, penberg@kernel.org,
	rientjes@google.com, iamjoonsoo.kim@lge.com,
	akpm@linux-foundation.org, mhocko@kernel.org, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/3] mm: slabinfo: dump CONFIG_SLABINFO
Date: Sat, 7 Oct 2017 20:06:23 +0800	[thread overview]
Message-ID: <201710072022.nP0KZqBF%fengguang.wu@intel.com> (raw)
In-Reply-To: <1507152550-46205-3-git-send-email-yang.s@alibaba-inc.com>

[-- Attachment #1: Type: text/plain, Size: 1430 bytes --]

Hi Yang,

[auto build test ERROR on mmotm/master]
[also build test ERROR on v4.14-rc3 next-20170929]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Yang-Shi/oom-capture-unreclaimable-slab-info-in-oom-message/20171007-173639
base:   git://git.cmpxchg.org/linux-mmotm.git master
config: openrisc-or1ksim_defconfig (attached as .config)
compiler: or1k-linux-gcc (GCC) 5.4.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=openrisc 

All errors (new ones prefixed by >>):

   mm/slab_common.o: In function `slab_show':
   slab_common.c:(.text+0x1c4): undefined reference to `get_slabinfo'
   slab_common.c:(.text+0x1c4): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `get_slabinfo'
>> slab_common.c:(.text+0x268): undefined reference to `slabinfo_show_stats'
   slab_common.c:(.text+0x268): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `slabinfo_show_stats'
>> mm/slab_common.o:(.rodata+0xc): undefined reference to `slabinfo_write'

---
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: 7631 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: Yang Shi <yang.s@alibaba-inc.com>
Cc: kbuild-all@01.org, cl@linux.com, penberg@kernel.org,
	rientjes@google.com, iamjoonsoo.kim@lge.com,
	akpm@linux-foundation.org, mhocko@kernel.org,
	Yang Shi <yang.s@alibaba-inc.com>,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/3] mm: slabinfo: dump CONFIG_SLABINFO
Date: Sat, 7 Oct 2017 20:06:23 +0800	[thread overview]
Message-ID: <201710072022.nP0KZqBF%fengguang.wu@intel.com> (raw)
In-Reply-To: <1507152550-46205-3-git-send-email-yang.s@alibaba-inc.com>

[-- Attachment #1: Type: text/plain, Size: 1430 bytes --]

Hi Yang,

[auto build test ERROR on mmotm/master]
[also build test ERROR on v4.14-rc3 next-20170929]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Yang-Shi/oom-capture-unreclaimable-slab-info-in-oom-message/20171007-173639
base:   git://git.cmpxchg.org/linux-mmotm.git master
config: openrisc-or1ksim_defconfig (attached as .config)
compiler: or1k-linux-gcc (GCC) 5.4.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=openrisc 

All errors (new ones prefixed by >>):

   mm/slab_common.o: In function `slab_show':
   slab_common.c:(.text+0x1c4): undefined reference to `get_slabinfo'
   slab_common.c:(.text+0x1c4): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `get_slabinfo'
>> slab_common.c:(.text+0x268): undefined reference to `slabinfo_show_stats'
   slab_common.c:(.text+0x268): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `slabinfo_show_stats'
>> mm/slab_common.o:(.rodata+0xc): undefined reference to `slabinfo_write'

---
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: 7631 bytes --]

  parent reply	other threads:[~2017-10-07 12:06 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-04 21:29 [PATCH 0/3 v10] oom: capture unreclaimable slab info in oom message Yang Shi
2017-10-04 21:29 ` Yang Shi
2017-10-04 21:29 ` [PATCH 1/3] tools: slabinfo: add "-U" option to show unreclaimable slabs only Yang Shi
2017-10-04 21:29   ` Yang Shi
2017-10-04 21:29 ` [PATCH 2/3] mm: slabinfo: dump CONFIG_SLABINFO Yang Shi
2017-10-04 21:29   ` Yang Shi
2017-10-07 11:45   ` kbuild test robot
2017-10-07 11:45     ` kbuild test robot
2017-10-07 12:06   ` kbuild test robot [this message]
2017-10-07 12:06     ` kbuild test robot
2017-10-04 21:29 ` [PATCH 3/3] mm: oom: show unreclaimable slab info when unreclaimable slabs > user memory Yang Shi
2017-10-04 21:29   ` Yang Shi
2017-10-06  9:37   ` Michal Hocko
2017-10-06  9:37     ` Michal Hocko
2017-10-06 16:37     ` Yang Shi
2017-10-06 16:37       ` Yang Shi
2017-10-09  6:33       ` Michal Hocko
2017-10-09  6:33         ` Michal Hocko
2017-10-09  6:36         ` Michal Hocko
2017-10-09  6:36           ` Michal Hocko
2017-10-09 16:44           ` Yang Shi
2017-10-09 16:44             ` Yang Shi
2017-10-09 18:53           ` Yang Shi
2017-10-09 18:53             ` Yang Shi
2017-10-09 21:00             ` Yang Shi
2017-10-09 21:00               ` Yang Shi
2017-10-07 10:10   ` kbuild test robot
2017-10-07 10:10     ` kbuild test robot
2017-10-07 13:05   ` kbuild test robot
2017-10-07 13:05     ` kbuild test robot
  -- strict thread matches above, loose matches on Subject: below --
2017-10-10 17:25 [PATCH 0/3 v11] oom: capture unreclaimable slab info in oom message Yang Shi
2017-10-10 17:25 ` [PATCH 2/3] mm: slabinfo: dump CONFIG_SLABINFO Yang Shi
2017-10-10 17:25   ` Yang Shi
2017-10-17  0:17   ` David Rientjes
2017-10-17  0:17     ` David Rientjes
2017-10-03 18:06 [PATCH 0/3 v8] oom: capture unreclaimable slab info in oom message Yang Shi
2017-10-03 18:06 ` [PATCH 2/3] mm: slabinfo: dump CONFIG_SLABINFO Yang Shi
2017-10-03 18:06   ` Yang Shi

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=201710072022.nP0KZqBF%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=cl@linux.com \
    --cc=iamjoonsoo.kim@lge.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mhocko@kernel.org \
    --cc=penberg@kernel.org \
    --cc=rientjes@google.com \
    --cc=yang.s@alibaba-inc.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 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.