Your message dated Fri, 25 Apr 2008 07:52:16 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477270: fixed in linux-2.6.24 2.6.24-6~etchnhalf.1
has caused the Debian Bug report #477270,
regarding linux-2.6: slab-fix-bootstrap-on-memoryless-node.patch causes memory 
corruption
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
477270: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477270
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: linux-2.6
Version: 2.6.24-5~etchnhalf.1
Severity: grave
Tags: patch
Justification: causes non-serious data loss


slab-fix-bootstrap-on-memoryless-node.patch (commit 
556a169dab38b5100df6f4a45b655dddd3db94c1) in the etchnhalf kernel 
introduces a condition that causes memory corruption in UML (as I have 
experienced), ES7000 nodes (as Daniel Yeisley mention in the fix I will 
mention in a moment), and possibly other scenarios.  In my case, 
"openssl speed rsa1024" returns this:

 Doing 1024 bit private rsa's for 10s: 2249 1024 bit private RSA's in 3.91s
 Doing 1024 bit public rsa's for 10s: RSA verify failure
 12706:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is 
not 01:rsa_pk1.c:100:
 12706:error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check 
failed:rsa_eay.c:708:
 1 1024 bit public RSA's in 1.98s

in SKAS4 immediately, or in SKAS3 after a random amount of uptime.  
Though I have yet to notice any "real" data loss as the result of 
corruption.

Commit ec1f5eeeb5a79a0d48036de649a3498da42db565 (attached) fixes this.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
--- Begin Message ---
slab: fix cache_cache bootstrap in kmem_cache_init()

Commit 556a169dab38b5100df6f4a45b655dddd3db94c1 ("slab: fix bootstrap on
memoryless node") introduced bootstrap-time cache_cache list3s for all nodes
but forgot that initkmem_list3 needs to be accessed by [somevalue + node]. This
patch fixes list_add() corruption in mm/slab.c seen on the ES7000.

Cc: Mel Gorman <[EMAIL PROTECTED]>
Cc: Olaf Hering <[EMAIL PROTECTED]>
Cc: Christoph Lameter <[EMAIL PROTECTED]>
Signed-off-by: Dan Yeisley <[EMAIL PROTECTED]>
Signed-off-by: Pekka Enberg <[EMAIL PROTECTED]>
Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]>
---

diff --git a/mm/slab.c b/mm/slab.c
index bb4070e..04b308c 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -1481,7 +1481,7 @@ void __init kmem_cache_init(void)
        list_add(&cache_cache.next, &cache_chain);
        cache_cache.colour_off = cache_line_size();
        cache_cache.array[smp_processor_id()] = &initarray_cache.cache;
