mm/slub: add a dump_stack() to the unexpected GFP check
authorBorislav Petkov <[email protected]>
Wed, 22 Feb 2017 23:41:02 +0000 (15:41 -0800)
committerLinus Torvalds <[email protected]>
Thu, 23 Feb 2017 00:41:27 +0000 (16:41 -0800)
commit65b9de75253e909e35d8f5c42357e632fdca5d7f
tree9b5f5efab8e0df36df2f80907bc9a0519c7e5f07
parentc6e28895a4372992961888ffaadc9efc643b5bfe
mm/slub: add a dump_stack() to the unexpected GFP check

We wish to know who is doing such a thing. slab.c does this.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Borislav Petkov <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slub.c