Bug#745137: linux-image-3.2.0-4-amd64: Crash when trying to enable RTL8188CE-based WiFi interface on Lenovo ThinkPad W520

2014-04-23 Thread Dmitry Semyonov
Hello Ben,

Thank you for uploading the fixed version. The following is mostly for
you information. (I.e. I do not expect you to do any additional
investigation. Neither am I going to spend more time on this.)

On 20 April 2014 22:34, Dmitry Semyonov wrote:
 On 20 April 2014 18:05, Ben Hutchings wrote:
 On Sun, 2014-04-20 at 11:41 +0400, Dmitry Semyonov wrote:

 Thanks! It fixes the crash but wlan0 has to be brought down, and up
 again to make it work after initial bring up attempt:
 [...]

 I assume this is a regression, i.e. this problem did not exist in
 3.2.54-2?

 This is correct.

The interesting thing is that I do not see the regression in 3.2.57-3,
although it uses the same rtl8192ce patch as I was testing with. So, I
wonder if I missed some important step, or 3.2.57-3 contains a bit
more changes than just the patch? (Note that I also removed 3.10
kernel-related packages from the system before installing 3.2.57-3,
but this hardly could cause such change in behavior.)


 I have double-checked 3.2.54-2:

 $ sudo ifup wlan0=h

 [   93.537605] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin
 [   93.881450] ADDRCONF(NETDEV_UP): wlan0: link is not ready
 [   94.750415] wlan0: direct probe to b8:a3:86:aa:93:66 (try 1/3)
 [   94.752161] wlan0: direct probe responded

And there are no direct probe messages in 3.2.57-3 log that were
failing in 3.2.57-2 + rtl8192ce patch.


P.S.
  Found one case with direct probe failures magically solved on a
different hardware after rebooting to Windows -
https://bbs.archlinux.org/viewtopic.php?pid=1044780#p1044780.

-- 
...Bye..Dmitry.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAGUoffCh4=6yc_a_zot_ctcbgvfui_9ctlev73sya3usnt5...@mail.gmail.com



Bug#745137: linux-image-3.2.0-4-amd64: Crash when trying to enable RTL8188CE-based WiFi interface on Lenovo ThinkPad W520

2014-04-20 Thread Dmitry Semyonov
On 19 April 2014 17:48, Ben Hutchings wrote:

 Does this patch fix it?

Thanks! It fixes the crash but wlan0 has to be brought down, and up
again to make it work after initial bring up attempt:

sudo ifup wlan0=h

[   90.191647] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin
[   90.535677] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   91.405159] wlan0: direct probe to b8:a3:86:aa:93:66 (try 1/3)
[   91.604199] wlan0: direct probe to b8:a3:86:aa:93:66 (try 2/3)
[   91.803736] wlan0: direct probe to b8:a3:86:aa:93:66 (try 3/3)
[   92.003284] wlan0: direct probe to b8:a3:86:aa:93:66 timed out

sudo ifdown wlan0
sudo ifup wlan0=h

[  156.956965] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin
[  157.299436] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  158.170353] wlan0: authenticate with b8:a3:86:aa:93:66 (try 1)
[  158.172261] wlan0: authenticated
[  158.172331] wlan0: associate with b8:a3:86:aa:93:66 (try 1)
[  158.174371] wlan0: RX AssocResp from b8:a3:86:aa:93:66 (capab=0xc01
status=0 aid=2)
[  158.174381] wlan0: associated
[  158.185701] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  168.442560] wlan0: no IPv6 routers present

-- 
...Bye..Dmitry.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAGUoffC=Sh86+QeqM+=n-ofjrv6v8nc+z2of0hqrzacuzks...@mail.gmail.com



Bug#745137: linux-image-3.2.0-4-amd64: Crash when trying to enable RTL8188CE-based WiFi interface on Lenovo ThinkPad W520

2014-04-20 Thread Dmitry Semyonov
On 20 April 2014 18:05, Ben Hutchings wrote:
 On Sun, 2014-04-20 at 11:41 +0400, Dmitry Semyonov wrote:

 Thanks! It fixes the crash but wlan0 has to be brought down, and up
 again to make it work after initial bring up attempt:
 [...]

 I assume this is a regression, i.e. this problem did not exist in
 3.2.54-2?

This is correct. I have double-checked 3.2.54-2:

$ sudo ifup wlan0=h

[   93.537605] rtl8192c_common: Loading firmware file rtlwifi/rtl8192cfw.bin
[   93.881450] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   94.750415] wlan0: direct probe to b8:a3:86:aa:93:66 (try 1/3)
[   94.752161] wlan0: direct probe responded
[   94.752286] wlan0: authenticate with b8:a3:86:aa:93:66 (try 1)
[   94.756255] wlan0: authenticated
[   94.776607] wlan0: associate with b8:a3:86:aa:93:66 (try 1)
[   94.793669] wlan0: RX AssocResp from b8:a3:86:aa:93:66 (capab=0xc01
status=0 aid=3)
[   94.793681] wlan0: associated
[   94.807011] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready


 In that case, please test the attached patch instead of the previous
 one.  This simply reverts the most recent change to the driver.

