From: Venkatesh Pallipadi Date: Fri, 11 Jun 2010 00:45:01 +0000 (-0700) Subject: x86, pat: Proper init of memtype subtree_max_end X-Git-Tag: v2.6.35-rc4~50^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a4f3b523779b67e7d560ed42652f8a59f2f9782;p=pandora-kernel.git x86, pat: Proper init of memtype subtree_max_end subtree_max_end that was recently added to struct memtype was not getting properly initialized resulting in WARNING: kmemcheck: Caught 64-bit read from uninitialized memory in memtype_rb_augment_cb() reported here https://bugzilla.kernel.org/show_bug.cgi?id=16092 This change fixes the problem. Reported-by: Christian Casteyde Tested-by: Christian Casteyde Signed-off-by: Venkatesh Pallipadi LKML-Reference: <1276217101-11515-1-git-send-email-venki@google.com> Signed-off-by: H. Peter Anvin Cc: Suresh Siddha --- Reading git-diff-tree failed