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

Bug#661696: marked as done (drm/i915: wrong fifo size due to uncareful refactoring which results in an xserver crash at 800x600)



Your message dated Sun, 20 Jan 2013 23:17:10 +0000
with message-id <E1Tx48U-0007tv-P1@franck.debian.org>
and subject line Bug#661696: fixed in linux-2.6 2.6.32-47
has caused the Debian Bug report #661696,
regarding drm/i915: wrong fifo size due to uncareful refactoring which results in an xserver crash at 800x600
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.)


-- 
661696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661696
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-2.6
Version: 2.6.32-41
Severity: important
Tags: upstream patch

Hi,

I've encountered a nasty bug in the drm/i915 part of Debian's stable kernel. The code is also present in 2.6.33.20, which is the latest stable upstream release of 2.6.33.y at the time of writing.

During a refactoring of the i915 driver a regression has been introduced (http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=e70236a8d3d0a4c100a0b9f7d394d9bda9c56aca): For some chipsets the wrong fifo size is determined which results in lot's of pixel errors when starting the xserver and choosing 800x600 as a resolution. If another resolution is used (eg. 1024x768 or 1280x1024), I don't encounter this problem.

I've attached a patch that fixes the problem (no pixel errors anymore) and determines the correct fifo size.

--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -4828,15 +4828,15 @@ static void intel_init_display(struct drm_device *dev)
                dev_priv->display.update_wm = i965_update_wm;
        else if (IS_I9XX(dev) || IS_MOBILE(dev)) {
                dev_priv->display.update_wm = i9xx_update_wm;
-               dev_priv->display.get_fifo_size = i9xx_get_fifo_size;
-       } else {
                if (IS_I85X(dev))
                        dev_priv->display.get_fifo_size = i85x_get_fifo_size;
                else if (IS_845G(dev))
                        dev_priv->display.get_fifo_size = i845_get_fifo_size;
                else
-                       dev_priv->display.get_fifo_size = i830_get_fifo_size;
+                       dev_priv->display.get_fifo_size = i9xx_get_fifo_size;
+       } else {
                dev_priv->display.update_wm = i830_update_wm;
+               dev_priv->display.get_fifo_size = i830_get_fifo_size;
        }   
 }

Regards,

Lukas

-- Package-specific info:
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-41) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Jan 16 16:04:25 UTC 2012

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=08a419ad-d4d1-47ff-94fd-6d7c8c5321de ro quiet

** Not tainted

** Kernel log:
[    1.637921] sd 0:0:0:0: [sda] 8027712 512-byte logical blocks: (4.11 GB/3.82 GiB)
[    1.638005] sd 0:0:0:0: [sda] Write Protect is off
[    1.638010] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.638045] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    1.638258]  sda: sda1 sda2
[    1.639892] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.740461] usb 1-1: new full speed USB device using uhci_hcd and address 2
[    1.744283] kjournald starting.  Commit interval 5 seconds
[    1.744299] EXT3-fs: mounted filesystem with ordered data mode.
[    1.897098] usb 1-1: New USB device found, idVendor=1a40, idProduct=0201
[    1.897104] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.897109] usb 1-1: Product: USB 2.0 Hub [MTT]
[    1.897256] usb 1-1: configuration #1 chosen from 1 choice
[    1.900120] hub 1-1:1.0: USB hub found
[    1.902075] hub 1-1:1.0: 7 ports detected
[    2.006518] udev[254]: starting version 164
[    2.020066] usb 1-2: new full speed USB device using uhci_hcd and address 3
[    2.194232] usb 1-2: New USB device found, idVendor=9710, idProduct=7830
[    2.194239] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.194244] usb 1-2: Product: USB-MAC Controller   
[    2.194247] usb 1-2: Manufacturer: Moschip Semiconductor
[    2.194251] usb 1-2: SerialNumber: 3b00043d
[    2.194414] usb 1-2: configuration #1 chosen from 1 choice
[    2.274033] usb 1-1.2: new full speed USB device using uhci_hcd and address 4
[    2.350298] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.388923] input: PC Speaker as /devices/platform/pcspkr/input/input0
[    2.403022] Marking TSC unstable due to TSC halts in idle
[    2.405028] processor LNXCPU:00: registered as cooling_device1
[    2.419214] Switching to clocksource acpi_pm
[    2.456113] intel_rng: FWH not detected
[    2.470309] ACPI: AC Adapter [ADP1] (off-line)
[    2.470506] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.470522] ACPI: Power Button [PWRB]
[    2.470618] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.470624] ACPI: Power Button [PWRF]
[    2.488242] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    2.499895] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.529165] usb 1-1.3: new low speed USB device using uhci_hcd and address 5
[    2.542981] usb 1-2: applying rev.C fixup
[    2.549198] usb 1-2: applying rev.C fixup
[    2.561229] eth1: register 'MOSCHIP usb-ethernet driver' at usb-0000:00:1d.0-2, MOSCHIP 7830/7730 usb-NET adapter, 00:13:3b:00:04:3d
[    2.561269] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    2.618157] [drm] Initialized drm 1.1.0 20060810
[    2.714449] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.714459] i915 0000:00:02.0: setting latency timer to 64
[    2.719367] [drm] set up 3M of stolen space
[    2.786929] usb 1-1.4: new low speed USB device using uhci_hcd and address 6
[    2.810044] [drm] initialized overlay support
[    3.017929] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c312
[    3.017936] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.017941] usb 1-1.4: Product: USB Multimedia Keyboard
[    3.017945] usb 1-1.4: Manufacturer: LITEON Technology
[    3.018172] usb 1-1.4: configuration #1 chosen from 1 choice
[    3.064696] usbcore: registered new interface driver usbserial
[    3.065060] USB Serial support registered for generic
[    3.065322] usbcore: registered new interface driver usbserial_generic
[    3.065325] usbserial: USB Serial Driver core
[    3.105820] Console: switching to colour frame buffer device 160x64
[    3.106212] USB Serial support registered for FTDI USB Serial Device
[    3.120640] fb0: inteldrmfb frame buffer device
[    3.120643] registered panic notifier
[    3.131269] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
[    3.131332] usbcore: registered new interface driver ftdi_sio
[    3.131336] ftdi_sio: v1.5.0:USB FTDI Serial Converters Driver
[    3.134135] usbcore: registered new interface driver hiddev
[    3.137738] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    3.137813] Intel ICH 0000:00:1f.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    3.137849] Intel ICH 0000:00:1f.5: setting latency timer to 64
[    3.149671] input: LITEON Technology USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input3
[    3.149953] generic-usb 0003:046D:C312.0001: input,hidraw0: USB HID v1.10 Keyboard [LITEON Technology USB Multimedia Keyboard] on usb-0000:00:1d.0-1.4/input0
[    3.150007] usbcore: registered new interface driver usbhid
[    3.150305] usbhid: v2.6:USB HID core driver
[    3.460056] intel8x0_measure_ac97_clock: measured 54690 usecs (2635 samples)
[    3.460062] intel8x0: clocking to 48000
[    3.765560] Adding 524280k swap on /dev/sda2.  Priority:-1 extents:1 across:524280k 
[    3.845241] EXT3 FS on sda1, internal journal
[    4.165025] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.168163] e100: eth0 NIC Link is Up 100 Mbps Full Duplex
[    4.168463] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    7.849201] [drm:intel_crtc_mode_set] *ERROR* Couldn't find PLL settings for mode!
[    7.849209] [drm:drm_crtc_helper_set_config] *ERROR* failed to set mode on crtc ce96d000
[   14.552037] eth0: no IPv6 routers present

