[kernel] r19884 - in dists/trunk/linux/debian: . patches patches/bugfix/all patches/bugfix/x86

Ben Hutchings benh at alioth.debian.org
Sat Mar 2 04:21:46 UTC 2013


Author: benh
Date: Sat Mar  2 04:21:44 2013
New Revision: 19884

Log:
Update to 3.8.1

Deleted:
   dists/trunk/linux/debian/patches/bugfix/all/USB-usb-storage-unusual_devs-update-for-Super-TOP-SA.patch
   dists/trunk/linux/debian/patches/bugfix/all/sock_diag-Fix-out-of-bounds-access-to-sock_diag_hand.patch
Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/patches/bugfix/x86/drm-i915-add-quirk-to-invert-brightness-on-emachines-g725.patch
   dists/trunk/linux/debian/patches/series

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sat Mar  2 01:00:55 2013	(r19883)
+++ dists/trunk/linux/debian/changelog	Sat Mar  2 04:21:44 2013	(r19884)
@@ -1,4 +1,7 @@
-linux (3.8-1~experimental.2) UNRELEASED; urgency=low
+linux (3.8.1-1~experimental.1) UNRELEASED; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.1
 
   [ Ben Hutchings ]
   * linux-image: Increase minimum version of initramfs-tools to 0.110~

Modified: dists/trunk/linux/debian/patches/bugfix/x86/drm-i915-add-quirk-to-invert-brightness-on-emachines-g725.patch
==============================================================================
--- dists/trunk/linux/debian/patches/bugfix/x86/drm-i915-add-quirk-to-invert-brightness-on-emachines-g725.patch	Sat Mar  2 01:00:55 2013	(r19883)
+++ dists/trunk/linux/debian/patches/bugfix/x86/drm-i915-add-quirk-to-invert-brightness-on-emachines-g725.patch	Sat Mar  2 04:21:44 2013	(r19884)
@@ -8,15 +8,14 @@
 Reported-by: Roland Gruber <post at rolandgruber.de>
 Signed-off-by: Jani Nikula <jani.nikula at intel.com>
 Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
+[bwh: Adjust context to apply after 3.8.1]
 ---
-diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
-index 7725446..44f9d8f 100644
 --- a/drivers/gpu/drm/i915/intel_display.c
 +++ b/drivers/gpu/drm/i915/intel_display.c
 @@ -8599,6 +8599,9 @@ static struct intel_quirk intel_quirks[] = {
  
- 	/* Acer Aspire 5734Z must invert backlight brightness */
- 	{ 0x2a42, 0x1025, 0x0459, quirk_invert_brightness },
+ 	/* Acer Aspire 4736Z */
+ 	{ 0x2a42, 0x1025, 0x0260, quirk_invert_brightness },
 +
 +	/* Acer/eMachines G725 */
 +	{ 0x2a42, 0x1025, 0x0210, quirk_invert_brightness },

Modified: dists/trunk/linux/debian/patches/series
==============================================================================
--- dists/trunk/linux/debian/patches/series	Sat Mar  2 01:00:55 2013	(r19883)
+++ dists/trunk/linux/debian/patches/series	Sat Mar  2 04:21:44 2013	(r19884)
@@ -62,7 +62,6 @@
 bugfix/all/ath6kl-do-not-use-virt_addr_valid.patch
 
 features/all/xen/microcode-api-update.patch
-bugfix/all/sock_diag-Fix-out-of-bounds-access-to-sock_diag_hand.patch
 
 bugfix/all/md-protect-against-crash-upon-fsync-on-ro-array.patch
 
@@ -79,5 +78,4 @@
 
 bugfix/all/mm-Try-harder-to-allocate-vmemmap-blocks.patch
 bugfix/x86/x86-efi-Make-noefi-really-disable-EFI-runtime-serivc.patch
-bugfix/all/USB-usb-storage-unusual_devs-update-for-Super-TOP-SA.patch
 features/all/alx/alx-update-for-3.8.patch



More information about the Kernel-svn-changes mailing list