[kernel] r8250 - in dists/sid/linux-2.6/debian: . patches/bugfix/sparc patches/series

Jurij Smakov jurij-guest at alioth.debian.org
Thu Feb 1 07:31:57 CET 2007


Author: jurij-guest
Date: Thu Feb  1 07:31:56 2007
New Revision: 8250

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/sparc/dtlb-prot-niagara-bug.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/10
Log:
Add dtlb-prot-bug-niagara.patch by David Miller, fixing the bug in the
Niagara's DTLB-PROT trap.
Ref: http://marc.theaimsgroup.com/?t=116914827500001&r=1&w=2


Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Thu Feb  1 07:31:56 2007
@@ -57,6 +57,10 @@
   [ dann frazier ]
   * Fix raid1 recovery (closes: #406181)
 
+  [ Jurij Smakov ]
+  * Add dtlb-prot-bug-niagara.patch by David Miller, fixing the bug in the
+    Niagara's DTLB-PROT trap.
+  
  -- maximilian attems <maks at sternwelten.at>  Wed, 31 Jan 2007 17:08:50 +0100
 
 linux-2.6 (2.6.18.dfsg.1-9) unstable; urgency=low

Added: dists/sid/linux-2.6/debian/patches/bugfix/sparc/dtlb-prot-niagara-bug.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/sparc/dtlb-prot-niagara-bug.patch	Thu Feb  1 07:31:56 2007
@@ -0,0 +1,16 @@
+diff --git a/arch/sparc64/kernel/sun4v_tlb_miss.S b/arch/sparc64/kernel/sun4v_tlb_miss.S
+index b731881..9871dbb 100644
+--- a/arch/sparc64/kernel/sun4v_tlb_miss.S
++++ b/arch/sparc64/kernel/sun4v_tlb_miss.S
+@@ -142,9 +142,9 @@ sun4v_dtlb_prot:
+ 	rdpr	%tl, %g1
+ 	cmp	%g1, 1
+ 	bgu,pn	%xcc, winfix_trampoline
+-	 nop
+-	ba,pt	%xcc, sparc64_realfault_common
+ 	 mov	FAULT_CODE_DTLB | FAULT_CODE_WRITE, %g4
++	ba,pt	%xcc, sparc64_realfault_common
++	 nop
+ 
+ 	/* Called from trap table:
+ 	 * %g4:	vaddr

Modified: dists/sid/linux-2.6/debian/patches/series/10
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/10	(original)
+++ dists/sid/linux-2.6/debian/patches/series/10	Thu Feb  1 07:31:56 2007
@@ -7,3 +7,4 @@
 + features/ide-jmicron.patch
 + bugfix/raid1-repair-fix.patch
 + bugfix/2.6.16.39
++ bugfix/sparc/dtlb-prot-niagara-bug.patch



More information about the Kernel-svn-changes mailing list