[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#511419: marked as done ([linux-image-2.6.26-1-686] Please apply upstream patch for unbreaking /proc/<pid>/pagemap on 32bit systems)



Your message dated Mon, 26 Oct 2009 08:01:28 +0000
with message-id <E1N2KW8-0003FQ-8u@ries.debian.org>
and subject line Bug#511419: fixed in linux-2.6 2.6.26-20
has caused the Debian Bug report #511419,
regarding [linux-image-2.6.26-1-686] Please apply upstream patch for unbreaking /proc/<pid>/pagemap on 32bit systems
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 owner@bugs.debian.org
immediately.)


-- 
511419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511419
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-image-2.6.26-1-686
Version: 2.6.26-11
Severity: normal
Tags: patch

--- Please enter the report below this line. ---

There is a patch in upstream kernel 2.6.28 which fixes an oversight bug
in the code for /proc/<pid>/pagemap file; you can find the commit at
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=49c50342c728344b79c8f9e8293637fe80ef5ad5

Without this bugfix, the pagemap file is missing the Present/Swapped
bits for every page on 32 bit systems, because they are encoded in bits
62 and 63, while the bug truncates the values to 32 bits.

The patch itself is attached as well. Would it be possible to apply it
to the kernel for Lenny? Or will it appear there anyway with a future
update?

Thanks,
Oliver

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.26-1-686

Debian Release: lenny/sid
  990 testing         mainbox 
  990 testing         deb.opera.com 
  500 unstable        viewizard.com 
  500 unstable        snapshots.ekiga.net 
  500 unstable        mainbox 
  500 stable          mainbox 
  500 stable          emacs.orebokech.com 
  500 stable          deb.opera.com 
  500 experimental    mainbox 

--- Package information. ---
Depends                     (Version) | Installed
=====================================-+-=============
module-init-tools                     | 3.4-1
initramfs-tools            (>= 0.55)  | 0.92g
 OR yaird                (>= 0.0.13)  | 
 OR linux-initramfs-tool              | 


--- a/fs/proc/task_mmu.c
+++ b/fs/proc/task_mmu.c
@@ -557,9 +557,9 @@ static u64 swap_pte_to_pagemap_entry(pte_t pte)
        return swp_type(e) | (swp_offset(e) << MAX_SWAPFILES_SHIFT);
 }
 
