[kernel] r10584 - in dists/sarge/kernel: alpha/kernel-image-2.6.8-alpha-2.6.8/debian amd64/kernel-image-2.6.8-amd64-2.6.8/debian hppa/kernel-image-2.6.8-hppa-2.6.8/debian i386/kernel-image-2.6.8-i386-2.6.8/debian m68k/kernel-image-2.6.8-m68k-2.6.8/debian powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian s390/kernel-image-2.6.8-s390-2.6.8/debian sparc/kernel-image-2.6.8-sparc-2.6.8/debian

Dann Frazier dannf at alioth.debian.org
Tue Feb 19 08:48:03 UTC 2008


Author: dannf
Date: Tue Feb 19 08:48:02 2008
New Revision: 10584

Log:
changes from last sarge point release

Modified:
   dists/sarge/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/changelog
   dists/sarge/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/control
   dists/sarge/kernel/amd64/kernel-image-2.6.8-amd64-2.6.8/debian/changelog
   dists/sarge/kernel/amd64/kernel-image-2.6.8-amd64-2.6.8/debian/control
   dists/sarge/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/changelog
   dists/sarge/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/control
   dists/sarge/kernel/i386/kernel-image-2.6.8-i386-2.6.8/debian/changelog
   dists/sarge/kernel/i386/kernel-image-2.6.8-i386-2.6.8/debian/control
   dists/sarge/kernel/m68k/kernel-image-2.6.8-m68k-2.6.8/debian/changelog
   dists/sarge/kernel/m68k/kernel-image-2.6.8-m68k-2.6.8/debian/control
   dists/sarge/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian/changelog
   dists/sarge/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian/rules
   dists/sarge/kernel/s390/kernel-image-2.6.8-s390-2.6.8/debian/changelog
   dists/sarge/kernel/s390/kernel-image-2.6.8-s390-2.6.8/debian/control
   dists/sarge/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog
   dists/sarge/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/control

Modified: dists/sarge/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/changelog
==============================================================================
--- dists/sarge/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/changelog	(original)
+++ dists/sarge/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/changelog	Tue Feb 19 08:48:02 2008
@@ -1,3 +1,117 @@
+kernel-image-2.6.8-alpha (2.6.8-17) oldstable; urgency=high
+
+  * Rebuild against kernel-tree-2.6.8-17
+    [ Simon Horman ]
+    * drivers-net-via-rhine-wol-oops.dpatch (removed):
+      This patch breaks the via-rhine driver and 2.6.8 and is
+      completely bogus for this version of the kernel
+      (closes: #311357)
+
+    * drivers-media-vidio-bttv-vc100xp-detect.dpatch
+      Allow Leadtek WinFast VC100 XP cards to work.
+
+    * fs-jbd-checkpoint-assertion.dpatch
+      Fix possible false assertion failure in log_do_checkpoint(). We might fail
+      to detect that we actually made a progress when cleaning up the checkpoint
+      lists if we don't retry after writing something to disk.
+
+    * mm-rmap-out-of-bounds-pte.dpatch
+      Stop try_to_unmap_cluster() passing out-of-bounds pte to pte_unmap()
+
+    * net-ipv4-netfilter-ip_queue-deadlock.dpatch
+      Fix deadlock with ip_queue and tcp local input path.
+
+    * asm-i386-mem-clobber.dpatch:
+      Make sure gcc doesn't reorder memory accesses in strncmp and friends on
+      i386.
+
+    * drivers-acpi-pci_irq-elcr.dpatch:
+      Make sure we call acpi_register_gsi() even for default PCI interrupt
+      assignment. That's the part that keeps track of the ELCR register, and we
+      want to make sure that the PCI interrupts are properly marked level/low.
+
+    [ dann frazier ]
+    * Merge in applicable fixes from 2.6.12.4
+       - netfilter-deadlock-ip6_queue.dpatch
+       - rocket_c-fix-ldisc-ref-count.dpatch
+       - early-vlan-fix.dpatch
+
+    [ Simon Horman ]
+    * drivers-sata-promise-sataii_tx2_tx4.dpatch
+      Add SATAII TX2 and TX2/TX4 support to sata promise driver
+      (Closes: #317286)
+
+    * module-per-cpu-alignment-fix.dpatch
+      Module per-cpu alignment cannot always be met
+      From 2.6.12.5
+
+    * genelink-usbnet-skb-typo.dpatch
+      fix gl_skb/skb type error in genelink driver in usbnet
+      Backported From 2.6.12.6
+
+    * drivers-ide-ppp-pmac-build.dpatch
+      Make sure BLK_DEV_IDEDMA_PCI is defined for pmac ide driver builds
+      (closes: #321442)
+
+    * fs-ext3-nfs-parent-fix.dpatch
+      ext3 file systems mounted over nfs may lookup .. in dx directories
+      causing an oops.
+      (closes: #323557)
+
+    * sparc-request_irq-in-RTC-fix.dpatch
+      Use SA_SHIRQ in sparc specific code.
+      From 2.6.13.1
+
+    * forcedeth-init-link-settings-in-nv_open.patch
+      forcedeth: Initialize link settings in every nv_open()
+      From 2.6.13.2
+
+    * fix-MPOL_F_VERIFY.patch
+      Fix MPOL_F_VERIFY
+      From 2.6.13.2
+
+    * fix-more-byte-to-dword-writes-to-PCI_ROM_ADDRESS-config-word.patch
+      Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
+      From 2.6.13.2
+
+    * yenta-oops-fix.patch
+      yenta oops fix
+      From 2.6.13.3
+
+    * fix-de_thread-BUG_ON.patch
+      Fix fs/exec.c:788 (de_thread()) BUG_ON
+      From 2.6.13.3
+
+    * ipv6-fix-per-socket-multicast-filtering.patch
+      fix IPv6 per-socket multicast filtering in exact-match case
+      From 2.6.13.3
+
+    * ipvs-ip_vs_ftp-breaks-connections.patch
+      ipvs: ip_vs_ftp breaks connections using persistence
+      From 2.6.13.3
+
+    * ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.dpatch
+      ieee1394/sbp2: fixes for hot-unplug and module unloading
+      From 2.6.13.4
+
+    * fix-sparc64-fpu-register-corruption.dpatch
+      [SPARC64]: Fix userland FPU state corruption.
+      From 2.6.13.4
+
+    [ dann frazier ]
+    * drivers-block-raw-ioctl2.dpatch, drivers-block-ioctl-enotty.dpatch:
+      Fix a bug in the block layer that causes a bootloader installation
+      error under certain conditions - breaks installation on cciss devices.
+      (closes: #354493)
+    * Fix data corruption with dm-crypt over RAID5 (closes: #336153)
+    * Fix VLAN support for 3c59x/90x series hardware (closes: #349774)
+    * Fix erroneous calculation of 'len' parameter to NLMSG_PUT resulting in
+      bogus 'error during NLMSG_PUT' messages (closes: #372621)
+    * hp-diva-rmp3.dpatch, hp-diva-hurricane.dpatch:
+      Add PCI IDs for newer Diva console ports
+
+ -- dann frazier <dannf at debian.org>  Sat, 26 May 2007 03:54:13 -0600
+
 kernel-image-2.6.8-alpha (2.6.8-16sarge7) oldstable-security; urgency=high
 
   * Rebuild against kernel-tree-2.6.8-16sarge7 which requires

Modified: dists/sarge/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/control
==============================================================================
--- dists/sarge/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/control	(original)
+++ dists/sarge/kernel/alpha/kernel-image-2.6.8-alpha-2.6.8/debian/control	Tue Feb 19 08:48:02 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
 Uploaders: Norbert Tretkowski <nobse at debian.org>
 Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 2), kernel-package (>= 8.054), kernel-tree-2.6.8-16sarge7, module-init-tools
+Build-Depends: debhelper (>= 2), kernel-package (>= 8.054), kernel-tree-2.6.8-17, module-init-tools
 
 Package: kernel-headers-2.6.8-4
 Architecture: alpha

Modified: dists/sarge/kernel/amd64/kernel-image-2.6.8-amd64-2.6.8/debian/changelog
==============================================================================
--- dists/sarge/kernel/amd64/kernel-image-2.6.8-amd64-2.6.8/debian/changelog	(original)
+++ dists/sarge/kernel/amd64/kernel-image-2.6.8-amd64-2.6.8/debian/changelog	Tue Feb 19 08:48:02 2008
@@ -1,3 +1,117 @@
+kernel-image-2.6.8-amd64 (2.6.8-17) oldstable; urgency=high
+
+  * Rebuild against kernel-tree-2.6.8-17
+    [ Simon Horman ]
+    * drivers-net-via-rhine-wol-oops.dpatch (removed):
+      This patch breaks the via-rhine driver and 2.6.8 and is
+      completely bogus for this version of the kernel
+      (closes: #311357)
+
+    * drivers-media-vidio-bttv-vc100xp-detect.dpatch
+      Allow Leadtek WinFast VC100 XP cards to work.
+
+    * fs-jbd-checkpoint-assertion.dpatch
+      Fix possible false assertion failure in log_do_checkpoint(). We might fail
+      to detect that we actually made a progress when cleaning up the checkpoint
+      lists if we don't retry after writing something to disk.
+
+    * mm-rmap-out-of-bounds-pte.dpatch
+      Stop try_to_unmap_cluster() passing out-of-bounds pte to pte_unmap()
+
+    * net-ipv4-netfilter-ip_queue-deadlock.dpatch
+      Fix deadlock with ip_queue and tcp local input path.
+
+    * asm-i386-mem-clobber.dpatch:
+      Make sure gcc doesn't reorder memory accesses in strncmp and friends on
+      i386.
+
+    * drivers-acpi-pci_irq-elcr.dpatch:
+      Make sure we call acpi_register_gsi() even for default PCI interrupt
+      assignment. That's the part that keeps track of the ELCR register, and we
+      want to make sure that the PCI interrupts are properly marked level/low.
+
+    [ dann frazier ]
+    * Merge in applicable fixes from 2.6.12.4
+       - netfilter-deadlock-ip6_queue.dpatch
+       - rocket_c-fix-ldisc-ref-count.dpatch
+       - early-vlan-fix.dpatch
+
+    [ Simon Horman ]
+    * drivers-sata-promise-sataii_tx2_tx4.dpatch
+      Add SATAII TX2 and TX2/TX4 support to sata promise driver
+      (Closes: #317286)
+
+    * module-per-cpu-alignment-fix.dpatch
+      Module per-cpu alignment cannot always be met
+      From 2.6.12.5
+
+    * genelink-usbnet-skb-typo.dpatch
+      fix gl_skb/skb type error in genelink driver in usbnet
+      Backported From 2.6.12.6
+
+    * drivers-ide-ppp-pmac-build.dpatch
+      Make sure BLK_DEV_IDEDMA_PCI is defined for pmac ide driver builds
+      (closes: #321442)
+
+    * fs-ext3-nfs-parent-fix.dpatch
+      ext3 file systems mounted over nfs may lookup .. in dx directories
+      causing an oops.
+      (closes: #323557)
+
+    * sparc-request_irq-in-RTC-fix.dpatch
+      Use SA_SHIRQ in sparc specific code.
+      From 2.6.13.1
+
+    * forcedeth-init-link-settings-in-nv_open.patch
+      forcedeth: Initialize link settings in every nv_open()
+      From 2.6.13.2
+
+    * fix-MPOL_F_VERIFY.patch
+      Fix MPOL_F_VERIFY
+      From 2.6.13.2
+
+    * fix-more-byte-to-dword-writes-to-PCI_ROM_ADDRESS-config-word.patch
+      Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
+      From 2.6.13.2
+
+    * yenta-oops-fix.patch
+      yenta oops fix
+      From 2.6.13.3
+
+    * fix-de_thread-BUG_ON.patch
+      Fix fs/exec.c:788 (de_thread()) BUG_ON
+      From 2.6.13.3
+
+    * ipv6-fix-per-socket-multicast-filtering.patch
+      fix IPv6 per-socket multicast filtering in exact-match case
+      From 2.6.13.3
+
+    * ipvs-ip_vs_ftp-breaks-connections.patch
+      ipvs: ip_vs_ftp breaks connections using persistence
+      From 2.6.13.3
+
+    * ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.dpatch
+      ieee1394/sbp2: fixes for hot-unplug and module unloading
+      From 2.6.13.4
+
+    * fix-sparc64-fpu-register-corruption.dpatch
+      [SPARC64]: Fix userland FPU state corruption.
+      From 2.6.13.4
+
+    [ dann frazier ]
+    * drivers-block-raw-ioctl2.dpatch, drivers-block-ioctl-enotty.dpatch:
+      Fix a bug in the block layer that causes a bootloader installation
+      error under certain conditions - breaks installation on cciss devices.
+      (closes: #354493)
+    * Fix data corruption with dm-crypt over RAID5 (closes: #336153)
+    * Fix VLAN support for 3c59x/90x series hardware (closes: #349774)
+    * Fix erroneous calculation of 'len' parameter to NLMSG_PUT resulting in
+      bogus 'error during NLMSG_PUT' messages (closes: #372621)
+    * hp-diva-rmp3.dpatch, hp-diva-hurricane.dpatch:
+      Add PCI IDs for newer Diva console ports
+
+ -- dann frazier <dannf at debian.org>  Sat, 26 May 2007 03:56:58 -0600
+
 kernel-image-2.6.8-amd64 (2.6.8-16sarge7) oldstable-security; urgency=high
 
   * Rebuild against kernel-tree-2.6.8-16sarge7 which requires

Modified: dists/sarge/kernel/amd64/kernel-image-2.6.8-amd64-2.6.8/debian/control
==============================================================================
--- dists/sarge/kernel/amd64/kernel-image-2.6.8-amd64-2.6.8/debian/control	(original)
+++ dists/sarge/kernel/amd64/kernel-image-2.6.8-amd64-2.6.8/debian/control	Tue Feb 19 08:48:02 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
 Uploaders: Frederik Schüler <fschueler at gmx.net> 
 Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 4), kernel-package (>= 8.131), kernel-tree-2.6.8-16sarge7, module-init-tools, gcc-3.4 (>= 3.4.1-6), dpkg-dev (>= 1.10.23)
+Build-Depends: debhelper (>= 4), kernel-package (>= 8.131), kernel-tree-2.6.8-17, module-init-tools, gcc-3.4 (>= 3.4.1-6), dpkg-dev (>= 1.10.23)
 
 Package: kernel-headers-2.6.8-13
 Architecture: amd64 i386

Modified: dists/sarge/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/changelog
==============================================================================
--- dists/sarge/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/changelog	(original)
+++ dists/sarge/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/changelog	Tue Feb 19 08:48:02 2008
@@ -1,3 +1,117 @@
+kernel-image-2.6.8-hppa (2.6.8-7) oldstable; urgency=high
+
+  * Rebuild against kernel-tree-2.6.8-17
+    [ Simon Horman ]
+    * drivers-net-via-rhine-wol-oops.dpatch (removed):
+      This patch breaks the via-rhine driver and 2.6.8 and is
+      completely bogus for this version of the kernel
+      (closes: #311357)
+
+    * drivers-media-vidio-bttv-vc100xp-detect.dpatch
+      Allow Leadtek WinFast VC100 XP cards to work.
+
+    * fs-jbd-checkpoint-assertion.dpatch
+      Fix possible false assertion failure in log_do_checkpoint(). We might fail
+      to detect that we actually made a progress when cleaning up the checkpoint
+      lists if we don't retry after writing something to disk.
+
+    * mm-rmap-out-of-bounds-pte.dpatch
+      Stop try_to_unmap_cluster() passing out-of-bounds pte to pte_unmap()
+
+    * net-ipv4-netfilter-ip_queue-deadlock.dpatch
+      Fix deadlock with ip_queue and tcp local input path.
+
+    * asm-i386-mem-clobber.dpatch:
+      Make sure gcc doesn't reorder memory accesses in strncmp and friends on
+      i386.
+
+    * drivers-acpi-pci_irq-elcr.dpatch:
+      Make sure we call acpi_register_gsi() even for default PCI interrupt
+      assignment. That's the part that keeps track of the ELCR register, and we
+      want to make sure that the PCI interrupts are properly marked level/low.
+
+    [ dann frazier ]
+    * Merge in applicable fixes from 2.6.12.4
+       - netfilter-deadlock-ip6_queue.dpatch
+       - rocket_c-fix-ldisc-ref-count.dpatch
+       - early-vlan-fix.dpatch
+
+    [ Simon Horman ]
+    * drivers-sata-promise-sataii_tx2_tx4.dpatch
+      Add SATAII TX2 and TX2/TX4 support to sata promise driver
+      (Closes: #317286)
+
+    * module-per-cpu-alignment-fix.dpatch
+      Module per-cpu alignment cannot always be met
+      From 2.6.12.5
+
+    * genelink-usbnet-skb-typo.dpatch
+      fix gl_skb/skb type error in genelink driver in usbnet
+      Backported From 2.6.12.6
+
+    * drivers-ide-ppp-pmac-build.dpatch
+      Make sure BLK_DEV_IDEDMA_PCI is defined for pmac ide driver builds
+      (closes: #321442)
+
+    * fs-ext3-nfs-parent-fix.dpatch
+      ext3 file systems mounted over nfs may lookup .. in dx directories
+      causing an oops.
+      (closes: #323557)
+
+    * sparc-request_irq-in-RTC-fix.dpatch
+      Use SA_SHIRQ in sparc specific code.
+      From 2.6.13.1
+
+    * forcedeth-init-link-settings-in-nv_open.patch
+      forcedeth: Initialize link settings in every nv_open()
+      From 2.6.13.2
+
+    * fix-MPOL_F_VERIFY.patch
+      Fix MPOL_F_VERIFY
+      From 2.6.13.2
+
+    * fix-more-byte-to-dword-writes-to-PCI_ROM_ADDRESS-config-word.patch
+      Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
+      From 2.6.13.2
+
+    * yenta-oops-fix.patch
+      yenta oops fix
+      From 2.6.13.3
+
+    * fix-de_thread-BUG_ON.patch
+      Fix fs/exec.c:788 (de_thread()) BUG_ON
+      From 2.6.13.3
+
+    * ipv6-fix-per-socket-multicast-filtering.patch
+      fix IPv6 per-socket multicast filtering in exact-match case
+      From 2.6.13.3
+
+    * ipvs-ip_vs_ftp-breaks-connections.patch
+      ipvs: ip_vs_ftp breaks connections using persistence
+      From 2.6.13.3
+
+    * ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.dpatch
+      ieee1394/sbp2: fixes for hot-unplug and module unloading
+      From 2.6.13.4
+
+    * fix-sparc64-fpu-register-corruption.dpatch
+      [SPARC64]: Fix userland FPU state corruption.
+      From 2.6.13.4
+
+    [ dann frazier ]
+    * drivers-block-raw-ioctl2.dpatch, drivers-block-ioctl-enotty.dpatch:
+      Fix a bug in the block layer that causes a bootloader installation
+      error under certain conditions - breaks installation on cciss devices.
+      (closes: #354493)
+    * Fix data corruption with dm-crypt over RAID5 (closes: #336153)
+    * Fix VLAN support for 3c59x/90x series hardware (closes: #349774)
+    * Fix erroneous calculation of 'len' parameter to NLMSG_PUT resulting in
+      bogus 'error during NLMSG_PUT' messages (closes: #372621)
+    * hp-diva-rmp3.dpatch, hp-diva-hurricane.dpatch:
+      Add PCI IDs for newer Diva console ports
+
+ -- dann frazier <dannf at debian.org>  Sat, 26 May 2007 04:01:59 -0600
+
 kernel-image-2.6.8-hppa (2.6.8-6sarge7) oldstable-security; urgency=high
 
   * Rebuild against kernel-tree-2.6.8-16sarge7 which requires

Modified: dists/sarge/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/control
==============================================================================
--- dists/sarge/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/control	(original)
+++ dists/sarge/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/control	Tue Feb 19 08:48:02 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Kyle McMartin <kyle at debian.org>
 Uploaders: Bdale Garbee <bdale at gag.com>, dann frazier <dannf at debian.org>
-Build-Depends: kernel-tree-2.6.8-16sarge7, kernel-patch-2.6.8-hppa (= 2.6.8-5sarge1), kernel-package, debianutils (>= 1.6), debhelper (>= 2), bzip2, module-init-tools, gcc-3.3-hppa64, binutils-hppa64
+Build-Depends: kernel-tree-2.6.8-17, kernel-patch-2.6.8-hppa (= 2.6.8-5sarge1), kernel-package, debianutils (>= 1.6), debhelper (>= 2), bzip2, module-init-tools, gcc-3.3-hppa64, binutils-hppa64
 Standards-Version: 3.5.4
 
 Package: kernel-headers-2.6.8-4

Modified: dists/sarge/kernel/i386/kernel-image-2.6.8-i386-2.6.8/debian/changelog
==============================================================================
--- dists/sarge/kernel/i386/kernel-image-2.6.8-i386-2.6.8/debian/changelog	(original)
+++ dists/sarge/kernel/i386/kernel-image-2.6.8-i386-2.6.8/debian/changelog	Tue Feb 19 08:48:02 2008
@@ -1,3 +1,117 @@
+kernel-image-2.6.8-i386 (2.6.8-17) oldstable; urgency=high
+
+  * Rebuild against kernel-tree-2.6.8-17
+    [ Simon Horman ]
+    * drivers-net-via-rhine-wol-oops.dpatch (removed):
+      This patch breaks the via-rhine driver and 2.6.8 and is
+      completely bogus for this version of the kernel
+      (closes: #311357)
+
+    * drivers-media-vidio-bttv-vc100xp-detect.dpatch
+      Allow Leadtek WinFast VC100 XP cards to work.
+
+    * fs-jbd-checkpoint-assertion.dpatch
+      Fix possible false assertion failure in log_do_checkpoint(). We might fail
+      to detect that we actually made a progress when cleaning up the checkpoint
+      lists if we don't retry after writing something to disk.
+
+    * mm-rmap-out-of-bounds-pte.dpatch
+      Stop try_to_unmap_cluster() passing out-of-bounds pte to pte_unmap()
+
+    * net-ipv4-netfilter-ip_queue-deadlock.dpatch
+      Fix deadlock with ip_queue and tcp local input path.
+
+    * asm-i386-mem-clobber.dpatch:
+      Make sure gcc doesn't reorder memory accesses in strncmp and friends on
+      i386.
+
+    * drivers-acpi-pci_irq-elcr.dpatch:
+      Make sure we call acpi_register_gsi() even for default PCI interrupt
+      assignment. That's the part that keeps track of the ELCR register, and we
+      want to make sure that the PCI interrupts are properly marked level/low.
+
+    [ dann frazier ]
+    * Merge in applicable fixes from 2.6.12.4
+       - netfilter-deadlock-ip6_queue.dpatch
+       - rocket_c-fix-ldisc-ref-count.dpatch
+       - early-vlan-fix.dpatch
+
+    [ Simon Horman ]
+    * drivers-sata-promise-sataii_tx2_tx4.dpatch
+      Add SATAII TX2 and TX2/TX4 support to sata promise driver
+      (Closes: #317286)
+
+    * module-per-cpu-alignment-fix.dpatch
+      Module per-cpu alignment cannot always be met
+      From 2.6.12.5
+
+    * genelink-usbnet-skb-typo.dpatch
+      fix gl_skb/skb type error in genelink driver in usbnet
+      Backported From 2.6.12.6
+
+    * drivers-ide-ppp-pmac-build.dpatch
+      Make sure BLK_DEV_IDEDMA_PCI is defined for pmac ide driver builds
+      (closes: #321442)
+
+    * fs-ext3-nfs-parent-fix.dpatch
+      ext3 file systems mounted over nfs may lookup .. in dx directories
+      causing an oops.
+      (closes: #323557)
+
+    * sparc-request_irq-in-RTC-fix.dpatch
+      Use SA_SHIRQ in sparc specific code.
+      From 2.6.13.1
+
+    * forcedeth-init-link-settings-in-nv_open.patch
+      forcedeth: Initialize link settings in every nv_open()
+      From 2.6.13.2
+
+    * fix-MPOL_F_VERIFY.patch
+      Fix MPOL_F_VERIFY
+      From 2.6.13.2
+
+    * fix-more-byte-to-dword-writes-to-PCI_ROM_ADDRESS-config-word.patch
+      Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
+      From 2.6.13.2
+
+    * yenta-oops-fix.patch
+      yenta oops fix
+      From 2.6.13.3
+
+    * fix-de_thread-BUG_ON.patch
+      Fix fs/exec.c:788 (de_thread()) BUG_ON
+      From 2.6.13.3
+
+    * ipv6-fix-per-socket-multicast-filtering.patch
+      fix IPv6 per-socket multicast filtering in exact-match case
+      From 2.6.13.3
+
+    * ipvs-ip_vs_ftp-breaks-connections.patch
+      ipvs: ip_vs_ftp breaks connections using persistence
+      From 2.6.13.3
+
+    * ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.dpatch
+      ieee1394/sbp2: fixes for hot-unplug and module unloading
+      From 2.6.13.4
+
+    * fix-sparc64-fpu-register-corruption.dpatch
+      [SPARC64]: Fix userland FPU state corruption.
+      From 2.6.13.4
+
+    [ dann frazier ]
+    * drivers-block-raw-ioctl2.dpatch, drivers-block-ioctl-enotty.dpatch:
+      Fix a bug in the block layer that causes a bootloader installation
+      error under certain conditions - breaks installation on cciss devices.
+      (closes: #354493)
+    * Fix data corruption with dm-crypt over RAID5 (closes: #336153)
+    * Fix VLAN support for 3c59x/90x series hardware (closes: #349774)
+    * Fix erroneous calculation of 'len' parameter to NLMSG_PUT resulting in
+      bogus 'error during NLMSG_PUT' messages (closes: #372621)
+    * hp-diva-rmp3.dpatch, hp-diva-hurricane.dpatch:
+      Add PCI IDs for newer Diva console ports
+
+ -- dann frazier <dannf at debian.org>  Sat, 26 May 2007 03:59:02 -0600
+
 kernel-image-2.6.8-i386 (2.6.8-16sarge7) oldstable-security; urgency=high
 
   * Rebuild against kernel-tree-2.6.8-16sarge7 which requires

Modified: dists/sarge/kernel/i386/kernel-image-2.6.8-i386-2.6.8/debian/control
==============================================================================
--- dists/sarge/kernel/i386/kernel-image-2.6.8-i386-2.6.8/debian/control	(original)
+++ dists/sarge/kernel/i386/kernel-image-2.6.8-i386-2.6.8/debian/control	Tue Feb 19 08:48:02 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian kernel team <debian-kernel at lists.debian.org>
 Uploaders: William Lee Irwin III <wli at debian.org>, Andres Salomon <dilinger at debian.org>, Simon Horman <horms at debian.org>
 Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 2), kernel-package (>= 8.054), kernel-tree-2.6.8-16sarge7, module-init-tools
+Build-Depends: debhelper (>= 2), kernel-package (>= 8.054), kernel-tree-2.6.8-17, module-init-tools
 
 Package: kernel-headers-2.6.8-4
 Architecture: i386

Modified: dists/sarge/kernel/m68k/kernel-image-2.6.8-m68k-2.6.8/debian/changelog
==============================================================================
--- dists/sarge/kernel/m68k/kernel-image-2.6.8-m68k-2.6.8/debian/changelog	(original)
+++ dists/sarge/kernel/m68k/kernel-image-2.6.8-m68k-2.6.8/debian/changelog	Tue Feb 19 08:48:02 2008
@@ -1,3 +1,117 @@
+kernel-image-2.6.8-m68k (2.6.8-5) oldstable; urgency=high
+
+  * Rebuild against kernel-tree-2.6.8-17
+    [ Simon Horman ]
+    * drivers-net-via-rhine-wol-oops.dpatch (removed):
+      This patch breaks the via-rhine driver and 2.6.8 and is
+      completely bogus for this version of the kernel
+      (closes: #311357)
+
+    * drivers-media-vidio-bttv-vc100xp-detect.dpatch
+      Allow Leadtek WinFast VC100 XP cards to work.
+
+    * fs-jbd-checkpoint-assertion.dpatch
+      Fix possible false assertion failure in log_do_checkpoint(). We might fail
+      to detect that we actually made a progress when cleaning up the checkpoint
+      lists if we don't retry after writing something to disk.
+
+    * mm-rmap-out-of-bounds-pte.dpatch
+      Stop try_to_unmap_cluster() passing out-of-bounds pte to pte_unmap()
+
+    * net-ipv4-netfilter-ip_queue-deadlock.dpatch
+      Fix deadlock with ip_queue and tcp local input path.
+
+    * asm-i386-mem-clobber.dpatch:
+      Make sure gcc doesn't reorder memory accesses in strncmp and friends on
+      i386.
+
+    * drivers-acpi-pci_irq-elcr.dpatch:
+      Make sure we call acpi_register_gsi() even for default PCI interrupt
+      assignment. That's the part that keeps track of the ELCR register, and we
+      want to make sure that the PCI interrupts are properly marked level/low.
+
+    [ dann frazier ]
+    * Merge in applicable fixes from 2.6.12.4
+       - netfilter-deadlock-ip6_queue.dpatch
+       - rocket_c-fix-ldisc-ref-count.dpatch
+       - early-vlan-fix.dpatch
+
+    [ Simon Horman ]
+    * drivers-sata-promise-sataii_tx2_tx4.dpatch
+      Add SATAII TX2 and TX2/TX4 support to sata promise driver
+      (Closes: #317286)
+
+    * module-per-cpu-alignment-fix.dpatch
+      Module per-cpu alignment cannot always be met
+      From 2.6.12.5
+
+    * genelink-usbnet-skb-typo.dpatch
+      fix gl_skb/skb type error in genelink driver in usbnet
+      Backported From 2.6.12.6
+
+    * drivers-ide-ppp-pmac-build.dpatch
+      Make sure BLK_DEV_IDEDMA_PCI is defined for pmac ide driver builds
+      (closes: #321442)
+
+    * fs-ext3-nfs-parent-fix.dpatch
+      ext3 file systems mounted over nfs may lookup .. in dx directories
+      causing an oops.
+      (closes: #323557)
+
+    * sparc-request_irq-in-RTC-fix.dpatch
+      Use SA_SHIRQ in sparc specific code.
+      From 2.6.13.1
+
+    * forcedeth-init-link-settings-in-nv_open.patch
+      forcedeth: Initialize link settings in every nv_open()
+      From 2.6.13.2
+
+    * fix-MPOL_F_VERIFY.patch
+      Fix MPOL_F_VERIFY
+      From 2.6.13.2
+
+    * fix-more-byte-to-dword-writes-to-PCI_ROM_ADDRESS-config-word.patch
+      Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
+      From 2.6.13.2
+
+    * yenta-oops-fix.patch
+      yenta oops fix
+      From 2.6.13.3
+
+    * fix-de_thread-BUG_ON.patch
+      Fix fs/exec.c:788 (de_thread()) BUG_ON
+      From 2.6.13.3
+
+    * ipv6-fix-per-socket-multicast-filtering.patch
+      fix IPv6 per-socket multicast filtering in exact-match case
+      From 2.6.13.3
+
+    * ipvs-ip_vs_ftp-breaks-connections.patch
+      ipvs: ip_vs_ftp breaks connections using persistence
+      From 2.6.13.3
+
+    * ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.dpatch
+      ieee1394/sbp2: fixes for hot-unplug and module unloading
+      From 2.6.13.4
+
+    * fix-sparc64-fpu-register-corruption.dpatch
+      [SPARC64]: Fix userland FPU state corruption.
+      From 2.6.13.4
+
+    [ dann frazier ]
+    * drivers-block-raw-ioctl2.dpatch, drivers-block-ioctl-enotty.dpatch:
+      Fix a bug in the block layer that causes a bootloader installation
+      error under certain conditions - breaks installation on cciss devices.
+      (closes: #354493)
+    * Fix data corruption with dm-crypt over RAID5 (closes: #336153)
+    * Fix VLAN support for 3c59x/90x series hardware (closes: #349774)
+    * Fix erroneous calculation of 'len' parameter to NLMSG_PUT resulting in
+      bogus 'error during NLMSG_PUT' messages (closes: #372621)
+    * hp-diva-rmp3.dpatch, hp-diva-hurricane.dpatch:
+      Add PCI IDs for newer Diva console ports
+
+ -- dann frazier <dannf at debian.org>  Sat, 26 May 2007 04:05:37 -0600
+
 kernel-image-2.6.8-m68k (2.6.8-4sarge7) oldstable-security; urgency=high
 
   * Rebuild against kernel-tree-2.6.8-16sarge7:

Modified: dists/sarge/kernel/m68k/kernel-image-2.6.8-m68k-2.6.8/debian/control
==============================================================================
--- dists/sarge/kernel/m68k/kernel-image-2.6.8-m68k-2.6.8/debian/control	(original)
+++ dists/sarge/kernel/m68k/kernel-image-2.6.8-m68k-2.6.8/debian/control	Tue Feb 19 08:48:02 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer:  Christian T. Steigies <cts at debian.org>
 Standards-Version: 3.6.1
-Build-Depends:  kernel-tree-2.6.8-16sarge7, kernel-patch-2.6.8-m68k, kernel-package, debhelper, bzip2, console-tools
+Build-Depends:  kernel-tree-2.6.8-17, kernel-patch-2.6.8-m68k, kernel-package, debhelper, bzip2, console-tools
 
 Package: kernel-image-2.6.8-amiga
 Section: base

Modified: dists/sarge/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian/changelog
==============================================================================
--- dists/sarge/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian/changelog	(original)
+++ dists/sarge/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian/changelog	Tue Feb 19 08:48:02 2008
@@ -1,3 +1,117 @@
+kernel-patch-powerpc-2.6.8 (2.6.8-13) oldstable; urgency=high
+
+  * Rebuild against kernel-tree-2.6.8-17
+    [ Simon Horman ]
+    * drivers-net-via-rhine-wol-oops.dpatch (removed):
+      This patch breaks the via-rhine driver and 2.6.8 and is
+      completely bogus for this version of the kernel
+      (closes: #311357)
+
+    * drivers-media-vidio-bttv-vc100xp-detect.dpatch
+      Allow Leadtek WinFast VC100 XP cards to work.
+
+    * fs-jbd-checkpoint-assertion.dpatch
+      Fix possible false assertion failure in log_do_checkpoint(). We might fail
+      to detect that we actually made a progress when cleaning up the checkpoint
+      lists if we don't retry after writing something to disk.
+
+    * mm-rmap-out-of-bounds-pte.dpatch
+      Stop try_to_unmap_cluster() passing out-of-bounds pte to pte_unmap()
+
+    * net-ipv4-netfilter-ip_queue-deadlock.dpatch
+      Fix deadlock with ip_queue and tcp local input path.
+
+    * asm-i386-mem-clobber.dpatch:
+      Make sure gcc doesn't reorder memory accesses in strncmp and friends on
+      i386.
+
+    * drivers-acpi-pci_irq-elcr.dpatch:
+      Make sure we call acpi_register_gsi() even for default PCI interrupt
+      assignment. That's the part that keeps track of the ELCR register, and we
+      want to make sure that the PCI interrupts are properly marked level/low.
+
+    [ dann frazier ]
+    * Merge in applicable fixes from 2.6.12.4
+       - netfilter-deadlock-ip6_queue.dpatch
+       - rocket_c-fix-ldisc-ref-count.dpatch
+       - early-vlan-fix.dpatch
+
+    [ Simon Horman ]
+    * drivers-sata-promise-sataii_tx2_tx4.dpatch
+      Add SATAII TX2 and TX2/TX4 support to sata promise driver
+      (Closes: #317286)
+
+    * module-per-cpu-alignment-fix.dpatch
+      Module per-cpu alignment cannot always be met
+      From 2.6.12.5
+
+    * genelink-usbnet-skb-typo.dpatch
+      fix gl_skb/skb type error in genelink driver in usbnet
+      Backported From 2.6.12.6
+
+    * drivers-ide-ppp-pmac-build.dpatch
+      Make sure BLK_DEV_IDEDMA_PCI is defined for pmac ide driver builds
+      (closes: #321442)
+
+    * fs-ext3-nfs-parent-fix.dpatch
+      ext3 file systems mounted over nfs may lookup .. in dx directories
+      causing an oops.
+      (closes: #323557)
+
+    * sparc-request_irq-in-RTC-fix.dpatch
+      Use SA_SHIRQ in sparc specific code.
+      From 2.6.13.1
+
+    * forcedeth-init-link-settings-in-nv_open.patch
+      forcedeth: Initialize link settings in every nv_open()
+      From 2.6.13.2
+
+    * fix-MPOL_F_VERIFY.patch
+      Fix MPOL_F_VERIFY
+      From 2.6.13.2
+
+    * fix-more-byte-to-dword-writes-to-PCI_ROM_ADDRESS-config-word.patch
+      Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
+      From 2.6.13.2
+
+    * yenta-oops-fix.patch
+      yenta oops fix
+      From 2.6.13.3
+
+    * fix-de_thread-BUG_ON.patch
+      Fix fs/exec.c:788 (de_thread()) BUG_ON
+      From 2.6.13.3
+
+    * ipv6-fix-per-socket-multicast-filtering.patch
+      fix IPv6 per-socket multicast filtering in exact-match case
+      From 2.6.13.3
+
+    * ipvs-ip_vs_ftp-breaks-connections.patch
+      ipvs: ip_vs_ftp breaks connections using persistence
+      From 2.6.13.3
+
+    * ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.dpatch
+      ieee1394/sbp2: fixes for hot-unplug and module unloading
+      From 2.6.13.4
+
+    * fix-sparc64-fpu-register-corruption.dpatch
+      [SPARC64]: Fix userland FPU state corruption.
+      From 2.6.13.4
+
+    [ dann frazier ]
+    * drivers-block-raw-ioctl2.dpatch, drivers-block-ioctl-enotty.dpatch:
+      Fix a bug in the block layer that causes a bootloader installation
+      error under certain conditions - breaks installation on cciss devices.
+      (closes: #354493)
+    * Fix data corruption with dm-crypt over RAID5 (closes: #336153)
+    * Fix VLAN support for 3c59x/90x series hardware (closes: #349774)
+    * Fix erroneous calculation of 'len' parameter to NLMSG_PUT resulting in
+      bogus 'error during NLMSG_PUT' messages (closes: #372621)
+    * hp-diva-rmp3.dpatch, hp-diva-hurricane.dpatch:
+      Add PCI IDs for newer Diva console ports
+
+ -- dann frazier <dannf at debian.org>  Sat, 26 May 2007 04:08:06 -0600
+
 kernel-patch-powerpc-2.6.8 (2.6.8-12sarge7) oldstable-security; urgency=high
 
   * Rebuild against kernel-tree-2.6.8-16sarge7 which requires

Modified: dists/sarge/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian/rules
==============================================================================
--- dists/sarge/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian/rules	(original)
+++ dists/sarge/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian/rules	Tue Feb 19 08:48:02 2008
@@ -11,7 +11,7 @@
 OFFICIAL_VERSION = No
 
 # This is the kernel-tree version we build against 
-ktver = 16sarge7
+ktver = 17
 
 # set the build architecture if necessary
 DEB_HOST_ARCH ?= $(shell dpkg --print-architecture)

Modified: dists/sarge/kernel/s390/kernel-image-2.6.8-s390-2.6.8/debian/changelog
==============================================================================
--- dists/sarge/kernel/s390/kernel-image-2.6.8-s390-2.6.8/debian/changelog	(original)
+++ dists/sarge/kernel/s390/kernel-image-2.6.8-s390-2.6.8/debian/changelog	Tue Feb 19 08:48:02 2008
@@ -1,3 +1,117 @@
+kernel-image-2.6.8-s390 (2.6.8-6) oldstable; urgency=high
+
+  * Rebuild against kernel-tree-2.6.8-17
+    [ Simon Horman ]
+    * drivers-net-via-rhine-wol-oops.dpatch (removed):
+      This patch breaks the via-rhine driver and 2.6.8 and is
+      completely bogus for this version of the kernel
+      (closes: #311357)
+
+    * drivers-media-vidio-bttv-vc100xp-detect.dpatch
+      Allow Leadtek WinFast VC100 XP cards to work.
+
+    * fs-jbd-checkpoint-assertion.dpatch
+      Fix possible false assertion failure in log_do_checkpoint(). We might fail
+      to detect that we actually made a progress when cleaning up the checkpoint
+      lists if we don't retry after writing something to disk.
+
+    * mm-rmap-out-of-bounds-pte.dpatch
+      Stop try_to_unmap_cluster() passing out-of-bounds pte to pte_unmap()
+
+    * net-ipv4-netfilter-ip_queue-deadlock.dpatch
+      Fix deadlock with ip_queue and tcp local input path.
+
+    * asm-i386-mem-clobber.dpatch:
+      Make sure gcc doesn't reorder memory accesses in strncmp and friends on
+      i386.
+
+    * drivers-acpi-pci_irq-elcr.dpatch:
+      Make sure we call acpi_register_gsi() even for default PCI interrupt
+      assignment. That's the part that keeps track of the ELCR register, and we
+      want to make sure that the PCI interrupts are properly marked level/low.
+
+    [ dann frazier ]
+    * Merge in applicable fixes from 2.6.12.4
+       - netfilter-deadlock-ip6_queue.dpatch
+       - rocket_c-fix-ldisc-ref-count.dpatch
+       - early-vlan-fix.dpatch
+
+    [ Simon Horman ]
+    * drivers-sata-promise-sataii_tx2_tx4.dpatch
+      Add SATAII TX2 and TX2/TX4 support to sata promise driver
+      (Closes: #317286)
+
+    * module-per-cpu-alignment-fix.dpatch
+      Module per-cpu alignment cannot always be met
+      From 2.6.12.5
+
+    * genelink-usbnet-skb-typo.dpatch
+      fix gl_skb/skb type error in genelink driver in usbnet
+      Backported From 2.6.12.6
+
+    * drivers-ide-ppp-pmac-build.dpatch
+      Make sure BLK_DEV_IDEDMA_PCI is defined for pmac ide driver builds
+      (closes: #321442)
+
+    * fs-ext3-nfs-parent-fix.dpatch
+      ext3 file systems mounted over nfs may lookup .. in dx directories
+      causing an oops.
+      (closes: #323557)
+
+    * sparc-request_irq-in-RTC-fix.dpatch
+      Use SA_SHIRQ in sparc specific code.
+      From 2.6.13.1
+
+    * forcedeth-init-link-settings-in-nv_open.patch
+      forcedeth: Initialize link settings in every nv_open()
+      From 2.6.13.2
+
+    * fix-MPOL_F_VERIFY.patch
+      Fix MPOL_F_VERIFY
+      From 2.6.13.2
+
+    * fix-more-byte-to-dword-writes-to-PCI_ROM_ADDRESS-config-word.patch
+      Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
+      From 2.6.13.2
+
+    * yenta-oops-fix.patch
+      yenta oops fix
+      From 2.6.13.3
+
+    * fix-de_thread-BUG_ON.patch
+      Fix fs/exec.c:788 (de_thread()) BUG_ON
+      From 2.6.13.3
+
+    * ipv6-fix-per-socket-multicast-filtering.patch
+      fix IPv6 per-socket multicast filtering in exact-match case
+      From 2.6.13.3
+
+    * ipvs-ip_vs_ftp-breaks-connections.patch
+      ipvs: ip_vs_ftp breaks connections using persistence
+      From 2.6.13.3
+
+    * ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.dpatch
+      ieee1394/sbp2: fixes for hot-unplug and module unloading
+      From 2.6.13.4
+
+    * fix-sparc64-fpu-register-corruption.dpatch
+      [SPARC64]: Fix userland FPU state corruption.
+      From 2.6.13.4
+
+    [ dann frazier ]
+    * drivers-block-raw-ioctl2.dpatch, drivers-block-ioctl-enotty.dpatch:
+      Fix a bug in the block layer that causes a bootloader installation
+      error under certain conditions - breaks installation on cciss devices.
+      (closes: #354493)
+    * Fix data corruption with dm-crypt over RAID5 (closes: #336153)
+    * Fix VLAN support for 3c59x/90x series hardware (closes: #349774)
+    * Fix erroneous calculation of 'len' parameter to NLMSG_PUT resulting in
+      bogus 'error during NLMSG_PUT' messages (closes: #372621)
+    * hp-diva-rmp3.dpatch, hp-diva-hurricane.dpatch:
+      Add PCI IDs for newer Diva console ports
+
+ -- dann frazier <dannf at debian.org>  Sat, 26 May 2007 03:23:35 -0600
+
 kernel-image-2.6.8-s390 (2.6.8-5sarge7) oldstable-security; urgency=high
 
   * Rebuild against kernel-tree-2.6.8-16sarge7 which requires

Modified: dists/sarge/kernel/s390/kernel-image-2.6.8-s390-2.6.8/debian/control
==============================================================================
--- dists/sarge/kernel/s390/kernel-image-2.6.8-s390-2.6.8/debian/control	(original)
+++ dists/sarge/kernel/s390/kernel-image-2.6.8-s390-2.6.8/debian/control	Tue Feb 19 08:48:02 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian kernel team <debian-kernel at lists.debian.org>
 Uploaders: Bastian Blank <waldi at debian.org>, Jochen Röhrig <jr at debian.org>
 Standards-Version: 3.5.6
-Build-Depends: debhelper (>> 4.0.0), module-init-tools, kernel-tree-2.6.8-16sarge7, kernel-package (>= 8.084), dh-kpatches
+Build-Depends: debhelper (>> 4.0.0), module-init-tools, kernel-tree-2.6.8-17, kernel-package (>= 8.084), dh-kpatches
 
 Package: kernel-patch-2.6.8-s390
 Architecture: all

Modified: dists/sarge/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog
==============================================================================
--- dists/sarge/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog	(original)
+++ dists/sarge/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog	Tue Feb 19 08:48:02 2008
@@ -1,3 +1,117 @@
+kernel-image-2.6.8-sparc (2.6.8-16) oldstable; urgency=high
+
+  * Rebuild against kernel-tree-2.6.8-17:
+    [ Simon Horman ]
+    * drivers-net-via-rhine-wol-oops.dpatch (removed):
+      This patch breaks the via-rhine driver and 2.6.8 and is
+      completely bogus for this version of the kernel
+      (closes: #311357)
+
+    * drivers-media-vidio-bttv-vc100xp-detect.dpatch
+      Allow Leadtek WinFast VC100 XP cards to work.
+
+    * fs-jbd-checkpoint-assertion.dpatch
+      Fix possible false assertion failure in log_do_checkpoint(). We might fail
+      to detect that we actually made a progress when cleaning up the checkpoint
+      lists if we don't retry after writing something to disk.
+
+    * mm-rmap-out-of-bounds-pte.dpatch
+      Stop try_to_unmap_cluster() passing out-of-bounds pte to pte_unmap()
+
+    * net-ipv4-netfilter-ip_queue-deadlock.dpatch
+      Fix deadlock with ip_queue and tcp local input path.
+
+    * asm-i386-mem-clobber.dpatch:
+      Make sure gcc doesn't reorder memory accesses in strncmp and friends on
+      i386.
+
+    * drivers-acpi-pci_irq-elcr.dpatch:
+      Make sure we call acpi_register_gsi() even for default PCI interrupt
+      assignment. That's the part that keeps track of the ELCR register, and we
+      want to make sure that the PCI interrupts are properly marked level/low.
+
+    [ dann frazier ]
+    * Merge in applicable fixes from 2.6.12.4
+       - netfilter-deadlock-ip6_queue.dpatch
+       - rocket_c-fix-ldisc-ref-count.dpatch
+       - early-vlan-fix.dpatch
+
+    [ Simon Horman ]
+    * drivers-sata-promise-sataii_tx2_tx4.dpatch
+      Add SATAII TX2 and TX2/TX4 support to sata promise driver
+      (Closes: #317286)
+
+    * module-per-cpu-alignment-fix.dpatch
+      Module per-cpu alignment cannot always be met
+      From 2.6.12.5
+
+    * genelink-usbnet-skb-typo.dpatch
+      fix gl_skb/skb type error in genelink driver in usbnet
+      Backported From 2.6.12.6
+
+    * drivers-ide-ppp-pmac-build.dpatch
+      Make sure BLK_DEV_IDEDMA_PCI is defined for pmac ide driver builds
+      (closes: #321442)
+
+    * fs-ext3-nfs-parent-fix.dpatch
+      ext3 file systems mounted over nfs may lookup .. in dx directories
+      causing an oops.
+      (closes: #323557)
+
+    * sparc-request_irq-in-RTC-fix.dpatch
+      Use SA_SHIRQ in sparc specific code.
+      From 2.6.13.1
+
+    * forcedeth-init-link-settings-in-nv_open.patch
+      forcedeth: Initialize link settings in every nv_open()
+      From 2.6.13.2
+
+    * fix-MPOL_F_VERIFY.patch
+      Fix MPOL_F_VERIFY
+      From 2.6.13.2
+
+    * fix-more-byte-to-dword-writes-to-PCI_ROM_ADDRESS-config-word.patch
+      Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
+      From 2.6.13.2
+
+    * yenta-oops-fix.patch
+      yenta oops fix
+      From 2.6.13.3
+
+    * fix-de_thread-BUG_ON.patch
+      Fix fs/exec.c:788 (de_thread()) BUG_ON
+      From 2.6.13.3
+
+    * ipv6-fix-per-socket-multicast-filtering.patch
+      fix IPv6 per-socket multicast filtering in exact-match case
+      From 2.6.13.3
+
+    * ipvs-ip_vs_ftp-breaks-connections.patch
+      ipvs: ip_vs_ftp breaks connections using persistence
+      From 2.6.13.3
+
+    * ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.dpatch
+      ieee1394/sbp2: fixes for hot-unplug and module unloading
+      From 2.6.13.4
+
+    * fix-sparc64-fpu-register-corruption.dpatch
+      [SPARC64]: Fix userland FPU state corruption.
+      From 2.6.13.4
+
+    [ dann frazier ]
+    * drivers-block-raw-ioctl2.dpatch, drivers-block-ioctl-enotty.dpatch:
+      Fix a bug in the block layer that causes a bootloader installation
+      error under certain conditions - breaks installation on cciss devices.
+      (closes: #354493)
+    * Fix data corruption with dm-crypt over RAID5 (closes: #336153)
+    * Fix VLAN support for 3c59x/90x series hardware (closes: #349774)
+    * Fix erroneous calculation of 'len' parameter to NLMSG_PUT resulting in
+      bogus 'error during NLMSG_PUT' messages (closes: #372621)
+    * hp-diva-rmp3.dpatch, hp-diva-hurricane.dpatch:
+      Add PCI IDs for newer Diva console ports
+
+ -- dann frazier <dannf at debian.org>  Sat, 26 May 2007 04:09:38 -0600
+
 kernel-image-2.6.8-sparc (2.6.8-15sarge7) oldstable-security; urgency=high
 
   * Rebuild against kernel-tree-2.6.8-16sarge7 which requires

Modified: dists/sarge/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/control
==============================================================================
--- dists/sarge/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/control	(original)
+++ dists/sarge/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/control	Tue Feb 19 08:48:02 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
 Uploaders: Joshua Kwan <joshk at triplehelix.org>, Ben Collins <bcollins at debian.org>, Andres Salomon <dilinger at debian.org>, dann frazier <dannf at debian.org>
 Standards-Version: 3.6.1.0
-Build-Depends: gcc (>= 4:3.3), kernel-tree-2.6.8-16sarge7, debhelper (>= 4), kernel-package, sparc-utils, module-init-tools
+Build-Depends: gcc (>= 4:3.3), kernel-tree-2.6.8-17, debhelper (>= 4), kernel-package, sparc-utils, module-init-tools
 
 Package: kernel-build-2.6.8-4
 Architecture: sparc



More information about the Kernel-svn-changes mailing list