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

Ben Hutchings benh at alioth.debian.org
Fri Dec 10 03:10:45 UTC 2010


Author: benh
Date: Fri Dec 10 03:10:40 2010
New Revision: 16687

Log:
Add stable 2.6.32.27

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.32.27.patch
      - copied, changed from r16682, dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.32.27-rc1.patch
Deleted:
   dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.32.27-rc1.patch
Modified:
   dists/sid/linux-2.6/debian/changelog

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Fri Dec 10 02:59:04 2010	(r16686)
+++ dists/sid/linux-2.6/debian/changelog	Fri Dec 10 03:10:40 2010	(r16687)
@@ -20,7 +20,7 @@
     - watchdog: Add f71808e_wdt driver
   * bcm5974: Add reporting of multitouch events (Closes: #605450)
   * fusion: Set FUSION_MAX_SGE=128, the upstream default (Closes: #606096)
-  * Add stable 2.6.32.27-rc1:
+  * Add stable 2.6.32.27:
     - block: limit vec count in bio_kmalloc() and bio_alloc_map_data()
     - block: take care not to overflow when calculating total iov length
     - block: check for proper length of iov entries in blk_rq_map_user_iov()

Copied and modified: dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.32.27.patch (from r16682, dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.32.27-rc1.patch)
==============================================================================
--- dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.32.27-rc1.patch	Wed Dec  8 04:47:30 2010	(r16682, copy source)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.32.27.patch	Fri Dec 10 03:10:40 2010	(r16687)
@@ -15,6 +15,8 @@
  EFS FILESYSTEM
  W:	http://aeschi.ch.eu.org/efs/
  S:	Orphan
+diff --git a/Makefile b/Makefile
+index 733aac3..ebfa20c 100644
 diff --git a/arch/arm/include/asm/assembler.h b/arch/arm/include/asm/assembler.h
 index 00f46d9..eea4947 100644
 --- a/arch/arm/include/asm/assembler.h
@@ -75,7 +77,7 @@
  
  define archhelp
 diff --git a/arch/s390/kernel/nmi.c b/arch/s390/kernel/nmi.c
-index 015e27d..31bc708 100644
+index 015e27d..24fd611 100644
 --- a/arch/s390/kernel/nmi.c
 +++ b/arch/s390/kernel/nmi.c
 @@ -95,7 +95,6 @@ EXPORT_SYMBOL_GPL(s390_handle_mcck);
@@ -96,7 +98,7 @@
 -		: "=m" (tmpclock) : "a" (&(tmpclock)) : "cc", "memory");
 -
 +	if (S390_lowcore.clock_comparator == -1)
-+		set_clock_comparator(S390_lowcore.mcck_clock);
++		set_clock_comparator(get_clock());
 +	else
 +		set_clock_comparator(S390_lowcore.clock_comparator);
  	/* Check if old PSW is valid */
@@ -1662,6 +1664,8 @@
  	} else {
  		buffer = ctx->pointer;
  		ctx->pointer = end =
+diff --git a/drivers/gpu/drm/ttm/ttm_bo_util.c b/drivers/gpu/drm/ttm/ttm_bo_util.c
+index c70927e..8cb88e7 100644
 diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c
 index cdd1369..66579c0 100644
 --- a/drivers/hid/hidraw.c



More information about the Kernel-svn-changes mailing list