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

Bug#556587: marked as done (linux-image-2.6.31-1-686-bigmem: nf_conntrack sets wrong value for ctorigsrc parameter)



Your message dated Thu, 17 Dec 2009 05:07:20 +0000
with message-id <E1NL8a8-0005aU-C9@ries.debian.org>
and subject line Bug#556587: fixed in linux-2.6 2.6.32-2
has caused the Debian Bug report #556587,
regarding linux-image-2.6.31-1-686-bigmem: nf_conntrack sets wrong value for ctorigsrc parameter
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.)


-- 
556587: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556587
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-2.6
Version: 2.6.31-2
Severity: normal

My iptables script using the conntrack module does not work with this kernel 
version anymore. The value of the ctorigsrc parameter is not set correctly:
rei:~$ cat /etc/mm_iptables/mm_iptables_dmz | grep -E 'ctorig|LOCALIP='
LOCALIP="192.168.40.3"
        $IPT -A in_dmz -p udp --dport 1024:65535 -m conntrack --ctproto udp --ctorigsrc $LOCALIP --ctorigdstport 53 --ctreplsrcport 53 -j ACCEPT
        $IPT -A in_dmz -p udp --dport 1024:65535 -m conntrack --ctstate RELATED,ESTABLISHED --ctproto udp --ctorigsrc $LOCALIP -j ACCEPT
rei:~$ iptables -nvL | grep ctorig
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpts:1024:65535 ctproto 17 ctorigsrc 192.60.154.245 ctorigdstport 53 ctreplsrcport 53 
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpts:1024:65535 ctstate RELATED,ESTABLISHED ctproto 17 ctorigsrc 128.49.154.245 

I see the same behavior with the 686 flavour (without bigmem).

With older kernels up to 2.6.30-8, the ctorigsrc value was set as expected:
rei:~$ iptables -nvL | grep ctorig
   21  2452 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpts:1024:65535 ctproto 17 ctorigsrc 192.168.40.3 ctorigdstport 53 ctreplsrcport 53 
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0           udp dpts:1024:65535 ctstate RELATED,ESTABLISHED ctproto 17 ctorigsrc 192.168.40.3 



-- Package-specific info:
** Version:
Linux version 2.6.31-1-686-bigmem (Debian 2.6.31-2) (ben@decadent.org.uk) (gcc version 4.3.4 (Debian 4.3.4-6) ) #1 SMP Sun Nov 15 21:22:56 UTC 2009

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.31-1-686-bigmem root=/dev/mapper/sda2_crypt ro vdso=1

** Not tainted

** Kernel log:
[  252.421890] FW-DROP-DEFAULT IN=eth1 OUT= MAC=00:08:54:50:08:d8:00:16:38:aa:fd:00:08:00 SRC=217.237.150.205 DST=192.168.40.3 LEN=126 TOS=0x00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP SPT=53 DPT=25586 LEN=106 
[  252.425260] FW-DROP-DEFAULT IN=eth1 OUT= MAC=00:08:54:50:08:d8:00:16:38:aa:fd:00:08:00 SRC=217.237.149.142 DST=192.168.40.3 LEN=126 TOS=0x00 PREC=0x00 TTL=59 ID=0 DF PROTO=UDP SPT=53 DPT=25586 LEN=106 
[  252.425929] FW-DROP-DEFAULT IN=eth1 OUT= MAC=00:08:54:50:08:d8:00:16:38:aa:fd:00:08:00 SRC=217.237.150.205 DST=192.168.40.3 LEN=144 TOS=0x00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP SPT=53 DPT=42698 LEN=124 
[  252.429781] FW-DROP-DEFAULT IN=eth1 OUT= MAC=00:08:54:50:08:d8:00:16:38:aa:fd:00:08:00 SRC=217.237.149.142 DST=192.168.40.3 LEN=144 TOS=0x00 PREC=0x00 TTL=59 ID=0 DF PROTO=UDP SPT=53 DPT=42698 LEN=124 
[...cut many repeated log messages...]

** Model information
not available

** Loaded modules:
Module                  Size  Used by
tun                    13120  2 
video                  19856  0 
output                  2872  1 video
ac                      3124  0 
battery                 6348  0 
acpi_cpufreq            8104  0 
cpufreq_userspace       2944  0 
cpufreq_conservative     6780  0 
cpufreq_powersave       1408  0 
cpufreq_stats           3868  0 
nfsd                  223620  9 
exportfs                4016  1 nfsd
nfs                   252000  0 
lockd                  64696  2 nfsd,nfs
fscache                36696  1 nfs
nfs_acl                 2860  2 nfsd,nfs
auth_rpcgss            34388  2 nfsd,nfs
sunrpc                181096  10 nfsd,nfs,lockd,nfs_acl,auth_rpcgss
ipt_MASQUERADE          2400  1 
iptable_nat             5596  1 
xt_TCPMSS               3604  1 
xt_conntrack            4028  36 
xt_tcpudp               2716  195 
ip6t_LOG                4864  1 
ipt_LOG                 4784  39 
ip6table_filter         3312  1 
ip6_tables             12000  2 ip6t_LOG,ip6table_filter
iptable_filter          3240  1 
nf_nat                 17316  2 ipt_MASQUERADE,iptable_nat
nf_conntrack_ftp        6592  0 
nf_conntrack_ipv4      13120  39 iptable_nat,nf_nat
nf_conntrack           64156  6 ipt_MASQUERADE,iptable_nat,xt_conntrack,nf_nat,nf_conntrack_ftp,nf_conntrack_ipv4
nf_defrag_ipv4          1808  1 nf_conntrack_ipv4
ip_tables              10764  2 iptable_nat,iptable_filter
x_tables               16084  9 ipt_MASQUERADE,iptable_nat,xt_TCPMSS,xt_conntrack,xt_tcpudp,ip6t_LOG,ipt_LOG,ip6_tables,ip_tables
fuse                   58196  1 
ext2                   58996  1 
hwmon_vid               2576  0 
eeprom                  5184  0 
firewire_sbp2          14016  0 
loop                   14268  0 
snd_ca0106             32032  0 
snd_rawmidi            20452  1 snd_ca0106
snd_seq_device          6780  1 snd_rawmidi
snd_ac97_codec         99668  1 snd_ca0106
snd_pcsp                9540  0 
ac97_bus                1628  1 snd_ac97_codec
i2c_i801                8952  0 
snd_pcm                70136  3 snd_ca0106,snd_ac97_codec,snd_pcsp
snd_timer              19000  1 snd_pcm
i2c_core               21744  2 eeprom,i2c_i801
rng_core                3996  0 
snd                    54440  7 snd_ca0106,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcsp,snd_pcm,snd_timer
soundcore               6844  1 snd
snd_page_alloc          8716  2 snd_ca0106,snd_pcm
evdev                   8832  3 
button                  5488  0 
processor              36772  1 acpi_cpufreq
ext4                  284896  8 
mbcache                 7488  2 ext2,ext4
jbd2                   73892  1 ext4
crc16                   1840  1 ext4
cbc                     3352  9 
dm_crypt               12340  9 
dm_mod                 65432  40 dm_crypt
sd_mod                 31840  7 
crc_t10dif              1716  1 sd_mod
ide_pci_generic         3784  0 
ide_core               97736  1 ide_pci_generic
ata_generic             4500  0 
ahci                   33412  0 
ata_piix               21532  5 
uhci_hcd               20568  0 
libata                163228  3 ata_generic,ahci,ata_piix
firewire_ohci          20740  0 
firewire_core          45276  2 firewire_sbp2,firewire_ohci
crc_itu_t               1892  1 firewire_core
r8169                  30624  0 
mii                     5048  1 r8169
ehci_hcd               32868  0 
scsi_mod              143036  3 firewire_sbp2,sd_mod,libata
tg3                    97292  0 
libphy                 23160  1 tg3
usbcore               141496  4 uhci_hcd,ehci_hcd
nls_base                7188  1 usbcore
intel_agp              25752  1 
agpgart                33112  1 intel_agp
thermal                13720  0 
fan                     4460  0 
thermal_sys            14396  4 video,processor,thermal,fan
aes_i586                8312  18 
aes_generic            27640  1 aes_i586
sha256_generic         11492  0 

** Network interface configuration:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback
	post-up /etc/mm_iptables/mm_iptables_init start

# The primary network interface
# really use hotplug ???
#allow-hotplug eth0
auto eth0
iface eth0 inet static
	address 192.168.42.3
	netmask 255.255.255.0
	broadcast 192.168.42.255
	# gateway must not be set here to allow dialup connections
	#gateway 192.168.42.3
	# hardware address (MAC)
#	hwaddress ether 
	# set MTU for ethernet only network
	mtu 1500
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 192.168.42.3
	dns-search matrix
	# handle firewall rules for this interface
	post-up /etc/mm_iptables/mm_iptables_localnet start
	pre-down /etc/mm_iptables/mm_iptables_localnet stop || true

auto eth1
iface eth1 inet static
	address 192.168.40.3
	netmask 255.255.255.0
	broadcast 192.168.40.255
	# gateway must not be set here to allow dialup connections
	gateway 192.168.40.1
	# hardware address (MAC)
#	hwaddress ether 
	# set MTU for dialup / dsl / internet
	mtu 1492
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 192.168.42.3
	dns-search home
	# handle firewall rules for this interface
	post-up /etc/mm_iptables/mm_iptables_dmz start
	pre-down /etc/mm_iptables/mm_iptables_dmz stop || true


** Network status:
*** IP interfaces and addresses:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1492 qdisc pfifo_fast state UNKNOWN qlen 1000
    link/ether 00:08:54:50:08:d8 brd ff:ff:ff:ff:ff:ff
    inet 192.168.40.3/24 brd 192.168.40.255 scope global eth1
    inet6 fe80::208:54ff:fe50:8d8/64 scope link 
       valid_lft forever preferred_lft forever
3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:30:1b:ba:73:70 brd ff:ff:ff:ff:ff:ff
    inet 192.168.42.3/24 brd 192.168.42.255 scope global eth0
    inet6 fe80::230:1bff:feba:7370/64 scope link 
       valid_lft forever preferred_lft forever
4: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 100
    link/[65534] 
    inet 10.1.41.3 peer 10.1.41.10/32 scope global tun0

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo:   18976     258    0    0    0     0          0         0    18976     258    0    0    0     0       0          0
  eth1:   48518     332    0    0    0     0          0         0    30390     378    0    0    0     0       0          0
  eth0:   84454     855    0    0    0     0          0         0   115085     537    0    0    0     0       0          0
  tun0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0

*** Protocol statistics:
Ip:
    1475 total packets received
    70 forwarded
    0 incoming packets discarded
    1105 incoming packets delivered
    1146 requests sent out
Icmp:
    1 ICMP messages received
    0 input ICMP message failed.
    ICMP input histogram:
        destination unreachable: 1
    1 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 1
IcmpMsg:
        InType3: 1
        OutType3: 1
Tcp:
    4 active connections openings
    2 passive connection openings
    4 failed connection attempts
    0 connection resets received
    2 connections established
    727 segments received
    452 segments send out
    0 segments retransmited
    0 bad segments received.
    9 resets sent
Udp:
    377 packets received
    1 packets to unknown port received.
    0 packet receive errors
    627 packets sent
UdpLite:
TcpExt:
    4 delayed acks sent
    4 packets directly queued to recvmsg prequeue.
    230 packet headers predicted
    45 acknowledgments not containing data payload received
    376 predicted acknowledgments
IpExt:
    InBcastPkts: 48
    OutBcastPkts: 48
    InOctets: 136879
    OutOctets: 148461
    InBcastOctets: 5833
    OutBcastOctets: 5833

*** Device features:
eth0: 0x109a3
eth1: 0x180
lo: 0x13865
tun0: 0x0

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller [8086:2590] (rev 04)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3041]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 04) (prog-if 00 [VGA controller])
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3041]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 5
	Region 0: Memory at dff00000 (32-bit, non-prefetchable) [size=512K]
	Region 1: I/O ports at ff00 [size=8]
	Region 2: Memory at c0000000 (32-bit, prefetchable) [size=256M]
	Region 3: Memory at dff80000 (32-bit, non-prefetchable) [size=256K]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>

00:02.1 Display controller [0380]: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2792] (rev 04)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3041]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Region 0: Memory at dfe80000 (32-bit, non-prefetchable) [disabled] [size=512K]
	Capabilities: <access denied>

00:1c.0 PCI bridge [0604]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 [8086:2660] (rev 04) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: dfd00000-dfdfffff
	Prefetchable memory behind bridge: 00000000dfa00000-00000000dfafffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver

00:1c.2 PCI bridge [0604]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 [8086:2664] (rev 04) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: df900000-df9fffff
	Prefetchable memory behind bridge: 00000000df800000-00000000df8fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver

00:1d.0 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 [8086:2658] (rev 04) (prog-if 00 [UHCI])
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3041]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at fe00 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.1 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 [8086:2659] (rev 04) (prog-if 00 [UHCI])
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3041]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at fd00 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.2 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 [8086:265a] (rev 04) (prog-if 00 [UHCI])
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3041]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at fc00 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.3 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 [8086:265b] (rev 04) (prog-if 00 [UHCI])
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3041]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 16
	Region 4: I/O ports at fb00 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.7 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller [8086:265c] (rev 04) (prog-if 20 [EHCI])
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3041]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at dffff000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev d4) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: dfc00000-dfcfffff
	Prefetchable memory behind bridge: 00000000dfb00000-00000000dfbfffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:1f.0 ISA bridge [0601]: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge [8086:2641] (rev 04)
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:1f.2 IDE interface [0101]: Intel Corporation 82801FBM (ICH6M) SATA Controller [8086:2653] (rev 04) (prog-if 80 [Master])
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3041]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx+
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 0: I/O ports at 01f0 [size=8]
	Region 1: I/O ports at 03f4 [size=1]
	Region 2: I/O ports at 0170 [size=8]
	Region 3: I/O ports at 0374 [size=1]
	Region 4: I/O ports at f800 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: ata_piix

00:1f.3 SMBus [0c05]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller [8086:266a] (rev 04)
	Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at 0500 [size=32]
	Kernel driver in use: i801_smbus

01:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5789 Gigabit Ethernet PCI Express [14e4:169d] (rev 11)
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:fd11]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at dfdf0000 (64-bit, non-prefetchable) [size=64K]
	Expansion ROM at <ignored> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: tg3

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 01)
	Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 26
	Region 0: I/O ports at be00 [size=256]
	Region 2: Memory at df9ff000 (64-bit, non-prefetchable) [size=4K]
	[virtual] Expansion ROM at df800000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: r8169

03:09.0 Multimedia audio controller [0401]: Creative Labs CA0106 Soundblaster [1102:0007]
	Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3041]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 32 (500ns min, 5000ns max)
	Interrupt: pin A routed to IRQ 17
	Region 0: I/O ports at df00 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: CA0106

03:0a.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. VT6306 Fire II IEEE 1394 OHCI Link Layer Controller [1106:3044] (rev 80) (prog-if 10 [OHCI])
	Subsystem: VIA Technologies, Inc. VT6306 Fire II IEEE 1394 OHCI Link Layer Controller [1106:3044]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 32 (8000ns max), Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at dfcff000 (32-bit, non-prefetchable) [size=2K]
	Region 1: I/O ports at de00 [size=128]
	Capabilities: <access denied>
	Kernel driver in use: firewire_ohci


** USB devices:
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 04e6:5115 SCM Microsystems, Inc. SCR335 SmartCard Reader
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686-bigmem (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.31-1-686-bigmem depends on:
ii  debconf [debconf-2.0]         1.5.28     Debian configuration management sy
ii  initramfs-tools [linux-initra 0.93.4     tools for generating an initramfs
ii  module-init-tools             3.11-1     tools for managing Linux kernel mo

Versions of packages linux-image-2.6.31-1-686-bigmem recommends:
ii  firmware-linux-free           2.6.31-2   Binary firmware for various driver
ii  libc6-i686                    2.10.1-7   GNU C Library: Shared libraries [i

Versions of packages linux-image-2.6.31-1-686-bigmem suggests:
ii  grub                          0.97-59    GRand Unified Bootloader (dummy pa
pn  linux-doc-2.6.31              <none>     (no description available)

Versions of packages linux-image-2.6.31-1-686-bigmem is related to:
pn  firmware-bnx2                 <none>     (no description available)
pn  firmware-bnx2x                <none>     (no description available)
pn  firmware-ipw2x00              <none>     (no description available)
pn  firmware-ivtv                 <none>     (no description available)
pn  firmware-iwlwifi              <none>     (no description available)
ii  firmware-linux                0.18       Binary firmware for various driver
pn  firmware-linux-nonfree        <none>     (no description available)
pn  firmware-qlogic               <none>     (no description available)
pn  firmware-ralink               <none>     (no description available)

-- debconf information:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.31-1-686-bigmem/postinst/bootloader-error-2.6.31-1-686-bigmem:
  linux-image-2.6.31-1-686-bigmem/postinst/depmod-error-initrd-2.6.31-1-686-bigmem: false
  linux-image-2.6.31-1-686-bigmem/prerm/removing-running-kernel-2.6.31-1-686-bigmem: true
  linux-image-2.6.31-1-686-bigmem/postinst/bootloader-test-error-2.6.31-1-686-bigmem:
  linux-image-2.6.31-1-686-bigmem/postinst/missing-firmware-2.6.31-1-686-bigmem:
  linux-image-2.6.31-1-686-bigmem/prerm/would-invalidate-boot-loader-2.6.31-1-686-bigmem: true


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (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.31-1-686-bigmem depends on:
ii  debconf [debconf-2.0]         1.5.28     Debian configuration management sy
ii  initramfs-tools [linux-initra 0.93.4     tools for generating an initramfs
ii  module-init-tools             3.11-1     tools for managing Linux kernel mo

Versions of packages linux-image-2.6.31-1-686-bigmem recommends:
ii  firmware-linux-free           2.6.31-2   Binary firmware for various driver
ii  libc6-i686                    2.10.1-7   GNU C Library: Shared libraries [i

Versions of packages linux-image-2.6.31-1-686-bigmem suggests:
ii  grub                          0.97-59    GRand Unified Bootloader (dummy pa
pn  linux-doc-2.6.31              <none>     (no description available)

Versions of packages linux-image-2.6.31-1-686-bigmem is related to:
pn  firmware-bnx2                 <none>     (no description available)
pn  firmware-bnx2x                <none>     (no description available)
pn  firmware-ipw2x00              <none>     (no description available)
pn  firmware-ivtv                 <none>     (no description available)
pn  firmware-iwlwifi              <none>     (no description available)
ii  firmware-linux                0.18       Binary firmware for various driver
pn  firmware-linux-nonfree        <none>     (no description available)
pn  firmware-qlogic               <none>     (no description available)
pn  firmware-ralink               <none>     (no description available)



--- End Message ---
--- Begin Message ---
Source: linux-2.6
Source-Version: 2.6.32-2

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:

firmware-linux-free_2.6.32-2_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-2_all.deb
linux-2.6_2.6.32-2.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-2.diff.gz
linux-2.6_2.6.32-2.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-2.dsc
linux-doc-2.6.32_2.6.32-2_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-2_all.deb
linux-headers-2.6.32-trunk-486_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-486_2.6.32-2_i386.deb
linux-headers-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
linux-headers-2.6.32-trunk-686_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-686_2.6.32-2_i386.deb
linux-headers-2.6.32-trunk-all-i386_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-all-i386_2.6.32-2_i386.deb
linux-headers-2.6.32-trunk-all_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-all_2.6.32-2_i386.deb
linux-headers-2.6.32-trunk-amd64_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-amd64_2.6.32-2_i386.deb
linux-headers-2.6.32-trunk-common_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-common_2.6.32-2_i386.deb
linux-image-2.6.32-trunk-486_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-486_2.6.32-2_i386.deb
linux-image-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
linux-image-2.6.32-trunk-686_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-686_2.6.32-2_i386.deb
linux-image-2.6.32-trunk-amd64_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-amd64_2.6.32-2_i386.deb
linux-libc-dev_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.32-2_i386.deb
linux-manual-2.6.32_2.6.32-2_all.deb
  to main/l/linux-2.6/linux-manual-2.6.32_2.6.32-2_all.deb
linux-patch-debian-2.6.32_2.6.32-2_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.32_2.6.32-2_all.deb
linux-source-2.6.32_2.6.32-2_all.deb
  to main/l/linux-2.6/linux-source-2.6.32_2.6.32-2_all.deb
linux-support-2.6.32-trunk_2.6.32-2_all.deb
  to main/l/linux-2.6/linux-support-2.6.32-trunk_2.6.32-2_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 556587@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings <ben@decadent.org.uk> (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: SHA512

Format: 1.8
Date: Wed, 16 Dec 2009 21:42:49 +0000
Source: linux-2.6
Binary: linux-source-2.6.32 linux-doc-2.6.32 linux-manual-2.6.32 linux-patch-debian-2.6.32 firmware-linux-free linux-support-2.6.32-trunk linux-base linux-libc-dev linux-headers-2.6.32-trunk-all linux-headers-2.6.32-trunk-all-alpha linux-headers-2.6.32-trunk-common linux-image-2.6.32-trunk-alpha-generic linux-headers-2.6.32-trunk-alpha-generic linux-image-2.6.32-trunk-alpha-smp linux-headers-2.6.32-trunk-alpha-smp linux-image-2.6.32-trunk-alpha-legacy linux-headers-2.6.32-trunk-alpha-legacy linux-headers-2.6.32-trunk-all-amd64 linux-image-2.6.32-trunk-amd64 linux-headers-2.6.32-trunk-amd64 linux-headers-2.6.32-trunk-all-armel linux-image-2.6.32-trunk-iop32x linux-headers-2.6.32-trunk-iop32x linux-image-2.6.32-trunk-ixp4xx linux-headers-2.6.32-trunk-ixp4xx linux-image-2.6.32-trunk-kirkwood linux-headers-2.6.32-trunk-kirkwood linux-image-2.6.32-trunk-orion5x linux-headers-2.6.32-trunk-orion5x linux-image-2.6.32-trunk-versatile linux-headers-2.6.32-trunk-versatile linux-headers-
 2.6.32-trunk-all-hppa
 linux-image-2.6.32-trunk-parisc linux-headers-2.6.32-trunk-parisc linux-image-2.6.32-trunk-parisc-smp linux-headers-2.6.32-trunk-parisc-smp linux-image-2.6.32-trunk-parisc64 linux-headers-2.6.32-trunk-parisc64 linux-image-2.6.32-trunk-parisc64-smp linux-headers-2.6.32-trunk-parisc64-smp linux-headers-2.6.32-trunk-all-i386 linux-image-2.6.32-trunk-486 linux-headers-2.6.32-trunk-486 linux-image-2.6.32-trunk-686 linux-headers-2.6.32-trunk-686 linux-image-2.6.32-trunk-686-bigmem linux-headers-2.6.32-trunk-686-bigmem linux-headers-2.6.32-trunk-all-ia64 linux-image-2.6.32-trunk-itanium linux-headers-2.6.32-trunk-itanium linux-image-2.6.32-trunk-mckinley linux-headers-2.6.32-trunk-mckinley linux-headers-2.6.32-trunk-all-m68k linux-image-2.6.32-trunk-amiga linux-headers-2.6.32-trunk-amiga linux-image-2.6.32-trunk-atari linux-headers-2.6.32-trunk-atari linux-image-2.6.32-trunk-bvme6000 linux-headers-2.6.32-trunk-bvme6000 linux-image-2.6.32-trunk-mac linux-headers-2.6.32-trunk-mac
 linux-image-2.6.32-trunk-mvme147 linux-headers-2.6.32-trunk-mvme147 linux-image-2.6.32-trunk-mvme16x linux-headers-2.6.32-trunk-mvme16x linux-headers-2.6.32-trunk-all-mips linux-image-2.6.32-trunk-r4k-ip22 linux-headers-2.6.32-trunk-r4k-ip22 linux-image-2.6.32-trunk-r5k-ip32 linux-headers-2.6.32-trunk-r5k-ip32 linux-image-2.6.32-trunk-sb1-bcm91250a linux-headers-2.6.32-trunk-sb1-bcm91250a linux-image-2.6.32-trunk-sb1a-bcm91480b linux-headers-2.6.32-trunk-sb1a-bcm91480b linux-image-2.6.32-trunk-4kc-malta linux-headers-2.6.32-trunk-4kc-malta linux-image-2.6.32-trunk-5kc-malta linux-headers-2.6.32-trunk-5kc-malta linux-headers-2.6.32-trunk-all-mipsel linux-image-2.6.32-trunk-r5k-cobalt linux-headers-2.6.32-trunk-r5k-cobalt linux-headers-2.6.32-trunk-all-powerpc linux-image-2.6.32-trunk-powerpc linux-headers-2.6.32-trunk-powerpc linux-image-2.6.32-trunk-powerpc-smp linux-headers-2.6.32-trunk-powerpc-smp linux-image-2.6.32-trunk-powerpc64 linux-headers-2.6.32-trunk-powerpc64
 linux-headers-2.6.32-trunk-all-s390 linux-image-2.6.32-trunk-s390x linux-headers-2.6.32-trunk-s390x linux-image-2.6.32-trunk-s390x-tape linux-headers-2.6.32-trunk-all-sparc linux-image-2.6.32-trunk-sparc64 linux-headers-2.6.32-trunk-sparc64 linux-image-2.6.32-trunk-sparc64-smp linux-headers-2.6.32-trunk-sparc64-smp linux-headers-2.6.32-trunk-all-sparc64
Architecture: all i386 source
Version: 2.6.32-2
Distribution: unstable
Urgency: high
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Ben Hutchings <ben@decadent.org.uk>
Closes: 556587 558200 559577 559755 560263
Description: 
 firmware-linux-free - Binary firmware for various drivers in the Linux kernel
 linux-base - Linux image base package
 linux-doc-2.6.32 - Linux kernel specific documentation for version 2.6.32
 linux-headers-2.6.32-trunk-486 - Header files for Linux 2.6.32-trunk-486
 linux-headers-2.6.32-trunk-4kc-malta - Header files for Linux 2.6.32-trunk-4kc-malta
 linux-headers-2.6.32-trunk-5kc-malta - Header files for Linux 2.6.32-trunk-5kc-malta
 linux-headers-2.6.32-trunk-686-bigmem - Header files for Linux 2.6.32-trunk-686-bigmem
 linux-headers-2.6.32-trunk-686 - Header files for Linux 2.6.32-trunk-686
 linux-headers-2.6.32-trunk-all - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-alpha - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-amd64 - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-armel - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-hppa - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-i386 - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-ia64 - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-m68k - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-mips - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-mipsel - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-powerpc - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-s390 - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-sparc64 - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-all-sparc - All header files for Linux 2.6.32
 linux-headers-2.6.32-trunk-alpha-generic - Header files for Linux 2.6.32-trunk-alpha-generic
 linux-headers-2.6.32-trunk-alpha-legacy - Header files for Linux 2.6.32-trunk-alpha-legacy
 linux-headers-2.6.32-trunk-alpha-smp - Header files for Linux 2.6.32-trunk-alpha-smp
 linux-headers-2.6.32-trunk-amd64 - Header files for Linux 2.6.32-trunk-amd64
 linux-headers-2.6.32-trunk-amiga - Header files for Linux 2.6.32-trunk-amiga
 linux-headers-2.6.32-trunk-atari - Header files for Linux 2.6.32-trunk-atari
 linux-headers-2.6.32-trunk-bvme6000 - Header files for Linux 2.6.32-trunk-bvme6000
 linux-headers-2.6.32-trunk-common - Common header files for Linux 2.6.32-trunk
 linux-headers-2.6.32-trunk-iop32x - Header files for Linux 2.6.32-trunk-iop32x
 linux-headers-2.6.32-trunk-itanium - Header files for Linux 2.6.32-trunk-itanium
 linux-headers-2.6.32-trunk-ixp4xx - Header files for Linux 2.6.32-trunk-ixp4xx
 linux-headers-2.6.32-trunk-kirkwood - Header files for Linux 2.6.32-trunk-kirkwood
 linux-headers-2.6.32-trunk-mac - Header files for Linux 2.6.32-trunk-mac
 linux-headers-2.6.32-trunk-mckinley - Header files for Linux 2.6.32-trunk-mckinley
 linux-headers-2.6.32-trunk-mvme147 - Header files for Linux 2.6.32-trunk-mvme147
 linux-headers-2.6.32-trunk-mvme16x - Header files for Linux 2.6.32-trunk-mvme16x
 linux-headers-2.6.32-trunk-orion5x - Header files for Linux 2.6.32-trunk-orion5x
 linux-headers-2.6.32-trunk-parisc64 - Header files for Linux 2.6.32-trunk-parisc64
 linux-headers-2.6.32-trunk-parisc64-smp - Header files for Linux 2.6.32-trunk-parisc64-smp
 linux-headers-2.6.32-trunk-parisc - Header files for Linux 2.6.32-trunk-parisc
 linux-headers-2.6.32-trunk-parisc-smp - Header files for Linux 2.6.32-trunk-parisc-smp
 linux-headers-2.6.32-trunk-powerpc64 - Header files for Linux 2.6.32-trunk-powerpc64
 linux-headers-2.6.32-trunk-powerpc - Header files for Linux 2.6.32-trunk-powerpc
 linux-headers-2.6.32-trunk-powerpc-smp - Header files for Linux 2.6.32-trunk-powerpc-smp
 linux-headers-2.6.32-trunk-r4k-ip22 - Header files for Linux 2.6.32-trunk-r4k-ip22
 linux-headers-2.6.32-trunk-r5k-cobalt - Header files for Linux 2.6.32-trunk-r5k-cobalt
 linux-headers-2.6.32-trunk-r5k-ip32 - Header files for Linux 2.6.32-trunk-r5k-ip32
 linux-headers-2.6.32-trunk-s390x - Header files for Linux 2.6.32-trunk-s390x
 linux-headers-2.6.32-trunk-sb1a-bcm91480b - Header files for Linux 2.6.32-trunk-sb1a-bcm91480b
 linux-headers-2.6.32-trunk-sb1-bcm91250a - Header files for Linux 2.6.32-trunk-sb1-bcm91250a
 linux-headers-2.6.32-trunk-sparc64 - Header files for Linux 2.6.32-trunk-sparc64
 linux-headers-2.6.32-trunk-sparc64-smp - Header files for Linux 2.6.32-trunk-sparc64-smp
 linux-headers-2.6.32-trunk-versatile - Header files for Linux 2.6.32-trunk-versatile
 linux-image-2.6.32-trunk-486 - Linux 2.6.32 for old PCs
 linux-image-2.6.32-trunk-4kc-malta - Linux 2.6.32 for MIPS Malta
 linux-image-2.6.32-trunk-5kc-malta - Linux 2.6.32 for MIPS Malta (64-bit)
 linux-image-2.6.32-trunk-686-bigmem - Linux 2.6.32 for PCs with 4GB+ RAM
 linux-image-2.6.32-trunk-686 - Linux 2.6.32 for modern PCs
 linux-image-2.6.32-trunk-alpha-generic - Linux 2.6.32 for Alpha
 linux-image-2.6.32-trunk-alpha-legacy - Linux 2.6.32 for Alpha Legacy
 linux-image-2.6.32-trunk-alpha-smp - Linux 2.6.32 for Alpha SMP
 linux-image-2.6.32-trunk-amd64 - Linux 2.6.32 for 64-bit PCs
 linux-image-2.6.32-trunk-amiga - Linux 2.6.32 for Amiga
 linux-image-2.6.32-trunk-atari - Linux 2.6.32 for Atari
 linux-image-2.6.32-trunk-bvme6000 - Linux 2.6.32 for BVM BVME4000 and BVME6000
 linux-image-2.6.32-trunk-iop32x - Linux 2.6.32 for IOP32x
 linux-image-2.6.32-trunk-itanium - Linux 2.6.32 for Itanium
 linux-image-2.6.32-trunk-ixp4xx - Linux 2.6.32 for IXP4xx
 linux-image-2.6.32-trunk-kirkwood - Linux 2.6.32 for Marvell Kirkwood
 linux-image-2.6.32-trunk-mac - Linux 2.6.32 for Macintosh
 linux-image-2.6.32-trunk-mckinley - Linux 2.6.32 for Itanium II
 linux-image-2.6.32-trunk-mvme147 - Linux 2.6.32 for Motorola MVME147
 linux-image-2.6.32-trunk-mvme16x - Linux 2.6.32 for Motorola MVME162/6/7, MVME172/7
 linux-image-2.6.32-trunk-orion5x - Linux 2.6.32 for Marvell Orion
 linux-image-2.6.32-trunk-parisc64 - Linux 2.6.32 for 64-bit PA-RISC
 linux-image-2.6.32-trunk-parisc64-smp - Linux 2.6.32 for multiprocessor 64-bit PA-RISC
 linux-image-2.6.32-trunk-parisc - Linux 2.6.32 for 32-bit PA-RISC
 linux-image-2.6.32-trunk-parisc-smp - Linux 2.6.32 for multiprocessor 32-bit PA-RISC
 linux-image-2.6.32-trunk-powerpc64 - Linux 2.6.32 for 64-bit PowerPC
 linux-image-2.6.32-trunk-powerpc - Linux 2.6.32 for uniprocessor 32-bit PowerPC
 linux-image-2.6.32-trunk-powerpc-smp - Linux 2.6.32 for multiprocessor 32-bit PowerPC
 linux-image-2.6.32-trunk-r4k-ip22 - Linux 2.6.32 for SGI IP22
 linux-image-2.6.32-trunk-r5k-cobalt - Linux 2.6.32 for Cobalt
 linux-image-2.6.32-trunk-r5k-ip32 - Linux 2.6.32 for SGI IP32
 linux-image-2.6.32-trunk-s390x - Linux 2.6.32 for IBM zSeries
 linux-image-2.6.32-trunk-s390x-tape - Linux 2.6.32 for IBM zSeries, IPL from tape
 linux-image-2.6.32-trunk-sb1a-bcm91480b - Linux 2.6.32 for BCM91480B
 linux-image-2.6.32-trunk-sb1-bcm91250a - Linux 2.6.32 for BCM91250A
 linux-image-2.6.32-trunk-sparc64 - Linux 2.6.32 for uniprocessor 64-bit UltraSPARC
 linux-image-2.6.32-trunk-sparc64-smp - Linux 2.6.32 for multiprocessor 64-bit UltraSPARC
 linux-image-2.6.32-trunk-versatile - Linux 2.6.32 for Versatile
 linux-libc-dev - Linux support headers for userspace development
 linux-manual-2.6.32 - Linux kernel API manual pages for version 2.6.32
 linux-patch-debian-2.6.32 - Debian patches to version 2.6.32 of the Linux kernel
 linux-source-2.6.32 - Linux kernel source for version 2.6.32 with Debian patches
 linux-support-2.6.32-trunk - Support files for Linux 2.6.32
Changes: 
 linux-2.6 (2.6.32-2) unstable; urgency=high
 .
   [ Bastian Blank ]
   * Allow memory hot-add and -remove if possible.
   * Enable USB suspend.
   * Enable kernel samepage merging. (closes: #558200)
   * [s390]
     - Enable SECCOMP.
     - Enable z/VM Watchdog Timer.
 .
   [ Moritz Muehlenhoff ]
   * Disable cryptoloop (Closes: #559755)
   * Initial work on a README.source file as suggested by current policy
 .
   [ Ben Hutchings ]
   * aufs2: Update to snapshot from 2009-12-05
   * postinst: Fix failure paths in check for missing firmware
     (Closes: #560263)
   * atl1c: Fix system hang when link drops (Closes: #559577)
   * netfilter: xtables: fix conntrack match v1 ipt-save output
     (Closes: #556587)
 .
   [ Aurelien Jarno ]
   * Add support for the sparc64 architecture.
 .
   [ dann frazier ]
   * Add stable release 2.6.32.1:
     - ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT (CVE-2009-4306)
     - ext4: avoid divide by zero when trying to mount a corrupted file system
       (CVE-2009-4307)
     - ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (CVE-2009-4131)
Checksums-Sha1: 
 a0dc6db75231e157d25332c6f1cf010fbe7394ea 5647 linux-2.6_2.6.32-2.dsc
 54364c86c30548b315596443aa08a80f534af469 532216 linux-2.6_2.6.32-2.diff.gz
 11e1b734ce891806c19d6b3e8f099a7a21cd7895 132406 linux-support-2.6.32-trunk_2.6.32-2_all.deb
 fbab3dedee02462351272484ac7d172691ea57c5 368038 linux-patch-debian-2.6.32_2.6.32-2_all.deb
 e6fa8501adcc0220055545d5cbab6ba4536e06d5 122522 firmware-linux-free_2.6.32-2_all.deb
 a73ea1dabbde63963ea6e29842a8692c269f8056 63716326 linux-source-2.6.32_2.6.32-2_all.deb
 6804734a9ace9ead2b2ff5e66b05fc0f8503dc8e 6011132 linux-doc-2.6.32_2.6.32-2_all.deb
 f7f622fa88c29945ea5cfad2a54bfb797ff38326 2698830 linux-manual-2.6.32_2.6.32-2_all.deb
 2a101de8324e266997b0420dbbe254afdc684d41 462822 linux-headers-2.6.32-trunk-486_2.6.32-2_i386.deb
 11c0f17a5b6196ef5ab9cbc3d0c4eba91d4240cc 25570262 linux-image-2.6.32-trunk-486_2.6.32-2_i386.deb
 9b3a55e384be18088912816dfefbf82cff9fc872 462316 linux-headers-2.6.32-trunk-686_2.6.32-2_i386.deb
 46944b61cc8acf4248b022179a731dc5d2dc71cf 25700118 linux-image-2.6.32-trunk-686_2.6.32-2_i386.deb
 ea956d327f2387e9a2fa483e4fb2e399277c3ce9 463996 linux-headers-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
 6ea0da796d46860620d6b286ab657c125f601309 25831212 linux-image-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
 7643cf0f43e6800ec032db12b356ebb259cd9d01 454844 linux-headers-2.6.32-trunk-amd64_2.6.32-2_i386.deb
 6798c122466a8396424adaa3a81011ab84574c13 26694730 linux-image-2.6.32-trunk-amd64_2.6.32-2_i386.deb
 e50313f12bd8997a51a4ee94f93cceb03ec4378a 3828472 linux-headers-2.6.32-trunk-common_2.6.32-2_i386.deb
 9c9960389c933e3cf7438d8b38e28b0083f149ca 117482 linux-headers-2.6.32-trunk-all_2.6.32-2_i386.deb
 f83e1a9617a4a2c8e2e835930059f92cfe180a9d 117512 linux-headers-2.6.32-trunk-all-i386_2.6.32-2_i386.deb
 c8bbeddd8ab9ca563d0a4f6345328d1c5bb3269b 852090 linux-libc-dev_2.6.32-2_i386.deb
Checksums-Sha256: 
 481c0da9a10bddbdf00ba3b820dc22fcaf4b5edafc45229b6b70ef716e7ca5aa 5647 linux-2.6_2.6.32-2.dsc
 6d168fd97d94e54896037d4948f49137231cbf4fae371ebdfb8dd062f0576d32 532216 linux-2.6_2.6.32-2.diff.gz
 31981c4ae2de3eb89073469ed9d8a46a7a6915f2d84f4b1f5939cbfd3227ad71 132406 linux-support-2.6.32-trunk_2.6.32-2_all.deb
 77e4ea235376593953251f47d3618662781f9738fc7abca5a42922f31f1fed18 368038 linux-patch-debian-2.6.32_2.6.32-2_all.deb
 43491c8ac36c46f0a8e3892d1166f61ed7995bae6b0e03f5e1418c917543d6b0 122522 firmware-linux-free_2.6.32-2_all.deb
 d8e1bb335a2bc8e440781577c85d6114862fdbb9009c890756e78be387a6ba06 63716326 linux-source-2.6.32_2.6.32-2_all.deb
 7a8c61678332e3e6274ca98861c139131ec5f7018d28563b6312cc745932bc41 6011132 linux-doc-2.6.32_2.6.32-2_all.deb
 6c106973361214a1a8518e6d62c72260ef32215d1303d28285f07e74bce4afba 2698830 linux-manual-2.6.32_2.6.32-2_all.deb
 468c933c022acb981e86d4cb9bb2a96520db41328f6dc04439e83fe3dd676e48 462822 linux-headers-2.6.32-trunk-486_2.6.32-2_i386.deb
 92bc096d8b195df71524c608b4544476dcc903e740b1a5d2ffe09c042026ba1f 25570262 linux-image-2.6.32-trunk-486_2.6.32-2_i386.deb
 f2e91d7ac04249e2b7550d0b763dd5d76950beb3e49a3d999b8f4466a146365a 462316 linux-headers-2.6.32-trunk-686_2.6.32-2_i386.deb
 3c15096dd7825dcae59a2c74a11e27f6f7c65028b20ac35bd9644a293de5ecce 25700118 linux-image-2.6.32-trunk-686_2.6.32-2_i386.deb
 4e0d187cd3d760f9dd45c68fdf0efc944cb2d14036745a6fad949ea9b5ce7284 463996 linux-headers-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
 877c46ad77833c94e5f38bdcb22d889f2207846d002e8464bd1fff8e65d03c51 25831212 linux-image-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
 21d1c4a246aa42df3e68e041a9fe79a5a2c5528d7ebfa717d5662678814b46eb 454844 linux-headers-2.6.32-trunk-amd64_2.6.32-2_i386.deb
 52e6db44c174ba9b7b2db16d93b3d4a48c98a7c3b0c3c7f1aefc2540a0e9c998 26694730 linux-image-2.6.32-trunk-amd64_2.6.32-2_i386.deb
 f57028f80407880caf0af462696efb21f8f649e48abee9b2f0fae1293740c762 3828472 linux-headers-2.6.32-trunk-common_2.6.32-2_i386.deb
 ae8b52db9e6556ee865ce23c5b1b303984d7fcbe612dd9c97418d00f3ef9c733 117482 linux-headers-2.6.32-trunk-all_2.6.32-2_i386.deb
 1f7fdb15da50b5275b246b2b159def7984a78b13f9004a16f977d9912e00ec2c 117512 linux-headers-2.6.32-trunk-all-i386_2.6.32-2_i386.deb
 d238bbec8d4517c0ec3f239198635a4febc18bb00a04a66921b60ea4255e47d2 852090 linux-libc-dev_2.6.32-2_i386.deb
Files: 
 c508f153ae79859ce08caddc28ccdcd1 5647 kernel optional linux-2.6_2.6.32-2.dsc
 bb6ae4a3f822fc47e85b89d86f8011f6 532216 kernel optional linux-2.6_2.6.32-2.diff.gz
 334dc43e8bf25cf446460ece5f06a4ef 132406 devel optional linux-support-2.6.32-trunk_2.6.32-2_all.deb
 6b570f00b0004030670265ba4284c9e6 368038 kernel optional linux-patch-debian-2.6.32_2.6.32-2_all.deb
 48a2c0a92ae8ffbd95c5c11f3218f611 122522 kernel optional firmware-linux-free_2.6.32-2_all.deb
 5c34cd3b6d21bbdec7adcbbd0c397fc5 63716326 kernel optional linux-source-2.6.32_2.6.32-2_all.deb
 c012cf0f0580c29bb0d990ee8b9b06b1 6011132 doc optional linux-doc-2.6.32_2.6.32-2_all.deb
 66c96d06858c65a20309a5040402e3df 2698830 doc optional linux-manual-2.6.32_2.6.32-2_all.deb
 d8ade8104ccc2d3702d5e7c12f42676b 462822 kernel optional linux-headers-2.6.32-trunk-486_2.6.32-2_i386.deb
 5a0b9489908d667f3cdadcebcb3eb3c2 25570262 kernel optional linux-image-2.6.32-trunk-486_2.6.32-2_i386.deb
 30b938ddd5af9650a26a74dc2fac22d4 462316 kernel optional linux-headers-2.6.32-trunk-686_2.6.32-2_i386.deb
 24ba56a42cb2ba853c2c54962c99aeb8 25700118 kernel optional linux-image-2.6.32-trunk-686_2.6.32-2_i386.deb
 67d2ac972e56aec96bdd4601a6ffbac7 463996 kernel optional linux-headers-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
 42c7e6995084d250bbbdbd8af04f9f1b 25831212 kernel optional linux-image-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
 1341e32442a51e3e8f511bb5287f0926 454844 kernel optional linux-headers-2.6.32-trunk-amd64_2.6.32-2_i386.deb
 1ef9f5568dc406fd4d38ca4a668a5b96 26694730 kernel optional linux-image-2.6.32-trunk-amd64_2.6.32-2_i386.deb
 abac4cae52a2302f113a09e6be94d7bd 3828472 kernel optional linux-headers-2.6.32-trunk-common_2.6.32-2_i386.deb
 0dc6ed36facc929cb356106b32578667 117482 kernel optional linux-headers-2.6.32-trunk-all_2.6.32-2_i386.deb
 8434d903cc76f3bcc804717986d470cf 117512 kernel optional linux-headers-2.6.32-trunk-all-i386_2.6.32-2_i386.deb
 f7d93c401376b167da0e99f5572b351a 852090 devel optional linux-libc-dev_2.6.32-2_i386.deb

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

iQIVAwUBSymlLue/yOyVhhEJAQoRJxAAs7lsaeqxC/vZtHsDJog0XRvaStKvoTkG
jTDHS/f7KMtUbUCv4Yzk43wBQikKV1higKVFjFSYPaMPkwJZITYKNIPNF1P+HiK6
W8mHTse4tPuPFT4o0NG9aZywK2/Xjg2MgNSbQ2k3FA0l+KPhxoxB5INcpy4hODt2
9hgJ1gtoYdI36ez6AeEnhDvZCFRM5fVmCaoUaqK5l764NB8kq1y1VLcL06mAZSTj
uRLmF7+KsBUSBJPeyT18FHc+14hp2plQ0B4v7AGnwdB4oNzCUXAv1TeCDFbx7OFK
BK0l5/N8NuLSzBWtwl0FEukbUe5TNLEpjaTA39eHz2ZIeZB/n/oCOCKUhtPe9swy
QZypQhcjc1gU4YW7qYGNIB+w668DXIa7AnhoasHeO01y3m+/ILWGp9ApyByrnjiU
BZK86/xOGxKvS2Xd7PuFBbJom3KDkpUtEme8n0Ggft5/4jl4erPgOuWbrV0uT11U
SkonvjGUtntwfPnjeF2Y41uFad9RVbR0jGb+h2TPDQyVMzywjpCuJQaWigAQdF2J
rwxIb/tD2g6BVaB6pxFBWEcob52p+FBKawgSlN6NYpByhUyUlMlrFtcBqacylC+n
ckOHmYl/7LiqOtROe1ZhrXfQAeydnEuLxn1UYhaKevxI11GlXDstfD0AwKp1NCKb
25GdfN0c3lI=
=B5nD
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: