]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - mm/slab.c
mm/slab: Remove store_stackinfo()
authorQian Cai <cai@lca.pw>
Tue, 16 Apr 2019 14:22:57 +0000 (10:22 -0400)
committerBorislav Petkov <bp@suse.de>
Wed, 17 Apr 2019 09:46:27 +0000 (11:46 +0200)
commit80552f0f7aebdd8deda8ea455292cbfbf462d655
tree1b330892fcd0e3ab05d4fd1b84f904747e7b87df
parentdc4060a5dc2557e6b5aa813bf5b73677299d62d2
mm/slab: Remove store_stackinfo()

store_stackinfo() does not seem used in actual SLAB debugging.
Potentially, it could be added to check_poison_obj() to provide more
information but this seems like an overkill due to the declining
popularity of SLAB, so just remove it instead.

Signed-off-by: Qian Cai <cai@lca.pw>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Christoph Lameter <cl@linux.com>
Cc: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: linux-mm <linux-mm@kvack.org>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: rientjes@google.com
Cc: sean.j.christopherson@intel.com
Link: https://lkml.kernel.org/r/20190416142258.18694-1-cai@lca.pw
mm/slab.c