[kernel] r11828 - in dists/sid/linux-2.6/debian: . patches/bugfix/all/stable patches/series

Maximilian Attems maks at alioth.debian.org
Sun Jul 13 23:44:41 UTC 2008


Author: maks
Date: Sun Jul 13 23:44:40 2008
New Revision: 11828

Log:
add stable release 2.6.25.11

looks like an last 2.6.25 upload is needed for security reasons.

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.25.11.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/7

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Sun Jul 13 23:44:40 2008
@@ -1,4 +1,4 @@
-linux-2.6 (2.6.25-7) UNRELEASED; urgency=low
+linux-2.6 (2.6.25-7) UNRELEASED; urgency=high
 
   * Add stable release 2.6.25.10:
     - TTY: fix for tty operations bugs (CVE-2008-2812)
@@ -10,6 +10,8 @@
     - ptrace GET/SET FPXREGS broken
     - futexes: fix fault handling in futex_lock_pi
     - x86: fix cpu hotplug crash
+  * Add stable release 2.6.25.11:
+    - x86: fix ldt limit for 64 bit
 
  -- maximilian attems <maks at debian.org>  Thu, 03 Jul 2008 18:41:32 +0200
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.25.11.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.25.11.patch	Sun Jul 13 23:44:40 2008
@@ -0,0 +1,15 @@
+diff --git a/include/asm-x86/desc.h b/include/asm-x86/desc.h
+index 5b6a05d..76ea17a 100644
+--- a/include/asm-x86/desc.h
++++ b/include/asm-x86/desc.h
+@@ -191,8 +191,8 @@ static inline void native_set_ldt(const void *addr, unsigned int entries)
+ 		unsigned cpu = smp_processor_id();
+ 		ldt_desc ldt;
+ 
+-		set_tssldt_descriptor(&ldt, (unsigned long)addr,
+-				      DESC_LDT, entries * sizeof(ldt) - 1);
++		set_tssldt_descriptor(&ldt, (unsigned long)addr, DESC_LDT,
++				      entries * LDT_ENTRY_SIZE - 1);
+ 		write_gdt_entry(get_cpu_gdt_table(cpu), GDT_ENTRY_LDT,
+ 				&ldt, DESC_LDT);
+ 		__asm__ __volatile__("lldt %w0"::"q" (GDT_ENTRY_LDT*8));

Modified: dists/sid/linux-2.6/debian/patches/series/7
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/7	(original)
+++ dists/sid/linux-2.6/debian/patches/series/7	Sun Jul 13 23:44:40 2008
@@ -1 +1,2 @@
 + bugfix/all/stable/2.6.25.10.patch
++ bugfix/all/stable/2.6.25.11.patch



More information about the Kernel-svn-changes mailing list