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

Maximilian Attems maks at alioth.debian.org
Sat Jul 25 09:07:11 UTC 2009


Author: maks
Date: Sat Jul 25 09:07:08 2009
New Revision: 14007

Log:
add stable 2.6.30.3

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

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Sat Jul 25 08:57:29 2009	(r14006)
+++ dists/sid/linux-2.6/debian/changelog	Sat Jul 25 09:07:08 2009	(r14007)
@@ -1,9 +1,13 @@
 linux-2.6 (2.6.30-4) UNRELEASED; urgency=low
 
+  [ Bastian Blank ]
   * Add stable release 2.6.30.2.
   * Fix pci access in x86 startup code. (closes: #537783)
   * Ignore ABI changes.
 
+  [ maximilian attems ]
+  * Add stable release 2.6.30.3.
+
  -- Bastian Blank <waldi at debian.org>  Tue, 21 Jul 2009 12:47:46 +0200
 
 linux-2.6 (2.6.30-3) unstable; urgency=low

Added: dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.30.3.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/stable/2.6.30.3.patch	Sat Jul 25 09:07:08 2009	(r14007)
@@ -0,0 +1,15 @@
+diff --git a/drivers/video/fbmon.c b/drivers/video/fbmon.c
+index 5c1a2c0..9ae9cd3 100644
+--- a/drivers/video/fbmon.c
++++ b/drivers/video/fbmon.c
+@@ -256,8 +256,8 @@ static void fix_edid(unsigned char *edid, int fix)
+ 
+ static int edid_checksum(unsigned char *edid)
+ {
+-	unsigned char i, csum = 0, all_null = 0;
+-	int err = 0, fix = check_edid(edid);
++	unsigned char csum = 0, all_null = 0;
++	int i, err = 0, fix = check_edid(edid);
+ 
+ 	if (fix)
+ 		fix_edid(edid, fix);

Modified: dists/sid/linux-2.6/debian/patches/series/4
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/4	Sat Jul 25 08:57:29 2009	(r14006)
+++ dists/sid/linux-2.6/debian/patches/series/4	Sat Jul 25 09:07:08 2009	(r14007)
@@ -4,3 +4,4 @@
 - bugfix/all/add-fno-delete-null-pointer-checks-to-cflags.patch
 + bugfix/all/stable/2.6.30.2.patch
 + bugfix/x86/arch-kernel-cpu-amd-pci-access.diff
++ bugfix/all/stable/2.6.30.3.patch



More information about the Kernel-svn-changes mailing list