]> git.neil.brown.name Git - history.git/commit
[PATCH] more slab page checking
authorAndrew Morton <akpm@osdl.org>
Wed, 3 Sep 2003 18:12:33 +0000 (11:12 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 3 Sep 2003 18:12:33 +0000 (11:12 -0700)
commit55308a20138c3ea39a0882265f255c5b0f931f20
treed54c6287559ff8725bb930678d79c529467f4c7b
parent6571a956a2e0b99eb3d8ba1506c1cd8cb0e1fed3
[PATCH] more slab page checking

Add checks for kfree() of a page which was allocated with __alloc_pages(),
and for free_pages() of a page which was allocated with kmalloc().
include/linux/page-flags.h
mm/page_alloc.c
mm/slab.c