From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: kbuild test robot <fengguang.wu@intel.com>,
Christoph Lameter <cl@linux-foundation.org>,
kbuild-all@01.org,
Linux Memory Management List <linux-mm@kvack.org>,
Heiko Carstens <heiko.carstens@de.ibm.com>,
Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
Subject: Re: [linux-next:master 12891/13017] mm/slub.c:2396:1: warning: '___slab_alloc' uses dynamic stack allocation
Date: Fri, 13 Nov 2015 12:52:00 +0100 [thread overview]
Message-ID: <20151113125200.319a3101@mschwide> (raw)
In-Reply-To: <20151111124108.53df1f48218c1366f9e763f0@linux-foundation.org>
On Wed, 11 Nov 2015 12:41:08 -0800
Andrew Morton <akpm@linux-foundation.org> wrote:
> On Wed, 11 Nov 2015 14:34:19 +0800 kbuild test robot <fengguang.wu@intel.com> wrote:
>
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > head: 2bba65ab5f9f1cebd21d95c410b96952851f58b3
> > commit: e191357c4c31d02eb30736a49327ef32407fab47 [12891/13017] slub: create new ___slab_alloc function that can be called with irqs disabled
> > config: s390-allmodconfig (attached as .config)
> > reproduce:
> > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
> > chmod +x ~/bin/make.cross
> > git checkout e191357c4c31d02eb30736a49327ef32407fab47
> > # save the attached .config to linux build tree
> > make.cross ARCH=s390
> >
> > All warnings (new ones prefixed by >>):
> >
> > mm/slub.c: In function 'unfreeze_partials.isra.42':
> > mm/slub.c:2019:1: warning: 'unfreeze_partials.isra.42' uses dynamic stack allocation
> > }
> > ^
> > mm/slub.c: In function 'get_partial_node.isra.43':
> > mm/slub.c:1654:1: warning: 'get_partial_node.isra.43' uses dynamic stack allocation
> > }
> > ^
> > mm/slub.c: In function 'deactivate_slab':
> > mm/slub.c:1951:1: warning: 'deactivate_slab' uses dynamic stack allocation
> > }
> > ^
> > mm/slub.c: In function '__slab_free':
> > mm/slub.c:2696:1: warning: '__slab_free' uses dynamic stack allocation
> > }
> > ^
> > mm/slub.c: In function '___slab_alloc':
> > >> mm/slub.c:2396:1: warning: '___slab_alloc' uses dynamic stack allocation
> > }
> > ^
>
> This patch doesn't add any dynamic stack allocations. The fact that
> slub.c already had a bunch of these warnings makes me suspect that it's
> happening in one of the s390 headers?
That looks like a false positive to me. I can not find any function that does
a dynamic allocation and the generated code creates a stack frame with a
constant size. A bit odd is the fact that the stack frame is create in two
steps, e.g. deactivate_slab:
a632: b9 04 00 ef lgr %r14,%r15
a636: a7 fb ff 50 aghi %r15,-176 # first 176 bytes
a63a: b9 04 00 bf lgr %r11,%r15
a63e: e3 e0 f0 98 00 24 stg %r14,152(%r15)
a644: e3 10 f0 98 00 04 lg %r1,152(%r15)
a64a: a7 fb ff 30 aghi %r15,-208 # another 208 bytes
a64e: e3 30 b0 e8 00 24 stg %r3,232(%r11)
a654: e3 40 b0 d8 00 24 stg %r4,216(%r11)
Strange. Andreas can you make something of this?
--
blue skies,
Martin.
"Reality continues to ruin my life." - Calvin.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2015-11-13 11:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-11 6:34 [linux-next:master 12891/13017] mm/slub.c:2396:1: warning: '___slab_alloc' uses dynamic stack allocation kbuild test robot
2015-11-11 20:41 ` Andrew Morton
2015-11-13 11:52 ` Martin Schwidefsky [this message]
2015-11-13 15:13 ` Andreas Krebbel1
[not found] ` <201511131513.tADFDwJN030997@d06av03.portsmouth.uk.ibm.com>
2015-11-13 15:22 ` Christoph Lameter
2015-11-13 15:32 ` Andreas Krebbel1
[not found] ` <201511131532.tADFWgYs000305@d06av09.portsmouth.uk.ibm.com>
2015-11-13 17:05 ` Christoph Lameter
[not found] ` <201511131414.tADEE1co028795@d06av10.portsmouth.uk.ibm.com>
2015-11-16 8:47 ` Martin Schwidefsky
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=20151113125200.319a3101@mschwide \
--to=schwidefsky@de.ibm.com \
--cc=Andreas.Krebbel@de.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=cl@linux-foundation.org \
--cc=fengguang.wu@intel.com \
--cc=heiko.carstens@de.ibm.com \
--cc=kbuild-all@01.org \
--cc=linux-mm@kvack.org \
/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).