]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cache_k8_northbridges() overflows beyond allocation
authorBadari Pulavarty <pbadari@gmail.com>
Tue, 17 Apr 2007 19:53:09 +0000 (15:53 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 May 2007 00:05:59 +0000 (17:05 -0700)
commita9c01941701641d505c07e7364a03447c694f6e8
tree9e8756afc5d74408bcb20d3f5859ffe2c3ed8d81
parent1ee88fb696591eedd34ee9bbcc0c001609ec7901
cache_k8_northbridges() overflows beyond allocation

cache_k8_northbridges() overflows beyond allocation

cache_k8_northbridges() is storing config values to incorrect locations
(in flush_words) and also its overflowing beyond the allocation, causing
slab verification failures.

Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86_64/kernel/k8.c