** Model information
not available

** Loaded modules:
Module                  Size  Used by
usbhid                 28016  0 
ftdi_sio               28887  0 
hid                    50909  1 usbhid
usbserial              22100  1 ftdi_sio
snd_intel8x0           19595  2 
snd_ac97_codec         79200  1 snd_intel8x0
ac97_bus                 710  1 snd_ac97_codec
snd_pcm                47226  2 snd_intel8x0,snd_ac97_codec
snd_seq                35463  0 
i915                  223022  1 
snd_timer              12270  2 snd_pcm,snd_seq
drm_kms_helper         18569  1 i915
snd_seq_device          3673  1 snd_seq
drm                   111992  2 i915,drm_kms_helper
i2c_algo_bit            3493  1 i915
snd                    34423  10 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_seq,snd_timer,snd_seq_device
mcs7830                 4077  0 
shpchp                 21200  0 
i2c_i801                6462  0 
evdev                   5609  0 
video                  14605  1 i915
usbnet                  9527  1 mcs7830
soundcore               3450  1 snd
psmouse                44809  0 
ac                      1640  0 
button                  3598  1 i915
processor              26327  1 
pcspkr                  1207  0 
i2c_core               12787  5 i915,drm_kms_helper,drm,i2c_algo_bit,i2c_i801
snd_page_alloc          5045  2 snd_intel8x0,snd_pcm
rng_core                2178  0 
serio_raw               2916  0 
output                  1204  1 video
pci_hotplug            18545  1 shpchp
ext3                   94396  1 
jbd                    32401  1 ext3
mbcache                 3762  1 ext3
sd_mod                 26013  3 
crc_t10dif              1012  1 sd_mod
ata_generic             2247  0 
fan                     2586  0 
ata_piix               17736  2 
thermal                 9206  0 
uhci_hcd               16057  0 
libata                115889  2 ata_generic,ata_piix
e100                   22317  0 
ehci_hcd               28689  0 
thermal_sys             9378  4 video,processor,fan,thermal
usbcore                99329  9 usbhid,ftdi_sio,usbserial,mcs7830,usbnet,uhci_hcd,ehci_hcd
mii                     2714  3 mcs7830,usbnet,e100
scsi_mod              105001  2 sd_mod,libata
nls_base                4541  1 usbcore

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3580] (rev 02)
	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
	Region 0: Memory at <unassigned> (32-bit, prefetchable)
	Capabilities: [40] Vendor Specific Information: Len=05 <?>
	Kernel driver in use: agpgart-intel

00:00.1 System peripheral [0880]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3584] (rev 02)
	Subsystem: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3584]
	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

00:00.3 System peripheral [0880]: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3585] (rev 02)
	Subsystem: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to I/O Controller [8086:3585]
	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

00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 02) (prog-if 00 [VGA controller])
	Subsystem: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582]
	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 16
	Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M]
	Region 1: Memory at ffa80000 (32-bit, non-prefetchable) [size=512K]
	Region 2: I/O ports at ec00 [size=8]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [d0] Power Management version 1
		Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: i915

00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Intel Corporation Device [8086:24c0]
	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 16
	Region 4: I/O ports at e080 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 02) (prog-if 00 [UHCI])
	Subsystem: Intel Corporation Device [8086:24c0]
	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 e400 [size=32]
	Kernel driver in use: uhci_hcd

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 82) (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
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: ff800000-ff8fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:1f.0 ISA bridge [0601]: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge [8086:24c0] (rev 02)
	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.1 IDE interface [0101]: Intel Corporation 82801DB (ICH4) IDE Controller [8086:24cb] (rev 02) (prog-if 8a [Master SecP PriP])
	Subsystem: Intel Corporation Device [8086:24c0]
	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 18
	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 fc00 [size=16]
	Region 5: Memory at 10000000 (32-bit, non-prefetchable) [size=1K]
	Kernel driver in use: ata_piix

00:1f.3 SMBus [0c05]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller [8086:24c3] (rev 02)
	Subsystem: Intel Corporation Device [8086:24c0]
	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 17
	Region 4: I/O ports at 0400 [size=32]
	Kernel driver in use: i801_smbus

00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 02)
	Subsystem: Device [414c:4760]
	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 17
	Region 0: I/O ports at e800 [size=256]
	Region 1: I/O ports at e480 [size=64]
	Region 2: Memory at ffa7bc00 (32-bit, non-prefetchable) [size=512]
	Region 3: Memory at ffa7b800 (32-bit, non-prefetchable) [size=256]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: Intel ICH

01:08.0 Ethernet controller [0200]: Intel Corporation 82801DB PRO/100 VE (CNR) Ethernet Controller [8086:103a] (rev 82)
	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: 64 (2000ns min, 14000ns max), Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 20
	Region 0: Memory at ff8ff000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at dc00 [size=64]
	Capabilities: [dc] Power Management version 2
		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=2 PME-
	Kernel driver in use: e100


** USB devices:
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 006: ID 046d:c312 Logitech, Inc. DeLuxe 250 Keyboard
Bus 001 Device 002: ID 1a40:0201 TERMINUS TECHNOLOGY INC. 
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.32-5-686 depends on:
ii  debconf [debconf-2.0]         1.5.36.1   Debian configuration management sy
ii  initramfs-tools [linux-initra 0.98.8     tools for generating an initramfs
ii  linux-base                    2.6.32-41  Linux image base package
ii  module-init-tools             3.12-2+b1  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.32-5-686 recommends:
ii  firmware-linux-free           2.6.32-41  Binary firmware for various driver
pn  libc6-i686                    <none>     (no description available)

Versions of packages linux-image-2.6.32-5-686 suggests:
pn  grub | lilo                   <none>     (no description available)
pn  linux-doc-2.6.32              <none>     (no description available)

Versions of packages linux-image-2.6.32-5-686 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.28+squeeze1 Binary firmware for various driver
ii  firmware-linux-nonfree     0.28+squeeze1 Binary firmware for various driver
pn  firmware-qlogic            <none>        (no description available)
pn  firmware-ralink            <none>        (no description available)
pn  xen-hypervisor             <none>        (no description available)

-- debconf information excluded



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

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.

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 661696@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: Sat, 19 Jan 2013 05:00:07 +0000
Source: linux-2.6
Binary: linux-tools-2.6.32 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-5 linux-base linux-libc-dev linux-headers-2.6.32-5-all linux-headers-2.6.32-5-all-alpha linux-headers-2.6.32-5-common linux-image-2.6.32-5-alpha-generic linux-headers-2.6.32-5-alpha-generic linux-image-2.6.32-5-alpha-smp linux-headers-2.6.32-5-alpha-smp linux-image-2.6.32-5-alpha-legacy linux-headers-2.6.32-5-alpha-legacy linux-headers-2.6.32-5-all-amd64 linux-image-2.6.32-5-amd64 linux-headers-2.6.32-5-amd64 linux-image-2.6.32-5-amd64-dbg linux-headers-2.6.32-5-common-openvz linux-image-2.6.32-5-openvz-amd64 linux-headers-2.6.32-5-openvz-amd64 linux-image-2.6.32-5-openvz-amd64-dbg linux-headers-2.6.32-5-common-vserver linux-image-2.6.32-5-vserver-amd64 linux-headers-2.6.32-5-vserver-amd64 linux-image-2.6.32-5-vserver-amd64-dbg linux-headers-2.6.32-5-common-xen linux-image-2.6.32-5-xen-amd64 linux-headers-2.6.32-5-xen-amd64
 linux-image-2.6.32-5-xen-amd64-dbg xen-linux-system-2.6.32-5-xen-amd64 linux-headers-2.6.32-5-all-armel linux-image-2.6.32-5-iop32x linux-headers-2.6.32-5-iop32x linux-image-2.6.32-5-ixp4xx linux-headers-2.6.32-5-ixp4xx linux-image-2.6.32-5-kirkwood linux-headers-2.6.32-5-kirkwood linux-image-2.6.32-5-orion5x linux-headers-2.6.32-5-orion5x linux-image-2.6.32-5-versatile linux-headers-2.6.32-5-versatile linux-headers-2.6.32-5-all-hppa linux-image-2.6.32-5-parisc linux-headers-2.6.32-5-parisc linux-image-2.6.32-5-parisc-smp linux-headers-2.6.32-5-parisc-smp linux-image-2.6.32-5-parisc64 linux-headers-2.6.32-5-parisc64 linux-image-2.6.32-5-parisc64-smp linux-headers-2.6.32-5-parisc64-smp linux-headers-2.6.32-5-all-i386 linux-image-2.6.32-5-486 linux-headers-2.6.32-5-486 linux-image-2.6.32-5-686 linux-headers-2.6.32-5-686 linux-image-2.6.32-5-686-bigmem linux-headers-2.6.32-5-686-bigmem linux-image-2.6.32-5-686-bigmem-dbg linux-image-2.6.32-5-openvz-686
 linux-headers-2.6.32-5-openvz-686 linux-image-2.6.32-5-openvz-686-dbg linux-image-2.6.32-5-vserver-686 linux-headers-2.6.32-5-vserver-686 linux-image-2.6.32-5-vserver-686-bigmem linux-headers-2.6.32-5-vserver-686-bigmem linux-image-2.6.32-5-vserver-686-bigmem-dbg linux-image-2.6.32-5-xen-686 linux-headers-2.6.32-5-xen-686 linux-image-2.6.32-5-xen-686-dbg xen-linux-system-2.6.32-5-xen-686 linux-headers-2.6.32-5-all-ia64 linux-image-2.6.32-5-itanium linux-headers-2.6.32-5-itanium linux-image-2.6.32-5-mckinley linux-headers-2.6.32-5-mckinley linux-image-2.6.32-5-vserver-itanium linux-headers-2.6.32-5-vserver-itanium linux-image-2.6.32-5-vserver-mckinley linux-headers-2.6.32-5-vserver-mckinley linux-headers-2.6.32-5-all-m68k linux-image-2.6.32-5-amiga linux-headers-2.6.32-5-amiga linux-image-2.6.32-5-atari linux-headers-2.6.32-5-atari linux-image-2.6.32-5-bvme6000 linux-headers-2.6.32-5-bvme6000 linux-image-2.6.32-5-mac linux-headers-2.6.32-5-mac
 linux-image-2.6.32-5-mvme147 linux-headers-2.6.32-5-mvme147 linux-image-2.6.32-5-mvme16x linux-headers-2.6.32-5-mvme16x linux-headers-2.6.32-5-all-mips linux-image-2.6.32-5-r4k-ip22 linux-headers-2.6.32-5-r4k-ip22 linux-image-2.6.32-5-r5k-ip32 linux-headers-2.6.32-5-r5k-ip32 linux-image-2.6.32-5-sb1-bcm91250a linux-headers-2.6.32-5-sb1-bcm91250a linux-image-2.6.32-5-sb1a-bcm91480b linux-headers-2.6.32-5-sb1a-bcm91480b linux-image-2.6.32-5-4kc-malta linux-headers-2.6.32-5-4kc-malta linux-image-2.6.32-5-5kc-malta linux-headers-2.6.32-5-5kc-malta linux-headers-2.6.32-5-all-mipsel linux-image-2.6.32-5-r5k-cobalt linux-headers-2.6.32-5-r5k-cobalt linux-headers-2.6.32-5-all-powerpc linux-image-2.6.32-5-powerpc linux-headers-2.6.32-5-powerpc linux-image-2.6.32-5-powerpc-smp linux-headers-2.6.32-5-powerpc-smp linux-image-2.6.32-5-powerpc64 linux-headers-2.6.32-5-powerpc64 linux-image-2.6.32-5-vserver-powerpc linux-headers-2.6.32-5-vserver-powerpc
 linux-image-2.6.32-5-vserver-powerpc64 linux-headers-2.6.32-5-vserver-powerpc64 linux-headers-2.6.32-5-all-s390 linux-image-2.6.32-5-s390x linux-headers-2.6.32-5-s390x linux-image-2.6.32-5-s390x-tape linux-image-2.6.32-5-vserver-s390x linux-headers-2.6.32-5-vserver-s390x linux-headers-2.6.32-5-all-sh4 linux-image-2.6.32-5-sh7751r linux-headers-2.6.32-5-sh7751r linux-image-2.6.32-5-sh7785lcr linux-headers-2.6.32-5-sh7785lcr linux-headers-2.6.32-5-all-sparc linux-image-2.6.32-5-sparc64 linux-headers-2.6.32-5-sparc64 linux-image-2.6.32-5-sparc64-smp linux-headers-2.6.32-5-sparc64-smp linux-image-2.6.32-5-vserver-sparc64 linux-headers-2.6.32-5-vserver-sparc64
 linux-headers-2.6.32-5-all-sparc64
Architecture: all source
Version: 2.6.32-47
Distribution: stable
Urgency: low
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Ben Hutchings <ben@decadent.org.uk>
Closes: 626022 638921 646063 647825 659111 661696 666108 689928 690100 692133 695872 698022 698094 698473 698474 698475
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-5-486 - Header files for Linux 2.6.32-5-486
 linux-headers-2.6.32-5-4kc-malta - Header files for Linux 2.6.32-5-4kc-malta
 linux-headers-2.6.32-5-5kc-malta - Header files for Linux 2.6.32-5-5kc-malta
 linux-headers-2.6.32-5-686-bigmem - Header files for Linux 2.6.32-5-686-bigmem
 linux-headers-2.6.32-5-686 - Header files for Linux 2.6.32-5-686
 linux-headers-2.6.32-5-all - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-alpha - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-amd64 - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-armel - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-hppa - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-i386 - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-ia64 - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-m68k - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-mips - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-mipsel - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-powerpc - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-s390 - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-sh4 - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-sparc64 - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-all-sparc - All header files for Linux 2.6.32 (meta-package)
 linux-headers-2.6.32-5-alpha-generic - Header files for Linux 2.6.32-5-alpha-generic
 linux-headers-2.6.32-5-alpha-legacy - Header files for Linux 2.6.32-5-alpha-legacy
 linux-headers-2.6.32-5-alpha-smp - Header files for Linux 2.6.32-5-alpha-smp
 linux-headers-2.6.32-5-amd64 - Header files for Linux 2.6.32-5-amd64
 linux-headers-2.6.32-5-amiga - Header files for Linux 2.6.32-5-amiga
 linux-headers-2.6.32-5-atari - Header files for Linux 2.6.32-5-atari
 linux-headers-2.6.32-5-bvme6000 - Header files for Linux 2.6.32-5-bvme6000
 linux-headers-2.6.32-5-common - Common header files for Linux 2.6.32-5
 linux-headers-2.6.32-5-common-openvz - Common header files for Linux 2.6.32-5-openvz
 linux-headers-2.6.32-5-common-vserver - Common header files for Linux 2.6.32-5-vserver
 linux-headers-2.6.32-5-common-xen - Common header files for Linux 2.6.32-5-xen
 linux-headers-2.6.32-5-iop32x - Header files for Linux 2.6.32-5-iop32x
 linux-headers-2.6.32-5-itanium - Header files for Linux 2.6.32-5-itanium
 linux-headers-2.6.32-5-ixp4xx - Header files for Linux 2.6.32-5-ixp4xx
 linux-headers-2.6.32-5-kirkwood - Header files for Linux 2.6.32-5-kirkwood
 linux-headers-2.6.32-5-mac - Header files for Linux 2.6.32-5-mac
 linux-headers-2.6.32-5-mckinley - Header files for Linux 2.6.32-5-mckinley
 linux-headers-2.6.32-5-mvme147 - Header files for Linux 2.6.32-5-mvme147
 linux-headers-2.6.32-5-mvme16x - Header files for Linux 2.6.32-5-mvme16x
 linux-headers-2.6.32-5-openvz-686 - Header files for Linux 2.6.32-5-openvz-686
 linux-headers-2.6.32-5-openvz-amd64 - Header files for Linux 2.6.32-5-openvz-amd64
 linux-headers-2.6.32-5-orion5x - Header files for Linux 2.6.32-5-orion5x
 linux-headers-2.6.32-5-parisc64 - Header files for Linux 2.6.32-5-parisc64
 linux-headers-2.6.32-5-parisc64-smp - Header files for Linux 2.6.32-5-parisc64-smp
 linux-headers-2.6.32-5-parisc - Header files for Linux 2.6.32-5-parisc
 linux-headers-2.6.32-5-parisc-smp - Header files for Linux 2.6.32-5-parisc-smp
 linux-headers-2.6.32-5-powerpc64 - Header files for Linux 2.6.32-5-powerpc64
 linux-headers-2.6.32-5-powerpc - Header files for Linux 2.6.32-5-powerpc
 linux-headers-2.6.32-5-powerpc-smp - Header files for Linux 2.6.32-5-powerpc-smp
 linux-headers-2.6.32-5-r4k-ip22 - Header files for Linux 2.6.32-5-r4k-ip22
 linux-headers-2.6.32-5-r5k-cobalt - Header files for Linux 2.6.32-5-r5k-cobalt
 linux-headers-2.6.32-5-r5k-ip32 - Header files for Linux 2.6.32-5-r5k-ip32
 linux-headers-2.6.32-5-s390x - Header files for Linux 2.6.32-5-s390x
 linux-headers-2.6.32-5-sb1a-bcm91480b - Header files for Linux 2.6.32-5-sb1a-bcm91480b
 linux-headers-2.6.32-5-sb1-bcm91250a - Header files for Linux 2.6.32-5-sb1-bcm91250a
 linux-headers-2.6.32-5-sh7751r - Header files for Linux 2.6.32-5-sh7751r
 linux-headers-2.6.32-5-sh7785lcr - Header files for Linux 2.6.32-5-sh7785lcr
 linux-headers-2.6.32-5-sparc64 - Header files for Linux 2.6.32-5-sparc64
 linux-headers-2.6.32-5-sparc64-smp - Header files for Linux 2.6.32-5-sparc64-smp
 linux-headers-2.6.32-5-versatile - Header files for Linux 2.6.32-5-versatile
 linux-headers-2.6.32-5-vserver-686-bigmem - Header files for Linux 2.6.32-5-vserver-686-bigmem
 linux-headers-2.6.32-5-vserver-686 - Header files for Linux 2.6.32-5-vserver-686
 linux-headers-2.6.32-5-vserver-amd64 - Header files for Linux 2.6.32-5-vserver-amd64
 linux-headers-2.6.32-5-vserver-itanium - Header files for Linux 2.6.32-5-vserver-itanium
 linux-headers-2.6.32-5-vserver-mckinley - Header files for Linux 2.6.32-5-vserver-mckinley
 linux-headers-2.6.32-5-vserver-powerpc64 - Header files for Linux 2.6.32-5-vserver-powerpc64
 linux-headers-2.6.32-5-vserver-powerpc - Header files for Linux 2.6.32-5-vserver-powerpc
 linux-headers-2.6.32-5-vserver-s390x - Header files for Linux 2.6.32-5-vserver-s390x
 linux-headers-2.6.32-5-vserver-sparc64 - Header files for Linux 2.6.32-5-vserver-sparc64
 linux-headers-2.6.32-5-xen-686 - Header files for Linux 2.6.32-5-xen-686
 linux-headers-2.6.32-5-xen-amd64 - Header files for Linux 2.6.32-5-xen-amd64
 linux-image-2.6.32-5-486 - Linux 2.6.32 for old PCs
 linux-image-2.6.32-5-4kc-malta - Linux 2.6.32 for MIPS Malta
 linux-image-2.6.32-5-5kc-malta - Linux 2.6.32 for MIPS Malta (64-bit)
 linux-image-2.6.32-5-686-bigmem-dbg - Debugging infos for Linux 2.6.32-5-686-bigmem
 linux-image-2.6.32-5-686-bigmem - Linux 2.6.32 for PCs with 4GB+ RAM
 linux-image-2.6.32-5-686 - Linux 2.6.32 for modern PCs
 linux-image-2.6.32-5-alpha-generic - Linux 2.6.32 for Alpha
 linux-image-2.6.32-5-alpha-legacy - Linux 2.6.32 for Alpha Legacy
 linux-image-2.6.32-5-alpha-smp - Linux 2.6.32 for Alpha SMP
 linux-image-2.6.32-5-amd64-dbg - Debugging infos for Linux 2.6.32-5-amd64
 linux-image-2.6.32-5-amd64 - Linux 2.6.32 for 64-bit PCs
 linux-image-2.6.32-5-amiga - Linux 2.6.32 for Amiga
 linux-image-2.6.32-5-atari - Linux 2.6.32 for Atari
 linux-image-2.6.32-5-bvme6000 - Linux 2.6.32 for BVM BVME4000 and BVME6000
 linux-image-2.6.32-5-iop32x - Linux 2.6.32 for IOP32x
 linux-image-2.6.32-5-itanium - Linux 2.6.32 for Itanium
 linux-image-2.6.32-5-ixp4xx - Linux 2.6.32 for IXP4xx
 linux-image-2.6.32-5-kirkwood - Linux 2.6.32 for Marvell Kirkwood
 linux-image-2.6.32-5-mac - Linux 2.6.32 for Macintosh
 linux-image-2.6.32-5-mckinley - Linux 2.6.32 for Itanium II
 linux-image-2.6.32-5-mvme147 - Linux 2.6.32 for Motorola MVME147
 linux-image-2.6.32-5-mvme16x - Linux 2.6.32 for Motorola MVME162/6/7, MVME172/7
 linux-image-2.6.32-5-openvz-686-dbg - Debugging infos for Linux 2.6.32-5-openvz-686
 linux-image-2.6.32-5-openvz-686 - Linux 2.6.32 for modern PCs, OpenVZ support
 linux-image-2.6.32-5-openvz-amd64-dbg - Debugging infos for Linux 2.6.32-5-openvz-amd64
 linux-image-2.6.32-5-openvz-amd64 - Linux 2.6.32 for 64-bit PCs, OpenVZ support
 linux-image-2.6.32-5-orion5x - Linux 2.6.32 for Marvell Orion
 linux-image-2.6.32-5-parisc64 - Linux 2.6.32 for 64-bit PA-RISC
 linux-image-2.6.32-5-parisc64-smp - Linux 2.6.32 for multiprocessor 64-bit PA-RISC
 linux-image-2.6.32-5-parisc - Linux 2.6.32 for 32-bit PA-RISC
 linux-image-2.6.32-5-parisc-smp - Linux 2.6.32 for multiprocessor 32-bit PA-RISC
 linux-image-2.6.32-5-powerpc64 - Linux 2.6.32 for 64-bit PowerPC
 linux-image-2.6.32-5-powerpc - Linux 2.6.32 for uniprocessor 32-bit PowerPC
 linux-image-2.6.32-5-powerpc-smp - Linux 2.6.32 for multiprocessor 32-bit PowerPC
 linux-image-2.6.32-5-r4k-ip22 - Linux 2.6.32 for SGI IP22
 linux-image-2.6.32-5-r5k-cobalt - Linux 2.6.32 for Cobalt
 linux-image-2.6.32-5-r5k-ip32 - Linux 2.6.32 for SGI IP32
 linux-image-2.6.32-5-s390x - Linux 2.6.32 for IBM zSeries
 linux-image-2.6.32-5-s390x-tape - Linux 2.6.32 for IBM zSeries, IPL from tape
 linux-image-2.6.32-5-sb1a-bcm91480b - Linux 2.6.32 for BCM91480B
 linux-image-2.6.32-5-sb1-bcm91250a - Linux 2.6.32 for BCM91250A
 linux-image-2.6.32-5-sh7751r - Linux 2.6.32 for sh7751r
 linux-image-2.6.32-5-sh7785lcr - Linux 2.6.32 for sh7785lcr
 linux-image-2.6.32-5-sparc64 - Linux 2.6.32 for uniprocessor 64-bit UltraSPARC
 linux-image-2.6.32-5-sparc64-smp - Linux 2.6.32 for multiprocessor 64-bit UltraSPARC
 linux-image-2.6.32-5-versatile - Linux 2.6.32 for Versatile
 linux-image-2.6.32-5-vserver-686-bigmem-dbg - Debugging infos for Linux 2.6.32-5-vserver-686-bigmem
 linux-image-2.6.32-5-vserver-686-bigmem - Linux 2.6.32 for PCs with 4GB+ RAM, Linux-VServer support
 linux-image-2.6.32-5-vserver-686 - Linux 2.6.32 for modern PCs, Linux-VServer support
 linux-image-2.6.32-5-vserver-amd64-dbg - Debugging infos for Linux 2.6.32-5-vserver-amd64
 linux-image-2.6.32-5-vserver-amd64 - Linux 2.6.32 for 64-bit PCs, Linux-VServer support
 linux-image-2.6.32-5-vserver-itanium - Linux 2.6.32 for Itanium, Linux-VServer support
 linux-image-2.6.32-5-vserver-mckinley - Linux 2.6.32 for Itanium II, Linux-VServer support
 linux-image-2.6.32-5-vserver-powerpc64 - Linux 2.6.32 for 64-bit PowerPC, Linux-VServer support
 linux-image-2.6.32-5-vserver-powerpc - Linux 2.6.32 for uniprocessor 32-bit PowerPC, Linux-VServer suppo
 linux-image-2.6.32-5-vserver-s390x - Linux 2.6.32 for IBM zSeries, Linux-VServer support
 linux-image-2.6.32-5-vserver-sparc64 - Linux 2.6.32 for uniprocessor 64-bit UltraSPARC, Linux-VServer su
 linux-image-2.6.32-5-xen-686-dbg - Debugging infos for Linux 2.6.32-5-xen-686
 linux-image-2.6.32-5-xen-686 - Linux 2.6.32 for modern PCs, Xen dom0 support
 linux-image-2.6.32-5-xen-amd64-dbg - Debugging infos for Linux 2.6.32-5-xen-amd64
 linux-image-2.6.32-5-xen-amd64 - Linux 2.6.32 for 64-bit PCs, Xen dom0 support
 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-5 - Support files for Linux 2.6.32
 linux-tools-2.6.32 - Performance analysis tools for Linux 2.6.32
 xen-linux-system-2.6.32-5-xen-686 - Xen system with Linux 2.6.32 on modern PCs (meta-package)
 xen-linux-system-2.6.32-5-xen-amd64 - Xen system with Linux 2.6.32 on 64-bit PCs (meta-package)
Changes: 
 linux-2.6 (2.6.32-47) stable; urgency=low
 .
   [ Ben Hutchings ]
   * [x86] ALSA: hda_intel: Add device/class IDs for Intel Patsburg,
     Vortex86MX, VMware, Intel Panther Point and other Intel chips
     (Closes: #689928)
   * header: fix broken headers for user space (Closes: #692133)
   * nfsv4: Fix kernel panic when mounting NFSv4 (Closes: #695872)
   * hpsa: Backport changes up to Linux 3.2.35 (Closes: #690100)
   * net: fix route cache rebuilds (Closes: #646063)
   * Add longterm release 2.6.32.60, including:
     - netxen: support for GbE port settings (Closes: #638921)
     - futex: Fix uninterruptible loop due to gate_area
     - time: Improve sanity checking of timekeeping inputs
     - eCryptfs: Copy up lower inode attrs after setting lower xattr
     - eCryptfs: Clear ECRYPTFS_NEW_FILE flag during truncate
     - bonding: 802.3ad - fix agg_device_up
     - usbnet: increase URB reference count before usb_unlink_urb
     - usbnet: don't clear urb->dev in tx_complete
     - xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()
     - nilfs2: fix NULL pointer dereference in nilfs_load_super_block()
     - ntp: Fix integer overflow when setting time
     - ext4: check for zero length extent
     - Bluetooth: add NULL pointer check in HCI
     - Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_close
     - phonet: Check input from user before allocating
     - netlink: fix races after skb queueing
     - net: fix a race in sock_queue_err_skb()
     - net/ethernet: ks8851_mll fix rx frame buffer overflow
     - NFSv4: Revalidate uid/gid after open (Closes: #659111)
     - ext3: Fix error handling on inode bitmap corruption
     - ext4: fix error handling on inode bitmap corruption
     - SCSI: fix scsi_wait_scan
     - fuse: fix stat call on 32 bit platforms
     - udf: Improve table length check to avoid possible overflow
     - eCryptfs: Properly check for O_RDONLY flag before doing privileged open
     - mm: Hold a file reference in madvise_remove (CVE-2012-3511)
     - SCSI: Avoid dangling pointer in scsi_requeue_command()
     - usbdevfs: Correct amount of data copied to user in processcompl_compat
     - ext4: don't let i_reserved_meta_blocks go negative
     - sctp: Fix list corruption resulting from freeing an association on a list
     - cipso: don't follow a NULL pointer when setsockopt() is called
     - net/tun: fix ioctl() based info leaks
     - futex: Test for pi_mutex on fault in futex_wait_requeue_pi()
     - futex: Fix bug in WARN_ON for NULL q.pi_state
     - futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()
     - mm: mmu_notifier: fix freed page still mapped in secondary MMU
     - fuse: verify all ioctl retry iov elements
     - vfs: missed source of ->f_pos races - compat_sys_{read,write}v()
     - NFSv3: Ensure that do_proc_get_root() reports errors correctly
     - Remove user-triggerable BUG from mpol_to_str
     - udf: Fix data corruption for files in ICB
     - ext3: Fix fdatasync() for files with only i_size changes
     - dccp: check ccid before dereferencing
     - [ia64] Add accept4() syscall (Closes: #647825)
     - tcp: drop SYN+FIN messages
     - [x86] amd, xen: Avoid NULL pointer paravirt references
     - [x86] tls: Off by one limit check
     - sparc64: Eliminate obsolete __handle_softirq() function
     - udf: fix retun value on error path in udf_load_logicalvol
     - epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()
     - epoll: ep_unregister_pollwait() can use the freed pwq->whead
     - Don't limit non-nested epoll paths
     - epoll: limit paths (CVE-2011-1083)
     - epoll: clear the tfile_check_list on -ELOOP (CVE-2012-3375)
     - random: Improve random number generation on non-interactive systems
       + random: Use arch_get_random_int instead of cycle counter if avail
       + random: Use arch-specific RNG to initialize the entropy store
       + random: make 'add_interrupt_randomness()' do something sane
       + usb: feed USB device information to the /dev/random driver
       + net: feed /dev/random with the MAC address when registering a device
       + rtc: wm831x: Feed the write counter into device_add_randomness()
       + mfd: wm831x: Feed the device UUID into device_add_randomness()
       + dmi: Feed DMI table to /dev/random driver
     For the complete list of changes, see:
      http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/ChangeLog-2.6.32.60
     and the bug report which this closes: #698022.
     - [ia64] Revert "pcdp: use early_ioremap/early_iounmap to access pcdp
       table", which breaks compilation of this driver
   * [x86] Don't use the EFI reboot method by default (Closes: #626022)
   * [x86] drm/i915: Attempt to fix watermark setup on 85x (v2)
     (Closes: #661696)
   * [x86] isci: Backport changes up to Linux 3.2.35 (Closes: #698094)
   * [amd64] rtl8192e: Fix transmit on 64-bit architectures (Closes: #698473)
   * [x86] usbip: Fix loss of isochronous packets that require padding
     (Closes: #698474)
   * staging: Fix various log messages that were broken on 64-bit architectures
     (Closes: #698475)
   * [x86] xen/x86: don't corrupt %eip when returning from a signal handler
   * [i386] xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS
     guests. (CVE-2013-0190)
 .
   [ Jonathan Nieder ]
   * megaraid_sas: Backport changes up to Linux 3.0.56 (Closes: #666108)
Checksums-Sha1: 
 c0cc18b97efaebfc66bedd088e7dc6b3daa3792a 14499 linux-2.6_2.6.32-47.dsc
 7bb68838998c1713e388863ee434e02fcd96a8f1 16348026 linux-2.6_2.6.32-47.diff.gz
 aa4107b0aa612f060ffcb2fbb133b6c24796d45e 172078 linux-support-2.6.32-5_2.6.32-47_all.deb
 1ea9e1267fd7f7936edd2893678ebab3f17bf33a 160148 firmware-linux-free_2.6.32-47_all.deb
 be2ba2be69084379455e5b248b2ee882f9a90e59 182100 linux-base_2.6.32-47_all.deb
 09fed89e3247c4e50040a4719885aad7d58711fa 10303092 linux-patch-debian-2.6.32_2.6.32-47_all.deb
 50c368ee67671f3415a4da0c149b64140e2bdc56 65400126 linux-source-2.6.32_2.6.32-47_all.deb
 951a35dbf3963587dd3fb312944783ad9085e696 6075984 linux-doc-2.6.32_2.6.32-47_all.deb
 ff587d901fc7d99499503f23e570dc43ddb7af4e 2739000 linux-manual-2.6.32_2.6.32-47_all.deb
Checksums-Sha256: 
 d13939323d31ea9c1ecc7cd460d5c4cad8219fdabec0c6ad9e5e850947343571 14499 linux-2.6_2.6.32-47.dsc
 5ecb7e0931c3c77ede8234c7acb691bbeaf819332f211417468b4119fd243ce7 16348026 linux-2.6_2.6.32-47.diff.gz
 fd509d6939a35dc53b2a067a3e7a5224eb1b1ef12dcb355bcd02fcfef2c90d7d 172078 linux-support-2.6.32-5_2.6.32-47_all.deb
 a998d5ad6285fb4faad400176e9f6bb4c9e7e0d2551fe4e0a74e9f19d2185e92 160148 firmware-linux-free_2.6.32-47_all.deb
 e0992f93e0a3818bd0acdd9fba865a8a7d4d48914cd421661b43f1f247945bf5 182100 linux-base_2.6.32-47_all.deb
 e7a48e9d062bfe91f2db0533ae9ad2421d655e79ef8e597045c100c4ddc5cd1a 10303092 linux-patch-debian-2.6.32_2.6.32-47_all.deb
 037ac4fb9402d3efd2f24a3117e3e03ecf949e4538833655b13de969622dbd10 65400126 linux-source-2.6.32_2.6.32-47_all.deb
 1fbe3830131cbf4339856222356689d9813ce6b592e0894012321cd328ad35c4 6075984 linux-doc-2.6.32_2.6.32-47_all.deb
 a9f55c8e81b83e8e1aebd37c2f3ce5a400d222b038554db9e540fb01d5261559 2739000 linux-manual-2.6.32_2.6.32-47_all.deb
Files: 
 4bfb80310f9b6fa5793c144c3766f672 14499 kernel optional linux-2.6_2.6.32-47.dsc
 0c85c864cb7f0b0191ac188d7a5099ba 16348026 kernel optional linux-2.6_2.6.32-47.diff.gz
 29157de0287c31d1e4a2b42928e17dc2 172078 devel optional linux-support-2.6.32-5_2.6.32-47_all.deb
 0f1dc52501834a1b15296532d930513d 160148 kernel optional firmware-linux-free_2.6.32-47_all.deb
 509a07428184fa99322327b071a2e3ce 182100 kernel optional linux-base_2.6.32-47_all.deb
 7985e63364a64ac482345870a1bacd9d 10303092 kernel optional linux-patch-debian-2.6.32_2.6.32-47_all.deb
 afdd9c86c13bbce1d55c1c489322aaca 65400126 kernel optional linux-source-2.6.32_2.6.32-47_all.deb
 428781f87377d16394045d1a810405fb 6075984 doc optional linux-doc-2.6.32_2.6.32-47_all.deb
 466cf83890e374071b962e19e0b5c4e8 2739000 doc optional linux-manual-2.6.32_2.6.32-47_all.deb

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

iQIVAwUBUPq1uOe/yOyVhhEJAQpbGA//d+B5vtq0cdIrKrNBJDo+pyTJGX1WWqZK
YhlmR/YmFRgOB0XH/3ND9l+Uq7A+odRONaPuVLEnsUQkiOOIEp09qWhXSO12V55o
njvPK8tWyuWLfiEuzsMd0VaMa963k69D+Z2AcCSA/5ZqROPBF4fyjwfr9oGzEUiS
BBKZtOd3TUHwq0bbAyCoNsjMWBlRZwlFEZWgdEnJg5YPLhCUJnis5KDIzRhfIff6
zLn+6fAAeMZmqj/a/UfKsz21ERN8WpjOf2OhFcKDhToc01ccaz7huwLJz7p56KB+
OEuo/uSizu7xOZZ6LlOLX/vSSU8KXGfHyobOvZUZdnytbPTyh0xo2IqNUtw9BB3/
5lXN0SNF6fvLaexjI0cWBOCiE55PipcGRON/fn09KVTuI29PQ/3dnf4guFRJRqZM
JzoMhlsR33B7R8csEGtQ8Qm21miZDlAfYmBcHBjmtlDa0biG4gcvcXUnSukz/Lsm
KCqYGUvuKUrAro75iThMZxpqsIQDiNl+sCiEMZFFSTNFrLmQzMZ+lIQWOvhhKI9N
kgwiMWkBe+ybLqT5CJHZ7cVR1fd6CrQzm4GquHDyTOzlF0pFMefqPZJkxwdTLH1Z
53sVOygChF+BP6llNhVeUyZ4retdDR7bnb9atodp3a0PoKsjqRJlQARMZhYmFrMK
i8K7C9mDALw=
=RXqB
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: