Bug#666360: [3.2.6 - 3.2.7 regression] i915: HDMI/DVI output broken on Dell Latitude E6410

2012-04-02 Thread Brice Goglin
bts forwarded 666360 https://bugs.freedesktop.org/show_bug.cgi?id=48170
bts found 666360 3.3-1~experimental.1
thank you



 If you can reproduce this with 3.3 from experimental, I'd
 suggest filing a bug upstream[2].  (Please let us know the bug number if
 doing so so we can track it.)

Fails the same with 3.3 from experimental. I opened an upstream bug report.

Brice




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f7950e5.9060...@ens-lyon.org



Processed: bug 666360 is forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=48170 ...

2012-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 666360 https://bugs.freedesktop.org/show_bug.cgi?id=48170
Bug #666360 [linux-2.6] linux-image-3.2.0-2-amd64: 3.2.0-2 breaks HDMI/DVI 
output on Dell Latitude E6410
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=48170'.
 found 666360 3.3-1~experimental.1
Bug #666360 [linux-2.6] linux-image-3.2.0-2-amd64: 3.2.0-2 breaks HDMI/DVI 
output on Dell Latitude E6410
There is no source info for the package 'linux-2.6' at version 
'3.3-1~experimental.1' with architecture ''
Unable to make a source version for version '3.3-1~experimental.1'
Marked as found in versions 3.3-1~experimental.1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.15104010865.transcr...@bugs.debian.org



Processed: upstream patch

2012-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 596741 +patch
Bug #596741 [src:linux-2.6] regression: CPU fan fast after resume: won't climb 
back down
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
596741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596741
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.15358023337.transcr...@bugs.debian.org



Processed: Re: Bug#648766: Some debug output from Sun Blade 2500 with similar error.

2012-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 648766 src:linux-2.6 3.0.0-6
Bug #648766 [linux-image-3.0.0-2-sparc64-smp] [sparc-unstable] kernel crash
Warning: Unknown package 'linux-image-3.0.0-2-sparc64-smp'
Bug reassigned from package 'linux-image-3.0.0-2-sparc64-smp' to 
'src:linux-2.6'.
No longer marked as found in versions linux-2.6/3.0.0-6.
Ignoring request to alter fixed versions of bug #648766 to the same values 
previously set
Bug #648766 [src:linux-2.6] [sparc-unstable] kernel crash
Marked as found in versions linux-2.6/3.0.0-6.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
648766: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648766
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.15520731254.transcr...@bugs.debian.org



Bug#661318: Possibility integrating newer Hyper-V paravirt drivers in squeeze?

2012-04-02 Thread Mathieu Simon
Hi,

Ok, I have tried to prepare a list based on Jonathan's inputs.
It seems v3.2.12 is the current base for wheezy's kernel.
I attached a list with patches that hopefully arrives on BTS with:

git log --oneline --no-merges v3.2.12..v3.4-rc1 -- drivers/staging/hv/ \
drivers/hv/ tools/hv/ include/linux/hyperv.h drivers/net/hyperv \
drivers/hid/hid-hyperv.c drivers/scsi/storvsc_drv.c 
hyperv.patches.list

For personal testing, I have made a very basic cherry-pick script with
tac  awk to find gotchas when picking all patches in one run:
(Perhaps I ran into them due to my own in-experience here... anyway)

cf6a2ea drivers: hv: Don't OOPS when you cannot init vmbus
Not needed, since already included in gregkh's 3.2-stable, leave it out.

045b168 Staging: hv: mousevsc: Remove the mouse driver from the staging tree
Needed to 'git rm' manually the old driver in staging

95fa040 staging: hv: move hv_netvsc out of staging area
Needed manual merge of: drivers/staging/hv/Kconfig,
drivers/staging/hv/Makefile

fe17a8c Staging: hv: remove hv_mouse driver as it's now in the hid directory
Needed manual merge of: drivers/staging/hv/Kconfig

86cbce4 hv: remove the second argument of k[un]map_atomic()
Upstream had a strange merge, don't know exactly what to propose:

This patch was made against the in-staging storvsc_drv.c, but applies
without problems
on drivers/scsi/storvsc_drv, I just had to rework the path. - Parts of
the changes are even
applied in the merge commit 9f39383.

In the end I had a small diff on storvsc_drv.c possibly do to Linus'
manual merge conflict
resolving in: 9f39383 Merge branch 'kmap_atomic' of
git://github.com/congwang/linux

I have taken the final diff and applied it manually, the driver still built.
I'll try to make a kernel-package and see of well/bad this works out on
a test VM with wheezy.

Finally: This list doesn't contain changes to drivers/ata/ata_piix.c

- Mathieu
86cbce4 hv: remove the second argument of k[un]map_atomic()
da24e90 net/hyperv: Fix the code handling tx busy
adc80ae Tools: hv: Support enumeration from all the pools
db42533 Tools: hv: Fully support the new KVP verbs in the user level daemon
fa3d5b8 Drivers: hv: Support the newly introduced KVP messages in the driver
bb6d5e7 net/hyperv: fix erroneous NETDEV_TX_BUSY use
e485ceac Drivers: hv: Add new message types to enhance KVP
1f5f3a7 net/hyperv: Add support for vlan trunking from guests
ef31bef net/hyperv: Fix data corruption in rndis_filter_receive()
d31b20f net/hyperv: Use the built-in macro KBUILD_MODNAME for this driver
89ae7d7 Staging: hv: storvsc: Move the storage driver out of the staging area
14c1bf8 drivers: hv: Increase the number of VCPUs supported in the guest
2640335 drivers: hv: kvp: Cleanup the kernel/user protocol
eab6af7 tools: hv: Use hyperv.h to get the KVP definitions
59a084a drivers: hv: Cleanup the kvp related state in hyperv.h
af9584b Staging: hv: storvsc: Consolidate all the wire protocol definitions
61eaffc Staging: hv: storvsc: Consolidate the request structure
410c52e Staging: hv: storvsc: Get rid of some unused defines
6b2f949 Staging: hv: storvsc: Cleanup some protocol related constants
85904a5 Staging: hv: storvsc: Cleanup the code for generating protocol version
c649114 Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver
93a1bf4 Staging: hv: storvsc: Rename the context field in hv_storvsc_request
2707388 Staging: hv: storvsc: Get rid of the on_io_completion in 
hv_storvsc_request
a8c18c5 Staging: hv: storvsc: Add a comment to explain life-cycle management
ddcbf65 Staging: hv: storvsc: Move and cleanup storvsc_remove()
4b270c8 Staging: hv: storvsc: Cleanup storvsc_host_reset_handler()
1604632 Staging: hv: storvsc: Introduce defines for srb status codes
c77b63b Staging: hv: storvsc: Cleanup storvsc_queuecommand()
59d2295 Staging: hv: storvsc: Cleanup storvsc_probe()
09f0355 Staging: hv: storvsc: Cleanup some comments
bce6080 net/hyperv: Remove the unnecessary memset in rndis_filter_send()
6f4c444 net/hyperv: Correct the assignment in netvsc_recv_callback()
5fccab3 net/hyperv: Convert camel cased variables in rndis_filter.c to lower 
cases
2939437 drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h
4f03a2c drivers: hv: kvp: Add/cleanup connector defines
c31c151 net/hyperv: Fix the page buffer when an RNDIS message goes beyond page 
boundary
0a28253 net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when 
necessary
4b8a8bc net/hyperv: fix the issue that large packets be dropped under bridge
c1c454b HID: hyperv: Properly disconnect the input device
48c3883 net/hyperv: rx_bytes should account the ether header size
2897a56 drivers: hv: Get rid of some unnecessary code
c11bf1c net/hyperv: fix possible memory leak in do_set_multicast()
8f257a1 Drivers:hv: Fix a bug in vmbus_driver_unregister()
4d447c9 net/hyperv: Add support for jumbo frame up to 64KB
f157e78 net/hyperv: Add NETVSP protocol version negotiation
4532634 net/hyperv: Remove unnecessary kmap_atomic in 

Bug#661318: [PATCH 1/1] ata_piix: defer disks to the Hyper-V paravirtualised drivers by default Re: Possibility integrating newer Hyper-V paravirt drivers in squeeze?

2012-04-02 Thread Victor Miasnikov

Hi!



Mathieu Simon wrote:
ata_pIIx doesn't defer to the (much faster) paravirt storage driver when
Debian is run on Hyper-V,
or worse, we can lose the root file system when drivers switch between
storvsc and ata_piix.

As we can't use modprobe rules (as done on RHEL for this), Andy
Whitcroft has come up
with a patch for Ubuntu's 3.2-based kernel that solves the problem and
does the job on Wheezys' kernel too.*


Jonathan Nieder

ata_pIIx [...]
Has the topic been raised on the linux-ide@ list?



http://www.spinics.net/lists/linux-ide/msg43078.html
==
 a.. To: Jeff Garzik jgarzik@x, linux-ide@xxx
 b.. Subject: [PATCH 1/1] ata_piix: defer disks to the Hyper-V paravirtualised 
drivers by default
 c.. From: Andy Whitcroft apw@x
 d.. Date: Thu, 29 Mar 2012 18:28:50 +0100
 e.. Cc: Andy Whitcroft apw@x, linux-kernel@xxx, K. Y. Srinivasan kys@x, Mike 
Sterling Mike.Sterling@x

 f.. List-id: linux-ide.vger.kernel.org



When we are hosted on a Hyper-V hypervisor the guest disks are exposed
both via the Hyper-V paravirtualised drivers and via an emulated SATA disk
controller.  We want to use the paravirtualised drivers where possible as
they are much more performant.  The Hyper-V paravirtualised drivers only
expose the virtual hard disk devices, the CDROM/DVD devices must still
be enumerated on the virtualised SATA controller.  As we have no control
over kernel probe order for these two drivers especially when one driver
is builtin to the kernel and the other a module, we need to prevent the
ata_piix driver from claiming the disks devices by default when running
on a Hyper-V hypervisor.

When enumerating the drives look at the aquired device ID and if it
appears to be a disk device then report it as disconnected.  Limit this
behaviour to when we have detected a Hyper-V hypervisor.  Finally allow
this behaviour to be overriden via a new module parameter.

BugLink: http://bugs.launchpad.net/bugs/929545
BugLink: http://bugs.launchpad.net/bugs/942316
Signed-off-by: Andy Whitcroft apw@x
---
drivers/ata/ata_piix.c |   29 +
1 files changed, 29 insertions(+), 0 deletions(-)

   This was discovered when doing some boot testing on a Hyper-V
   host.  Performance was found to be bad as out builtin ata_piix
   driver was grabbing the disks.  I am Cc:ing a couple of the
   Microsoft people who worked on the HV driver set as well.

   Note that the device id data is converted from device to host
   order in the caller which makes examining the data problematic.
   As this code only make sense on X86 and we know we are in
   matching order we can access the data without first fixing it.
   Alternativly we could add a new callback from the ata core
   after the code has been fixed for validation.

   Comments?

   -apw
. . .==
http://www.spinics.net/lists/linux-ide/msg43087.html
==
 a.. To: Andy Whitcroft apw@x, Jeff Garzik jgarzik@x, 
linux-ide@xxx
 b.. Subject: Re: [PATCH 1/1] ata_piix: defer disks to the Hyper-V 
paravirtualised drivers by default
 c.. From: Victor Miasnikov vvm@xx
 d.. Date: Fri, 30 Mar 2012 12:14:20 +0300
 e.. Cc: linux-kernel@xxx, K. Y. Srinivasan kys@x, Mike Sterling 
Mike.Sterling@x

 f.. List-id: linux-ide.vger.kernel.org



Hi!

- Original Message - From: Andy Whitcroft apw
Sent: Thursday, March 29, 2012 8:28 PM
Subject: [PATCH 1/1] ata_piix: defer disks to the Hyper-V paravirtualised 
drivers by default

guest disks are exposed both via the Hyper-V paravirtualised drivers and via an 
emulated SATA disk
controller.   . . .  we need to prevent the
ata_piix driver from claiming the disks devices by default when running
on a Hyper-V hypervisor.
Yes

Thanks for patch!

  Comments?
This patch is  UBUNTU Way Solution described in

See
http://vvm.blog.tut.by/2012/03/29/linux-on-hyper-v-use-hv_storvsc-instead-of-ata_piix-to-handle-the-ide-disks-devices-but-not-for-the-dvd-rom-cd-rom-device-handling/
Or

http://marc.info/?l=linux-kernelm=133302969709312w=2
==
List: linux-kernel
Subject: Linux on Hyper-V -- use hv_storvsc instead of ata_piix to handle the IDE disks devices ( but not for the 
DVD-ROM / CD-ROM device handling) Fw: [PATCH RFC] ata_piix: ignore disks in a hyper-v guest

From: Victor Miasnikov
Date: 2012-03-29 14:00:05

. . .

UBUNTU Way Solution -- tested with
Ubuntu 12.04 LTS (Precise Pangolin) Daily Build 2012-03-13
precise-desktop-amd64.iso
, work Ok
. . .
==



i.e. [PATCH 1/1] ata_piix: defer disks to the Hyper-V paravirtualised drivers by default is fully worked solution to 
the described problem


Best regards, Victor Miasnikov
Blog: http://vvm.blog.tut.by/
--
==


Best regards, Victor Miasnikov
Blog:  http://vvm.blog.tut.by/





--
To 

Bug#584881: Lockups under heavy disk IO; md (RAID) resync/check implicated

2012-04-02 Thread Ian Jackson
Ben Hutchings writes (Re: Lockups under heavy disk IO; md (RAID) resync/check 
implicated):
 There is a change in Linux 3.3, also intended to go into Linux 3.2.14,
 which looks like a fix for bug #584881.

Thanks.  I haven't experienced the bug in production in squeeze.
I will try to set up a test environment to repro and hopefully confirm
the fix.

Ian.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20345.32678.837487.661...@chiark.greenend.org.uk



Bug#616559: BUG: soft lockup - CPU#1 stuck for 63s! [upowerd:7967]

2012-04-02 Thread Jean Delvare
I have reported the bug upstream and it is being investigated. A patch
working around the issue is already available there:

https://bugzilla.kernel.org/show_bug.cgi?id=43020

-- 
Jean Delvare



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120402124628.7ba7d98a@endymion.delvare



Bug#584881: Lockups under heavy disk IO; md (RAID) resync/check implicated

2012-04-02 Thread Tim Small
FWIW,  I was only able to reproduce the problem which I was seeing on
lenny+openvz (running the same workload on lenny+chroot, or
squeeze+openvz didn't trigger it).

The fix you attached does sound like a plausible fix for the issue I was
seeing (having spent a day or two peering at the code and sprinkling
printks all over it, but not ultimately getting anywhere), but I don't
think I still have my test environment archived anywhere.  If I remember
correctly, things always ended up deadlocking with 1 request sitting in
md's queue.

Tim.

-- 
South East Open Source Solutions Limited
Registered in England and Wales with company number 06134732.  
Registered Office: 2 Powell Gardens, Redhill, Surrey, RH1 1TQ
VAT number: 900 6633 53  http://seoss.co.uk/ +44-(0)1273-808309




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f7988e6.3060...@seoss.co.uk



Bug#661318: Possibility integrating newer Hyper-V paravirt drivers in squeeze?

2012-04-02 Thread Mathieu Simon
Am 02.04.2012 10:55, schrieb Mathieu Simon:
 I attached a list with patches that hopefully arrives on BTS with
It seems it hasn't arrived on BTS, therefore I send it in the mail.
(Sorry for this long message)

- Mathieu

86cbce4 hv: remove the second argument of k[un]map_atomic()
da24e90 net/hyperv: Fix the code handling tx busy
adc80ae Tools: hv: Support enumeration from all the pools
db42533 Tools: hv: Fully support the new KVP verbs in the user level daemon
fa3d5b8 Drivers: hv: Support the newly introduced KVP messages in the driver
bb6d5e7 net/hyperv: fix erroneous NETDEV_TX_BUSY use
e485ceac Drivers: hv: Add new message types to enhance KVP
1f5f3a7 net/hyperv: Add support for vlan trunking from guests
ef31bef net/hyperv: Fix data corruption in rndis_filter_receive()
d31b20f net/hyperv: Use the built-in macro KBUILD_MODNAME for this driver
89ae7d7 Staging: hv: storvsc: Move the storage driver out of the staging
area
14c1bf8 drivers: hv: Increase the number of VCPUs supported in the guest
2640335 drivers: hv: kvp: Cleanup the kernel/user protocol
eab6af7 tools: hv: Use hyperv.h to get the KVP definitions
59a084a drivers: hv: Cleanup the kvp related state in hyperv.h
af9584b Staging: hv: storvsc: Consolidate all the wire protocol definitions
61eaffc Staging: hv: storvsc: Consolidate the request structure
410c52e Staging: hv: storvsc: Get rid of some unused defines
6b2f949 Staging: hv: storvsc: Cleanup some protocol related constants
85904a5 Staging: hv: storvsc: Cleanup the code for generating protocol
version
c649114 Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver
93a1bf4 Staging: hv: storvsc: Rename the context field in hv_storvsc_request
2707388 Staging: hv: storvsc: Get rid of the on_io_completion in
hv_storvsc_request
a8c18c5 Staging: hv: storvsc: Add a comment to explain life-cycle management
ddcbf65 Staging: hv: storvsc: Move and cleanup storvsc_remove()
4b270c8 Staging: hv: storvsc: Cleanup storvsc_host_reset_handler()
1604632 Staging: hv: storvsc: Introduce defines for srb status codes
c77b63b Staging: hv: storvsc: Cleanup storvsc_queuecommand()
59d2295 Staging: hv: storvsc: Cleanup storvsc_probe()
09f0355 Staging: hv: storvsc: Cleanup some comments
bce6080 net/hyperv: Remove the unnecessary memset in rndis_filter_send()
6f4c444 net/hyperv: Correct the assignment in netvsc_recv_callback()
5fccab3 net/hyperv: Convert camel cased variables in rndis_filter.c to
lower cases
2939437 drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h
4f03a2c drivers: hv: kvp: Add/cleanup connector defines
c31c151 net/hyperv: Fix the page buffer when an RNDIS message goes
beyond page boundary
0a28253 net/hyperv: Use netif_tx_disable() instead of netif_stop_queue()
when necessary
4b8a8bc net/hyperv: fix the issue that large packets be dropped under bridge
c1c454b HID: hyperv: Properly disconnect the input device
48c3883 net/hyperv: rx_bytes should account the ether header size
2897a56 drivers: hv: Get rid of some unnecessary code
c11bf1c net/hyperv: fix possible memory leak in do_set_multicast()
8f257a1 Drivers:hv: Fix a bug in vmbus_driver_unregister()
4d447c9 net/hyperv: Add support for jumbo frame up to 64KB
f157e78 net/hyperv: Add NETVSP protocol version negotiation
4532634 net/hyperv: Remove unnecessary kmap_atomic in netvsc driver
175cad2 Drivers: hv: Get rid of an unnecessary check in hv.c
93e5bd0 Drivers: hv: Make the vmbus driver unloadable
8b8ee67 Drivers: hv: Fix a memory leak
1d06825 net/hyperv: Fix the stop/wake queue mechanism
# Already included in stable: cf6a2ea drivers: hv: Don't OOPS when you
cannot init vmbus
6e8087a Staging: hv: storvsc: Fix a bug in create_bounce_buffer()
74c4fb0 HID: hv_mouse: Properly add the hid device
0c9d196 Staging: hv: update TODO file
fe17a8c Staging: hv: remove hv_mouse driver as it's now in the hid
directory # needs manual merge of drivers/staging/hv/Kconfig
ce3e301 Staging: hv: storvsc: Implement per device memory pools
10c43dd Staging: hv: storvsc: Fix a bug in copy_from_bounce_buffer()
a768a76 Staging: hv: storvsc: Fix a bug in storvsc_command_completion()
2781866 Staging: hv: storvsc: Cleanup storvsc_device_alloc()
039db52 Staging: hv: storvsc: Disable clustering
d426b2e net/hyperv: Add support for promiscuous mode setting
c181320 net/hyperv: Fix long lines in netvsc.c
f75c051 Staging: hv: mousevsc: Properly add the hid device
95fa040 staging: hv: move hv_netvsc out of staging area
045b168 Staging: hv: mousevsc: Remove the mouse driver from the staging
tree # needs git add to continue
124a6b4 hv: Add Kconfig menu entry
43d4e11 Staging: hv: vmbus: Support building the vmbus driver as part of
the kernel
27b7923 staging: hv: Use kmemdup rather than duplicating its implementation
b401731 Staging: hv: storvsc: Support hot-removing of scsi devices
1267579 Staging: hv: storvsc: Support hot add of scsi disks
2b9525f Staging: hv: storvsc: Upgrade the vmstor protocol version
a404c1f Staging: hv: storvsc: Get rid of an unnecessary forward declaration

Bug#666556: Please enable Intel Sandy-Bridge Integrated MC CONFIG_EDAC_SBRIDGE

2012-04-02 Thread Carlos Alberto Lopez Perez
On 01/04/12 08:20, Ben Hutchings wrote:
 On Sat, 2012-03-31 at 19:30 +0200, Carlos Alberto Lopez Perez wrote:
 Source: linux-2.6
 Version: 3.2.12-1
 Severity: normal


 Hello,


 Please enable the support for the Intel Sandy-Bridge memory controller
 for EDAC so we can take advantage of ECC ram modules on this platform.
 
 As you may know, EDAC is not required for ECC.  It does improve error
 reporting and helps you to identify faulty modules.
 

Yes, I discover this after sending the bug report. Sorry for the confusion.

 Just set CONFIG_EDAC_SBRIDGE=m in the .config
 
 The driver is marked as experimental and there are several important bug
 fixes post-3.2.  If we enable it, we also need to apply those bug fixes
 and possibly others.
 
 Ben.
 

The diff between 3.4-rc1 and 3.2 for this driver is small, so probably
its worth applying this bug fixes and enabling it.

I believe that sandy bridge based architectures are going to be very
used during the debian wheezy reign.


Regards!

-- 
~~~
Carlos Alberto Lopez Perez   http://neutrino.es
Igalia - Free Software Engineeringhttp://www.igalia.com
~~~



signature.asc
Description: OpenPGP digital signature


Bug#658670: [3.0 - 3.1 regression] 3w-9xxx abnormally slows the system down

2012-04-02 Thread Solomon Peachy
For what it's worth, this bug is not debian-specific, nor does it have 
anything to do with XFS. I'm seeing a similar regression on Fedora 
[15|16] systems.  The bug was not present in the 3.0.x (or older) 
kernels, but is still present in 3.1.x and 3.2.x.  I haven't had a 
chance to test 3.3.x yet.

My particular setup has a pair of 3Ware 9550SX cards plugged into PCI-X 
slots on an Asus M2N-LR motherboard.  I can provide more details if 
necessary.

I haven't reported this problem upstream to Fedora or the kernel.org due 
to an inability to save the kernel messages due to the system being 
unusable, but in my case the kernel log is full of scsi command timeout 
messages.

 - Solomon
-- 
Solomon Peachy pizza at shaftnet dot org 
Melbourne, FL  ^^ (mail/jabber/gtalk) ^^
Quidquid latine dictum sit, altum viditur.


pgpqHwTolF9d0.pgp
Description: PGP signature


Bug#616559: BUG: soft lockup - CPU#1 stuck for 63s! [upowerd:7967]

2012-04-02 Thread Jonathan Nieder
found 616559 linux-2.6/3.3-1~experimental.1
tags 616559 + upstream
forwarded 616559 https://bugzilla.kernel.org/show_bug.cgi?id=43020
quit

Jean Delvare wrote:

 I have reported the bug upstream and it is being investigated. A patch
 working around the issue is already available there:

 https://bugzilla.kernel.org/show_bug.cgi?id=43020

Thanks much.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120402140740.GA3365@burratino



Processed: Re: BUG: soft lockup - CPU#1 stuck for 63s! [upowerd:7967]

2012-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 616559 linux-2.6/3.3-1~experimental.1
Bug #616559 [linux-2.6] BUG: soft lockup - CPU#1 stuck for 63s! [upowerd:7967]
Marked as found in versions linux-2.6/3.3-1~experimental.1.
 tags 616559 + upstream
Bug #616559 [linux-2.6] BUG: soft lockup - CPU#1 stuck for 63s! [upowerd:7967]
Added tag(s) upstream.
 forwarded 616559 https://bugzilla.kernel.org/show_bug.cgi?id=43020
Bug #616559 [linux-2.6] BUG: soft lockup - CPU#1 stuck for 63s! [upowerd:7967]
Set Bug forwarded-to-address to 
'https://bugzilla.kernel.org/show_bug.cgi?id=43020'.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
616559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616559
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.1756778483.transcr...@bugs.debian.org



Bug#666506: IDE devices are not recognized, so system is not bootable from an IDE hard disk (IDE support disabled)

2012-04-02 Thread Fernando Cerezal
Hello Jonathan,
it works, adding that module my devices are recognized.

Perhaps Debian should include all chipsets drivers. I know how to
report this, but when Theses linux-images enter in stable, there can
be users which systems will can not boot.

Thank you very much for your time and patience.


El día 1 de abril de 2012 03:56, Jonathan Nieder jrnie...@gmail.com escribió:
 tags 666506 + patch moreinfo
 quit

 Fernando Cerezal wrote:

 Actually, my devices, a hard disk and a dvd reader are not recognized.

 Ah!  Ok, let's see.

 | 04:05.0 IDE interface [0101]: Integrated Technology Express, Inc. IT8213 
 IDE Controller [1283:8213] (prog-if 85 [Master SecO PriO])

 Please test the attached patch by performing the following steps
 (roughly based on [1]):

  0. Prerequisites

        apt-get install build-essential fakeroot
        apt-get build-dep linux-2.6

  1. Get the source

        apt-get source linux-2.6
        cd linux-2.6-version

  2. Patch it

        patch -p0  path to patch

  3. Build it

        fakeroot debian/rules source
        fakeroot make -f debian/rules.gen binary-arch_amd64_none_amd64

  4. Test it (as root)

        dpkg -i ../name of package
        reboot

 Hope that helps,
 Jonathan

 [1] 
 http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official
 or the corresponding page in the debian-kernel-handbook package



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAD7ngd4uxKp5GMoMq076L0=nF5+pk5ReziTQMY=_io-m7sd...@mail.gmail.com



Processed: Re: IDE devices are not recognized, so system is not bootable from an IDE hard disk

2012-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 666506 - moreinfo
Bug #666506 [linux-2.6] linux-image-3.2.0: IDE support disabled
Removed tag(s) moreinfo.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
666506: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666506
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.17731116322.transcr...@bugs.debian.org



Bug#661318: [PATCH 1/1] ata_piix: defer disks to the Hyper-V paravirtualised drivers by default Re: Possibility integrating newer Hyper-V paravirt drivers in squeeze?

2012-04-02 Thread Jonathan Nieder
Hi Victor,

Victor Miasnikov wrote:

 This patch is  UBUNTU Way Solution described in

If I understand correctly, you are saying there are two patches that
deal with deciding whether ata_piix or hv_storvsc handles a device and
making sure CD-ROMs are still usable:

 http://thread.gmane.org/gmane.linux.ide/51712
 http://thread.gmane.org/gmane.linux.kernel/1186996/

that the former of the two works a little better, that Mathieu was
using the former, and that upstream has not committed to one yet.  Ok.

Thanks,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120402155753.GE3365@burratino



Processed: [bts-link] source package linux-2.6

2012-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #
 # bts-link upstream status pull for source package linux-2.6
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #615966 (http://bugs.debian.org/615966)
 # Bug title: linux-image-2.6.37-2-amd64: suspend does not work
 #  * http://bugzilla.kernel.org/show_bug.cgi?id=30552
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - CODE-FIX
 usertags 615966 - status-NEW
Bug#615966: linux-image-2.6.37-2-amd64: suspend does not work
Usertags were: status-NEW.
Usertags are now: .
 usertags 615966 + status-RESOLVED resolution-CODE-FIX
Bug#615966: linux-image-2.6.37-2-amd64: suspend does not work
There were no usertags set.
Usertags are now: resolution-CODE-FIX status-RESOLVED.
 # remote status report for #615966 (http://bugs.debian.org/615966)
 # Bug title: linux-image-2.6.37-2-amd64: suspend does not work
 #  * http://bugzilla.kernel.org/show_bug.cgi?id=30552
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - CODE-FIX
 usertags 615966 - status-NEW
Bug#615966: linux-image-2.6.37-2-amd64: suspend does not work
Usertags were: resolution-CODE-FIX status-RESOLVED.
Usertags are now: resolution-CODE-FIX status-RESOLVED.
 usertags 615966 + status-RESOLVED resolution-CODE-FIX
Bug#615966: linux-image-2.6.37-2-amd64: suspend does not work
Usertags were: resolution-CODE-FIX status-RESOLVED.
Usertags are now: resolution-CODE-FIX status-RESOLVED.
 # remote status report for #637659 (http://bugs.debian.org/637659)
 # Bug title: pci :00:00.0: BAR 0: address space collision on of device 
 [0xc800-0xcfff]
 #  * http://bugzilla.kernel.org/show_bug.cgi?id=30552
 #  * remote status changed: (?) - RESOLVED
 #  * remote resolution changed: (?) - CODE-FIX
 usertags 637659 + status-RESOLVED resolution-CODE-FIX
Bug#637659: pci :00:00.0: BAR 0: address space collision on of device 
[0xc800-0xcfff]
There were no usertags set.
Usertags are now: resolution-CODE-FIX status-RESOLVED.
 # remote status report for #638312 (http://bugs.debian.org/638312)
 # Bug title: i915: [ILK] Suspend to disk: Random (frequent) reboots at resume
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=40241
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 638312 + fixed-upstream
Bug #638312 [linux-2.6] i915: [ILK] Suspend to disk: Random (frequent) reboots 
at resume
Added tag(s) fixed-upstream.
 usertags 638312 - status-NEW
Bug#638312: i915: [ILK] Suspend to disk: Random (frequent) reboots at resume
Usertags were: status-NEW.
Usertags are now: .
 usertags 638312 + status-RESOLVED resolution-FIXED
Bug#638312: i915: [ILK] Suspend to disk: Random (frequent) reboots at resume
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638312: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638312
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.18464226700.transcr...@bugs.debian.org



[bts-link] source package linux-2.6

2012-04-02 Thread bts-link-upstream
#
# bts-link upstream status pull for source package linux-2.6
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #615966 (http://bugs.debian.org/615966)
# Bug title: linux-image-2.6.37-2-amd64: suspend does not work
#  * http://bugzilla.kernel.org/show_bug.cgi?id=30552
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - CODE-FIX
usertags 615966 - status-NEW
usertags 615966 + status-RESOLVED resolution-CODE-FIX

# remote status report for #615966 (http://bugs.debian.org/615966)
# Bug title: linux-image-2.6.37-2-amd64: suspend does not work
#  * http://bugzilla.kernel.org/show_bug.cgi?id=30552
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - CODE-FIX
usertags 615966 - status-NEW
usertags 615966 + status-RESOLVED resolution-CODE-FIX

# remote status report for #637659 (http://bugs.debian.org/637659)
# Bug title: pci :00:00.0: BAR 0: address space collision on of device 
[0xc800-0xcfff]
#  * http://bugzilla.kernel.org/show_bug.cgi?id=30552
#  * remote status changed: (?) - RESOLVED
#  * remote resolution changed: (?) - CODE-FIX
usertags 637659 + status-RESOLVED resolution-CODE-FIX

# remote status report for #638312 (http://bugs.debian.org/638312)
# Bug title: i915: [ILK] Suspend to disk: Random (frequent) reboots at resume
#  * https://bugs.freedesktop.org/show_bug.cgi?id=40241
#  * remote status changed: NEW - RESOLVED
#  * remote resolution changed: (?) - FIXED
#  * closed upstream
tags 638312 + fixed-upstream
usertags 638312 - status-NEW
usertags 638312 + status-RESOLVED resolution-FIXED

thanks


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120402163721.16448.88607.btsl...@busoni.debian.org



[bts-link] source package src:linux-2.6

2012-04-02 Thread bts-link-upstream
#
# bts-link upstream status pull for source package src:linux-2.6
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #640293 (http://bugs.debian.org/640293)
# Bug title: Presario A975 EM: fan runs at a constant (low) speed after 
hibernate, until it starts to overheat
#  * http://bugzilla.kernel.org/show_bug.cgi?id=42796
#  * remote status changed: NEEDINFO - ASSIGNED
usertags 640293 - status-NEEDINFO
usertags 640293 + status-ASSIGNED

thanks


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120402163721.16448.8433.btsl...@busoni.debian.org



Bug#575229: Wireless performance problems with ath5k driver

2012-04-02 Thread Chris Chiappa
Forgot to say, although I don't think it's directly pertinent - I
think I'm currently running a 3.2.something kernel on the laptop in
question (an official Debian kernel)

-- 

..ooOO ch...@chiappa.net  | My opinions are my own  OOoo..
..ooOO chris.chia...@oracle.com   | and certainly not those OOoo..
..ooOO http://www.chiappa.net/~chris/ | of my employer  OOoo..



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120402171033.gb17...@snurgle.org



Bug#575229: Wireless performance problems with ath5k driver

2012-04-02 Thread Chris Chiappa
Hi Jonathan, sorry about the slow reply.  The situation is definitely
better, and my recollection (it's been a while) is that it did improve
around the 2.6.35 timeframe.  I've only ever run unstable so I'm not
sure how much testing I can provide, but if a kernel deb was
installable in unstable I would be happy to give it a shot.

My impression is that the card is still kind of iffy for interactive
use - it seems to stutter a lot and that may be related to the network
scanning, but it's good enough that I haven't bothered to pursue
anything further.

Thanks!

On Wed, Mar 28, 2012 at 01:24:58PM -0500, Jonathan Nieder wrote:
 Hi Chris,
 
 chris+deb...@chiappa.net wrote:
 
 The
  ath5k driver apparently uses lots of cpu and causes long pauses in
  connectivity when the wireless networks available are being
  scanned...since network manager does this a lot, it leads to
  persistent and annoying networking hangs, particularly noticable in
  interactive sessions (ie, ssh).
 
 Upstream, John W. Linville wrote:
 
  I think this situation has been vastly improved between the original report 
  and
  2.6.35.  I'm going to close this now -- please reopen if you truly believe a
  serious issue remains.
 
 What kernel are you using these days?  Can you confirm the result John
 mentioned?  Do you think it would be worth pursuing a fix for this in
 squeeze, and if so, would you be able to test patches if we provide
 them?
 
 Thanks for a pleasant report,
 Jonathan
 

-- 

..ooOO ch...@chiappa.net  | My opinions are my own  OOoo..
..ooOO chris.chia...@oracle.com   | and certainly not those OOoo..
..ooOO http://www.chiappa.net/~chris/ | of my employer  OOoo..



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120402170457.ga17...@snurgle.org



Bug#575229: Wireless performance problems with ath5k driver

2012-04-02 Thread Jonathan Nieder
Chris Chiappa wrote:

 Hi Jonathan, sorry about the slow reply.  The situation is definitely
 better, and my recollection (it's been a while) is that it did improve
 around the 2.6.35 timeframe.  I've only ever run unstable so I'm not
 sure how much testing I can provide, but if a kernel deb was
 installable in unstable I would be happy to give it a shot.

Good to hear.  If you can come up with more details about the
remaining iffyness or a reliable way to test for it, please feel free
to file a new bug.

Returning to this bug (long pauses during a network scan): the squeeze
kernel should install without trouble on sid if you'd like to give it
a try.

Thanks,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120402191521.GI3365@burratino



Bug#648766: Another LOCKUP this time on CPU1

2012-04-02 Thread Kieron Gillespie

So I have obtain a similar error again, this time CPU1 locked up though.

Once again all I have are images of the crash, I am still trying to set 
up a serial connection so I can log these errors better. I am right now 
trying out different configuration options in the kernel to see if one 
of them can fix it, including disabling SMP. I hope that this isn't the 
case as it would be a waste to have a whole CPU sitting around. I have 
also noticed that the error only really seems to occur if Xorg is 
running. I was wondering if the original bug occurred while Xorg was 
running as well?


I will copy the trace as soon as I have time to do it by hand.

-Kieron



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f7a4289.5070...@gmail.com



Bug#666969: linux-image-2.6.32-5-amd64: ath5k noise floor calibration timeout

2012-04-02 Thread Иван Андонов
Package: linux-2.6
Version: 2.6.32-41squeeze2
Severity: important
Tags: upstream

I had this problem time to time, but since the last(I think)
kernel update the things are getting worse.
At the begining I was thinking that some application is not responding
so this may cause the slow system speed.
Later I checked the log and I saw that the kernel log is full of
noise floor calibration messages that keep popping every 2 seconds.
This causes some package dropping and super slow computer speed.
It makes the computer almost unusable... I mean it gets stucked
at every 5 seconds...



-- Package-specific info:
** Version:
Linux version 2.6.32-5-amd64 (Debian 2.6.32-41squeeze2) (da...@debian.org) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Thu Mar 22 17:26:33 UTC 2012

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 
root=UUID=00e91868-08d3-4307-8f78-1381b8851971 ro quiet

** Tainted: P (1)
 * Proprietary module has been loaded.

** Kernel log:
[96746.985010] ath5k phy0: noise floor calibration timeout (2462MHz)
[96847.108987] ath5k phy0: noise floor calibration timeout (2462MHz)
[96875.828441] ath5k phy0: noise floor calibration timeout (2462MHz)
[96876.240945] ath5k phy0: noise floor calibration timeout (2462MHz)
[96914.320079] No probe response from AP b0:48:7a:f2:f2:32 after 500ms, 
disconnecting.
[96916.449785] ath5k phy0: noise floor calibration timeout (2462MHz)
[96916.670773] wlan0: direct probe to AP b0:48:7a:f2:f2:32 (try 1)
[96916.678279] wlan0: direct probe responded
[96916.678285] wlan0: authenticate with AP b0:48:7a:f2:f2:32 (try 1)
[96916.680689] wlan0: authenticated
[96916.680760] wlan0: associate with AP b0:48:7a:f2:f2:32 (try 1)
[96916.683076] wlan0: RX AssocResp from b0:48:7a:f2:f2:32 (capab=0x431 status=0 
aid=3)
[96916.683080] wlan0: associated
[97338.023035] ath5k phy0: noise floor calibration timeout (2462MHz)
[97350.320798] ath5k phy0: noise floor calibration timeout (2462MHz)
[97351.772651] ath5k phy0: noise floor calibration timeout (2462MHz)
[97378.262176] ath5k phy0: noise floor calibration timeout (2462MHz)
[97408.318772] ath5k phy0: noise floor calibration timeout (2462MHz)
[97471.768505] ath5k phy0: noise floor calibration timeout (2462MHz)
[97473.884735] ath5k phy0: noise floor calibration timeout (2462MHz)
[97474.656831] ath5k phy0: noise floor calibration timeout (2462MHz)
[97475.426695] ath5k phy0: noise floor calibration timeout (2462MHz)
[99449.101884] ath5k phy0: noise floor calibration timeout (2462MHz)
[99579.139321] ath5k phy0: noise floor calibration timeout (2462MHz)
[100230.928735] ath5k phy0: noise floor calibration timeout (2462MHz)
[100899.673030] ath5k phy0: noise floor calibration timeout (2462MHz)
[100958.306102] ath5k phy0: noise floor calibration timeout (2462MHz)
[101210.239529] ath5k phy0: noise floor calibration timeout (2462MHz)
[101280.262278] ath5k phy0: noise floor calibration timeout (2462MHz)
[101300.281973] ath5k phy0: noise floor calibration timeout (2462MHz)
[101313.694902] ath5k phy0: noise floor calibration timeout (2462MHz)
[101319.532056] No probe response from AP b0:48:7a:f2:f2:32 after 500ms, 
disconnecting.
[101321.113190] wlan0: direct probe to AP b0:48:7a:f2:f2:32 (try 1)
[101321.312256] wlan0: direct probe to AP b0:48:7a:f2:f2:32 (try 2)
[101321.512070] wlan0: direct probe to AP b0:48:7a:f2:f2:32 (try 3)
[101321.712090] wlan0: direct probe to AP b0:48:7a:f2:f2:32 timed out
[101332.929427] ath5k phy0: noise floor calibration timeout (2462MHz)
[101333.131275] wlan0: direct probe to AP b0:48:7a:f2:f2:32 (try 1)
[101333.135837] wlan0: direct probe responded
[101333.135843] wlan0: authenticate with AP b0:48:7a:f2:f2:32 (try 1)
[101333.139281] wlan0: authenticated
[101333.139307] wlan0: associate with AP b0:48:7a:f2:f2:32 (try 1)
[101333.141861] wlan0: RX AssocResp from b0:48:7a:f2:f2:32 (capab=0x431 
status=0 aid=3)
[101333.141866] wlan0: associated
[101361.637941] ath5k phy0: noise floor calibration timeout (2462MHz)
[101401.707320] ath5k phy0: noise floor calibration timeout (2462MHz)
[101434.189846] ath5k phy0: noise floor calibration timeout (2462MHz)
[101435.688929] ath5k phy0: noise floor calibration timeout (2462MHz)
[101436.337112] ath5k phy0: noise floor calibration timeout (2462MHz)
[101441.772956] ath5k phy0: noise floor calibration timeout (2462MHz)
[101481.805259] ath5k phy0: noise floor calibration timeout (2462MHz)
[101491.830485] ath5k phy0: noise floor calibration timeout (2462MHz)
[101501.828366] ath5k phy0: noise floor calibration timeout (2462MHz)
[101571.974678] ath5k phy0: noise floor calibration timeout (2462MHz)
[101581.981467] ath5k phy0: noise floor calibration timeout (2462MHz)
[101601.985495] ath5k phy0: noise floor calibration timeout (2462MHz)
[101621.990926] ath5k phy0: noise floor calibration timeout (2462MHz)
[101631.996766] ath5k phy0: noise floor calibration timeout (2462MHz)
[101642.009948] ath5k phy0: noise floor calibration timeout (2462MHz)
[101662.054993] ath5k phy0: noise floor calibration 

Bug#666969: linux-image-2.6.32-5-amd64: ath5k noise floor calibration timeout

2012-04-02 Thread Ben Hutchings
On Tue, 2012-04-03 at 03:34 +0300, Иван Андонов wrote:
 Package: linux-2.6
 Version: 2.6.32-41squeeze2
 Severity: important
 Tags: upstream
 
 I had this problem time to time, but since the last(I think)
 kernel update the things are getting worse.
[...]

There have been no recent changes to this driver in squeeze.  Certainly
there appears to be a bug, but if so then it's not a new one.  Probably
there has been a change in the wireless networks near you that triggers
this.

Ben.

-- 
Ben Hutchings
Reality is just a crutch for people who can't handle science fiction.


signature.asc
Description: This is a digitally signed message part


Processed: tagging 661558

2012-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 661558 + pending
Bug #661558 [linux-2.6] linux-image-3.2.0-1-amd64: kernel oops when adding a 
bitmap to a raid1 md device
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
661558: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661558
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13334215807809.transcr...@bugs.debian.org



Processed: tagging 584881

2012-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 584881 + pending
Bug #584881 [linux-2.6] Lockups under heavy disk IO; md (RAID) resync/check 
implicated
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
584881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584881
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13334215847845.transcr...@bugs.debian.org



Processed: tagging 666121

2012-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 666121 + pending
Bug #666121 [linux-2.6] linux-image-3.2.0-1-686-pae: please rate-limit NFS 
state manager error messages
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666121: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666121
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13334215877864.transcr...@bugs.debian.org



Processed: tagging 665420

2012-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 665420 + pending
Bug #665420 [linux-2.6] linux-image-3.2.0-2-686-pae: pata_jmicron hdd/dvd/cdrom 
drives not detected, gave up waiting for root device
Bug #666873 [linux-2.6] linux-image-3.2.0-2-amd64: kernel panics immediately on 
boot
Ignoring request to alter tags of bug #665420 to the same tags previously set
Ignoring request to alter tags of bug #666873 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
665420: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665420
666873: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666873
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13334215907880.transcr...@bugs.debian.org



Bug#648766: Another LOCKUP this time on CPU1

2012-04-02 Thread Jonathan Nieder
Kieron Gillespie wrote:

 I will copy the trace as soon as I have time to do it by hand.

Images are fine.  We like images.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120403052145.GA15589@burratino