public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] numa, mem-hotplug: Fix array out of boundary in numa initialization.
@ 2014-01-28  9:05 Tang Chen
  2014-01-28  9:05 ` [PATCH 1/2] numa, mem-hotplug: Initialize numa_kernel_nodes in numa_clear_kernel_node_hotplug() Tang Chen
  2014-01-28  9:05 ` [PATCH 2/2] numa, mem-hotplug: Fix array index overflow when synchronizing nid to memblock.reserved Tang Chen
  0 siblings, 2 replies; 10+ messages in thread
From: Tang Chen @ 2014-01-28  9:05 UTC (permalink / raw)
  To: davej, tglx, mingo, hpa, akpm, zhangyanfei, guz.fnst; +Cc: x86, linux-kernel

Dave found a kernel crash problem during boot. This is a problem of array out of boundary.
These two patches fix this problem.

Since I am in a hurry, if the changelog is not good enough, I'll resend a new version tomorrow.

Tang Chen (2):
  numa, mem-hotplug: Initialize numa_kernel_nodes in
    numa_clear_kernel_node_hotplug().
  numa, mem-hotplug: Fix array index overflow when synchronizing nid to
    memblock.reserved.

 arch/x86/mm/numa.c | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-02-04  0:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-28  9:05 [PATCH 0/2] numa, mem-hotplug: Fix array out of boundary in numa initialization Tang Chen
2014-01-28  9:05 ` [PATCH 1/2] numa, mem-hotplug: Initialize numa_kernel_nodes in numa_clear_kernel_node_hotplug() Tang Chen
2014-01-28  9:10   ` David Rientjes
2014-01-28 11:48     ` Ingo Molnar
2014-01-28 23:36       ` Tang Chen
2014-01-29  1:32       ` Gu Zheng
2014-01-29  7:19         ` Ingo Molnar
2014-01-28  9:05 ` [PATCH 2/2] numa, mem-hotplug: Fix array index overflow when synchronizing nid to memblock.reserved Tang Chen
2014-01-28 15:24   ` Dave Jones
2014-02-04  0:55     ` Josh Boyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox