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

Bug#503962: marked as done (linux-image-2.6.26-1-xen-amd64: kernel oops after short on memory situation)



Your message dated Sat, 08 Nov 2008 17:17:38 +0000
with message-id <E1KyrRK-0006W0-VB@ries.debian.org>
and subject line Bug#503821: fixed in linux-2.6 2.6.26-10
has caused the Debian Bug report #503821,
regarding linux-image-2.6.26-1-xen-amd64: kernel oops after short on memory situation
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.)


-- 
503821: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503821
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-image-2.6.26-1-xen-amd64
Version: 2.6.26-8
Severity: important

I can consistently make the kernel oops with the following situation:

If I have a domain (either domU or dom0) that is limited on memory and I start a program that needs 
more memory than available as physical memory, this program will use more than 99% of CPU. Swap space
is available more than enogh, but will not be used extensively. When I interrupt the program with Ctrl-C,
I get the oops. 
Example: Domain with 128M of memory and 2G of swap. Starting e2fsck on a filesystem with 300G will 
trigger the effect. Swap space is used about 350k. Extending the memory of the domain to 256M will 
make the problem go away. Unfortunately this is not a possibility in all situations.


Oct 29 09:26:28 server kernel: [40200.737611] Eeek! page_mapcount(page) went negative! (-1)
Oct 29 09:26:28 server kernel: [40200.737645]   page pfn = 1d
Oct 29 09:26:28 server kernel: [40200.737655]   page->flags = 0
Oct 29 09:26:28 server kernel: [40200.737666]   page->count = 0
Oct 29 09:26:28 server kernel: [40200.737676]   page->mapping = 0000000000000000
Oct 29 09:26:28 server kernel: [40200.737710]   vma->vm_ops = 0x0
Oct 29 09:26:28 server kernel: [40200.737737] ------------[ cut here ]------------
Oct 29 09:26:28 server kernel: [40200.737749] kernel BUG at mm/rmap.c:669!
Oct 29 09:26:28 server kernel: [40200.737760] invalid opcode: 0000 [1] SMP 
Oct 29 09:26:28 server kernel: [40200.737779] CPU 0 
Oct 29 09:26:28 server kernel: [40200.737793] Modules linked in: openafs(P) bridge netloop video output ac battery ip6table_filter ip6_tables iptable_raw xt_comment xt_policy ipt_ULOG ipt_TTL ipt_ttl ipt_REJECT ipt_REDIRECT ipt_recent ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp nf_conntrack_amanda nf_conntrack_tftp nf_conntrack_sip nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFQUEUE xt_NFLOG xt_multiport xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_conntrack xt_CONNMARK xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack iptable_mangle nfnetlink iptable_filter ip_tables x_tables dummy ipv6 loo
Oct 29 09:26:28 server kernel:  ide_generic serio_raw pcspkr psmouse k8temp i2c_nforce2 button i2c_core evdev ext3 jbd mbcache dm_mirror dm_log dm_snapshot dm_mod raid456 md_mod async_xor async_memcpy async_tx xor sd_mod ide_cd_mod cdrom ide_disk sata_nv ata_generic r8169 forcedeth amd74xx libata scsi_mod dock ide_pci_generic ide_core thermal processor fan thermal_sys
Oct 29 09:26:28 server kernel: [40200.738424] Pid: 11894, comm: e2fsck Tainted: P          2.6.26-1-xen-amd64 #1
Oct 29 09:26:28 server kernel: [40200.738440] RIP: e030:[<ffffffff8027c464>]  [<ffffffff8027c464>] page_remove_rmap+0xfb/0x117
Oct 29 09:26:28 server kernel: [40200.738467] RSP: e02b:ffff880008797bf8  EFLAGS: 00010246
Oct 29 09:26:28 server kernel: [40200.738479] RAX: 0000000000000000 RBX: ffff880001e6e658 RCX: 000075750000a035
Oct 29 09:26:28 server kernel: [40200.738491] RDX: ffffffffff5f7000 RSI: 0000000000000001 RDI: ffffffff805aaab0
Oct 29 09:26:28 server kernel: [40200.738504] RBP: ffff88003e208528 R08: 0000000000000023 R09: ffff880008797600
Oct 29 09:26:28 server kernel: [40200.738516] R10: 0000000000000000 R11: 000001f328e040ae R12: ffff880001e6e658
Oct 29 09:26:28 server kernel: [40200.738529] R13: ffff880008129c70 R14: ffff88003e2e0700 R15: ffff880002032108
Oct 29 09:26:28 server kernel: [40200.738544] FS:  00007f0f53e05740(0000) GS:ffffffff80539000(0000) knlGS:0000000000000000
Oct 29 09:26:28 server kernel: [40200.738561] CS:  e033 DS: 0000 ES: 0000
Oct 29 09:26:28 server kernel: [40200.738572] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Oct 29 09:26:28 server kernel: [40200.738585] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Oct 29 09:26:28 server kernel: [40200.738598] Process e2fsck (pid: 11894, threadinfo ffff880008796000, task ffff880008728340)
Oct 29 09:26:28 server kernel: [40200.738615] Stack:  ffff880008129c58 000000000001d500 0000000002f8e000 ffffffff80273155
Oct 29 09:26:28 server kernel: [40200.738651]  ffff8800087e8000 0000000000000000 ffff880008797cf8 ffffffffffffffff
Oct 29 09:26:28 server kernel: [40200.738683]  0000000000000000 ffff88003e208528 ffff880008797d00 0000000000323000
Oct 29 09:26:28 server kernel: [40200.738707] Call Trace:
Oct 29 09:26:28 server kernel: [40200.738736]  [<ffffffff80273155>] ? unmap_vmas+0x744/0xa49
Oct 29 09:26:28 server kernel: [40200.738783]  [<ffffffff80278483>] ? exit_mmap+0x7b/0xf7
Oct 29 09:26:28 server kernel: [40200.738802]  [<ffffffff8022a6bd>] ? mmput+0x2c/0xc0
Oct 29 09:26:28 server kernel: [40200.738820]  [<ffffffff8022fe32>] ? do_exit+0x25a/0x6ce
Oct 29 09:26:28 server kernel: [40200.738844]  [<ffffffff8023034c>] ? do_group_exit+0xa6/0xdc
Oct 29 09:26:28 server kernel: [40200.738862]  [<ffffffff80238dbd>] ? get_signal_to_deliver+0x3b1/0x40b
Oct 29 09:26:28 server kernel: [40200.738884]  [<ffffffff8020a907>] ? do_notify_resume+0xa0/0x832
Oct 29 09:26:28 server kernel: [40200.738898]  [<ffffffff8020e7a8>] ? get_nsec_offset+0x9/0x2c
Oct 29 09:26:28 server kernel: [40200.738912]  [<ffffffff8020e804>] ? local_clock+0x39/0x83
Oct 29 09:26:28 server kernel: [40200.738933]  [<ffffffff80222f78>] ? __dequeue_entity+0x25/0x69
Oct 29 09:26:28 server kernel: [40200.738952]  [<ffffffff80222fd4>] ? set_next_entity+0x18/0x3a
Oct 29 09:26:28 server kernel: [40200.738975]  [<ffffffff8043449b>] ? thread_return+0x3e/0xdb
Oct 29 09:26:28 server kernel: [40200.738999]  [<ffffffff802181fd>] ? do_page_fault+0xb73/0xf50
Oct 29 09:26:28 server kernel: [40200.739026]  [<ffffffff8020bb29>] ? retint_signal+0x57/0xae
Oct 29 09:26:28 server kernel: [40200.739063] 
Oct 29 09:26:28 server kernel: [40200.739072] 
Oct 29 09:26:28 server kernel: [40200.739081] Code: 80 e8 3c 0c fd ff 48 8b 85 90 00 00 00 48 85 c0 74 19 48 8b 40 20 48 85 c0 74 10 48 8b 70 58 48 c7 c7 66 52 4b 80 e8 17 0c fd ff <0f> 0b eb fe 8b 77 18 41 58 5b 5d 83 e6 01 f7 de 83 c6 04 e9 6c 
Oct 29 09:26:28 server kernel: [40200.739359] RIP  [<ffffffff8027c464>] page_remove_rmap+0xfb/0x117
Oct 29 09:26:28 server kernel: [40200.739376]  RSP <ffff880008797bf8>
Oct 29 09:26:28 server kernel: [40200.739823] ---[ end trace d7a0c0a175c102d0 ]---
Oct 29 09:26:28 server kernel: [40200.739889] Fixing recursive fault but reboot is needed!

I am using xen-hypervisor-3.2-1-amd64 version 3.2.1-2.

If you need more information, feel free to ask.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.26-1-xen-amd64 depends on:
ii  initramfs-tools               0.92l      tools for generating an initramfs
ii  linux-modules-2.6.26-1-xen-am 2.6.26-8   Linux 2.6.26 modules on AMD64

linux-image-2.6.26-1-xen-amd64 recommends no packages.

Versions of packages linux-image-2.6.26-1-xen-amd64 suggests:
ii  grub                          0.97-47    GRand Unified Bootloader (Legacy v
pn  linux-doc-2.6.26              <none>     (no description available)

-- no debconf information



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

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-10.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.26-10.diff.gz
linux-2.6_2.6.26-10.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.26-10.dsc
linux-doc-2.6.26_2.6.26-10_all.deb
  to pool/main/l/linux-2.6/linux-doc-2.6.26_2.6.26-10_all.deb
linux-headers-2.6.26-1-all-powerpc_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-1-all-powerpc_2.6.26-10_powerpc.deb
linux-headers-2.6.26-1-all_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-1-all_2.6.26-10_powerpc.deb
linux-headers-2.6.26-1-common-vserver_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-1-common-vserver_2.6.26-10_powerpc.deb
linux-headers-2.6.26-1-common_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-1-common_2.6.26-10_powerpc.deb
linux-headers-2.6.26-1-powerpc-smp_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-1-powerpc-smp_2.6.26-10_powerpc.deb
linux-headers-2.6.26-1-powerpc64_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-1-powerpc64_2.6.26-10_powerpc.deb
linux-headers-2.6.26-1-powerpc_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-1-powerpc_2.6.26-10_powerpc.deb
linux-headers-2.6.26-1-vserver-powerpc64_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-1-vserver-powerpc64_2.6.26-10_powerpc.deb
linux-headers-2.6.26-1-vserver-powerpc_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.26-1-vserver-powerpc_2.6.26-10_powerpc.deb
linux-image-2.6.26-1-powerpc-smp_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-1-powerpc-smp_2.6.26-10_powerpc.deb
linux-image-2.6.26-1-powerpc64_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-1-powerpc64_2.6.26-10_powerpc.deb
linux-image-2.6.26-1-powerpc_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-1-powerpc_2.6.26-10_powerpc.deb
linux-image-2.6.26-1-vserver-powerpc64_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-1-vserver-powerpc64_2.6.26-10_powerpc.deb
linux-image-2.6.26-1-vserver-powerpc_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.26-1-vserver-powerpc_2.6.26-10_powerpc.deb
linux-libc-dev_2.6.26-10_powerpc.deb
  to pool/main/l/linux-2.6/linux-libc-dev_2.6.26-10_powerpc.deb
linux-manual-2.6.26_2.6.26-10_all.deb
  to pool/main/l/linux-2.6/linux-manual-2.6.26_2.6.26-10_all.deb
linux-patch-debian-2.6.26_2.6.26-10_all.deb
  to pool/main/l/linux-2.6/linux-patch-debian-2.6.26_2.6.26-10_all.deb
linux-source-2.6.26_2.6.26-10_all.deb
  to pool/main/l/linux-2.6/linux-source-2.6.26_2.6.26-10_all.deb
linux-support-2.6.26-1_2.6.26-10_all.deb
  to pool/main/l/linux-2.6/linux-support-2.6.26-1_2.6.26-10_all.deb
linux-tree-2.6.26_2.6.26-10_all.deb
  to pool/main/l/linux-2.6/linux-tree-2.6.26_2.6.26-10_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 503821@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank <waldi@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: Sat, 08 Nov 2008 10:50:58 +0100
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-1 linux-libc-dev linux-headers-2.6.26-1-all linux-headers-2.6.26-1-all-alpha linux-headers-2.6.26-1-common linux-image-2.6.26-1-alpha-generic linux-headers-2.6.26-1-alpha-generic linux-image-2.6.26-1-alpha-smp linux-headers-2.6.26-1-alpha-smp linux-image-2.6.26-1-alpha-legacy linux-headers-2.6.26-1-alpha-legacy linux-headers-2.6.26-1-all-amd64 linux-image-2.6.26-1-amd64 linux-headers-2.6.26-1-amd64 linux-headers-2.6.26-1-common-openvz linux-image-2.6.26-1-openvz-amd64 linux-headers-2.6.26-1-openvz-amd64 linux-headers-2.6.26-1-common-vserver linux-image-2.6.26-1-vserver-amd64 linux-headers-2.6.26-1-vserver-amd64 linux-headers-2.6.26-1-common-xen linux-image-2.6.26-1-xen-amd64 linux-modules-2.6.26-1-xen-amd64 linux-headers-2.6.26-1-xen-amd64 xen-linux-system-2.6.26-1-xen-amd64 linux-headers-2.6.26-1-all-arm linux-image-2.6.26-1-footbridge linux-headers-2.6.26-1-footbridge linux-image-2.6.26-1-iop32x linux-headers-2.6.26-1-iop32x linux-image-2.6.26-1-ixp4xx linux-headers-2.6.26-1-ixp4xx linux-image-2.6.26-1-orion5x linux-headers-2.6.26-1-orion5x linux-headers-2.6.26-1-all-armel linux-image-2.6.26-1-versatile linux-headers-2.6.26-1-versatile linux-headers-2.6.26-1-all-hppa linux-image-2.6.26-1-parisc linux-headers-2.6.26-1-parisc linux-image-2.6.26-1-parisc-smp linux-headers-2.6.26-1-parisc-smp linux-image-2.6.26-1-parisc64 linux-headers-2.6.26-1-parisc64 linux-image-2.6.26-1-parisc64-smp linux-headers-2.6.26-1-parisc64-smp linux-headers-2.6.26-1-all-i386 linux-image-2.6.26-1-486 linux-headers-2.6.26-1-486 linux-image-2.6.26-1-686 linux-headers-2.6.26-1-686 linux-image-2.6.26-1-686-bigmem linux-headers-2.6.26-1-686-bigmem linux-image-2.6.26-1-openvz-686 linux-headers-2.6.26-1-openvz-686 linux-image-2.6.26-1-vserver-686 linux-headers-2.6.26-1-vserver-686 linux-image-2.6.26-1-vserver-686-bigmem linux-headers-2.6.26-1-vserver-686-bigmem linux-image-2.6.26-1-xen-686 linux-modules-2.6.26-1-xen-686 linux-headers-2.6.26-1-xen-686 xen-linux-system-2.6.26-1-xen-686 linux-headers-2.6.26-1-all-ia64 linux-image-2.6.26-1-itanium linux-headers-2.6.26-1-itanium linux-image-2.6.26-1-mckinley linux-headers-2.6.26-1-mckinley linux-image-2.6.26-1-vserver-itanium linux-headers-2.6.26-1-vserver-itanium linux-image-2.6.26-1-vserver-mckinley linux-headers-2.6.26-1-vserver-mckinley linux-headers-2.6.26-1-all-m68k linux-image-2.6.26-1-amiga linux-headers-2.6.26-1-amiga linux-image-2.6.26-1-atari linux-headers-2.6.26-1-atari linux-image-2.6.26-1-bvme6000 linux-headers-2.6.26-1-bvme6000 linux-image-2.6.26-1-mac linux-headers-2.6.26-1-mac linux-image-2.6.26-1-mvme147 linux-headers-2.6.26-1-mvme147 linux-image-2.6.26-1-mvme16x linux-headers-2.6.26-1-mvme16x linux-headers-2.6.26-1-all-mips linux-image-2.6.26-1-r4k-ip22 linux-headers-2.6.26-1-r4k-ip22 linux-image-2.6.26-1-r5k-ip32 linux-headers-2.6.26-1-r5k-ip32 linux-image-2.6.26-1-sb1-bcm91250a linux-headers-2.6.26-1-sb1-bcm91250a linux-image-2.6.26-1-sb1a-bcm91480b linux-headers-2.6.26-1-sb1a-bcm91480b linux-image-2.6.26-1-4kc-malta linux-headers-2.6.26-1-4kc-malta linux-image-2.6.26-1-5kc-malta linux-headers-2.6.26-1-5kc-malta linux-headers-2.6.26-1-all-mipsel linux-image-2.6.26-1-r5k-cobalt linux-headers-2.6.26-1-r5k-cobalt linux-headers-2.6.26-1-all-powerpc linux-image-2.6.26-1-powerpc linux-headers-2.6.26-1-powerpc linux-image-2.6.26-1-powerpc-smp linux-headers-2.6.26-1-powerpc-smp linux-image-2.6.26-1-powerpc64 linux-headers-2.6.26-1-powerpc64 linux-image-2.6.26-1-vserver-powerpc linux-headers-2.6.26-1-vserver-powerpc linux-image-2.6.26-1-vserver-powerpc64 linux-headers-2.6.26-1-vserver-powerpc64 linux-headers-2.6.26-1-all-s390 linux-image-2.6.26-1-s390 linux-headers-2.6.26-1-s390 linux-image-2.6.26-1-s390-tape linux-image-2.6.26-1-s390x linux-headers-2.6.26-1-s390x linux-image-2.6.26-1-vserver-s390x linux-headers-2.6.26-1-vserver-s390x linux-headers-2.6.26-1-all-sparc linux-image-2.6.26-1-sparc64 linux-headers-2.6.26-1-sparc64 linux-image-2.6.26-1-sparc64-smp linux-headers-2.6.26-1-sparc64-smp linux-image-2.6.26-1-vserver-sparc64 linux-headers-2.6.26-1-vserver-sparc64
Architecture: source all powerpc
Version: 2.6.26-10
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Bastian Blank <waldi@debian.org>
Description: 
 linux-doc-2.6.26 - Linux kernel specific documentation for version 2.6.26
 linux-headers-2.6.26-1-486 - Header files for Linux 2.6.26-1-486
 linux-headers-2.6.26-1-4kc-malta - Header files for Linux 2.6.26-1-4kc-malta
 linux-headers-2.6.26-1-5kc-malta - Header files for Linux 2.6.26-1-5kc-malta
 linux-headers-2.6.26-1-686 - Header files for Linux 2.6.26-1-686
 linux-headers-2.6.26-1-686-bigmem - Header files for Linux 2.6.26-1-686-bigmem
 linux-headers-2.6.26-1-all - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-alpha - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-amd64 - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-arm - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-armel - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-hppa - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-i386 - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-ia64 - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-m68k - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-mips - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-mipsel - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-powerpc - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-s390 - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-all-sparc - All header files for Linux 2.6.26
 linux-headers-2.6.26-1-alpha-generic - Header files for Linux 2.6.26-1-alpha-generic
 linux-headers-2.6.26-1-alpha-legacy - Header files for Linux 2.6.26-1-alpha-legacy
 linux-headers-2.6.26-1-alpha-smp - Header files for Linux 2.6.26-1-alpha-smp
 linux-headers-2.6.26-1-amd64 - Header files for Linux 2.6.26-1-amd64
 linux-headers-2.6.26-1-amiga - Header files for Linux 2.6.26-1-amiga
 linux-headers-2.6.26-1-atari - Header files for Linux 2.6.26-1-atari
 linux-headers-2.6.26-1-bvme6000 - Header files for Linux 2.6.26-1-bvme6000
 linux-headers-2.6.26-1-common - Common header files for Linux 2.6.26-1
 linux-headers-2.6.26-1-common-openvz - Common header files for Linux 2.6.26-1-openvz
 linux-headers-2.6.26-1-common-vserver - Common header files for Linux 2.6.26-1-vserver
 linux-headers-2.6.26-1-common-xen - Common header files for Linux 2.6.26-1-xen
 linux-headers-2.6.26-1-footbridge - Header files for Linux 2.6.26-1-footbridge
 linux-headers-2.6.26-1-iop32x - Header files for Linux 2.6.26-1-iop32x
 linux-headers-2.6.26-1-itanium - Header files for Linux 2.6.26-1-itanium
 linux-headers-2.6.26-1-ixp4xx - Header files for Linux 2.6.26-1-ixp4xx
 linux-headers-2.6.26-1-mac - Header files for Linux 2.6.26-1-mac
 linux-headers-2.6.26-1-mckinley - Header files for Linux 2.6.26-1-mckinley
 linux-headers-2.6.26-1-mvme147 - Header files for Linux 2.6.26-1-mvme147
 linux-headers-2.6.26-1-mvme16x - Header files for Linux 2.6.26-1-mvme16x
 linux-headers-2.6.26-1-openvz-686 - Header files for Linux 2.6.26-1-openvz-686
 linux-headers-2.6.26-1-openvz-amd64 - Header files for Linux 2.6.26-1-openvz-amd64
 linux-headers-2.6.26-1-orion5x - Header files for Linux 2.6.26-1-orion5x
 linux-headers-2.6.26-1-parisc - Header files for Linux 2.6.26-1-parisc
 linux-headers-2.6.26-1-parisc-smp - Header files for Linux 2.6.26-1-parisc-smp
 linux-headers-2.6.26-1-parisc64 - Header files for Linux 2.6.26-1-parisc64
 linux-headers-2.6.26-1-parisc64-smp - Header files for Linux 2.6.26-1-parisc64-smp
 linux-headers-2.6.26-1-powerpc - Header files for Linux 2.6.26-1-powerpc
 linux-headers-2.6.26-1-powerpc-smp - Header files for Linux 2.6.26-1-powerpc-smp
 linux-headers-2.6.26-1-powerpc64 - Header files for Linux 2.6.26-1-powerpc64
 linux-headers-2.6.26-1-r4k-ip22 - Header files for Linux 2.6.26-1-r4k-ip22
 linux-headers-2.6.26-1-r5k-cobalt - Header files for Linux 2.6.26-1-r5k-cobalt
 linux-headers-2.6.26-1-r5k-ip32 - Header files for Linux 2.6.26-1-r5k-ip32
 linux-headers-2.6.26-1-s390 - Header files for Linux 2.6.26-1-s390
 linux-headers-2.6.26-1-s390x - Header files for Linux 2.6.26-1-s390x
 linux-headers-2.6.26-1-sb1-bcm91250a - Header files for Linux 2.6.26-1-sb1-bcm91250a
 linux-headers-2.6.26-1-sb1a-bcm91480b - Header files for Linux 2.6.26-1-sb1a-bcm91480b
 linux-headers-2.6.26-1-sparc64 - Header files for Linux 2.6.26-1-sparc64
 linux-headers-2.6.26-1-sparc64-smp - Header files for Linux 2.6.26-1-sparc64-smp
 linux-headers-2.6.26-1-versatile - Header files for Linux 2.6.26-1-versatile
 linux-headers-2.6.26-1-vserver-686 - Header files for Linux 2.6.26-1-vserver-686
 linux-headers-2.6.26-1-vserver-686-bigmem - Header files for Linux 2.6.26-1-vserver-686-bigmem
 linux-headers-2.6.26-1-vserver-amd64 - Header files for Linux 2.6.26-1-vserver-amd64
 linux-headers-2.6.26-1-vserver-itanium - Header files for Linux 2.6.26-1-vserver-itanium
 linux-headers-2.6.26-1-vserver-mckinley - Header files for Linux 2.6.26-1-vserver-mckinley
 linux-headers-2.6.26-1-vserver-powerpc - Header files for Linux 2.6.26-1-vserver-powerpc
 linux-headers-2.6.26-1-vserver-powerpc64 - Header files for Linux 2.6.26-1-vserver-powerpc64
 linux-headers-2.6.26-1-vserver-s390x - Header files for Linux 2.6.26-1-vserver-s390x
 linux-headers-2.6.26-1-vserver-sparc64 - Header files for Linux 2.6.26-1-vserver-sparc64
 linux-headers-2.6.26-1-xen-686 - Header files for Linux 2.6.26-1-xen-686
 linux-headers-2.6.26-1-xen-amd64 - Header files for Linux 2.6.26-1-xen-amd64
 linux-image-2.6.26-1-486 - Linux 2.6.26 image on x86
 linux-image-2.6.26-1-4kc-malta - Linux 2.6.26 image on MIPS Malta
 linux-image-2.6.26-1-5kc-malta - Linux 2.6.26 image on MIPS Malta (64-bit)
 linux-image-2.6.26-1-686 - Linux 2.6.26 image on PPro/Celeron/PII/PIII/P4
 linux-image-2.6.26-1-686-bigmem - Linux 2.6.26 image on PPro/Celeron/PII/PIII/P4
 linux-image-2.6.26-1-alpha-generic - Linux 2.6.26 image on Alpha
 linux-image-2.6.26-1-alpha-legacy - Linux 2.6.26 image on Alpha Legacy
 linux-image-2.6.26-1-alpha-smp - Linux 2.6.26 image on Alpha SMP
 linux-image-2.6.26-1-amd64 - Linux 2.6.26 image on AMD64
 linux-image-2.6.26-1-amiga - Linux 2.6.26 image on Amiga
 linux-image-2.6.26-1-atari - Linux 2.6.26 image on Atari
 linux-image-2.6.26-1-bvme6000 - Linux 2.6.26 image on BVM BVME4000 and BVME6000
 linux-image-2.6.26-1-footbridge - Linux 2.6.26 image on Footbridge
 linux-image-2.6.26-1-iop32x - Linux 2.6.26 image on IOP32x
 linux-image-2.6.26-1-itanium - Linux 2.6.26 image on Itanium
 linux-image-2.6.26-1-ixp4xx - Linux 2.6.26 image on IXP4xx
 linux-image-2.6.26-1-mac - Linux 2.6.26 image on Macintosh
 linux-image-2.6.26-1-mckinley - Linux 2.6.26 image on Itanium II
 linux-image-2.6.26-1-mvme147 - Linux 2.6.26 image on Motorola MVME147
 linux-image-2.6.26-1-mvme16x - Linux 2.6.26 image on Motorola MVME162/6/7, MVME172/7
 linux-image-2.6.26-1-openvz-686 - Linux 2.6.26 image on PPro/Celeron/PII/PIII/P4, OpenVZ support
 linux-image-2.6.26-1-openvz-amd64 - Linux 2.6.26 image on AMD64, OpenVZ support
 linux-image-2.6.26-1-orion5x - Linux 2.6.26 image on Orion
 linux-image-2.6.26-1-parisc - Linux 2.6.26 image on 32-bit PA-RISC
 linux-image-2.6.26-1-parisc-smp - Linux 2.6.26 image on multiprocessor 32-bit PA-RISC
 linux-image-2.6.26-1-parisc64 - Linux 2.6.26 image on 64-bit PA-RISC
 linux-image-2.6.26-1-parisc64-smp - Linux 2.6.26 image on multiprocessor 64-bit PA-RISC
 linux-image-2.6.26-1-powerpc - Linux 2.6.26 image on uniprocessor 32-bit PowerPC
 linux-image-2.6.26-1-powerpc-smp - Linux 2.6.26 image on multiprocessor 32-bit PowerPC
 linux-image-2.6.26-1-powerpc64 - Linux 2.6.26 image on 64-bit PowerPC
 linux-image-2.6.26-1-r4k-ip22 - Linux 2.6.26 image on SGI IP22
 linux-image-2.6.26-1-r5k-cobalt - Linux 2.6.26 image on Cobalt
 linux-image-2.6.26-1-r5k-ip32 - Linux 2.6.26 image on SGI IP32
 linux-image-2.6.26-1-s390 - Linux 2.6.26 image on IBM S/390
 linux-image-2.6.26-1-s390-tape - Linux 2.6.26 image on IBM S/390, IPL from tape
 linux-image-2.6.26-1-s390x - Linux 2.6.26 image on IBM zSeries
 linux-image-2.6.26-1-sb1-bcm91250a - Linux 2.6.26 image on BCM91250A
 linux-image-2.6.26-1-sb1a-bcm91480b - Linux 2.6.26 image on BCM91480B
 linux-image-2.6.26-1-sparc64 - Linux 2.6.26 image on uniprocessor 64-bit UltraSPARC
 linux-image-2.6.26-1-sparc64-smp - Linux 2.6.26 image on multiprocessor 64-bit UltraSPARC
 linux-image-2.6.26-1-versatile - Linux 2.6.26 image on Versatile
 linux-image-2.6.26-1-vserver-686 - Linux 2.6.26 image on PPro/Celeron/PII/PIII/P4, Linux-VServer sup
 linux-image-2.6.26-1-vserver-686-bigmem - Linux 2.6.26 image on PPro/Celeron/PII/PIII/P4, Linux-VServer sup
 linux-image-2.6.26-1-vserver-amd64 - Linux 2.6.26 image on AMD64, Linux-VServer support
 linux-image-2.6.26-1-vserver-itanium - Linux 2.6.26 image on Itanium, Linux-VServer support
 linux-image-2.6.26-1-vserver-mckinley - Linux 2.6.26 image on Itanium II, Linux-VServer support
 linux-image-2.6.26-1-vserver-powerpc - Linux 2.6.26 image on uniprocessor 32-bit PowerPC, Linux-VServer 
 linux-image-2.6.26-1-vserver-powerpc64 - Linux 2.6.26 image on 64-bit PowerPC, Linux-VServer support
 linux-image-2.6.26-1-vserver-s390x - Linux 2.6.26 image on IBM zSeries
 linux-image-2.6.26-1-vserver-sparc64 - Linux 2.6.26 image on uniprocessor 64-bit UltraSPARC, Linux-VServ
 linux-image-2.6.26-1-xen-686 - Linux 2.6.26 image on i686
 linux-image-2.6.26-1-xen-amd64 - Linux 2.6.26 image on AMD64
 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-1-xen-686 - Linux 2.6.26 modules on i686
 linux-modules-2.6.26-1-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-1 - 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-1-xen-686 - XEN system with Linux 2.6.26 image on i686
 xen-linux-system-2.6.26-1-xen-amd64 - XEN system with Linux 2.6.26 image on AMD64
Closes: 493957 502606 503821 504723
Changes: 
 linux-2.6 (2.6.26-10) unstable; urgency=low
 .
   [ dann frazier ]
   * sctp: Fix possible kernel panic in sctp_sf_abort_violation (CVE-2008-4618)
 .
   [ Martin Michlmayr ]
   * DNS-323: add support for revision B1 machines (Matthew Palmer).
   * ext3/ext4: Add support for non-native signed/unsigned htree hash
     algorithms (Theodore Ts'o). (closes: #493957)
   * [arm/ixp4xx] Enable USB_ACM (closes: #504723).
 .
   [ Bastian Blank ]
   * agp: Fix stolen memory counting on Intel G4X. (closes: #502606)
   * Add stable release 2.6.26.7:
     - security: avoid calling a NULL function pointer in drivers/video/tvaudio.c
     - DVB: au0828: add support for another USB id for Hauppauge HVR950Q
     - drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)
     - ACPI: Ignore _BQC object when registering backlight device
     - hwmon: (it87) Prevent power-off on Shuttle SN68PT
     - Check mapped ranges on sysfs resource files
     - x86: avoid dereferencing beyond stack + THREAD_SIZE
     - PCI: disable ASPM on pre-1.1 PCIe devices
     - PCI: disable ASPM per ACPI FADT setting
     - V4L/DVB (9053): fix buffer overflow in uvc-video
     - V4L/DVB (8617): uvcvideo: don't use stack-based buffers for USB transfers.
     - V4L/DVB (8498): uvcvideo: Return sensible min and max values when querying
       a boolean control.
     - V4L: zr36067: Fix RGBR pixel format
     - V4L: bttv: Prevent NULL pointer dereference in radio_open
     - libata: fix EH action overwriting in ata_eh_reset()
     - libata: always do follow-up SRST if hardreset returned -EAGAIN
     - fbcon_set_all_vcs: fix kernel crash when switching the rotated consoles
     - modules: fix module "notes" kobject leak
     - b43legacy: Fix failure in rate-adjustment mechanism
     - CIFS: make sure we have the right resume info before calling CIFSFindNext
     - sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rq
     - tty: Termios locking - sort out real_tty confusions and lock reads
     - x86, early_ioremap: fix fencepost error
     - x86: improve UP kernel when CPU-hotplug and SMP is enabled
     - x86: Reserve FIRST_DEVICE_VECTOR in used_vectors bitmap.
   * [xen] Remove pte file workaround.
 .
   [ Ian Campbell ]
   * [xen] Disable usage of PAT. (closes: #503821)
Checksums-Sha1: 
 0e7afdd7425a5d7270944d44f6f29323e690dec2 5761 linux-2.6_2.6.26-10.dsc
 ec3e8c7b942d0d62c3022749348efcf144f377a4 7462517 linux-2.6_2.6.26-10.diff.gz
 85eab9e032c414f516a7edcb704d729d546ea6b1 4614896 linux-doc-2.6.26_2.6.26-10_all.deb
 61008de20902199a1126d9341e55cf9105cb9b77 1763418 linux-manual-2.6.26_2.6.26-10_all.deb
 ca016831367563374d4a40a6dace604af8cd1a57 1948160 linux-patch-debian-2.6.26_2.6.26-10_all.deb
 183dc6b0fcb0c4fee2de425aae6b47dd78334b19 48433816 linux-source-2.6.26_2.6.26-10_all.deb
 d5578920ef430b1861e974da037aaca2b7826e11 113914 linux-support-2.6.26-1_2.6.26-10_all.deb
 d9c230652782082d9c96c074559ea71b2df38144 98818 linux-tree-2.6.26_2.6.26-10_all.deb
 41865b52eb3869d52f83d55e293f6da2ebba7c4e 22991632 linux-image-2.6.26-1-powerpc_2.6.26-10_powerpc.deb
 91eeca54cb59f0a4132f8319d52c7f96cdb622bf 350518 linux-headers-2.6.26-1-powerpc_2.6.26-10_powerpc.deb
 fd53814150e8b47711358639d1f122776f54a68c 23385456 linux-image-2.6.26-1-powerpc-smp_2.6.26-10_powerpc.deb
 9e065fb7c9caea1783978fa727c721168abdaddf 351658 linux-headers-2.6.26-1-powerpc-smp_2.6.26-10_powerpc.deb
 a017d90c1223766ca3566c69bca799eb31f600f9 23231966 linux-image-2.6.26-1-powerpc64_2.6.26-10_powerpc.deb
 a83d14a3fd048a521b4ef2c67274413168944b39 359360 linux-headers-2.6.26-1-powerpc64_2.6.26-10_powerpc.deb
 94c1caf7923cc4bcd5edad77940100006b57eaa8 3768222 linux-headers-2.6.26-1-common_2.6.26-10_powerpc.deb
 3f9468c45820f41681d10207dab8717707911fe7 98408 linux-headers-2.6.26-1-all_2.6.26-10_powerpc.deb
 997a044c0b224fcb927da4d02bdd24035a88f3ff 98446 linux-headers-2.6.26-1-all-powerpc_2.6.26-10_powerpc.deb
 29454ccc498452233bcbec3bf5b84b47a33db8c9 734810 linux-libc-dev_2.6.26-10_powerpc.deb
 06605d60b00f21e639af4873efc59789f521ac93 23414736 linux-image-2.6.26-1-vserver-powerpc_2.6.26-10_powerpc.deb
 c216c6dc1c2ddc9f91511da85a8472ea7e99b431 352466 linux-headers-2.6.26-1-vserver-powerpc_2.6.26-10_powerpc.deb
 a3ecd8c3d550908467ada0b2c6c35df494e1fae4 23283114 linux-image-2.6.26-1-vserver-powerpc64_2.6.26-10_powerpc.deb
 fc6ad9ee561dce2f99e6a0c161da135efad53856 360032 linux-headers-2.6.26-1-vserver-powerpc64_2.6.26-10_powerpc.deb
 e70ecfe7fd958929f237d3deca0e742eb629b2fb 3800656 linux-headers-2.6.26-1-common-vserver_2.6.26-10_powerpc.deb
Checksums-Sha256: 
 892754f8388bbbf790e1e619560cfecffc2c40e57309580a4b51c2454159d546 5761 linux-2.6_2.6.26-10.dsc
 60a932654a4c2643359faba7473d16ac011bc1a44d3d25d4663be565db94d402 7462517 linux-2.6_2.6.26-10.diff.gz
 8ebee541de9535b2201ffa14653002462c3a6a286f1cab4b15049ec935897095 4614896 linux-doc-2.6.26_2.6.26-10_all.deb
 4132759fe7b29b280ec798019fc12f83f57d05d318fad5ee8bc93e589179ee70 1763418 linux-manual-2.6.26_2.6.26-10_all.deb
 2377f3cef82f489e731110ac85732261faeeac7e901662d0d7ee56d23f0a5c2c 1948160 linux-patch-debian-2.6.26_2.6.26-10_all.deb
 05ae4969757494c0a2db7cf7379fd8954cd3a0136a39141ee4336a059af5cda3 48433816 linux-source-2.6.26_2.6.26-10_all.deb
 86eb369fd9d672dac22c74359902b585c663a1ebd8f22bc010ed647c566594e4 113914 linux-support-2.6.26-1_2.6.26-10_all.deb
 bbb378ee061ec63c0045b59c0fffd1ad2e8003fa7afe813f51732447702e16fe 98818 linux-tree-2.6.26_2.6.26-10_all.deb
 89ede7c223e83d792918960bb4c7daf2fb4f87efe232577d56bd040afd58f439 22991632 linux-image-2.6.26-1-powerpc_2.6.26-10_powerpc.deb
 9f3368ac444281418c347a4ce3c2368ba8b5cf32fd178e4356340abc7732ec20 350518 linux-headers-2.6.26-1-powerpc_2.6.26-10_powerpc.deb
 c36960afa834913c1db5453999920654782056a4aad7c228241675d21bb09849 23385456 linux-image-2.6.26-1-powerpc-smp_2.6.26-10_powerpc.deb
 261544059883fbd7c8f6e005c961a0ee3a042515278495f821863b9ad1e25cce 351658 linux-headers-2.6.26-1-powerpc-smp_2.6.26-10_powerpc.deb
 c0dc395017493de85fb11c5efcfe6a359c201f43846ce0323f0b3c1f165fa9bb 23231966 linux-image-2.6.26-1-powerpc64_2.6.26-10_powerpc.deb
 5ff98de97472696adb2be92e4c593b9c120f498e804155a77676c93acb1d4af4 359360 linux-headers-2.6.26-1-powerpc64_2.6.26-10_powerpc.deb
 e651152d31c53dbd5efc772e2a12d6c5aa7c78872c13902aca508efed195d765 3768222 linux-headers-2.6.26-1-common_2.6.26-10_powerpc.deb
 32cf602d6b9c16393b36ad044e1454e86ce8a1ce05b4f8c0efd4bc88dfbcaf56 98408 linux-headers-2.6.26-1-all_2.6.26-10_powerpc.deb
 2723356d48a0793dbedd8ee98995db92a8778f2324598750fcdbc242a5187b35 98446 linux-headers-2.6.26-1-all-powerpc_2.6.26-10_powerpc.deb
 037f353c780c9426f98929179633b484c41bc0b9028dc8950d9da968cd23a240 734810 linux-libc-dev_2.6.26-10_powerpc.deb
 8628108a4164ed3f5bdc816e33731b65f4e68b4a5d031f146a9a2690f6941992 23414736 linux-image-2.6.26-1-vserver-powerpc_2.6.26-10_powerpc.deb
 657f7b7dc1ffbad4c685d9e627219f02c86f330e78f3595b187aa94356989afe 352466 linux-headers-2.6.26-1-vserver-powerpc_2.6.26-10_powerpc.deb
 35cb8e2fc6d06b1981d44a109eb744d4dbf33142b89627898d4f249ba04ce487 23283114 linux-image-2.6.26-1-vserver-powerpc64_2.6.26-10_powerpc.deb
 8289b3895990f78f1c0c24fc02c87852f168e7f6e570c3ca85a760aba7a33e25 360032 linux-headers-2.6.26-1-vserver-powerpc64_2.6.26-10_powerpc.deb
 fedbd73e9ba251780f0b936db8661e26caee277a922c502d60fca6be1c06bd8b 3800656 linux-headers-2.6.26-1-common-vserver_2.6.26-10_powerpc.deb
Files: 
 4c0cf24b038fbaf0aa7be34351228b9f 5761 devel optional linux-2.6_2.6.26-10.dsc
 0c34d5bf27b98397ec6716879414e12d 7462517 devel optional linux-2.6_2.6.26-10.diff.gz
 ff9d906271ba85792319fe3607814406 4614896 doc optional linux-doc-2.6.26_2.6.26-10_all.deb
 94a57f169dc8f658ac684fb628ba32ca 1763418 doc optional linux-manual-2.6.26_2.6.26-10_all.deb
 33aa2fb4e262c72d9c687bcb064c8307 1948160 devel optional linux-patch-debian-2.6.26_2.6.26-10_all.deb
 711245294de062b6bc91411ea22ca845 48433816 devel optional linux-source-2.6.26_2.6.26-10_all.deb
 7bdc2c96ebd203fdac2253332107e28d 113914 devel optional linux-support-2.6.26-1_2.6.26-10_all.deb
 2b466b2c109fde371113bb92eaac2208 98818 devel optional linux-tree-2.6.26_2.6.26-10_all.deb
 c2a4a03f5930b95e7c3d8a770c3addb4 22991632 admin optional linux-image-2.6.26-1-powerpc_2.6.26-10_powerpc.deb
 3cf5e878478c8a9f1bf93ad171be6630 350518 devel optional linux-headers-2.6.26-1-powerpc_2.6.26-10_powerpc.deb
 94f0d24b89c948f4fb3bf4321a587848 23385456 admin optional linux-image-2.6.26-1-powerpc-smp_2.6.26-10_powerpc.deb
 14b48ba9631d574787517e64afb1f211 351658 devel optional linux-headers-2.6.26-1-powerpc-smp_2.6.26-10_powerpc.deb
 f759f27fbc1394e83bb87457ca30c01e 23231966 admin optional linux-image-2.6.26-1-powerpc64_2.6.26-10_powerpc.deb
 ba6921755a17d9b8bb5f86ad8b8f9be6 359360 devel optional linux-headers-2.6.26-1-powerpc64_2.6.26-10_powerpc.deb
 fc0d27cf2bc4e832dbdceade48270bb2 3768222 devel optional linux-headers-2.6.26-1-common_2.6.26-10_powerpc.deb
 a17a3b7122971138a5637d57b60cd26d 98408 devel optional linux-headers-2.6.26-1-all_2.6.26-10_powerpc.deb
 06819779d097f7632683c1cc3bdb19eb 98446 devel optional linux-headers-2.6.26-1-all-powerpc_2.6.26-10_powerpc.deb
 372f50be2d07abb21da5482d04cf82a6 734810 devel optional linux-libc-dev_2.6.26-10_powerpc.deb
 8319561149410f76cf6a06804fc8a905 23414736 admin optional linux-image-2.6.26-1-vserver-powerpc_2.6.26-10_powerpc.deb
 53ef6c92e35dfb7ddd8ef61db4ad4a79 352466 devel optional linux-headers-2.6.26-1-vserver-powerpc_2.6.26-10_powerpc.deb
 d0c2a756be9efa79c4fb6bc22d2fd881 23283114 admin optional linux-image-2.6.26-1-vserver-powerpc64_2.6.26-10_powerpc.deb
 5b41a0ce5430b600810b42e73cef25fe 360032 devel optional linux-headers-2.6.26-1-vserver-powerpc64_2.6.26-10_powerpc.deb
 8737007d646d3cfddf19ca606af84c19 3800656 devel optional linux-headers-2.6.26-1-common-vserver_2.6.26-10_powerpc.deb

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

iEYEARECAAYFAkkVxcMACgkQLkAIIn9ODhEYEgCg7jPCOBOqZ8SgsyCA/tc0Hm8d
WoUAnRiWq245PeMWUPto3qd/n24BKycw
=ZIyY
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: