Processed: update submitter email for my bugs

2014-03-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > submitter 727067 ! Bug #727067 [nasty] nasty: unusable -- displays pinentry window in a loop Changed Bug submitter to 'Bob Bib ' from 'Bob Bib ' > submitter 725657 ! Bug #725657 [src:linux] linux-image-amd64: Suspend using the suspend key change

Bug#741989: linux: 3.13.5: known regression: "xHCI xhci_drop_endpoint called with disabled ep"

2014-03-17 Thread Julian Andres Klode
On Tue, Mar 18, 2014 at 12:20:18AM +0100, Julian Andres Klode wrote: > Package: src:linux > Version: 3.13.5-1 > Severity: normal > > 3.13.5 introduces a regression in the xhci code that causes mass > storage to not work correctly. In my case, the experience was that > first writes failed misteriou

Bug#741989: linux: 3.13.5: known regression: "xHCI xhci_drop_endpoint called with disabled ep"

2014-03-17 Thread Julian Andres Klode
Package: src:linux Version: 3.13.5-1 Severity: normal 3.13.5 introduces a regression in the xhci code that causes mass storage to not work correctly. In my case, the experience was that first writes failed misteriously, the filesystem was corrupted and then it could not be mounted anymore and I sa

linux-tools_3.14~rc7-1~exp1_multi.changes is NEW

2014-03-17 Thread Debian FTP Masters
binary:linux-kbuild-3.14 is NEW. binary:linux-tools-3.14 is NEW. Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. -- To UNSUBSCRIBE, email t

Processing of linux-tools_3.14~rc7-1~exp1_multi.changes

2014-03-17 Thread Debian FTP Masters
linux-tools_3.14~rc7-1~exp1_multi.changes uploaded successfully to localhost along with the files: linux-tools_3.14~rc7-1~exp1.dsc linux-tools_3.14~rc7.orig.tar.xz linux-tools_3.14~rc7-1~exp1.debian.tar.xz libusbip-dev_1.1.1+3.14~rc7-1~exp1_i386.deb linux-kbuild-3.14_3.14~rc7-1~exp1_i386.

linux_3.14~rc7-1~exp1_multi.changes is NEW

2014-03-17 Thread Debian FTP Masters
binary:linux-support-3.14-rc7 is NEW. Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. -- To UNSUBSCRIBE, email to debian-kernel-requ...@lis

Processed: reassign 741619 to src:linux, tagging 741619 ...

2014-03-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 741619 src:linux 3.13.5-1 Bug #741619 [linux-image-3.13-1-amd64] [xserver-xorg-video-radeon] Kernel v3.13 hang during boot now that dpm is enabled - Radeon HD4870 Bug reassigned from package 'linux-image-3.13-1-amd64' to 'src:linux'. Ign

Processing of linux_3.14~rc7-1~exp1_multi.changes

2014-03-17 Thread Debian FTP Masters
linux_3.14~rc7-1~exp1_multi.changes uploaded successfully to localhost along with the files: linux_3.14~rc7-1~exp1.dsc linux_3.14~rc7.orig.tar.xz linux_3.14~rc7-1~exp1.debian.tar.xz linux-support-3.14-rc7_3.14~rc7-1~exp1_all.deb linux-doc-3.14_3.14~rc7-1~exp1_all.deb linux-manual-3.14_3

Processed: your mail

2014-03-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 741619 linux-image-3.13-1-amd64 Bug #741619 [xserver-xorg-video-radeon] [xserver-xorg-video-radeon] Kernel v3.13 hang during boot now that dpm is enabled - Radeon HD4870 Bug reassigned from package 'xserver-xorg-video-radeon' to 'linux-

Bug#741958: linux: CVE-2014-0069: cifs: incorrect handling of bogus user pointers during uncached writes

2014-03-17 Thread Raphael Geissert
Source: linux Version: 3.2.51-1 Tags: patch security X-debbugs-cc: j...@debian.org Hi, Attached patch is what I believe would be the correct backport for 3.2 of the specific fix for CVE-2014-0069, which is 5d81de8e8667da7135d3a32a964087c0faf5483f. Cheers, -- Raphael Geissert - Debian Developer

Bug#741957: 3.13-1 fails to properly initialize LSI SAS1068E controller

2014-03-17 Thread Alex Mestiashvili
Package: src:linux Version: 3.13.5-1 Severity: important Dear Maintainers, after updating to linux-image-3.13-1 I am not able to reach disks attached to LSI SAS1068E sas controller. The issue is described here: http://bugs.launchpad.net/ubuntu/+source/linux/+bug/1276705 Thank you, Alex -

Bug#700513: Confirmation required...

2014-03-17 Thread Judith M. Cooper
Dear User, Please confirm the details of your email account to resolve the irregularities we noticed over the past few days. Follow the web link below to do so immediately: Click Here to Confirm Now

Bug#741955: linux: ssize_t casted to unsigned int in fs/cifs/file.c when CONFIG_CIFS_STATS is set

2014-03-17 Thread Raphael Geissert
Source: linux Version: 3.2.54-2 Severity: minor Hi, Similar to my previous bug report, I noticed that cifs_iovec_write sets the sszie_t 'total_written' to 'rc'[1] but at a later point it calls cifs_stats_bytes_written[2] with that <0 value. When CONFIG_CIFS_STATS is set, it casts what is passed f

Bug#741952: linux: Possible bug in 3.2's cifs/file.c, use of uninitialized variable

2014-03-17 Thread Raphael Geissert
Source: linux Version: 3.2.54-2 Hi, In fs/cifs/file.c's cifs_iovec_write I believe that 'written'[1] can be used while not initialized: it is initialized in the call to CIFSSMBWrite2[2] but that code may not be run whenever cifs_reopen_file fails with any error other than EAGAIN. In that case, it