-       cache_cache.nodelists[node] = &initkmem_list3[CACHE_CACHE];
+       cache_cache.nodelists[node] = &initkmem_list3[CACHE_CACHE + node];
 
        /*
         * struct kmem_cache size depends on nr_node_ids, which
@@ -1602,7 +1602,7 @@ void __init kmem_cache_init(void)
                int nid;
 
                for_each_online_node(nid) {
-                       init_list(&cache_cache, &initkmem_list3[CACHE_CACHE], 
nid);
+                       init_list(&cache_cache, &initkmem_list3[CACHE_CACHE + 
nid], nid);
 
                        init_list(malloc_sizes[INDEX_AC].cs_cachep,
                                  &initkmem_list3[SIZE_AC + nid], nid);


--- End Message ---

--- End Message ---
--- Begin Message ---
Source: linux-2.6.24
Source-Version: 2.6.24-6~etchnhalf.1

We believe that the bug you reported is fixed in the latest version of
linux-2.6.24, which is due to be installed in the Debian FTP archive:

linux-2.6.24_2.6.24-6~etchnhalf.1.diff.gz
  to pool/main/l/linux-2.6.24/linux-2.6.24_2.6.24-6~etchnhalf.1.diff.gz
linux-2.6.24_2.6.24-6~etchnhalf.1.dsc
  to pool/main/l/linux-2.6.24/linux-2.6.24_2.6.24-6~etchnhalf.1.dsc
linux-doc-2.6.24_2.6.24-6~etchnhalf.1_all.deb
  to pool/main/l/linux-2.6.24/linux-doc-2.6.24_2.6.24-6~etchnhalf.1_all.deb
linux-headers-2.6.24-etchnhalf.1-all-hppa_2.6.24-6~etchnhalf.1_hppa.deb
  to 
pool/main/l/linux-2.6.24/linux-headers-2.6.24-etchnhalf.1-all-hppa_2.6.24-6~etchnhalf.1_hppa.deb
linux-headers-2.6.24-etchnhalf.1-all_2.6.24-6~etchnhalf.1_hppa.deb
  to 
pool/main/l/linux-2.6.24/linux-headers-2.6.24-etchnhalf.1-all_2.6.24-6~etchnhalf.1_hppa.deb
linux-headers-2.6.24-etchnhalf.1-common_2.6.24-6~etchnhalf.1_hppa.deb
  to 
pool/main/l/linux-2.6.24/linux-headers-2.6.24-etchnhalf.1-common_2.6.24-6~etchnhalf.1_hppa.deb
linux-headers-2.6.24-etchnhalf.1-parisc-smp_2.6.24-6~etchnhalf.1_hppa.deb
  to 
pool/main/l/linux-2.6.24/linux-headers-2.6.24-etchnhalf.1-parisc-smp_2.6.24-6~etchnhalf.1_hppa.deb
linux-headers-2.6.24-etchnhalf.1-parisc64-smp_2.6.24-6~etchnhalf.1_hppa.deb
  to 
pool/main/l/linux-2.6.24/linux-headers-2.6.24-etchnhalf.1-parisc64-smp_2.6.24-6~etchnhalf.1_hppa.deb
linux-headers-2.6.24-etchnhalf.1-parisc64_2.6.24-6~etchnhalf.1_hppa.deb
  to 
pool/main/l/linux-2.6.24/linux-headers-2.6.24-etchnhalf.1-parisc64_2.6.24-6~etchnhalf.1_hppa.deb
linux-headers-2.6.24-etchnhalf.1-parisc_2.6.24-6~etchnhalf.1_hppa.deb
  to 
pool/main/l/linux-2.6.24/linux-headers-2.6.24-etchnhalf.1-parisc_2.6.24-6~etchnhalf.1_hppa.deb
linux-image-2.6.24-etchnhalf.1-parisc-smp_2.6.24-6~etchnhalf.1_hppa.deb
  to 
pool/main/l/linux-2.6.24/linux-image-2.6.24-etchnhalf.1-parisc-smp_2.6.24-6~etchnhalf.1_hppa.deb
linux-image-2.6.24-etchnhalf.1-parisc64-smp_2.6.24-6~etchnhalf.1_hppa.deb
  to 
pool/main/l/linux-2.6.24/linux-image-2.6.24-etchnhalf.1-parisc64-smp_2.6.24-6~etchnhalf.1_hppa.deb
linux-image-2.6.24-etchnhalf.1-parisc64_2.6.24-6~etchnhalf.1_hppa.deb
  to 
pool/main/l/linux-2.6.24/linux-image-2.6.24-etchnhalf.1-parisc64_2.6.24-6~etchnhalf.1_hppa.deb
linux-image-2.6.24-etchnhalf.1-parisc_2.6.24-6~etchnhalf.1_hppa.deb
  to 
pool/main/l/linux-2.6.24/linux-image-2.6.24-etchnhalf.1-parisc_2.6.24-6~etchnhalf.1_hppa.deb
linux-libc-dev_2.6.24-6~etchnhalf.1_hppa.deb
  to pool/main/l/linux-2.6.24/linux-libc-dev_2.6.24-6~etchnhalf.1_hppa.deb
linux-manual-2.6.24_2.6.24-6~etchnhalf.1_all.deb
  to pool/main/l/linux-2.6.24/linux-manual-2.6.24_2.6.24-6~etchnhalf.1_all.deb
linux-patch-debian-2.6.24_2.6.24-6~etchnhalf.1_all.deb
  to 
pool/main/l/linux-2.6.24/linux-patch-debian-2.6.24_2.6.24-6~etchnhalf.1_all.deb
linux-source-2.6.24_2.6.24-6~etchnhalf.1_all.deb
  to pool/main/l/linux-2.6.24/linux-source-2.6.24_2.6.24-6~etchnhalf.1_all.deb
linux-support-2.6.24-etchnhalf.1_2.6.24-6~etchnhalf.1_all.deb
  to 
pool/main/l/linux-2.6.24/linux-support-2.6.24-etchnhalf.1_2.6.24-6~etchnhalf.1_all.deb
linux-tree-2.6.24_2.6.24-6~etchnhalf.1_all.deb
  to pool/main/l/linux-2.6.24/linux-tree-2.6.24_2.6.24-6~etchnhalf.1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
dann frazier <[EMAIL PROTECTED]> (supplier of updated linux-2.6.24 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 21 Apr 2008 23:53:43 -0600
Source: linux-2.6.24
Binary: linux-headers-2.6.24-etchnhalf.1-486 
linux-headers-2.6.24-etchnhalf.1-all-amd64 linux-patch-debian-2.6.24 
linux-headers-2.6.24-etchnhalf.1-all-ia64 linux-image-2.6.24-etchnhalf.1-s390x 
linux-image-2.6.24-etchnhalf.1-parisc-smp 
linux-image-2.6.24-etchnhalf.1-parisc64-smp 
linux-headers-2.6.24-etchnhalf.1-atari 
linux-headers-2.6.24-etchnhalf.1-parisc64-smp 
linux-headers-2.6.24-etchnhalf.1-sb1-bcm91250a 
linux-headers-2.6.24-etchnhalf.1-r5k-ip32 
linux-image-2.6.24-etchnhalf.1-alpha-smp 
linux-image-2.6.24-etchnhalf.1-r5k-cobalt 
linux-image-2.6.24-etchnhalf.1-r5k-ip32 linux-image-2.6.24-etchnhalf.1-mac 
linux-image-2.6.24-etchnhalf.1-powerpc 
linux-headers-2.6.24-etchnhalf.1-r4k-ip22 
linux-headers-2.6.24-etchnhalf.1-mckinley 
linux-headers-2.6.24-etchnhalf.1-all-sparc 
linux-headers-2.6.24-etchnhalf.1-mvme16x 
linux-headers-2.6.24-etchnhalf.1-footbridge linux-image-2.6.24-etchnhalf.1-486 
linux-headers-2.6.24-etchnhalf.1-sparc64-smp 
linux-headers-2.6.24-etchnhalf.1-parisc64 
linux-headers-2.6.24-etchnhalf.1-amd64 
linux-image-2.6.24-etchnhalf.1-powerpc-miboot 
linux-image-2.6.24-etchnhalf.1-sparc64-smp 
linux-image-2.6.24-etchnhalf.1-r4k-ip22 
linux-headers-2.6.24-etchnhalf.1-versatile 
linux-image-2.6.24-etchnhalf.1-sb1a-bcm91480b 
linux-image-2.6.24-etchnhalf.1-itanium linux-headers-2.6.24-etchnhalf.1-all-arm 
linux-image-2.6.24-etchnhalf.1-parisc 
linux-headers-2.6.24-etchnhalf.1-4kc-malta linux-image-2.6.24-etchnhalf.1-amd64 
linux-image-2.6.24-etchnhalf.1-powerpc64 
linux-headers-2.6.24-etchnhalf.1-powerpc 
linux-headers-2.6.24-etchnhalf.1-alpha-legacy 
linux-image-2.6.24-etchnhalf.1-sb1-bcm91250a 
linux-image-2.6.24-etchnhalf.1-alpha-generic 
linux-image-2.6.24-etchnhalf.1-versatile 
linux-headers-2.6.24-etchnhalf.1-powerpc-miboot 
linux-headers-2.6.24-etchnhalf.1-all-armel linux-headers-2.6.24-etchnhalf.1-mac 
linux-headers-2.6.24-etchnhalf.1-r5k-cobalt 
linux-image-2.6.24-etchnhalf.1-atari linux-image-2.6.24-etchnhalf.1-ixp4xx 
linux-headers-2.6.24-etchnhalf.1-powerpc64 linux-libc-dev 
linux-headers-2.6.24-etchnhalf.1-iop32x linux-headers-2.6.24-etchnhalf.1-ixp4xx 
linux-headers-2.6.24-etchnhalf.1-common 
linux-headers-2.6.24-etchnhalf.1-alpha-generic 
linux-headers-2.6.24-etchnhalf.1-parisc-smp 
linux-headers-2.6.24-etchnhalf.1-all-mipsel 
linux-image-2.6.24-etchnhalf.1-mvme16x linux-headers-2.6.24-etchnhalf.1-all 
linux-headers-2.6.24-etchnhalf.1-all-powerpc 
linux-headers-2.6.24-etchnhalf.1-alpha-smp 
linux-headers-2.6.24-etchnhalf.1-mvme147 linux-headers-2.6.24-etchnhalf.1-686 
linux-headers-2.6.24-etchnhalf.1-sb1a-bcm91480b 
linux-headers-2.6.24-etchnhalf.1-itanium linux-image-2.6.24-etchnhalf.1-s390 
linux-headers-2.6.24-etchnhalf.1-all-hppa 
linux-image-2.6.24-etchnhalf.1-mvme147 linux-image-2.6.24-etchnhalf.1-iop32x 
linux-tree-2.6.24 linux-headers-2.6.24-etchnhalf.1-all-mips linux-manual-2.6.24 
linux-headers-2.6.24-etchnhalf.1-amiga linux-support-2.6.24-etchnhalf.1 
linux-image-2.6.24-etchnhalf.1-bvme6000 
linux-image-2.6.24-etchnhalf.1-s390-tape 
linux-headers-2.6.24-etchnhalf.1-parisc 
linux-headers-2.6.24-etchnhalf.1-all-m68k 
linux-headers-2.6.24-etchnhalf.1-bvme6000 linux-image-2.6.24-etchnhalf.1-686 
linux-headers-2.6.24-etchnhalf.1-686-bigmem 
linux-image-2.6.24-etchnhalf.1-amiga linux-image-2.6.24-etchnhalf.1-5kc-malta 
linux-headers-2.6.24-etchnhalf.1-sparc64 
linux-headers-2.6.24-etchnhalf.1-5kc-malta 
linux-image-2.6.24-etchnhalf.1-footbridge 
linux-image-2.6.24-etchnhalf.1-686-bigmem linux-doc-2.6.24 
linux-headers-2.6.24-etchnhalf.1-all-i386 
linux-image-2.6.24-etchnhalf.1-parisc64 
linux-headers-2.6.24-etchnhalf.1-all-s390 linux-source-2.6.24 
linux-image-2.6.24-etchnhalf.1-mckinley 
linux-image-2.6.24-etchnhalf.1-alpha-legacy 
linux-headers-2.6.24-etchnhalf.1-powerpc-smp 
linux-image-2.6.24-etchnhalf.1-powerpc-smp 
linux-headers-2.6.24-etchnhalf.1-s390x linux-image-2.6.24-etchnhalf.1-sparc64 
linux-headers-2.6.24-etchnhalf.1-s390 linux-image-2.6.24-etchnhalf.1-4kc-malta 
linux-headers-2.6.24-etchnhalf.1-all-alpha
Architecture: source all hppa
Version: 2.6.24-6~etchnhalf.1
Distribution: stable
Urgency: low
Maintainer: Debian Kernel Team <[EMAIL PROTECTED]>
Changed-By: dann frazier <[EMAIL PROTECTED]>
Description: 
 linux-doc-2.6.24 - Linux kernel specific documentation for version 2.6.24
 linux-headers-2.6.24-etchnhalf.1-all - All header files for Linux 2.6.24
 linux-headers-2.6.24-etchnhalf.1-all-hppa - All header files for Linux 2.6.24
 linux-headers-2.6.24-etchnhalf.1-common - Common header files for Linux 2.6.24
 linux-headers-2.6.24-etchnhalf.1-parisc - Header files for Linux 2.6.24 on 
32-bit PA-RISC
 linux-headers-2.6.24-etchnhalf.1-parisc-smp - Header files for Linux 2.6.24 on 
multiprocessor 32-bit PA-RISC
 linux-headers-2.6.24-etchnhalf.1-parisc64 - Header files for Linux 2.6.24 on 
64-bit PA-RISC
 linux-headers-2.6.24-etchnhalf.1-parisc64-smp - Header files for Linux 2.6.24 
on multiprocessor 64-bit PA-RISC
 linux-image-2.6.24-etchnhalf.1-parisc - Linux 2.6.24 image on 32-bit PA-RISC
 linux-image-2.6.24-etchnhalf.1-parisc-smp - Linux 2.6.24 image on 
multiprocessor 32-bit PA-RISC
 linux-image-2.6.24-etchnhalf.1-parisc64 - Linux 2.6.24 image on 64-bit PA-RISC
 linux-image-2.6.24-etchnhalf.1-parisc64-smp - Linux 2.6.24 image on 
multiprocessor 64-bit PA-RISC
 linux-libc-dev - Linux Kernel Headers for development
 linux-manual-2.6.24 - Linux kernel API manual pages for version 2.6.24
 linux-patch-debian-2.6.24 - Debian patches to version 2.6.24 of the Linux 
kernel
 linux-source-2.6.24 - Linux kernel source for version 2.6.24 with Debian 
patches
 linux-support-2.6.24-etchnhalf.1 - Support files for Linux 2.6.24
 linux-tree-2.6.24 - Linux kernel source tree for building Debian kernel images
Closes: 475283 477270
Changes: 
 linux-2.6.24 (2.6.24-6~etchnhalf.1) stable; urgency=low
 .
   [ Martin Michlmayr ]
   * [arm] Disable IEEE1394 (Firewire).
   * [mips] Disable NET_EMATCH_META to work around a compiler error.
 .
   [ dann frazier ]
   * Merge changes from 2.6.24-6
   * Update bnx2 driver to 1.7.4 (from 2.6.25)
   * Add Bastian's fw splitout patch, removing CONFIG_BROKEN setting
   * Add stable release 2.6.24.5:
     - acpi: bus: check once more for an empty list after locking it
     - acpi: fix "buggy BIOS check" when CPUs are hot removed
     - alloc_percpu() fails to allocate percpu data
     - AX25 ax25_out: check skb for NULL in ax25_kick()
     - bluetooth: hci_core: defer hci_unregister_sysfs()
     - CRYPTO xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk
     - DVB: tda10086: make the 22kHz tone for DISEQC a config option
     - fbdev: fix /proc/fb oops after module removal
     - file capabilities: remove cap_task_kill()
     - PARISC fix signal trampoline cache flushing
     - HFS+: fix unlink of links
     - hwmon: (w83781d) Fix I/O resource conflict with PNP
     - INET: inet_frag_evictor() must run with BH disabled
     - inotify: fix race (closes: #475283)
     - inotify: remove debug code
     - ipmi: change device node ordering to reflect probe order
     - kbuild: soften modpost checks when doing cross builds
     - libata: assume no device is attached if both IDENTIFYs are aborted
     - LLC: Restrict LLC sockets to root
     - locks: fix possible infinite loop in fcntl(F_SETLKW) over nfs
     - macb: Call phy_disconnect on removing
     - md: close a livelock window in handle_parity_checks5
     - md: remove the 'super' sysfs attribute from devices in an 'md' array
     - mtd: fix broken state in CFI driver caused by FL_SHUTDOWN
     - mtd: memory corruption in block2mtd.c
     - NET: Add preemption point in qdisc_run
     - NET: Fix multicast device ioctl checks
     - NET: include <linux/types.h> into linux/ethtool.h for __u* typedef
     - netpoll: zap_completion_queue: adjust skb->users counter
     - NOHZ: reevaluate idle sleep length after add_timer_on()
     - PARISC futex: special case cmpxchg NULL in kernel space
     - PARISC pdc_console: fix bizarre panic on boot
     - pci: revert SMBus unhide on HP Compaq nx6110
     - PERCPU : __percpu_alloc_mask() can dynamically size percpu_data storage
     - plip: replace spin_lock_irq with spin_lock_irqsave in irq context
     - pnpacpi: reduce printk severity for "pnpacpi: exceeded the max number of 
..."
     - POWERPC: Fix build of modular drivers/macintosh/apm_emu.c
     - PPPOL2TP: Fix SMP issues in skb reorder queue handlingP
     - PPOL2TP: Make locking calls softirq-safe
     - sch_htb: fix "too many events" situation
     - SCTP: Fix local_addr deletions during list traversals.
     - signalfd: fix for incorrect SI_QUEUE user data reporting
     - sis190: read the mac address from the eeprom first
     - slab: fix cache_cache bootstrap in kmem_cache_init() (closes: #477270)
     - SPARC64: Fix atomic backoff limit.
     - SPARC64: Fix FPU saving in 64-bit signal handling.
     - SPARC64: Fix __get_cpu_var in preemption-enabled area.
     - SPARC64: flush_ptrace_access() needs preemption disable.
     - SUNGEM: Fix NAPI assertion failure.
     - TCP: Fix shrinking windows with window scaling
     - TCP: Let skbs grow over a page on fast peers
     - time: prevent the loop in timespec_add_ns() from being optimised away
     - UIO: add pgprot_noncached() to UIO mmap code
     - USB: add support for Motorola ROKR Z6 cellphone in mass storage mode
     - USB: Allow initialization of broken keyspan serial adapters.
     - USB: new quirk flag to avoid Set-Interface
     - USB: serial: fix regression in Visor/Palm OS module for kernels >= 2.6.24
     - USB: serial: ti_usb_3410_5052: Correct TUSB3410 endpoint requirements.
     - V4L: ivtv: Add missing sg_init_table()
     - vfs: fix data leak in nobh_write_end()
     - VLAN: Don't copy ALLMULTI/PROMISC flags from underlying device
     - vmcoreinfo: add the symbol "phys_base"
     - xen: fix RMW when unmasking events
     - xen: fix UP setup of shared_info
     - xen: mask out SEP from CPUID
Files: 
 72420bf8bd1ce1660a765d0c0fb16746 5123 devel optional 
linux-2.6.24_2.6.24-6~etchnhalf.1.dsc
 ec9e7a2640d44c3e29a2cb4adfc0cfa0 1011304 devel optional 
linux-2.6.24_2.6.24-6~etchnhalf.1.diff.gz
 2ef5d82f977fc6ef41bca5115d105d0a 4463340 doc optional 
linux-doc-2.6.24_2.6.24-6~etchnhalf.1_all.deb
 e5a8ec83918b24c4592127882beea6bf 1571372 doc optional 
linux-manual-2.6.24_2.6.24-6~etchnhalf.1_all.deb
 c8ae25fb6c2881aa9d584f3a5a255491 703492 devel optional 
linux-patch-debian-2.6.24_2.6.24-6~etchnhalf.1_all.deb
 86e7ae77f768d260bd1610296a128c89 46976952 devel optional 
linux-source-2.6.24_2.6.24-6~etchnhalf.1_all.deb
 0b5f520e1ba4b57a1c52b017c31d7733 94610 devel optional 
linux-support-2.6.24-etchnhalf.1_2.6.24-6~etchnhalf.1_all.deb
 e6aa583017ff278a4c1695cffad4e7d2 79950 devel optional 
linux-tree-2.6.24_2.6.24-6~etchnhalf.1_all.deb
 39b31d1d6346386f25a16f390c5e1acc 13281052 admin optional 
linux-image-2.6.24-etchnhalf.1-parisc_2.6.24-6~etchnhalf.1_hppa.deb
 c079acc254340e819667f231580108ca 254124 devel optional 
linux-headers-2.6.24-etchnhalf.1-parisc_2.6.24-6~etchnhalf.1_hppa.deb
 83de32d8851167b7f8b038a44be0254e 13787648 admin optional 
linux-image-2.6.24-etchnhalf.1-parisc-smp_2.6.24-6~etchnhalf.1_hppa.deb
 354dd2dd27b8d6504dcb29111d935630 255054 devel optional 
linux-headers-2.6.24-etchnhalf.1-parisc-smp_2.6.24-6~etchnhalf.1_hppa.deb
 9ccc1d459dcf7479699e7c7042a92f9d 14324054 admin optional 
linux-image-2.6.24-etchnhalf.1-parisc64_2.6.24-6~etchnhalf.1_hppa.deb
 6f0dcc3cf5bbe809b7a99c0ea25542d3 254502 devel optional 
linux-headers-2.6.24-etchnhalf.1-parisc64_2.6.24-6~etchnhalf.1_hppa.deb
 cc748dc0ae3b55f50df1f7b13f22cbed 14778910 admin optional 
linux-image-2.6.24-etchnhalf.1-parisc64-smp_2.6.24-6~etchnhalf.1_hppa.deb
 13400e34ac839abb2c20fa107916007f 256114 devel optional 
linux-headers-2.6.24-etchnhalf.1-parisc64-smp_2.6.24-6~etchnhalf.1_hppa.deb
 769d4744e9f87566fdc153f8dcd8b2be 3435990 devel optional 
linux-headers-2.6.24-etchnhalf.1-common_2.6.24-6~etchnhalf.1_hppa.deb
 1512a59d9980a862a2fd4577eb533f23 79570 devel optional 
linux-headers-2.6.24-etchnhalf.1-all_2.6.24-6~etchnhalf.1_hppa.deb
 813d361fa89afcdb68707344a7367964 79598 devel optional 
linux-headers-2.6.24-etchnhalf.1-all-hppa_2.6.24-6~etchnhalf.1_hppa.deb
 10850a7fc5eb7857211201ee750ade2f 743112 devel optional 
linux-libc-dev_2.6.24-6~etchnhalf.1_hppa.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIEQsLhuANDBmkLRkRAkNpAJ9iiYJg9iist7DI4ZurmDQeUad8tACeNaSq
4eyOOJM66iy/Z5WrIxliSY0=
=Ud9D
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to