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

Bastian Blank waldi at alioth.debian.org
Sat May 30 21:08:22 UTC 2009


Author: waldi
Date: Sat May 30 21:08:20 2009
New Revision: 13703

Log:
* debian/changelog: Update.
* debian/patches/bugfix/all/stable/gen-patch: Fix order of log entries.

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/bugfix/all/stable/gen-patch

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Sat May 30 10:07:44 2009	(r13702)
+++ dists/sid/linux-2.6/debian/changelog	Sat May 30 21:08:20 2009	(r13703)
@@ -5,61 +5,61 @@
 
   [ Bastian Blank ]
   * Add stable release 2.6.29.4:
-    - powerpc/5200: Don't specify IRQF_SHARED in PSC UART driver
-    - ehea: fix invalid pointer access
-    - ocfs2: fix i_mutex locking in ocfs2_splice_to_file()
-    - splice: fix i_mutex locking in generic_splice_write()
-    - splice: remove i_mutex locking in splice_from_pipe()
-    - splice: split up __splice_from_pipe()
-    - fuse: destroy bdi on error
-    - KVM: Make EFER reads safe when EFER does not exist
-    - KVM: SVM: Remove port 80 passthrough
-    - HID: add NOGET quirk for devices from CH Products
-    - dmatest: fix max channels handling
-    - lockd: fix list corruption on lockd restart
-    - NFS: Fix the notifications when renaming onto an existing file
-    - nfsd4: check for negative dentry before use in nfsv4 readdir
-    - epoll: fix size check in epoll_create()
-    - CIFS: Fix endian conversion of vcnum field
-    - NFS: Close page_mkwrite() races
-    - NFS: Fix the return value in nfs_page_mkwrite()
-    - GFS2: Fix page_mkwrite() return code
-    - mm: close page_mkwrite races
-    - fs: fix page_mkwrite error cases in core code and btrfs
-    - mm: page_mkwrite change prototype to match fault
-    - cifs: Fix unicode string area word alignment in session setup
-    - cifs: Fix buffer size in cifs_convertUCSpath
-    - cifs: Fix incorrect destination buffer size in cifs_strncpy_to_host
-    - cifs: Increase size of tmp_buf in cifs_readdir to avoid potential
-      overflows
-    - cifs: Fix buffer size for tcon->nativeFileSystem field
-    - smack: Set the proper NetLabel security attributes for connection requests
-    - selinux: Remove dead code labeled networking code
-    - selinux: Set the proper NetLabel security attributes for connection
-      requests
-    - selinux: Add new NetLabel glue code to handle labeling of connection
-      requests
-    - netlabel: Add new NetLabel KAPI interfaces for request_sock security
-      attributes
-    - netlabel: Add CIPSO {set, del}attr request_sock functions
-    - lsm: Relocate the IPv4 security_inet_conn_request() hooks
-    - ne2k-pci: Do not register device until initialized.
-    - dup2: Fix return value with oldfd == newfd and invalid fd
-    - i2c-algo-pca: Let PCA9564 recover from unacked data byte (state 0x30)
-    - i2c-algo-bit: Fix timeout test
-    - Fix for enabling branch profiling makes sparse unusable
-    - hwmon: (w83781d) Fix W83782D support (NULL pointer dereference)
-    - e1000: fix virtualization bug
-    - ASoC: Fix errors in WM8990
-    - ALSA: hda - Fix line-in on Mac Mini Core2 Duo
-    - USB: Gadget: fix UTF conversion in the usbstring library
-    - usb-serial: ftdi_sio: fix reference counting of ftdi_private
-    - md: fix loading of out-of-date bitmap.
+    - fiemap: fix problem with setting FIEMAP_EXTENT_LAST
+    - md: remove ability to explicit set an inactive array to 'clean'.
+    - md: fix some (more) errors with bitmaps on devices larger than 2TB.
     - md/raid10: don't clear bitmap during recovery if array will still be
       degraded.
-    - md: fix some (more) errors with bitmaps on devices larger than 2TB.
-    - md: remove ability to explicit set an inactive array to 'clean'.
-    - fiemap: fix problem with setting FIEMAP_EXTENT_LAST
+    - md: fix loading of out-of-date bitmap.
+    - usb-serial: ftdi_sio: fix reference counting of ftdi_private
+    - USB: Gadget: fix UTF conversion in the usbstring library
+    - ALSA: hda - Fix line-in on Mac Mini Core2 Duo
+    - ASoC: Fix errors in WM8990
+    - e1000: fix virtualization bug
+    - hwmon: (w83781d) Fix W83782D support (NULL pointer dereference)
+    - Fix for enabling branch profiling makes sparse unusable
+    - i2c-algo-bit: Fix timeout test
+    - i2c-algo-pca: Let PCA9564 recover from unacked data byte (state 0x30)
+    - dup2: Fix return value with oldfd == newfd and invalid fd
+    - ne2k-pci: Do not register device until initialized.
+    - lsm: Relocate the IPv4 security_inet_conn_request() hooks
+    - netlabel: Add CIPSO {set, del}attr request_sock functions
+    - netlabel: Add new NetLabel KAPI interfaces for request_sock security
+      attributes
+    - selinux: Add new NetLabel glue code to handle labeling of connection
+      requests
+    - selinux: Set the proper NetLabel security attributes for connection
+      requests
+    - selinux: Remove dead code labeled networking code
+    - smack: Set the proper NetLabel security attributes for connection requests
+    - cifs: Fix buffer size for tcon->nativeFileSystem field
+    - cifs: Increase size of tmp_buf in cifs_readdir to avoid potential
+      overflows
+    - cifs: Fix incorrect destination buffer size in cifs_strncpy_to_host
+    - cifs: Fix buffer size in cifs_convertUCSpath
+    - cifs: Fix unicode string area word alignment in session setup
+    - mm: page_mkwrite change prototype to match fault
+    - fs: fix page_mkwrite error cases in core code and btrfs
+    - mm: close page_mkwrite races
+    - GFS2: Fix page_mkwrite() return code
+    - NFS: Fix the return value in nfs_page_mkwrite()
+    - NFS: Close page_mkwrite() races
+    - CIFS: Fix endian conversion of vcnum field
+    - epoll: fix size check in epoll_create()
+    - nfsd4: check for negative dentry before use in nfsv4 readdir
+    - NFS: Fix the notifications when renaming onto an existing file
+    - lockd: fix list corruption on lockd restart
+    - dmatest: fix max channels handling
+    - HID: add NOGET quirk for devices from CH Products
+    - KVM: SVM: Remove port 80 passthrough
+    - KVM: Make EFER reads safe when EFER does not exist
+    - fuse: destroy bdi on error
+    - splice: split up __splice_from_pipe()
+    - splice: remove i_mutex locking in splice_from_pipe()
+    - splice: fix i_mutex locking in generic_splice_write()
+    - ocfs2: fix i_mutex locking in ocfs2_splice_to_file()
+    - ehea: fix invalid pointer access
+    - powerpc/5200: Don't specify IRQF_SHARED in PSC UART driver
 
  -- Martin Michlmayr <tbm at cyrius.com>  Thu, 28 May 2009 18:11:09 +0200
 

Modified: dists/sid/linux-2.6/debian/patches/bugfix/all/stable/gen-patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/bugfix/all/stable/gen-patch	Sat May 30 10:07:44 2009	(r13702)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/stable/gen-patch	Sat May 30 21:08:20 2009	(r13703)
@@ -37,7 +37,7 @@
         if f.close() is not None:
             raise RuntimeError
 
-        f = os.popen("cd %s; git log --pretty=oneline -r %s..%s^" % (self.repo, tag_in, tag_out))
+        f = os.popen("cd %s; git log --oneline --reverse %s..%s^" % (self.repo, tag_in, tag_out))
         out = file(os.path.join(self.path, log), 'w')
         out.write("  * Add stable release %s:\n" % self.version.complete)
         for line in f:



More information about the Kernel-svn-changes mailing list