[PATCH] The same content in the comment appear twice.

2015-06-15 Thread gongzg
From: gongzhaogang Delect the extra content in the comment. return_object - Where to put method's return value (if any). If NULL, no value is returned. --- drivers/acpi/acpica/nseval.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/ac

[PATCH] The same content in the comment appear twice.

2015-06-15 Thread gongzg
From: gongzhaogang Delect the extra content in the comment. return_object - Where to put method's return value (if any). If NULL, no value is returned. --- drivers/acpi/acpica/nseval.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/ac

[PATCH 1/3] cpu-hotadd-patch-liujiang

2015-06-16 Thread gongzg
From: songxiumiao --- arch/x86/kernel/acpi/boot.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index dbe76a1..b8f93b3 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c @@ -733,6 +733

[PATCH] Hotplug: fix the bug that the system is down,when memory

2015-06-17 Thread gongzg
From: GongZhaogang By analysing the bug function call trace,we find that create_worker function will alloc the memory from node0.Because node0 is offline,the allocation is failed.Then we add a condition to ensure the node is online and system can alloc memory from a node that is online. Follow

[PATCH] Hotplug: fix the bug that the system is down,when memory is not in node0 and cpu is logically hotadded.

2015-06-17 Thread gongzg
From: GongZhaogang By analysing the bug function call trace,we find that create_worker function will alloc the memory from node0.Because node0 is offline,the allocation is failed.Then we add a condition to ensure the node is online and system can alloc memory from a node that is online. Follow

[PATCH] The same content in the comment appear twice.

2015-06-10 Thread gongzg
From: gongzhaogang Delect the extra content in the comment. return_object - Where to put method's return value (if any). If NULL, no value is returned. --- drivers/acpi/acpica/nseval.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/ac