Unfortunately, the crash is still there, followed by several more
errors in the log (attached).

The kernel was rebuilt and reinstalled as follows:

  cd src/linux-debian/linux-3.2.57
  rm debian/patches/test/rtl8192ce-fix-null-dereference-in-watchdog.patch
  bash debian/bin/test-patches -j 8
~/Downloads/revert-rtlwifi-rtl8192ce-fix-too-long-disable-of-irqs.patch
  sudo dpkg -i ../linux-image-3.2.0-4-amd64_3.2.57-2a~test_amd64.deb
  sudo reboot

-- 
...Bye..Dmitry.
[  303.224987] BUG: unable to handle kernel NULL pointer dereference at 0010
[  303.226715] IP: [a03ffc62] rtl92ce_update_hal_rate_tbl+0x29/0x4db [rtl8192ce]
[  303.226721] PGD 40bd19067 PUD 40bfc3067 PMD 0 
[  303.226724] Oops:  [#1] SMP 
[  303.226733] CPU 3 
[  303.226734] Modules linked in: netconsole configfs parport_pc ppdev bnep lp parport rfcomm pci_stub vboxpci(O) vboxnetadp(O) vboxnetflt(O) vboxdrv(O) cpufreq_powersave cpufreq_userspace cpufreq_stats cpufreq_conservative uinput fuse nfsd nfs nfs_acl auth_rpcgss fscache lockd sunrpc vfat fat loop uvcvideo videodev btusb bluetooth v4l2_compat_ioctl32 media snd_hda_codec_conexant arc4 snd_hda_intel snd_hda_codec joydev snd_hwdep snd_pcm_oss snd_mixer_oss snd_pcm rtl8192ce thinkpad_acpi rtlwifi nvram snd_page_alloc snd_seq_midi i915 snd_seq_midi_event drm_kms_helper rtl8192c_common mac80211 drm cfg80211 xhci_hcd ehci_hcd e1000e sdhci_pci snd_rawmidi coretemp usbcore sdhci i2c_i801 snd_seq i2c_algo_bit mmc_core iTCO_wdt crc32c_intel snd_seq_device i2c_core snd_timer ghash_clmulni_intel iTCO_vendor_support snd acpi_cpufreq mperf battery aesni_intel rfkill ac power_supply usb_common aes_x86_64 psmouse pcspkr serio_raw evdev wmi aes_generic soundcore cryptd button video processor ext4 crc16 mbcache jbd2 sd_mod crc_t10dif ahci thermal libahci thermal_sys libata scsi_mod
[  303.226774] 
[  303.226776] Pid: 199, comm: kworker/3:1 Tainted: G   O 3.2.0-4-amd64 #1 Debian 3.2.57-2a~test LENOVO 4270CTO/4270CTO
[  303.226778] RIP: 0010:[a03ffc62]  [a03ffc62] rtl92ce_update_hal_rate_tbl+0x29/0x4db [rtl8192ce]
[  303.226782] RSP: 0018:88040b941de0  EFLAGS: 00010202
[  303.226784] RAX:  RBX: 88040c4b8540 RCX: a0409290
[  303.226785] RDX: 0003 RSI:  RDI: 88040c4b8540
[  303.226786] RBP:  R08:  R09: 
[  303.226788] R10:  R11:  R12: 88040c4b9d00
[  303.226789] R13:  R14: 88041e2db805 R15: 88040c4b9df8
[  303.226791] FS:  () GS:88041e2c() knlGS:
[  303.226793] CS:  0010 DS:  ES:  CR0: 8005003b
[  303.226794] CR2: 0010 CR3: 000407192000 CR4: 000406e0
[  303.226796] DR0:  DR1:  DR2: 
[  303.226797] DR3:  DR6: 0ff0 DR7: 0400
[  303.226799] Process kworker/3:1 (pid: 199, threadinfo 88040b94, task 88040b894740)
[  303.226800] Stack:
[  303.226801]  04aa48a6 a0313ffe  88040c4b8540
[  303.226804]  88040c4b8540 88040c4b9d00  88040c4b8540
[  303.226806]  88040c4b9d00   88041e2db805
[  303.226808] Call Trace:
[  303.226813]  [a0313ffe] ? rtl_write_dword+0xf/0x32 [rtl8192c_common]
[  303.226817]  [a03109c6] ? rtl92c_dm_watchdog+0xd0b/0xec9 [rtl8192c_common]
[  303.226821]  [8105b5cf] ? process_one_work+0x161/0x269
[  303.226823]  [8105c598] ? worker_thread+0xc2/0x145
[  303.226826]  [8105c4d6] ? manage_workers.isra.25+0x15b/0x15b
[  303.226828]  [8105f6d9] ? kthread+0x76/0x7e
[  303.226832]  [81356b74] ? kernel_thread_helper+0x4/0x10
[  303.226834

Bug#745137: linux-image-3.2.0-4-amd64: Crash when trying to enable RTL8188CE-based WiFi interface on Lenovo ThinkPad W520

2014-04-18 Thread Dmitry Semyonov
Package: src:linux
Version: 3.2.57-1
Severity: important

Dear Maintainer,

At least 3.2.57-1 and 3.2.57-2 Debian kernels from
stable-proposed-updates archive crash after issuing sudo ifup wlan0=h
command. (netconsole output will be provided in a separate e-mail.)

Previous stable kernels worked fine on the same laptop but I have not
tried to downgrade the kernel to double-check whether current stable
version continues to work now.


-- Package-specific info:
** Version:
Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 
(Debian 4.6.3-14) ) #1 SMP Debian 3.2.57-2

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 
root=UUID=49e32c81-2c1a-45d2-aaf8-a932d625bf95 ro quiet

** Tainted: O (4096)
 * Out-of-tree module has been loaded.

** Kernel log:
[   10.771101] usb 3-1.2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[   10.771108] usb 3-1.2: Product: LGE Android Phone
[   10.771112] usb 3-1.2: Manufacturer: LG Electronics Inc.
[   10.771116] usb 3-1.2: SerialNumber: XX
[   10.802679] fbcon: inteldrmfb (fb0) is primary device
[   10.813085] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input6
[   10.844241] usb 3-1.3: new full-speed USB device number 4 using ehci_hcd
[   10.923437] thinkpad_acpi: unknown possible thermal alarm or keyboard event 
received
[   10.923444] thinkpad_acpi: unhandled HKEY event 0x6050
[   10.923448] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
[   10.941203] usb 3-1.3: New USB device found, idVendor=147e, idProduct=2016
[   10.941220] usb 3-1.3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[   10.941222] usb 3-1.3: Product: Biometric Coprocessor
[   10.941224] usb 3-1.3: Manufacturer: UPEK
[   11.080592] thinkpad_acpi: unknown possible thermal alarm or keyboard event 
received
[   11.080598] thinkpad_acpi: unhandled HKEY event 0x6050
[   11.080602] thinkpad_acpi: please report the conditions when this event 
happened to ibm-acpi-de...@lists.sourceforge.net
[   11.147502] usb 3-1.4: new full-speed USB device number 5 using ehci_hcd
[   11.168164] Console: switching to colour frame buffer device 240x67
[   11.185521] fb0: inteldrmfb frame buffer device
[   11.185525] drm: registered panic notifier
[   11.187504] acpi device:00: registered as cooling_device8
[   11.187604] input: Video Bus as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[   11.187687] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[   11.187721] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0
[   11.187819] snd_hda_intel :00:1b.0: irq 53 for MSI/MSI-X
[   11.187845] snd_hda_intel :00:1b.0: setting latency timer to 64
[   11.243524] usb 3-1.4: New USB device found, idVendor=0a5c, idProduct=217f
[   11.243530] usb 3-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[   11.243534] usb 3-1.4: Product: Broadcom Bluetooth Device
[   11.243538] usb 3-1.4: Manufacturer: Broadcom Corp
[   11.243541] usb 3-1.4: SerialNumber: 7CE9D3B60807
[   11.315308] usb 3-1.6: new high-speed USB device number 6 using ehci_hcd
[   11.358537] hda_codec: CX20590: BIOS auto-probing.
[   11.359703] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/input/input8
[   11.413263] usb 3-1.6: New USB device found, idVendor=04f2, idProduct=b217
[   11.413272] usb 3-1.6: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[   11.413277] usb 3-1.6: Product: Integrated Camera
[   11.413281] usb 3-1.6: Manufacturer: Chicony Electronics Co., Ltd.
[   11.497227] Initializing USB Mass Storage driver...
[   11.497405] scsi6 : usb-storage 3-1.2:1.0
[   11.497581] usbcore: registered new interface driver usb-storage
[   11.497584] USB Mass Storage support registered.
[   11.566637] Linux media interface: v0.10
[   11.568774] Bluetooth: Core ver 2.16
[   11.568808] NET: Registered protocol family 31
[   11.568813] Bluetooth: HCI device and connection manager initialized
[   11.568820] Bluetooth: HCI socket layer initialized
[   11.568825] Bluetooth: L2CAP socket layer initialized
[   11.568837] Bluetooth: SCO socket layer initialized
[   11.609957] Bluetooth: Generic Bluetooth USB driver ver 0.6
[   11.610345] usbcore: registered new interface driver btusb
[   11.835203] Linux video capture interface: v2.00
[   11.911291] uvcvideo: Found UVC 1.00 device Integrated Camera (04f2:b217)
[   11.913887] input: Integrated Camera as 
/devices/pci:00/:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input9
[   11.914047] usbcore: registered new interface driver uvcvideo
[   11.914052] USB Video Class driver (1.1.1)
[   12.494462] scsi 6:0:0:0: Direct-Access LGE  Android Platform 0100 
PQ: 0 ANSI: 2
[   12.497316] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[   12.516172] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   12.516334] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   12.516495] sd 2:0:0:0: 

