From: David S. Miller Date: Thu, 26 Oct 2006 05:33:07 +0000 (-0700) Subject: [SPARC64]: Fix memory corruption in pci_4u_free_consistent(). X-Git-Tag: v2.6.19-rc4~75^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=012d64ff68f304df1c35ce5902f5023dc14b643f;p=pandora-kernel.git [SPARC64]: Fix memory corruption in pci_4u_free_consistent(). The second argument to free_npages() was being incorrectly calculated, which would thus access far past the end of the arena->map[] bitmap. Signed-off-by: David S. Miller --- Reading git-diff-tree failed