]> www.infradead.org Git - users/willy/linux.git/commit
mm/slub: Convert check_object() to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 2 Oct 2021 01:57:41 +0000 (21:57 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:18:00 +0000 (09:18 -0400)
commit0772a05c66335a8f4c45879ce7ee1671670683b3
treeef0b3416985020e93b3b795c9d1f642d7c9b96a2
parent54225e97bbbca573d0314134b671a924eb068efe
mm/slub: Convert check_object() to struct slab

Also convert check_bytes_and_report() and check_pad_bytes().
This is almost exclusively pushing slab_page() calls down.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/slub.c