Bug#745137: linux-image-3.2.0-4-amd64: Crash when trying to enable RTL8188CE-based WiFi interface on Lenovo ThinkPad W520

2014-04-18 Thread Dmitry Semyonov
Kernel log of the crash is attached.

-- 
...Bye..Dmitry.
[ 1833.611397] BUG: unable to handle kernel NULL pointer dereference at 0010
[ 1833.611455] IP: [a0410c6a] rtl92ce_update_hal_rate_tbl+0x29/0x4db [rtl8192ce]
[ 1833.611530] PGD 3e8da6067 PUD 4048ac067 PMD 0 
[ 1833.611580] Oops:  [#1] SMP 
[ 1833.611622] CPU 3 
[ 1833.611644] Modules linked in: netconsole configfs parport_pc ppdev bnep lp parport rfcomm cpufreq_powersave cpufreq_userspace cpufreq_stats cpufreq_conservative pci_stub vboxpci(O) vboxnetadp(O) vboxnetflt(O) vboxdrv(O) uinput fuse nfsd nfs nfs_acl auth_rpcgss fscache lockd sunrpc vfat fat loop sg uvcvideo videodev v4l2_compat_ioctl32 media snd_hda_codec_conexant btusb bluetooth usb_storage arc4 snd_hda_intel coretemp snd_hda_codec crc32c_intel joydev rtl8192ce rtlwifi ghash_clmulni_intel snd_hwdep i915 thinkpad_acpi snd_pcm_oss snd_mixer_oss snd_pcm nvram snd_page_alloc snd_seq_midi snd_seq_midi_event snd_rawmidi rtl8192c_common mac80211 cfg80211 ehci_hcd snd_seq drm_kms_helper xhci_hcd usbcore snd_seq_device snd_timer acpi_cpufreq snd aesni_intel drm aes_x86_64 aes_generic sdhci_pci rfkill battery i2c_i801 usb_common e1000e i2c_algo_bit i2c_core mperf cryptd iTCO_wdt iTCO_vendor_support psmouse ac sdhci serio_raw mmc_core pcspkr evdev power_supply soundcore video processor wmi button ext4 crc16 mbcache jbd2 sd_mod crc_t10dif ahci libahci libata scsi_mod thermal thermal_sys [last unloaded: configfs]
[ 1833.612544] 
[ 1833.612556] Pid: 191, comm: kworker/3:1 Tainted: G   O 3.2.0-4-amd64 #1 Debian 3.2.57-2 LENOVO 4270CTO/4270CTO
[ 1833.612623] RIP: 0010:[a0410c6a]  [a0410c6a] rtl92ce_update_hal_rate_tbl+0x29/0x4db [rtl8192ce]
[ 1833.612684] RSP: 0018:88040bfa9de0  EFLAGS: 00010202
[ 1833.612715] RAX:  RBX: 880406d90540 RCX: a041a290
[ 1833.612754] RDX: 0003 RSI:  RDI: 880406d90540
[ 1833.612793] RBP:  R08:  R09: 
[ 1833.612833] R10:  R11:  R12: 880406d91d00
[ 1833.612872] R13:  R14: 88041e2db905 R15: 880406d91df8
[ 1833.612911] FS:  () GS:88041e2c() knlGS:
[ 1833.612956] CS:  0010 DS:  ES:  CR0: 8005003b
[ 1833.612988] CR2: 0010 CR3: 0003e8e36000 CR4: 000406e0
[ 1833.613027] DR0:  DR1:  DR2: 
[ 1833.613066] DR3:  DR6: 0ff0 DR7: 0400
[ 1833.613105] Process kworker/3:1 (pid: 191, threadinfo 88040bfa8000, task 88040bd3e040)
[ 1833.613152] Stack:
[ 1833.613166]   02200385 880406d91d00 880406d90540
[ 1833.613220]  880406d90540 880406d91d00  880406d90540
[ 1833.613273]  880406d91d00   88041e2db905
[ 1833.613326] Call Trace:
[ 1833.613346]  [a02ad9c6] ? rtl92c_dm_watchdog+0xd0b/0xec9 [rtl8192c_common]
[ 1833.613391]  [8105b5cf] ? process_one_work+0x161/0x269
[ 1833.613425]  [8105c598] ? worker_thread+0xc2/0x145
[ 1833.613458]  [8105c4d6] ? manage_workers.isra.25+0x15b/0x15b
[ 1833.613496]  [8105f6d9] ? kthread+0x76/0x7e
[ 1833.613527]  [81356b74] ? kernel_thread_helper+0x4/0x10
[ 1833.613563]  [8105f663] ? kthread_worker_fn+0x139/0x139
[ 1833.613598]  [81356b70] ? gs_change+0x13/0x13
[ 1833.613627] Code: ff ff 41 57 41 56 41 55 41 54 55 48 89 f5 53 48 83 ec 38 4c 8b 67 38 48 89 7c 24 18 41 80 bc 24 21 1a 00 00 00 0f 84 ef 02 00 00 44 0f b7 46 10 41 8b 84 24 70 03 00 00 40 8a 76 31 41 f6 c0 02 
[ 1833.613986] RIP  [a0410c6a] rtl92ce_update_hal_rate_tbl+0x29/0x4db [rtl8192ce]
[ 1833.614037]  RSP 88040bfa9de0
[ 1833.614060] CR2: 0010
[ 1833.622338] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1833.683021] ---[ end trace bd69e438ae127814 ]---
[ 1833.683059] BUG: unable to handle kernel paging request at fff8
[ 1833.683104] IP: [8105f8f2] kthread_data+0x7/0xc
[ 1833.683141] PGD 1607067 PUD 1608067 PMD 0 
[ 1833.683173] Oops:  [#2] SMP 
[ 1833.683198] CPU 3 
[ 1833.683210] Modules linked in: netconsole configfs parport_pc ppdev bnep lp parport rfcomm cpufreq_powersave cpufreq_userspace cpufreq_stats cpufreq_conservative pci_stub vboxpci(O) vboxnetadp(O) vboxnetflt(O) vboxdrv(O) uinput fuse nfsd nfs nfs_acl auth_rpcgss fscache lockd sunrpc vfat fat loop sg uvcvideo videodev v4l2_compat_ioctl32 media snd_hda_codec_conexant btusb bluetooth usb_storage arc4 snd_hda_intel coretemp snd_hda_codec crc32c_intel joydev rtl8192ce rtlwifi ghash_clmulni_intel snd_hwdep i915 thinkpad_acpi snd_pcm_oss snd_mixer_oss snd_pcm nvram snd_page_alloc snd_seq_midi snd_seq_midi_event snd_rawmidi rtl8192c_common mac80211 cfg80211 ehci_hcd snd_seq drm_kms_helper xhci_hcd usbcore snd_seq_device snd_timer acpi_cpufreq snd 

Bug#745137: linux-image-3.2.0-4-amd64: Crash when trying to enable RTL8188CE-based WiFi interface on Lenovo ThinkPad W520

2014-04-18 Thread Dmitry Semyonov
 Previous stable kernels worked fine on the same laptop but I have not
 tried to downgrade the kernel to double-check whether current stable
 version continues to work now.

WiFi could be enabled w/o problems after downgrading
linux-image-3.2.0-4-amd64 from 3.2.57-2 (proposed-updates) to 3.2.54-2
(stable).

-- 
...Bye..Dmitry.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAGUoffBdy-EoiPS8yf3nkpcWwnEsh-Qp7=fatr8rcpkgrhc...@mail.gmail.com



Bug#543275: Fwd: slow mouse and IRQ #16 disable

2010-11-25 Thread Dmitry Semyonov
found 543275 2.6.32+28
thanks

I've encountered exactly the same problem on a new workstation. The
attachment contains syslog output, and /proc/interrupts after
re-plugging a mouse to another USB port.

-- 
...Bye..Dmitry.
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613493] irq 16: nobody cared (try 
booting with the irqpoll option)
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613496] Pid: 0, comm: swapper Not 
tainted 2.6.32-5-686-bigmem #1
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613501] Call Trace:
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613509]  [c107355d] ? 
__report_bad_irq+0x24/0x69
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613514]  [c1073564] ? 
__report_bad_irq+0x2b/0x69
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613518]  [c1073689] ? 
note_interrupt+0xe7/0x13e
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613522]  [c1073bb7] ? 
handle_fasteoi_irq+0x7a/0x97
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613528]  [c1009e97] ? 
handle_irq+0x17/0x1b
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613532]  [c1009719] ? 
do_IRQ+0x38/0x89
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613534]  [c10087d0] ? 
common_interrupt+0x30/0x38
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613538]  [c10300e0] ? 
__build_sched_domains+0x18c/0x331
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613547]  [f8531e7c] ? 
acpi_idle_enter_c1+0x7b/0x97 [processor]
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613550]  [c11d6421] ? 
cpuidle_idle_call+0x68/0xbb
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613552]  [c1007368] ? 
cpu_idle+0x89/0xa5
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613555]  [c13de80d] ? 
start_kernel+0x318/0x31d
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613556] handlers:
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613557] [f8054889] 
(usb_hcd_irq+0x0/0x71 [usbcore])
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613566] [f8959637] 
(azx_interrupt+0x0/0xe7 [snd_hda_intel])
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.613569] Disabling IRQ #16
Nov 25 13:03:16 dhcp-140-130 kernel: [78849.711949] hda-intel: IRQ timing 
workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
 [...re-plugging mouse...]
Nov 25 13:17:42 dhcp-140-130 kernel: [79714.367985] usb 2-1: USB disconnect, 
address 9
Nov 25 13:17:45 dhcp-140-130 kernel: [79716.835287] usb 8-1: new low speed USB 
device using uhci_hcd and address 4
Nov 25 13:17:45 dhcp-140-130 kernel: [79717.010441] usb 8-1: New USB device 
found, idVendor=046d, idProduct=c063
Nov 25 13:17:45 dhcp-140-130 kernel: [79717.010445] usb 8-1: New USB device 
strings: Mfr=1, Product=2, SerialNumber=0
Nov 25 13:17:45 dhcp-140-130 kernel: [79717.010448] usb 8-1: Product: DELL USB 
Laser Mouse
Nov 25 13:17:45 dhcp-140-130 kernel: [79717.010451] usb 8-1: Manufacturer: DELL
Nov 25 13:17:45 dhcp-140-130 kernel: [79717.010526] usb 8-1: configuration #1 
chosen from 1 choice
Nov 25 13:17:45 dhcp-140-130 kernel: [79717.028573] input: DELL DELL USB Laser 
Mouse as /devices/pci:00/:00:1d.2/usb8/8-1/8-1:1.0/input/input13
Nov 25 13:17:45 dhcp-140-130 kernel: [79717.028624] generic-usb 
0003:046D:C063.000A: input,hidraw0: USB HID v1.10 Mouse [DELL DELL USB Laser 
Mouse] on usb-:00:1d.2-1/input0

$ cat /proc/interrupts
   CPU0   CPU1   CPU2   CPU3  
  0:   48372038  0  0  0   IO-APIC-edge  timer
  1:  2  0  0  0   IO-APIC-edge  i8042
  4:  14939  0  0  0   IO-APIC-edge  serial
  7:  0  0  0  0   IO-APIC-edge  parport0
  8:  1  0  0  0   IO-APIC-edge  rtc0
  9:  0  0  0  0   IO-APIC-fasteoi   acpi
 12:  4  0  0  0   IO-APIC-edge  i8042
 16:7600162  0  0  0   IO-APIC-fasteoi   
uhci_hcd:usb2, HDA Intel
 17:  0  0  0  0   IO-APIC-fasteoi   
uhci_hcd:usb4, uhci_hcd:usb7
 18:  34079  0  0  0   IO-APIC-fasteoi   
uhci_hcd:usb8
 22:  35856  0  0  0   IO-APIC-fasteoi   
ehci_hcd:usb1, uhci_hcd:usb5
 23:  5  0  0  0   IO-APIC-fasteoi   
ehci_hcd:usb3, uhci_hcd:usb6
 53:1746510  0  0  0   PCI-MSI-edge  ahci
 54:2719453  0  0  0   PCI-MSI-edge  eth1
 55:  4  0  0  0   PCI-MSI-edge  eth0
NMI:  0  0  0  0   Non-maskable interrupts
LOC:4011095   14953774   175861866469511   Local timer interrupts
SPU:  0  0  0  0   Spurious interrupts
PMI:  0  0  0  0   Performance monitoring 
interrupts
PND:  0  0  0  0   Performance pending work
RES: 333259 364716 360894 372681   Rescheduling interrupts
CAL:   8706  10727  12635   8718   Function 

Bug#383264: not clear if it is fixed in 2.6.18

2006-10-30 Thread Dmitry Semyonov

Lucas,

On 10/30/06, Lucas Nussbaum [EMAIL PROTECTED] wrote:


It's not clear if bug #383264 is fixed or not in 2.6.18. The header for
the bug states:
Found in versions linux-2.6/2.6.17-6, linux-2.6/2.6.17-8,
linux-2.6/2.6.18-2;


I think the latter appeared due to special treatment of lines starting
with Version and/or Package in my follow-up. Sorry about that. For me
the bug is fixed in 2.6.18. You can try this kernel from unstable
repository.

--
...Bye..Dmitry.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#391384: linux-image-2.6.18-1-686: Compaq Proliant DL380 fails to boot

2006-10-10 Thread Dmitry Semyonov

All,

On 10/10/06, Dmitry Semyonov [EMAIL PROTECTED] wrote:

On 10/9/06, dann frazier [EMAIL PROTECTED] wrote:
  On Sun, 2006-10-08 at 21:16 -0600, Grant Grundler wrote:
   I didn't know Compaq used two different 53[cC]510 parts.
   Patch below adds the same tweak to the 0x0010 device ID.
 [...]
   Are you able to test this fix?

Of course! Will do tomorrow.


The patched kernel booted successfully with the workaround disabled.
Here is the log:

Linux version 2.6.18 () ([EMAIL PROTECTED]) (gcc version 4.1.2 20060901
(prerelease) (Debian 4.1.1-13)) #1 SMP Tue Oct 10 03:59:26 PDT 2006
BIOS-provided physical RAM map:
BIOS-e820:  - 0009f800 (usable)
BIOS-e820: 0009f800 - 000a (reserved)
BIOS-e820: 000f - 0010 (reserved)
BIOS-e820: 0010 - 3fffc000 (usable)
BIOS-e820: 3fffc000 - 4000 (ACPI data)
BIOS-e820: fec0 - fec1 (reserved)
BIOS-e820: fee0 - fee1 (reserved)
BIOS-e820: fff8 - 0001 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000f4ff0
DMI 2.3 present.
ACPI: PM-Timer IO Port: 0x240
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:8 APIC version 17
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Processor #1 6:8 APIC version 17
ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec0] gsi_base[0])
IOAPIC[0]: apic_id 8, version 17, address 0xfec0, GSI 0-34
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 5000 (gap: 4000:bec0)
Detected 797.544 MHz processor.
Built 1 zonelists.  Total pages: 262140
Kernel command line: root=/dev/ida/c0d0p1 ro console=tty0 console=ttyS0,38400n8
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1031832k/1048560k available (1534k kernel code, 16044k
reserved, 575k data, 196k init, 131056k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 1595.97 BogoMIPS (lpj=3191958)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to e000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
ACPI: Core revision 20060707
CPU0: Intel Pentium III (Coppermine) stepping 03
SMP alternatives: switching to SMP code
Booting processor 1/0 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 1595.10 BogoMIPS (lpj=3190213)
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel Pentium III (Coppermine) stepping 03
Total of 2 processors activated (3191.08 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1
checking TSC synchronization across 2 CPUs: passed.
Brought up 2 CPUs
migration_cost=938
checking if image is initramfs... it is
Freeing initrd memory: 4359k freed
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xf0084, last bus=3
PCI: Using configuration type 1
Setting up standard PCI resources
mtrr: your CPUs had inconsistent fixed MTRR settings
mtrr: probably your BIOS does not setup all CPUs.
mtrr: corrected configuration.
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (:00)
PCI: Firmware left :00:02.0 e100 interrupts enabled, disabling
ACPI: PCI Root Bridge [PCI1] (:03)
ACPI: Resource is not an IRQ entry
ACPI: PCI Interrupt Link [FAKE] (IRQs) *0, disabled.
ACPI: PCI Interrupt Link [INA0] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [INA1] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [INA2] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [INA3] (IRQs 5 10 *11 15)
ACPI: PCI Interrupt Link [INA4] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [INA5] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [ITR0] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [ITR1] (IRQs 5 *10 11 15)
ACPI: PCI Interrupt Link [ITR2] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [ITR3] (IRQs *5 10 11 15)
ACPI: PCI Interrupt Link [INB0] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [INB1] (IRQs 5 10 11 15) *0, disabled.
ACPI: PCI Interrupt Link [INB2] (IRQs 5 10 11 15) *0

Bug#391384: linux-image-2.6.18-1-686: Compaq Proliant DL380 fails to boot

2006-10-09 Thread Dmitry Semyonov

Hi Dann,

On 10/9/06, dann frazier [EMAIL PROTECTED] wrote:

 On Sun, 2006-10-08 at 21:16 -0600, Grant Grundler wrote:
  I didn't know Compaq used two different 53[cC]510 parts.
  Patch below adds the same tweak to the 0x0010 device ID.

[...]

  Are you able to test this fix?


Of course! Will do tomorrow.

(Sorry, by some reason I was sure reporters were automatically
subscribed to bug notifications.
Therefore, I missed the above discussion until you directly pinged me.)

--
...Bye..Dmitry.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#391384: linux-image-2.6.18-1-686: Compaq Proliant DL380 fails to boot

2006-10-06 Thread Dmitry Semyonov

Package: linux-image-2.6.18-1-686
Version: 2.6.18-2
Severity: important

This is very similar to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380272
The same workaround could be used to overcome the problem:
 cat cpqarray  /etc/initramfs-tools/modules
 update-initramfs -u

lspci -v output from the system booted with enabled workaround:

 -- begin --
00:00.0 Host bridge: Broadcom CNB20LE Host Bridge (rev 05)
   Flags: bus master, medium devsel, latency 64

00:00.1 Host bridge: Broadcom CNB20LE Host Bridge (rev 05)
   Flags: bus master, medium devsel, latency 64

00:01.0 RAID bus controller: LSI Logic / Symbios Logic 53C1510 (rev 02)
   Subsystem: Compaq Computer Corporation Integrated Array Controller
   Flags: bus master, medium devsel, latency 192, IRQ 177
   I/O ports at 2000 [size=256]
   Memory at c500 (32-bit, non-prefetchable) [size=16M]
   Memory at c400 (32-bit, non-prefetchable) [size=16M]
   [virtual] Expansion ROM at 5010 [disabled] [size=512K]
   Capabilities: [40] Power Management version 2

00:02.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro
100] (rev 08)
   Subsystem: Compaq Computer Corporation NC3163 Fast Ethernet
NIC (embedded, WOL)
   Flags: bus master, medium devsel, latency 64, IRQ 193
   Memory at c3fff000 (32-bit, non-prefetchable) [size=4K]
   I/O ports at 2400 [size=64]
   Memory at c3e0 (32-bit, non-prefetchable) [size=1M]
   [virtual] Expansion ROM at 5000 [disabled] [size=1M]
   Capabilities: [dc] Power Management version 2

00:03.0 VGA compatible controller: ATI Technologies Inc 3D Rage IIC
215IIC [Mach64 GT IIC] (rev 7a) (prog-if 00 [VGA])
   Subsystem: ATI Technologies Inc Rage IIC
   Flags: bus master, stepping, medium devsel, latency 64
   Memory at c200 (32-bit, prefetchable) [size=16M]
   I/O ports at 2800 [size=256]
   Memory at c3dff000 (32-bit, non-prefetchable) [size=4K]
   [virtual] Expansion ROM at 5018 [disabled] [size=128K]
   Capabilities: [5c] Power Management version 1

00:04.0 System peripheral: Compaq Computer Corporation Advanced System
Management Controller
   Subsystem: Compaq Computer Corporation Unknown device b0f3
   Flags: medium devsel, IRQ 255
   I/O ports at 1800 [size=256]
   Memory at c3dfef00 (32-bit, non-prefetchable) [size=256]

00:0f.0 ISA bridge: Broadcom OSB4 South Bridge (rev 4f)
   Subsystem: Broadcom OSB4 South Bridge
   Flags: bus master, medium devsel, latency 0

00:0f.1 IDE interface: Broadcom OSB4 IDE Controller (prog-if 8a
[Master SecP PriP])
   Flags: bus master, medium devsel, latency 64
   I/O ports at 2c00 [size=16]

03:04.0 Ethernet controller: National Semiconductor Corporation
DP83815 (MacPhyter) Ethernet Controller
   Subsystem: Netgear FA311 / FA312 (FA311 with WoL HW)
   Flags: bus master, medium devsel, latency 64, IRQ 185
   I/O ports at 3000 [size=256]
   Memory at c6fff000 (32-bit, non-prefetchable) [size=4K]
   [virtual] Expansion ROM at 501a [disabled] [size=64K]
   Capabilities: [40] Power Management version 2
 -- end --


Boot console and dmesg log from failed boot:

 -- begin --
 Booting 'Debian GNU/Linux, kernel 2.6.18-1-686'

root  (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel  /boot/vmlinuz-2.6.18-1-686 root=/dev/ida/c0d0p1 ro console=tty0 console
=ttyS0,38400n8
  [Linux-bzImage, setup=0x1e00, size=0x130471]
initrd  /boot/initrd.img-2.6.18-1-686
  [Linux-initrd @ 0x1fbae000, 0x4419ba bytes]
savedefault

Linux version 2.6.18-1-686 (Debian 2.6.18-2) ([EMAIL PROTECTED]) (gcc
version 4.1.2 20060920 (prerelease) (Debian 4.1.1-14)) #1 SMP6
BIOS-provided physical RAM map:
BIOS-e820:  - 0009f800 (usable)
BIOS-e820: 0009f800 - 000a (reserved)
BIOS-e820: 000f - 0010 (reserved)
BIOS-e820: 0010 - 3fffc000 (usable)
BIOS-e820: 3fffc000 - 4000 (ACPI data)
BIOS-e820: fec0 - fec1 (reserved)
BIOS-e820: fee0 - fee1 (reserved)
BIOS-e820: fff8 - 0001 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000f4ff0
DMI 2.3 present.
ACPI: PM-Timer IO Port: 0x240
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:8 APIC version 17
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Processor #1 6:8 APIC version 17
ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec0] gsi_base[0])
IOAPIC[0]: apic_id 8, version 17, address 0xfec0, GSI 0-34
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 5000 (gap: 4000:bec0)
Detected 797.550 MHz processor.
Built 1 zonelists.  Total pages: 262140
Kernel command line: root=/dev/ida/c0d0p1 ro console=tty0 console=ttyS0,38400n8
Enabling 

Bug#383264: Works for me with recent kernel from unstable

2006-10-03 Thread Dmitry Semyonov

Hi Dann,

On 10/2/06, dann frazier [EMAIL PROTECTED] wrote:

On Mon, Oct 02, 2006 at 04:11:27PM +0400, Dmitry Semyonov wrote:

 I was able to load the kernel on Compaq DL380 with serial console
 enabled for both GRUB and kernel messages.

  This sounds like a *success* report, not a bug report ;)
Is this a follow up to another bug report? If so, which one?


The same one to which you sent this follow up ;)
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=383264

--
...Bye..Dmitry.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#386497: confirming here, also with serial console

2006-09-29 Thread Dmitry Semyonov

On 9/29/06, Daniel Kahn Gillmor [EMAIL PROTECTED] wrote:

BUG: unable to handle kernel NULL pointer dereference at virtual address 
000c

[...]

Oops:  [#1]

[...]

Interestingly, i've also got panic=15 set as a kernel parameter, but
it is not triggering a reboot 15 seconds later as i expected it to.


Below is the excerpt from my /etc/sysctl.conf. Note the second option.
Although it doesn't help either. My guess is this file is not yet read
at the point of the Oops.

-- cut --
# Seconds to wait before reboot on kernel panic
kernel.panic=1

# Panic when an oops or BUG is encountered. (2.6.x kernels only.)
kernel.panic_on_oops=1
-- cut --

--
...Bye..Dmitry.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]