From: Nick Piggin Date: Tue, 6 Jan 2009 22:39:20 +0000 (-0800) Subject: mm: vmalloc make lazy unmapping configurable X-Git-Tag: v2.6.29-rc1~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd52858c73f9f7df859a08fb08496ca39b9b3d8d;p=pandora-kernel.git mm: vmalloc make lazy unmapping configurable Lazy unmapping in the vmalloc code has now opened the possibility for use after free bugs to go undetected. We can catch those by forcing an unmap and flush (which is going to be slow, but that's what happens). Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed