[kernel] r10581 - dists/sarge/kernel/ia64/kernel-image-2.6.8-ia64-2.6.8/debian

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


Author: dannf
Date: Tue Feb 19 08:33:32 2008
New Revision: 10581

Log:
* Rebuild against kernel-tree-2.6.8-17
  * 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.
  * 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
  * 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
  * 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

Modified:
   dists/sarge/kernel/ia64/kernel-image-2.6.8-ia64-2.6.8/debian/changelog
   dists/sarge/kernel/ia64/kernel-image-2.6.8-ia64-2.6.8/debian/control

Modified: dists/sarge/kernel/ia64/kernel-image-2.6.8-ia64-2.6.8/debian/changelog
==============================================================================
--- dists/sarge/kernel/ia64/kernel-image-2.6.8-ia64-2.6.8/debian/changelog	(original)
+++ dists/sarge/kernel/ia64/kernel-image-2.6.8-ia64-2.6.8/debian/changelog	Tue Feb 19 08:33:32 2008
@@ -1,3 +1,117 @@
+kernel-image-2.6.8-ia64 (2.6.8-15) 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:04:02 -0600
+
 kernel-image-2.6.8-ia64 (2.6.8-14sarge7) oldstable-security; urgency=high
 
   * Rebuild against kernel-tree-2.6.8-16sarge7 which requires

Modified: dists/sarge/kernel/ia64/kernel-image-2.6.8-ia64-2.6.8/debian/control
==============================================================================
--- dists/sarge/kernel/ia64/kernel-image-2.6.8-ia64-2.6.8/debian/control	(original)
+++ dists/sarge/kernel/ia64/kernel-image-2.6.8-ia64-2.6.8/debian/control	Tue Feb 19 08:33:32 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
 Uploaders: dann frazier <dannf 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: ia64



More information about the Kernel-svn-changes mailing list