x86, pat: Proper init of memtype subtree_max_end
authorVenkatesh Pallipadi <venki@google.com>
Fri, 11 Jun 2010 00:45:01 +0000 (17:45 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 11 Jun 2010 21:12:22 +0000 (14:12 -0700)
commit6a4f3b523779b67e7d560ed42652f8a59f2f9782
treefc2fa0a0b76187261cf89c174f58bb1d10f68d14
parent055c47272b8f5679d08ccc57efea3cb4aaeb5fc6
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 <casteyde.christian@free.fr>
Tested-by: Christian Casteyde <casteyde.christian@free.fr>
Signed-off-by: Venkatesh Pallipadi <venki@google.com>
LKML-Reference: <1276217101-11515-1-git-send-email-venki@google.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
arch/x86/mm/pat.c
arch/x86/mm/pat_rbtree.c