Re: [2.6.23-rc1 REGRESSION] CPU hotplug totally broken on HPC nx6325 (x86_64)

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>
Cc: Andi Kleen <ak@...>, LKML <linux-kernel@...>, Andrew Morton <akpm@...>, Pavel Machek <pavel@...>, Michal Piotrowski <michal.k.k.piotrowski@...>
Date: Thursday, July 26, 2007 - 3:22 pm

On Thursday, 26 July 2007 18:43, Linus Torvalds wrote:

Yes, it does, with the appended fix on top. :-)

Greetings,
Rafael


---
 arch/i386/kernel/alternative.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.23-rc1/arch/i386/kernel/alternative.c
===================================================================
--- linux-2.6.23-rc1.orig/arch/i386/kernel/alternative.c
+++ linux-2.6.23-rc1/arch/i386/kernel/alternative.c
@@ -432,7 +432,7 @@ void __init alternative_instructions(voi
  */
 void __kprobes text_poke(void *oaddr, unsigned char *opcode, int len)
 {
-	memcpy(addr, opcode, len);
+	memcpy(oaddr, opcode, len);
 	sync_core();
 	/* Not strictly needed, but can speed CPU recovery up. Ignore cross cacheline
 	   case. */
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6.23-rc1 REGRESSION] CPU hotplug totally broken on HPC nx..., Rafael J. Wysocki, (Thu Jul 26, 8:40 am)
Re: [2.6.23-rc1 REGRESSION] CPU hotplug totally broken on HP..., Rafael J. Wysocki, (Thu Jul 26, 3:22 pm)