-static unsigned long pte_to_pagemap_entry(pte_t pte)
+static u64 pte_to_pagemap_entry(pte_t pte)
 {
-       unsigned long pme = 0;
+       u64 pme = 0;
        if (is_swap_pte(pte))
                pme = PM_PFRAME(swap_pte_to_pagemap_entry(pte))
                        | PM_PSHIFT(PAGE_SHIFT) | PM_SWAP;

--- End Message ---
--- Begin Message ---
Source: linux-2.6
Source-Version: 2.6.26-20

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

linux-2.6_2.6.26-20.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.26-20.diff.gz
linux-2.6_2.6.26-20.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.26-20.dsc
linux-doc-2.6.26_2.6.26-20_all.deb
  to pool/main/l/linux-2.6/linux-doc-2.6.26_2.6.26-20_all.deb
linux-headers-2.6.26-2-486_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-486_2.6.26-20_i386.deb
linux-headers-2.6.26-2-686-bigmem_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-686-bigmem_2.6.26-20_i386.deb
linux-headers-2.6.26-2-686_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-686_2.6.26-20_i386.deb
linux-headers-2.6.26-2-all-i386_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-all-i386_2.6.26-20_i386.deb
linux-headers-2.6.26-2-all_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-all_2.6.26-20_i386.deb
linux-headers-2.6.26-2-amd64_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-amd64_2.6.26-20_i386.deb
linux-headers-2.6.26-2-common-openvz_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-common-openvz_2.6.26-20_i386.deb
linux-headers-2.6.26-2-common-vserver_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-common-vserver_2.6.26-20_i386.deb
linux-headers-2.6.26-2-common-xen_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-common-xen_2.6.26-20_i386.deb
linux-headers-2.6.26-2-common_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-common_2.6.26-20_i386.deb
linux-headers-2.6.26-2-openvz-686_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-openvz-686_2.6.26-20_i386.deb
linux-headers-2.6.26-2-vserver-686-bigmem_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-vserver-686-bigmem_2.6.26-20_i386.deb
linux-headers-2.6.26-2-vserver-686_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-vserver-686_2.6.26-20_i386.deb
linux-headers-2.6.26-2-xen-686_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-2-xen-686_2.6.26-20_i386.deb
linux-image-2.6.26-2-486_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-2-486_2.6.26-20_i386.deb
linux-image-2.6.26-2-686-bigmem_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-2-686-bigmem_2.6.26-20_i386.deb
linux-image-2.6.26-2-686_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-2-686_2.6.26-20_i386.deb
linux-image-2.6.26-2-amd64_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-2-amd64_2.6.26-20_i386.deb
linux-image-2.6.26-2-openvz-686_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-2-openvz-686_2.6.26-20_i386.deb
linux-image-2.6.26-2-vserver-686-bigmem_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-2-vserver-686-bigmem_2.6.26-20_i386.deb
linux-image-2.6.26-2-vserver-686_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-2-vserver-686_2.6.26-20_i386.deb
linux-image-2.6.26-2-xen-686_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-2-xen-686_2.6.26-20_i386.deb
linux-libc-dev_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-libc-dev_2.6.26-20_i386.deb
linux-manual-2.6.26_2.6.26-20_all.deb
  to pool/main/l/linux-2.6/linux-manual-2.6.26_2.6.26-20_all.deb
linux-modules-2.6.26-2-xen-686_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/linux-modules-2.6.26-2-xen-686_2.6.26-20_i386.deb
linux-patch-debian-2.6.26_2.6.26-20_all.deb
  to pool/main/l/linux-2.6/linux-patch-debian-2.6.26_2.6.26-20_all.deb
linux-source-2.6.26_2.6.26-20_all.deb
  to pool/main/l/linux-2.6/linux-source-2.6.26_2.6.26-20_all.deb
linux-support-2.6.26-2_2.6.26-20_all.deb
  to pool/main/l/linux-2.6/linux-support-2.6.26-2_2.6.26-20_all.deb
linux-tree-2.6.26_2.6.26-20_all.deb
  to pool/main/l/linux-2.6/linux-tree-2.6.26_2.6.26-20_all.deb
xen-linux-system-2.6.26-2-xen-686_2.6.26-20_i386.deb
  to pool/main/l/linux-2.6/xen-linux-system-2.6.26-2-xen-686_2.6.26-20_i386.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 511419@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
dann frazier <dannf@debian.org> (supplier of updated linux-2.6 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 ftpmaster@debian.org)


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

Format: 1.8
Date: Fri, 23 Oct 2009 16:31:23 -0600
Source: linux-2.6
Binary: linux-source-2.6.26 linux-doc-2.6.26 linux-manual-2.6.26 linux-patch-debian-2.6.26 linux-tree-2.6.26 linux-support-2.6.26-2 linux-libc-dev linux-headers-2.6.26-2-all linux-headers-2.6.26-2-all-alpha linux-headers-2.6.26-2-common linux-image-2.6.26-2-alpha-generic linux-headers-2.6.26-2-alpha-generic linux-image-2.6.26-2-alpha-smp linux-headers-2.6.26-2-alpha-smp linux-image-2.6.26-2-alpha-legacy linux-headers-2.6.26-2-alpha-legacy linux-headers-2.6.26-2-all-amd64 linux-image-2.6.26-2-amd64 linux-headers-2.6.26-2-amd64 linux-headers-2.6.26-2-common-openvz linux-image-2.6.26-2-openvz-amd64 linux-headers-2.6.26-2-openvz-amd64 linux-headers-2.6.26-2-common-vserver linux-image-2.6.26-2-vserver-amd64 linux-headers-2.6.26-2-vserver-amd64 linux-headers-2.6.26-2-common-xen linux-image-2.6.26-2-xen-amd64 linux-modules-2.6.26-2-xen-amd64 linux-headers-2.6.26-2-xen-amd64 xen-linux-system-2.6.26-2-xen-amd64 linux-headers-2.6.26-2-all-arm linux-image-2.6.26-2-footbridge linux-heade
 rs-2.6.26-2-footbridge linux-image-2.6.26-2-iop32x linux-headers-2.6.26-2-iop32x linux-image-2.6.26-2-ixp4xx linux-headers-2.6.26-2-ixp4xx linux-image-2.6.26-2-orion5x linux-headers-2.6.26-2-orion5x linux-headers-2.6.26-2-all-armel linux-image-2.6.26-2-versatile linux-headers-2.6.26-2-versatile linux-headers-2.6.26-2-all-hppa linux-image-2.6.26-2-parisc linux-headers-2.6.26-2-parisc linux-image-2.6.26-2-parisc-smp linux-headers-2.6.26-2-parisc-smp linux-image-2.6.26-2-parisc64 linux-headers-2.6.26-2-parisc64 linux-image-2.6.26-2-parisc64-smp linux-headers-2.6.26-2-parisc64-smp linux-headers-2.6.26-2-all-i386 linux-image-2.6.26-2-486 linux-headers-2.6.26-2-486 linux-image-2.6.26-2-686 linux-headers-2.6.26-2-686 linux-image-2.6.26-2-686-bigmem linux-headers-2.6.26-2-686-bigmem linux-image-2.6.26-2-openvz-686 linux-headers-2.6.26-2-openvz-686 linux-image-2.6.26-2-vserver-686 linux-headers-2.6.26-2-vserver-686 linux-image-2.6.26-2-vserver-686-bigmem linux-headers-2.6.26-2-vserve
 r-686-bigmem linux-image-2.6.26-2-xen-686 linux-modules-2.6.26-2-xen-686 linux-headers-2.6.26-2-xen-686 xen-linux-system-2.6.26-2-xen-686 linux-headers-2.6.26-2-all-ia64 linux-image-2.6.26-2-itanium linux-headers-2.6.26-2-itanium linux-image-2.6.26-2-mckinley linux-headers-2.6.26-2-mckinley linux-image-2.6.26-2-vserver-itanium linux-headers-2.6.26-2-vserver-itanium linux-image-2.6.26-2-vserver-mckinley linux-headers-2.6.26-2-vserver-mckinley linux-headers-2.6.26-2-all-m68k linux-image-2.6.26-2-amiga linux-headers-2.6.26-2-amiga linux-image-2.6.26-2-atari linux-headers-2.6.26-2-atari linux-image-2.6.26-2-bvme6000 linux-headers-2.6.26-2-bvme6000 linux-image-2.6.26-2-mac linux-headers-2.6.26-2-mac linux-image-2.6.26-2-mvme147 linux-headers-2.6.26-2-mvme147 linux-image-2.6.26-2-mvme16x linux-headers-2.6.26-2-mvme16x linux-headers-2.6.26-2-all-mips linux-image-2.6.26-2-r4k-ip22 linux-headers-2.6.26-2-r4k-ip22 linux-image-2.6.26-2-r5k-ip32 linux-headers-2.6.26-2-r5k-ip32 linux-ima
 ge-2.6.26-2-sb1-bcm91250a linux-headers-2.6.26-2-sb1-bcm91250a linux-image-2.6.26-2-sb1a-bcm91480b linux-headers-2.6.26-2-sb1a-bcm91480b linux-image-2.6.26-2-4kc-malta linux-headers-2.6.26-2-4kc-malta linux-image-2.6.26-2-5kc-malta linux-headers-2.6.26-2-5kc-malta linux-headers-2.6.26-2-all-mipsel linux-image-2.6.26-2-r5k-cobalt linux-headers-2.6.26-2-r5k-cobalt linux-headers-2.6.26-2-all-powerpc linux-image-2.6.26-2-powerpc linux-headers-2.6.26-2-powerpc linux-image-2.6.26-2-powerpc-smp linux-headers-2.6.26-2-powerpc-smp linux-image-2.6.26-2-powerpc64 linux-headers-2.6.26-2-powerpc64 linux-image-2.6.26-2-vserver-powerpc linux-headers-2.6.26-2-vserver-powerpc linux-image-2.6.26-2-vserver-powerpc64 linux-headers-2.6.26-2-vserver-powerpc64 linux-headers-2.6.26-2-all-s390 linux-image-2.6.26-2-s390 linux-headers-2.6.26-2-s390 linux-image-2.6.26-2-s390-tape linux-image-2.6.26-2-s390x linux-headers-2.6.26-2-s390x linux-image-2.6.26-2-vserver-s390x linux-headers-2.6.26-2-vserver-s3
 90x linux-headers-2.6.26-2-all-sparc linux-image-2.6.26-2-sparc64 linux-headers-2.6.26-2-sparc64 linux-image-2.6.26-2-sparc64-smp linux-headers-2.6.26-2-sparc64-smp linux-image-2.6.26-2-vserver-sparc64 linux-headers-2.6.26-2-vserver-sparc64
Architecture: source all i386
Version: 2.6.26-20
Distribution: stable
Urgency: high
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: dann frazier <dannf@debian.org>
Description: 
 linux-doc-2.6.26 - Linux kernel specific documentation for version 2.6.26
 linux-headers-2.6.26-2-486 - Header files for Linux 2.6.26-2-486
 linux-headers-2.6.26-2-4kc-malta - Header files for Linux 2.6.26-2-4kc-malta
 linux-headers-2.6.26-2-5kc-malta - Header files for Linux 2.6.26-2-5kc-malta
 linux-headers-2.6.26-2-686 - Header files for Linux 2.6.26-2-686
 linux-headers-2.6.26-2-686-bigmem - Header files for Linux 2.6.26-2-686-bigmem
 linux-headers-2.6.26-2-all - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-alpha - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-amd64 - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-arm - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-armel - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-hppa - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-i386 - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-ia64 - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-m68k - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-mips - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-mipsel - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-powerpc - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-s390 - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-all-sparc - All header files for Linux 2.6.26
 linux-headers-2.6.26-2-alpha-generic - Header files for Linux 2.6.26-2-alpha-generic
 linux-headers-2.6.26-2-alpha-legacy - Header files for Linux 2.6.26-2-alpha-legacy
 linux-headers-2.6.26-2-alpha-smp - Header files for Linux 2.6.26-2-alpha-smp
 linux-headers-2.6.26-2-amd64 - Header files for Linux 2.6.26-2-amd64
 linux-headers-2.6.26-2-amiga - Header files for Linux 2.6.26-2-amiga
 linux-headers-2.6.26-2-atari - Header files for Linux 2.6.26-2-atari
 linux-headers-2.6.26-2-bvme6000 - Header files for Linux 2.6.26-2-bvme6000
 linux-headers-2.6.26-2-common - Common header files for Linux 2.6.26-2
 linux-headers-2.6.26-2-common-openvz - Common header files for Linux 2.6.26-2-openvz
 linux-headers-2.6.26-2-common-vserver - Common header files for Linux 2.6.26-2-vserver
 linux-headers-2.6.26-2-common-xen - Common header files for Linux 2.6.26-2-xen
 linux-headers-2.6.26-2-footbridge - Header files for Linux 2.6.26-2-footbridge
 linux-headers-2.6.26-2-iop32x - Header files for Linux 2.6.26-2-iop32x
 linux-headers-2.6.26-2-itanium - Header files for Linux 2.6.26-2-itanium
 linux-headers-2.6.26-2-ixp4xx - Header files for Linux 2.6.26-2-ixp4xx
 linux-headers-2.6.26-2-mac - Header files for Linux 2.6.26-2-mac
 linux-headers-2.6.26-2-mckinley - Header files for Linux 2.6.26-2-mckinley
 linux-headers-2.6.26-2-mvme147 - Header files for Linux 2.6.26-2-mvme147
 linux-headers-2.6.26-2-mvme16x - Header files for Linux 2.6.26-2-mvme16x
 linux-headers-2.6.26-2-openvz-686 - Header files for Linux 2.6.26-2-openvz-686
 linux-headers-2.6.26-2-openvz-amd64 - Header files for Linux 2.6.26-2-openvz-amd64
 linux-headers-2.6.26-2-orion5x - Header files for Linux 2.6.26-2-orion5x
 linux-headers-2.6.26-2-parisc - Header files for Linux 2.6.26-2-parisc
 linux-headers-2.6.26-2-parisc-smp - Header files for Linux 2.6.26-2-parisc-smp
 linux-headers-2.6.26-2-parisc64 - Header files for Linux 2.6.26-2-parisc64
 linux-headers-2.6.26-2-parisc64-smp - Header files for Linux 2.6.26-2-parisc64-smp
 linux-headers-2.6.26-2-powerpc - Header files for Linux 2.6.26-2-powerpc
 linux-headers-2.6.26-2-powerpc-smp - Header files for Linux 2.6.26-2-powerpc-smp
 linux-headers-2.6.26-2-powerpc64 - Header files for Linux 2.6.26-2-powerpc64
 linux-headers-2.6.26-2-r4k-ip22 - Header files for Linux 2.6.26-2-r4k-ip22
 linux-headers-2.6.26-2-r5k-cobalt - Header files for Linux 2.6.26-2-r5k-cobalt
 linux-headers-2.6.26-2-r5k-ip32 - Header files for Linux 2.6.26-2-r5k-ip32
 linux-headers-2.6.26-2-s390 - Header files for Linux 2.6.26-2-s390
 linux-headers-2.6.26-2-s390x - Header files for Linux 2.6.26-2-s390x
 linux-headers-2.6.26-2-sb1-bcm91250a - Header files for Linux 2.6.26-2-sb1-bcm91250a
 linux-headers-2.6.26-2-sb1a-bcm91480b - Header files for Linux 2.6.26-2-sb1a-bcm91480b
 linux-headers-2.6.26-2-sparc64 - Header files for Linux 2.6.26-2-sparc64
 linux-headers-2.6.26-2-sparc64-smp - Header files for Linux 2.6.26-2-sparc64-smp
 linux-headers-2.6.26-2-versatile - Header files for Linux 2.6.26-2-versatile
 linux-headers-2.6.26-2-vserver-686 - Header files for Linux 2.6.26-2-vserver-686
 linux-headers-2.6.26-2-vserver-686-bigmem - Header files for Linux 2.6.26-2-vserver-686-bigmem
 linux-headers-2.6.26-2-vserver-amd64 - Header files for Linux 2.6.26-2-vserver-amd64
 linux-headers-2.6.26-2-vserver-itanium - Header files for Linux 2.6.26-2-vserver-itanium
 linux-headers-2.6.26-2-vserver-mckinley - Header files for Linux 2.6.26-2-vserver-mckinley
 linux-headers-2.6.26-2-vserver-powerpc - Header files for Linux 2.6.26-2-vserver-powerpc
 linux-headers-2.6.26-2-vserver-powerpc64 - Header files for Linux 2.6.26-2-vserver-powerpc64
 linux-headers-2.6.26-2-vserver-s390x - Header files for Linux 2.6.26-2-vserver-s390x
 linux-headers-2.6.26-2-vserver-sparc64 - Header files for Linux 2.6.26-2-vserver-sparc64
 linux-headers-2.6.26-2-xen-686 - Header files for Linux 2.6.26-2-xen-686
 linux-headers-2.6.26-2-xen-amd64 - Header files for Linux 2.6.26-2-xen-amd64
 linux-image-2.6.26-2-486 - Linux 2.6.26 image on x86
 linux-image-2.6.26-2-4kc-malta - Linux 2.6.26 image on MIPS Malta
 linux-image-2.6.26-2-5kc-malta - Linux 2.6.26 image on MIPS Malta (64-bit)
 linux-image-2.6.26-2-686 - Linux 2.6.26 image on PPro/Celeron/PII/PIII/P4
 linux-image-2.6.26-2-686-bigmem - Linux 2.6.26 image on PPro/Celeron/PII/PIII/P4
 linux-image-2.6.26-2-alpha-generic - Linux 2.6.26 image on Alpha
 linux-image-2.6.26-2-alpha-legacy - Linux 2.6.26 image on Alpha Legacy
 linux-image-2.6.26-2-alpha-smp - Linux 2.6.26 image on Alpha SMP
 linux-image-2.6.26-2-amd64 - Linux 2.6.26 image on AMD64
 linux-image-2.6.26-2-amiga - Linux 2.6.26 image on Amiga
 linux-image-2.6.26-2-atari - Linux 2.6.26 image on Atari
 linux-image-2.6.26-2-bvme6000 - Linux 2.6.26 image on BVM BVME4000 and BVME6000
 linux-image-2.6.26-2-footbridge - Linux 2.6.26 image on Footbridge
 linux-image-2.6.26-2-iop32x - Linux 2.6.26 image on IOP32x
 linux-image-2.6.26-2-itanium - Linux 2.6.26 image on Itanium
 linux-image-2.6.26-2-ixp4xx - Linux 2.6.26 image on IXP4xx
 linux-image-2.6.26-2-mac - Linux 2.6.26 image on Macintosh
 linux-image-2.6.26-2-mckinley - Linux 2.6.26 image on Itanium II
 linux-image-2.6.26-2-mvme147 - Linux 2.6.26 image on Motorola MVME147
 linux-image-2.6.26-2-mvme16x - Linux 2.6.26 image on Motorola MVME162/6/7, MVME172/7
 linux-image-2.6.26-2-openvz-686 - Linux 2.6.26 image on PPro/Celeron/PII/PIII/P4, OpenVZ support
 linux-image-2.6.26-2-openvz-amd64 - Linux 2.6.26 image on AMD64, OpenVZ support
 linux-image-2.6.26-2-orion5x - Linux 2.6.26 image on Orion
 linux-image-2.6.26-2-parisc - Linux 2.6.26 image on 32-bit PA-RISC
 linux-image-2.6.26-2-parisc-smp - Linux 2.6.26 image on multiprocessor 32-bit PA-RISC
 linux-image-2.6.26-2-parisc64 - Linux 2.6.26 image on 64-bit PA-RISC
 linux-image-2.6.26-2-parisc64-smp - Linux 2.6.26 image on multiprocessor 64-bit PA-RISC
 linux-image-2.6.26-2-powerpc - Linux 2.6.26 image on uniprocessor 32-bit PowerPC
 linux-image-2.6.26-2-powerpc-smp - Linux 2.6.26 image on multiprocessor 32-bit PowerPC
 linux-image-2.6.26-2-powerpc64 - Linux 2.6.26 image on 64-bit PowerPC
 linux-image-2.6.26-2-r4k-ip22 - Linux 2.6.26 image on SGI IP22
 linux-image-2.6.26-2-r5k-cobalt - Linux 2.6.26 image on Cobalt
 linux-image-2.6.26-2-r5k-ip32 - Linux 2.6.26 image on SGI IP32
 linux-image-2.6.26-2-s390 - Linux 2.6.26 image on IBM S/390
 linux-image-2.6.26-2-s390-tape - Linux 2.6.26 image on IBM S/390, IPL from tape
 linux-image-2.6.26-2-s390x - Linux 2.6.26 image on IBM zSeries
 linux-image-2.6.26-2-sb1-bcm91250a - Linux 2.6.26 image on BCM91250A
 linux-image-2.6.26-2-sb1a-bcm91480b - Linux 2.6.26 image on BCM91480B
 linux-image-2.6.26-2-sparc64 - Linux 2.6.26 image on uniprocessor 64-bit UltraSPARC
 linux-image-2.6.26-2-sparc64-smp - Linux 2.6.26 image on multiprocessor 64-bit UltraSPARC
 linux-image-2.6.26-2-versatile - Linux 2.6.26 image on Versatile
 linux-image-2.6.26-2-vserver-686 - Linux 2.6.26 image on PPro/Celeron/PII/PIII/P4, Linux-VServer sup
 linux-image-2.6.26-2-vserver-686-bigmem - Linux 2.6.26 image on PPro/Celeron/PII/PIII/P4, Linux-VServer sup
 linux-image-2.6.26-2-vserver-amd64 - Linux 2.6.26 image on AMD64, Linux-VServer support
 linux-image-2.6.26-2-vserver-itanium - Linux 2.6.26 image on Itanium, Linux-VServer support
 linux-image-2.6.26-2-vserver-mckinley - Linux 2.6.26 image on Itanium II, Linux-VServer support
 linux-image-2.6.26-2-vserver-powerpc - Linux 2.6.26 image on uniprocessor 32-bit PowerPC, Linux-VServer 
 linux-image-2.6.26-2-vserver-powerpc64 - Linux 2.6.26 image on 64-bit PowerPC, Linux-VServer support
 linux-image-2.6.26-2-vserver-s390x - Linux 2.6.26 image on IBM zSeries, Linux-VServer support
 linux-image-2.6.26-2-vserver-sparc64 - Linux 2.6.26 image on uniprocessor 64-bit UltraSPARC, Linux-VServ
 linux-image-2.6.26-2-xen-686 - Linux 2.6.26 image on i686, oldstyle Xen support
 linux-image-2.6.26-2-xen-amd64 - Linux 2.6.26 image on AMD64, oldstyle Xen support
 linux-libc-dev - Linux support headers for userspace development
 linux-manual-2.6.26 - Linux kernel API manual pages for version 2.6.26
 linux-modules-2.6.26-2-xen-686 - Linux 2.6.26 modules on i686
 linux-modules-2.6.26-2-xen-amd64 - Linux 2.6.26 modules on AMD64
 linux-patch-debian-2.6.26 - Debian patches to version 2.6.26 of the Linux kernel
 linux-source-2.6.26 - Linux kernel source for version 2.6.26 with Debian patches
 linux-support-2.6.26-2 - Support files for Linux 2.6.26
 linux-tree-2.6.26 - Linux kernel source tree for building Debian kernel images
 xen-linux-system-2.6.26-2-xen-686 - XEN system with Linux 2.6.26 image on i686
 xen-linux-system-2.6.26-2-xen-amd64 - XEN system with Linux 2.6.26 image on AMD64
Closes: 507557 508599 508649 508866 510478 511419 515741 515982 517892 521383 530636 531932 538372 539215 541169 541457 542250 544619 545999 549002 550010 550863 550935
Changes: 
 linux-2.6 (2.6.26-20) stable; urgency=high
 .
   [ Ben Hutchings ]
   * xen: Fix crash in xen_spin_wait() on busy multiprocessor domain
     (Closes: #542250), thanks to Nikita V. Youshchenko <yoush@debian.org>
   * x86: Fix crash in text_poke_early() on 486-class processors
     (Closes: #515982)
   * hppa: Ensure TLB purge runs single threaded (Closes: #539215),
     thanks to Helge Deller <deller@gmx.de>
   * virtio_balloon: Fix towards_target when deflating balloon
     (Closes: #544619)
   * dm-snap: Fix crash when using both snapshot and origin volumes
     (Closes: #545999)
   * nfs: Avoid overrun when copying client IP address string
     (Closes: #549002)
   * sis190: Correct DMA sync handling on small packets (Closes: #541169)
   * mmc: Increase power-up delay (Closes: #508599)
   * v4l2: Improve 32/64-bit ioctl translation (Closes: #508649)
   * proc: Fix truncation of entries in /proc/*/pagemap on 32-bit
     architectures (Closes: #511419)
   * Sanitise <linux/socket.h> and <linux/uio.h> (Closes: #538372)
   * nfs: Handle -ESTALE error in access() (Closes: #508866)
   * r8169: Fix rx_missed_errors statistic (Closes: #531932)
   * hfsplus: Refuse to mount volumes larger than 2TB, which may otherwise
     be corrupted (Closes: #550010)
   * acenic: Pass up error code from ace_load_firmware(), avoiding an oops
     (Closes: #521383)
   * axnet_cs: Reclaim Netgear FA411 from pcnet_cs (Closes: #550935)
   * Update bug script from trunk:
     - Update taint checks
     - Prompt submitters to run the kernel version they're reporting on
       or otherwise record boot messages
     - Include PCI device list even if the running kernel doesn't match
     - Include model information
     - Include firmware package status
     - Include network configuration and status (optional)
     - Include USB device list
   * printk: Avoid hanging when logging messages for time adjustment
     (Closes: #510478)
 .
   [ dann frazier ]
   * autofs4: don't make expiring dentry negative, avoiding an oops
     (Closes: #530636)
   * ocfs/dlm: fix race in dlm_get_lock_resource() which can cause
     flock() to return EINVAL (Closes: #515741)
   * Increase default mmap_min_addr from 0 to 4096 (Closes: #541457)
 .
   [ Martin Michlmayr ]
   * Disable SYS_HAS_EARLY_PRINTK on SGI IP22 to work around a hang
     during bootup (Closes: #507557)
   * USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client
 .
   [ maximilian attems ]
   * [openvz] enable SYSFS_DEPRECATED_V2 for ipv6 tunnels through sit.
     (closes: #517892)
 .
   [ Moritz Muehlenhoff ]
   * nbd: fix I/O hang on disconnected NDBs. (Closes: #550863)
Checksums-Sha1: 
 12d837400355316cbafd00f265fc6cd57b7e5dbd 5754 linux-2.6_2.6.26-20.dsc
 7a419e3e1526213a04a3c92e6891eae072615f49 7667713 linux-2.6_2.6.26-20.diff.gz
 98e7b512cf3ac1def4b51c44d955c168b6ceeaf7 4627848 linux-doc-2.6.26_2.6.26-20_all.deb
 a47fd44931bb4363e6cbb30edd215ae7d87492e7 1768098 linux-manual-2.6.26_2.6.26-20_all.deb
 a3f95f9480b6f2dcfff37b64859a62bd11e1ebdc 2589850 linux-patch-debian-2.6.26_2.6.26-20_all.deb
 84ad20647b300e7b1f704f3a6ab268a2a756066a 48675848 linux-source-2.6.26_2.6.26-20_all.deb
 17142da71b070643596fc93669a3c032df995685 122992 linux-support-2.6.26-2_2.6.26-20_all.deb
 620e1d50641bb99a5a9f3a70093418d16211e33f 107740 linux-tree-2.6.26_2.6.26-20_all.deb
 4499fb0b12b960a91623af198f0d2f61e9318ac0 20176920 linux-image-2.6.26-2-486_2.6.26-20_i386.deb
 449d679dbe341be8894cfd0cac4cd430ab71cce8 400054 linux-headers-2.6.26-2-486_2.6.26-20_i386.deb
 6e003c9a1ca8a4e272ba9926812c7f3e4204a577 20210556 linux-image-2.6.26-2-686_2.6.26-20_i386.deb
 4ffd309b845f60772d267f02c41361e11ac774c0 398664 linux-headers-2.6.26-2-686_2.6.26-20_i386.deb
 0b10fb540f8477f62957a97cf08c0f9261109b4b 20328894 linux-image-2.6.26-2-686-bigmem_2.6.26-20_i386.deb
 8d4a39068798d7ff3f0b7f551d269ee095fa9eab 399122 linux-headers-2.6.26-2-686-bigmem_2.6.26-20_i386.deb
 ad4d68b3b15626a3afdc8de1a4ae8913cdae2cee 20868110 linux-image-2.6.26-2-amd64_2.6.26-20_i386.deb
 2cf11a2b9eab78de5e2b09eb0524686a2586823a 388180 linux-headers-2.6.26-2-amd64_2.6.26-20_i386.deb
 7803dee701c696bcd49e1351713f7534d23a99cb 3720096 linux-headers-2.6.26-2-common_2.6.26-20_i386.deb
 cd9447b9fdad5db183940c0f16de0c77477515e9 20504832 linux-image-2.6.26-2-openvz-686_2.6.26-20_i386.deb
 fee4a227b9cc1ed46a5fafe68fa4d04e541d4f20 404884 linux-headers-2.6.26-2-openvz-686_2.6.26-20_i386.deb
 1b514c1f4b0a129c0ed41a502943880270deceec 3775790 linux-headers-2.6.26-2-common-openvz_2.6.26-20_i386.deb
 0cbcf5f4e258e5810e1ce69c798007b05b136338 107220 linux-headers-2.6.26-2-all_2.6.26-20_i386.deb
 2a88b3f6e41dca9c20c6e80ca0e55790bffa5d83 107270 linux-headers-2.6.26-2-all-i386_2.6.26-20_i386.deb
 38ce66c878c494cd595142a170631ff51238373a 747436 linux-libc-dev_2.6.26-20_i386.deb
 036874a19b59c9460a6413fa6b700c6e42cb5947 20238580 linux-image-2.6.26-2-vserver-686_2.6.26-20_i386.deb
 67e56a3f599a96a347a5deae452298d94aad9a2e 399920 linux-headers-2.6.26-2-vserver-686_2.6.26-20_i386.deb
 50a1725decfa9054461ad2e36f9eba32f1e8e82e 20355954 linux-image-2.6.26-2-vserver-686-bigmem_2.6.26-20_i386.deb
 613f93500fc2cf27089f26759a402ebd67156ff8 399736 linux-headers-2.6.26-2-vserver-686-bigmem_2.6.26-20_i386.deb
 0983c7b75b877980d8701e26d00092ab9ee4198d 3752740 linux-headers-2.6.26-2-common-vserver_2.6.26-20_i386.deb
 62a05aab46faf103b27599924543decaceb2ae06 1592568 linux-image-2.6.26-2-xen-686_2.6.26-20_i386.deb
 82fbcef69ac3c234a7ff41818802f08678fb7839 18036860 linux-modules-2.6.26-2-xen-686_2.6.26-20_i386.deb
 7124fb5e9782281afe6df37747537d4b0c72c799 385658 linux-headers-2.6.26-2-xen-686_2.6.26-20_i386.deb
 f461d190f945180519526e599a4bf685be822b7c 107220 xen-linux-system-2.6.26-2-xen-686_2.6.26-20_i386.deb
 24f0714be550ca4d39f59c076f2b319dbfd949a9 3852458 linux-headers-2.6.26-2-common-xen_2.6.26-20_i386.deb
Checksums-Sha256: 
 5002e9eb4e25642a038cd92ac421157f74102e69c89cf4beacea8cf8e9342227 5754 linux-2.6_2.6.26-20.dsc
 0f1e2a73183368cd7ebd1b6b414df45dc8cfe253844ae26b613e5210b96a0202 7667713 linux-2.6_2.6.26-20.diff.gz
 738cfaf4f15ec3f88abaf09bd9ce68b330f9e01cc34a3ba4d7b86c74f1ee237c 4627848 linux-doc-2.6.26_2.6.26-20_all.deb
 8e375e466820c2e3c100a03c51665347c0b96c86c315cce6a772baed1e3f9100 1768098 linux-manual-2.6.26_2.6.26-20_all.deb
 abf182a9c7bc588f7fd83aabcb6a3367bf3d7fba227117a7b50e585cb1c10158 2589850 linux-patch-debian-2.6.26_2.6.26-20_all.deb
 f623c3fc0ea233139c64474af3bea442b1f0d419e785629d6e70a2ab284e155e 48675848 linux-source-2.6.26_2.6.26-20_all.deb
 0736ae204f176d43ef5850cf74e7687b419c28996f1f023144ac9dc7f3f71211 122992 linux-support-2.6.26-2_2.6.26-20_all.deb
 e57ef22f056f362728f5e060849a59e536610f87aaff656525a512c0498ace0e 107740 linux-tree-2.6.26_2.6.26-20_all.deb
 f5ad9394dd9757c1af1d3ce4417facf93957e1a28b0bb319f54836c3c5117315 20176920 linux-image-2.6.26-2-486_2.6.26-20_i386.deb
 018b04c5fc00e9b6bd80af43b19c6bd135032fd3eb0ccd3fa093d3c36ee27c65 400054 linux-headers-2.6.26-2-486_2.6.26-20_i386.deb
 5cb51bab5b9dc30c9a8c31ecb5e781082138187e2ba5bd48ba6173064c5e0fe7 20210556 linux-image-2.6.26-2-686_2.6.26-20_i386.deb
 ae30d7da3bb04be0a3f0934efff3f4713ccd179b6a4569e9c0f50a632f56ef6a 398664 linux-headers-2.6.26-2-686_2.6.26-20_i386.deb
 ed051dd40e45afe5dd46bd184b5806ab457f0c5ea604755339a43870386b0550 20328894 linux-image-2.6.26-2-686-bigmem_2.6.26-20_i386.deb
 7486cee03885d31a7fe666ff6d2bfd084fc5880abe44c12d0553f3cb2ea49ed3 399122 linux-headers-2.6.26-2-686-bigmem_2.6.26-20_i386.deb
 c79f22bcccac1b267d4ffb741f04d6c8a53ab3b3cf903ecf82035c2a7f698e19 20868110 linux-image-2.6.26-2-amd64_2.6.26-20_i386.deb
 a2941b3aab6e69ed033da515904347a9d67fcf2f9cfc59f88f244f7e91e421fa 388180 linux-headers-2.6.26-2-amd64_2.6.26-20_i386.deb
 4b1b66dcd4d6d41ab525170062d7382611f25583bb527d2691034796a1cefcf1 3720096 linux-headers-2.6.26-2-common_2.6.26-20_i386.deb
 47a64aea7fe8f4c5d8da4e695330055cf234f1753cdca32003dfb209a5900f83 20504832 linux-image-2.6.26-2-openvz-686_2.6.26-20_i386.deb
 eff617b62505c3d44d51e5e338a6a90f1391ed79d2797dcfe94e77ce6282d8e6 404884 linux-headers-2.6.26-2-openvz-686_2.6.26-20_i386.deb
 58d7027fc0c9ad274a0b43424d8ca37f9b2f64ec6fbf0618dcb1c5f9d45e81fc 3775790 linux-headers-2.6.26-2-common-openvz_2.6.26-20_i386.deb
 74219c82a78245b9701d0860547cc058014d5f4e59a227b08dbb75e1678c6bf0 107220 linux-headers-2.6.26-2-all_2.6.26-20_i386.deb
 c38d80b621c8e0efd5b5d2f2fa79bea0d27075f6da967ec23ff90356945bd0c7 107270 linux-headers-2.6.26-2-all-i386_2.6.26-20_i386.deb
 75a2e5c1bc5ed48e781c227fbb58f427a765f6e1435e6e66f268ea36c2c90fa7 747436 linux-libc-dev_2.6.26-20_i386.deb
 7442ff73b141a784a8aeb35f82fd676c854dd77b32531a9100c917a93003478a 20238580 linux-image-2.6.26-2-vserver-686_2.6.26-20_i386.deb
 deea0f7656f100ce0da9d03588625fbd1f3b9e02a144d509b1bf2d7b69cdfa95 399920 linux-headers-2.6.26-2-vserver-686_2.6.26-20_i386.deb
 1aeb0354cdcb1c5cc8c7d869513908e4a109f0c69a53c2cc0e7df008607de059 20355954 linux-image-2.6.26-2-vserver-686-bigmem_2.6.26-20_i386.deb
 5bafa793b10997bbf3201ab040630c52eaf5d327cb1a52cb265dd06f9f4aa878 399736 linux-headers-2.6.26-2-vserver-686-bigmem_2.6.26-20_i386.deb
 65db3c441b145b4a9f2a507f6bebeb1b053e3ea71c77e56d7bdc69ac69064666 3752740 linux-headers-2.6.26-2-common-vserver_2.6.26-20_i386.deb
 a8d85c0bb95615a968d7a6d096314d3cacd56e03b7ef86b0b8622cfdaf45ba48 1592568 linux-image-2.6.26-2-xen-686_2.6.26-20_i386.deb
 1133ce3e60dc66e7b2762e29a8134ffecd53a50ace6eb21dc1ac5488d1102095 18036860 linux-modules-2.6.26-2-xen-686_2.6.26-20_i386.deb
 1bbdcd3d95b7b1e2345abd016fa79a69ef889858aa4d1d836c40d198c35cce9a 385658 linux-headers-2.6.26-2-xen-686_2.6.26-20_i386.deb
 6c0f9746e3627dc1d204e6a61f7f01f0bdabc86b4d2d37f1b339c77317c1e8dc 107220 xen-linux-system-2.6.26-2-xen-686_2.6.26-20_i386.deb
 cce516c8f16a33355e3c36f8117e90ff6373e7ad27ee83147ff6e7bd8ee56264 3852458 linux-headers-2.6.26-2-common-xen_2.6.26-20_i386.deb
Files: 
 85e71b34d228e1f1a06ca4b5f36c7053 5754 devel optional linux-2.6_2.6.26-20.dsc
 316a0c7bba541452bea0529406c42ae6 7667713 devel optional linux-2.6_2.6.26-20.diff.gz
 7c0de6df37c32e8c98d68982928ef25c 4627848 doc optional linux-doc-2.6.26_2.6.26-20_all.deb
 dec634e7b98d15ccb9094cfb987965a5 1768098 doc optional linux-manual-2.6.26_2.6.26-20_all.deb
 6a653f632122f417089172d026baff55 2589850 devel optional linux-patch-debian-2.6.26_2.6.26-20_all.deb
 2529d1c3f375107cd7ce29a13cffbadb 48675848 devel optional linux-source-2.6.26_2.6.26-20_all.deb
 b8431fb5ddada4c8f68ea26e4d5e460a 122992 devel optional linux-support-2.6.26-2_2.6.26-20_all.deb
 9ce2ce504ddddd10085b0dfc04f6e1af 107740 devel optional linux-tree-2.6.26_2.6.26-20_all.deb
 3a81598b756da7d70f71979f8cd53cb1 20176920 admin optional linux-image-2.6.26-2-486_2.6.26-20_i386.deb
 8e2ac8ac3cecb4ba7bb2be949b3b6391 400054 devel optional linux-headers-2.6.26-2-486_2.6.26-20_i386.deb
 bd7ff935c87ea076458c279cc40c80ec 20210556 admin optional linux-image-2.6.26-2-686_2.6.26-20_i386.deb
 7b512f4c953e876211cefe0aa048599d 398664 devel optional linux-headers-2.6.26-2-686_2.6.26-20_i386.deb
 d3160b2512bd18c81d51ccccf51684b0 20328894 admin optional linux-image-2.6.26-2-686-bigmem_2.6.26-20_i386.deb
 89ffc58b56a14f4509539fdcc61593df 399122 devel optional linux-headers-2.6.26-2-686-bigmem_2.6.26-20_i386.deb
 aa0a14da6a21ae41c37e29174644e8dc 20868110 admin optional linux-image-2.6.26-2-amd64_2.6.26-20_i386.deb
 80f44064aa6005d7f092ffb500328035 388180 devel optional linux-headers-2.6.26-2-amd64_2.6.26-20_i386.deb
 1d23aee332b4a38d1933ea72f783270e 3720096 devel optional linux-headers-2.6.26-2-common_2.6.26-20_i386.deb
 d3906c00ffcc5c36a3e6b06a22c4e1b9 20504832 admin optional linux-image-2.6.26-2-openvz-686_2.6.26-20_i386.deb
 3662efc0c7631acc578b0125fc018b60 404884 devel optional linux-headers-2.6.26-2-openvz-686_2.6.26-20_i386.deb
 afe753042e153b42e0a8a06d38f8504e 3775790 devel optional linux-headers-2.6.26-2-common-openvz_2.6.26-20_i386.deb
 66566b0535f75a656b94a98a665bdedc 107220 devel optional linux-headers-2.6.26-2-all_2.6.26-20_i386.deb
 81ba49933fb4f75b2318e0d012e5481d 107270 devel optional linux-headers-2.6.26-2-all-i386_2.6.26-20_i386.deb
 9959d8760a543cf1b96855cf1174db82 747436 devel optional linux-libc-dev_2.6.26-20_i386.deb
 6b725e536a2d42de65a24abcf514bbbd 20238580 admin optional linux-image-2.6.26-2-vserver-686_2.6.26-20_i386.deb
 7fb975297cc4ce17e550a29d971a3d8e 399920 devel optional linux-headers-2.6.26-2-vserver-686_2.6.26-20_i386.deb
 505a548322c9b76f36f407aed37f236c 20355954 admin optional linux-image-2.6.26-2-vserver-686-bigmem_2.6.26-20_i386.deb
 1c0bbe2be559857fbe791ab1e54d53c1 399736 devel optional linux-headers-2.6.26-2-vserver-686-bigmem_2.6.26-20_i386.deb
 a7b423021fd967b234e94ef22449e5d0 3752740 devel optional linux-headers-2.6.26-2-common-vserver_2.6.26-20_i386.deb
 171fb79b08901bdfea4420e05b6a3853 1592568 admin optional linux-image-2.6.26-2-xen-686_2.6.26-20_i386.deb
 559086a42741237598fbf21b05c19c2a 18036860 admin optional linux-modules-2.6.26-2-xen-686_2.6.26-20_i386.deb
 d350a0121c82cd3cfc15df54f009e876 385658 devel optional linux-headers-2.6.26-2-xen-686_2.6.26-20_i386.deb
 d86ce06e966ea06085a5d135f828c14f 107220 admin extra xen-linux-system-2.6.26-2-xen-686_2.6.26-20_i386.deb
 43ce80dda6d2db7fbaadc4778a638ec0 3852458 devel optional linux-headers-2.6.26-2-common-xen_2.6.26-20_i386.deb

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

iD8DBQFK4x9GhuANDBmkLRkRAjTaAJ49Ns7bH608TnY51tDadxEdfhNjKACfWyQe
Zd5y1hxD53pni1GsDhM+ca4=
=AJ+h
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: