mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: [PULL] x86 cpumask work
@ 2009-03-17 18:56 Cliff Wickman
  2009-03-17 21:52 ` Rusty Russell
  0 siblings, 1 reply; 4+ messages in thread
From: Cliff Wickman @ 2009-03-17 18:56 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel, rusty, travis, steiner


From: Cliff Wickman <cpw@sgi.com>

A patch on Mar13 2009 introduced a bug. I hope the below 1-line fix can
make the 'urgent' list, and get fixed before that patch moves on.

The Mar13 patch is saved at
http://marc.info/?l=linux-kernel&m=123683186504948&w=2

The allocation of per-cpu uv_flush_tlb_mask's in arch/x86/kernel/tlb_uv.c
changed a variable that should been reset to 0.

Signed-off-by: Cliff Wickman <cpw@sgi.com>
Acked-by: Mike Travis <travis@sgi.com>
---
 arch/x86/kernel/tlb_uv.c |    1 +
 1 file changed, 1 insertion(+)

Index: linux/arch/x86/kernel/tlb_uv.c
===================================================================
--- linux.orig/arch/x86/kernel/tlb_uv.c	2009-03-16 11:14:40.000000000 -0500
+++ linux/arch/x86/kernel/tlb_uv.c	2009-03-16 11:15:38.000000000 -0500
@@ -777,6 +777,7 @@ static int __init uv_bau_init(void)
 	BUG_ON(!uv_bau_table_bases);
 
 	last_blade = -1;
+	cur_cpu = 0;
 	for_each_online_node(node) {
 		blade = uv_node_to_blade_id(node);
 		if (blade == last_blade)

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

end of thread, other threads:[~2009-03-18 12:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-17 18:56 [PULL] x86 cpumask work Cliff Wickman
2009-03-17 21:52 ` Rusty Russell
2009-03-18  8:51   ` [tip:x86/uv] x86, uv: fix cpumask iterator in uv_bau_init() Rusty Russell
2009-03-18 12:57   ` [PULL] x86 cpumask work Cliff Wickman

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

Powered by JetHome