Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1945939AbWBONkm (ORCPT ); Wed, 15 Feb 2006 08:40:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1945940AbWBONkm (ORCPT ); Wed, 15 Feb 2006 08:40:42 -0500 Received: from ezoffice.mandriva.com ([84.14.106.134]:23055 "EHLO office.mandriva.com") by vger.kernel.org with ESMTP id S1945939AbWBONkl (ORCPT ); Wed, 15 Feb 2006 08:40:41 -0500 From: Thierry Vignaud To: Andrew Morton Cc: tiwai@suse.de, linux-kernel@vger.kernel.org Subject: Re: Linux 2.6.16-rc3 Organization: Mandrakesoft References: <20060212190520.244fcaec.akpm@osdl.org> <20060214225154.2e82dfd2.akpm@osdl.org> X-URL: (Andrew Morton's message of "Tue, 14 Feb 2006 22:51:54 -0800") Message-ID: User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 72310 Lines: 1163 --=-=-= Andrew Morton writes: > > > It's not a "regression". PM didn't work with ens1370 at all in > > > the eralier version. > > > > btw, PM support in snd-intel8x0 is broken (at least regarding > > suspending) in 2.6.16-rc2-mm1 on a nforce2 chipset > > Can you identify when this breakage occurred? i'll try to compile a few older kernels (and/or just older alsa-kernel) if you want but i'm not sure it's a regression (i'll check if it has ever worked before). i've tried unloading/reloading sound modules after resuming (maybe would it work if unloaded before suspending but of course full PM support would be nicer). not sure if it can help but while resuming, the snd-intel8x0 printed quite a lot of warnings (due to preempting[1] i guess?) such as: BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 dmesg after resuming (only look at the beginning, the end is only ehci garbage b/c ehci is bugging for monthes (rejecting mass media after writing a few Mo)): --=-=-= Content-Disposition: attachment; filename=bug.suspend.broken_dmesg1 e+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 snd_intel8x0_chip_init+0x110/0x39e [snd_intel8x0] intel8x0_resume+0x5e/0x1ba [snd_intel8x0] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 PCI: Setting latency timer of device 0000:00:08.0 to 64 ohci_hcd 0000:01:07.0: PCI D0, from previous PCI D3 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c pci_set_power_state+0x127/0x16a pci_enable_device_bars+0xd/0x38 pci_enable_device+0xe/0x2c usb_hcd_pci_resume+0x11b/0x1b7 [usbcore] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ACPI: PCI Interrupt 0000:01:07.0[A] -> Link [LNK4] -> GSI 12 (level, low) -> IRQ 12 ohci_hcd 0000:01:07.1: PCI D0, from previous PCI D3 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c pci_set_power_state+0x127/0x16a pci_enable_device_bars+0xd/0x38 pci_enable_device+0xe/0x2c usb_hcd_pci_resume+0x11b/0x1b7 [usbcore] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ACPI: PCI Interrupt 0000:01:07.1[B] -> Link [LNK1] -> GSI 11 (level, low) -> IRQ 11 ehci_hcd 0000:01:07.2: PCI D0, from previous PCI D3 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c pci_set_power_state+0x127/0x16a pci_enable_device_bars+0xd/0x38 pci_enable_device+0xe/0x2c usb_hcd_pci_resume+0x11b/0x1b7 [usbcore] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ACPI: PCI Interrupt 0000:01:07.2[C] -> Link [LNK2] -> GSI 11 (level, low) -> IRQ 11 ehci_hcd 0000:01:07.2: lost power, restarting usb usb5: root hub lost power or was reset ehci_hcd 0000:01:07.2: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT ehci_hcd 0000:01:07.2: MWI active ehci_hcd 0000:01:07.2: ...powerdown ports... BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c ehci_pci_reinit+0xf6/0xfe [ehci_hcd] ehci_pci_resume+0xbd/0x10a [ehci_hcd] usb_hcd_pci_resume+0x17a/0x1b7 [usbcore] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ehci_hcd 0000:01:07.2: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT ehci_hcd 0000:01:07.2: init command 010009 (park)=0 ithresh=1 period=256 RUN ehci_hcd 0000:01:07.2: USB 2.0 started, EHCI 0.95, driver 10 Dec 2004 ehci_hcd 0000:01:07.2: ...powerup ports... BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e ehci_run+0x165/0x16f [ehci_hcd] schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c ehci_pci_resume+0x103/0x10a [ehci_hcd] usb_hcd_pci_resume+0x17a/0x1b7 [usbcore] pci_device_resume+0x16/0x43 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 nvidiafb: your nForce DIMMs are not arranged in optimal banks! i2c_adapter i2c-0: PM: resume from 0, parent 0000:02:00.0 still 1 i2c_adapter i2c-1: PM: resume from 0, parent 0000:02:00.0 still 1 i2c_adapter i2c-2: PM: resume from 0, parent 0000:02:00.0 still 1 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e vsnprintf+0x45a/0x497 schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 ps2_sendbyte+0xa1/0xdd autoremove_wake_function+0x0/0x2d ps2_command+0xdd/0x2ce atkbd_probe+0x4c/0xe0 atkbd_reconnect+0x97/0xfc serio_reconnect_driver+0x21/0x34 serio_resume+0xb/0x1a resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x81/0x95 schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 ps2_command+0x171/0x2ce autoremove_wake_function+0x0/0x2d atkbd_probe+0x4c/0xe0 atkbd_reconnect+0x97/0xfc serio_reconnect_driver+0x21/0x34 serio_resume+0xb/0x1a resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 ps2_command+0x253/0x2ce autoremove_wake_function+0x0/0x2d atkbd_probe+0x4c/0xe0 atkbd_reconnect+0x97/0xfc serio_reconnect_driver+0x21/0x34 serio_resume+0xb/0x1a resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 ps2_sendbyte+0xa1/0xdd autoremove_wake_function+0x0/0x2d ps2_command+0xdd/0x2ce autoremove_wake_function+0x0/0x2d atkbd_activate+0x1a/0x69 atkbd_reconnect+0xbd/0xfc serio_reconnect_driver+0x21/0x34 serio_resume+0xb/0x1a resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 ps2_sendbyte+0xa1/0xdd autoremove_wake_function+0x0/0x2d ps2_command+0xfa/0x2ce autoremove_wake_function+0x0/0x2d atkbd_activate+0x1a/0x69 atkbd_reconnect+0xbd/0xfc serio_reconnect_driver+0x21/0x34 serio_resume+0xb/0x1a resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 ps2_sendbyte+0xa1/0xdd autoremove_wake_function+0x0/0x2d ps2_command+0xdd/0x2ce autoremove_wake_function+0x0/0x2d atkbd_activate+0x31/0x69 atkbd_reconnect+0xbd/0xfc serio_reconnect_driver+0x21/0x34 serio_resume+0xb/0x1a resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 ps2_sendbyte+0xa1/0xdd autoremove_wake_function+0x0/0x2d ps2_command+0xfa/0x2ce autoremove_wake_function+0x0/0x2d atkbd_activate+0x31/0x69 atkbd_reconnect+0xbd/0xfc serio_reconnect_driver+0x21/0x34 serio_resume+0xb/0x1a resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 ps2_sendbyte+0xa1/0xdd autoremove_wake_function+0x0/0x2d ps2_command+0xdd/0x2ce autoremove_wake_function+0x0/0x2d atkbd_activate+0x43/0x69 atkbd_reconnect+0xbd/0xfc serio_reconnect_driver+0x21/0x34 serio_resume+0xb/0x1a resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 ps2_sendbyte+0xa1/0xdd autoremove_wake_function+0x0/0x2d ps2_command+0xdd/0x2ce atkbd_reconnect+0xcd/0xfc serio_reconnect_driver+0x21/0x34 serio_resume+0xb/0x1a resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 ps2_sendbyte+0xa1/0xdd autoremove_wake_function+0x0/0x2d ps2_command+0xfa/0x2ce atkbd_reconnect+0xcd/0xfc serio_reconnect_driver+0x21/0x34 serio_resume+0xb/0x1a resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e ide_do_request+0x515/0x730 common_interrupt+0x1a/0x20 wait_for_completion+0x70/0xc2 default_wake_function+0x0/0xc ide_do_drive_cmd+0xcb/0xf0 generic_ide_resume+0x7d/0x88 blk_end_sync_rq+0x0/0x1d task_no_data_intr+0x0/0x63 resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e wait_for_completion+0x70/0xc2 default_wake_function+0x0/0xc ide_do_drive_cmd+0xcb/0xf0 generic_ide_resume+0x7d/0x88 blk_end_sync_rq+0x0/0x1d resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 BUG: warning at drivers/ide/ide-iops.c:1235/ide_wait_not_busy() ide_wait_not_busy+0x48/0x92 ide_do_request+0x39d/0x730 freed_request+0x1d/0x37 ide_intr+0x19c/0x1d4 ide_dma_intr+0x0/0x8f handle_IRQ_event+0x21/0x4a __do_IRQ+0x76/0xcf do_IRQ+0x5e/0x79 ======================= common_interrupt+0x1a/0x20 default_idle+0x2b/0x53 cpu_idle+0x40/0x5e start_kernel+0x299/0x29b usb usb1: finish resume ohci_hcd 0000:00:02.0: lost power usb usb1: root hub lost power or was reset ohci_hcd 0000:00:02.0: resetting from state 'reset', control = 0x600 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e __mod_timer+0x9f/0xa9 schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c ohci_run+0x19e/0x46d [ohci_hcd] ohci_bus_resume+0x35e/0x5e4 [ohci_hcd] hcd_bus_resume+0x2d/0x7a [usbcore] hub_resume+0x38/0x17f [usbcore] usb_generic_resume+0x0/0xcf [usbcore] usb_generic_resume+0x73/0xcf [usbcore] finish_device_resume+0x119/0x16a [usbcore] usb_resume_device+0x46/0xa1 [usbcore] resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ohci_hcd 0000:00:02.0: OHCI controller state ohci_hcd 0000:00:02.0: OHCI 1.0, NO legacy support registers ohci_hcd 0000:00:02.0: control 0x683 RWE RWC HCFS=operational CBSR=3 ohci_hcd 0000:00:02.0: cmdstatus 0x00000 SOC=0 ohci_hcd 0000:00:02.0: intrstatus 0x00000004 SF ohci_hcd 0000:00:02.0: intrenable 0x8000000a MIE RD WDH ohci_hcd 0000:00:02.0: hcca frame #0003 ohci_hcd 0000:00:02.0: roothub.a 01000203 POTPGT=1 NPS NDP=3(3) ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000 ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS ohci_hcd 0000:00:02.0: restart complete BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c hub_resume+0x74/0x17f [usbcore] usb_generic_resume+0x0/0xcf [usbcore] usb_generic_resume+0x73/0xcf [usbcore] finish_device_resume+0x119/0x16a [usbcore] usb_resume_device+0x46/0xa1 [usbcore] resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [0] = 0x00010100 CSC PPS usb usb2: finish resume ohci_hcd 0000:00:03.0: lost power usb usb2: root hub lost power or was reset ohci_hcd 0000:00:03.0: resetting from state 'reset', control = 0x600 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e usb_start_wait_urb+0x141/0x14b [usbcore] schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c ohci_run+0x19e/0x46d [ohci_hcd] ohci_bus_resume+0x35e/0x5e4 [ohci_hcd] hcd_bus_resume+0x2d/0x7a [usbcore] hub_resume+0x38/0x17f [usbcore] usb_generic_resume+0x0/0xcf [usbcore] usb_generic_resume+0x73/0xcf [usbcore] finish_device_resume+0x119/0x16a [usbcore] usb_resume_device+0x46/0xa1 [usbcore] resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ohci_hcd 0000:00:03.0: OHCI controller state ohci_hcd 0000:00:03.0: OHCI 1.0, NO legacy support registers ohci_hcd 0000:00:03.0: control 0x683 RWE RWC HCFS=operational CBSR=3 ohci_hcd 0000:00:03.0: cmdstatus 0x00000 SOC=0 ohci_hcd 0000:00:03.0: intrstatus 0x00000004 SF ohci_hcd 0000:00:03.0: intrenable 0x8000000a MIE RD WDH ohci_hcd 0000:00:03.0: hcca frame #0003 ohci_hcd 0000:00:03.0: roothub.a 01000203 POTPGT=1 NPS NDP=3(3) ohci_hcd 0000:00:03.0: roothub.b 00000000 PPCM=0000 DR=0000 ohci_hcd 0000:00:03.0: roothub.status 00008000 DRWE ohci_hcd 0000:00:03.0: roothub.portstatus [0] 0x00000100 PPS ohci_hcd 0000:00:03.0: roothub.portstatus [1] 0x00000100 PPS ohci_hcd 0000:00:03.0: roothub.portstatus [2] 0x00000100 PPS ohci_hcd 0000:00:03.0: restart complete BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c hub_resume+0x74/0x17f [usbcore] usb_generic_resume+0x0/0xcf [usbcore] usb_generic_resume+0x73/0xcf [usbcore] finish_device_resume+0x119/0x16a [usbcore] usb_resume_device+0x46/0xa1 [usbcore] resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ohci_hcd 0000:00:03.0: GetStatus roothub.portstatus [0] = 0x00010100 CSC PPS usb usb3: finish resume ohci_hcd 0000:01:07.0: lost power usb usb3: root hub lost power or was reset ohci_hcd 0000:01:07.0: resetting from state 'reset', control = 0x0 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e usb_start_wait_urb+0x141/0x14b [usbcore] schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c ohci_run+0x19e/0x46d [ohci_hcd] ohci_bus_resume+0x35e/0x5e4 [ohci_hcd] hcd_bus_resume+0x2d/0x7a [usbcore] hub_resume+0x38/0x17f [usbcore] usb_generic_resume+0x0/0xcf [usbcore] usb_generic_resume+0x73/0xcf [usbcore] finish_device_resume+0x119/0x16a [usbcore] usb_resume_device+0x46/0xa1 [usbcore] resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ohci_hcd 0000:01:07.0: OHCI controller state ohci_hcd 0000:01:07.0: OHCI 1.0, NO legacy support registers ohci_hcd 0000:01:07.0: control 0x083 HCFS=operational CBSR=3 ohci_hcd 0000:01:07.0: cmdstatus 0x00000 SOC=0 ohci_hcd 0000:01:07.0: intrstatus 0x00000004 SF ohci_hcd 0000:01:07.0: intrenable 0x8000001a MIE UE RD WDH ohci_hcd 0000:01:07.0: hcca frame #01fe ohci_hcd 0000:01:07.0: roothub.a ff000203 POTPGT=255 NPS NDP=3(3) ohci_hcd 0000:01:07.0: roothub.b 00000000 PPCM=0000 DR=0000 ohci_hcd 0000:01:07.0: roothub.status 00008000 DRWE ohci_hcd 0000:01:07.0: roothub.portstatus [0] 0x00000100 PPS ohci_hcd 0000:01:07.0: roothub.portstatus [1] 0x00000100 PPS ohci_hcd 0000:01:07.0: roothub.portstatus [2] 0x00000100 PPS ohci_hcd 0000:01:07.0: restart complete BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e __mod_timer+0x9f/0xa9 schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c hub_resume+0x74/0x17f [usbcore] usb_generic_resume+0x0/0xcf [usbcore] usb_generic_resume+0x73/0xcf [usbcore] finish_device_resume+0x119/0x16a [usbcore] usb_resume_device+0x46/0xa1 [usbcore] resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ohci_hcd 0000:01:07.0: GetStatus roothub.portstatus [0] = 0x00010100 CSC PPS usb 3-2: finish resume usb 3-2: gone after usb resume? status -19 hub 3-0:1.0: resume port 2 --> -19 hub 3-0:1.0: logical disconnect on port 2 usb usb4: finish resume ohci_hcd 0000:01:07.1: lost power usb usb4: root hub lost power or was reset ohci_hcd 0000:01:07.1: resetting from state 'reset', control = 0x0 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e usb_start_wait_urb+0x141/0x14b [usbcore] schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c ohci_run+0x19e/0x46d [ohci_hcd] ohci_bus_resume+0x35e/0x5e4 [ohci_hcd] hcd_bus_resume+0x2d/0x7a [usbcore] hub_resume+0x38/0x17f [usbcore] usb_generic_resume+0x0/0xcf [usbcore] usb_generic_resume+0x73/0xcf [usbcore] finish_device_resume+0x119/0x16a [usbcore] usb_resume_device+0x46/0xa1 [usbcore] resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ohci_hcd 0000:01:07.1: OHCI controller state ohci_hcd 0000:01:07.1: OHCI 1.0, NO legacy support registers ohci_hcd 0000:01:07.1: control 0x083 HCFS=operational CBSR=3 ohci_hcd 0000:01:07.1: cmdstatus 0x00000 SOC=0 ohci_hcd 0000:01:07.1: intrstatus 0x00000004 SF ohci_hcd 0000:01:07.1: intrenable 0x8000001a MIE UE RD WDH ohci_hcd 0000:01:07.1: hcca frame #01fe ohci_hcd 0000:01:07.1: roothub.a ff000202 POTPGT=255 NPS NDP=2(2) ohci_hcd 0000:01:07.1: roothub.b 00000000 PPCM=0000 DR=0000 ohci_hcd 0000:01:07.1: roothub.status 00008000 DRWE ohci_hcd 0000:01:07.1: roothub.portstatus [0] 0x00000100 PPS ohci_hcd 0000:01:07.1: roothub.portstatus [1] 0x00000100 PPS ohci_hcd 0000:01:07.1: restart complete BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e __mod_timer+0x9f/0xa9 schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c hub_resume+0x74/0x17f [usbcore] usb_generic_resume+0x0/0xcf [usbcore] usb_generic_resume+0x73/0xcf [usbcore] finish_device_resume+0x119/0x16a [usbcore] usb_resume_device+0x46/0xa1 [usbcore] resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ohci_hcd 0000:01:07.1: GetStatus roothub.portstatus [0] = 0x00010100 CSC PPS usb usb5: finish resume BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e schedule_timeout+0x7a/0x95 process_timeout+0x0/0x5 msleep+0x17/0x1c hub_resume+0x74/0x17f [usbcore] usb_generic_resume+0x0/0xcf [usbcore] usb_generic_resume+0x73/0xcf [usbcore] finish_device_resume+0x119/0x16a [usbcore] usb_resume_device+0x46/0xa1 [usbcore] resume_device+0x7d/0x96 dpm_resume+0x58/0x80 device_resume+0xd/0x16 pm_suspend_disk+0xbf/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 ehci_hcd 0000:01:07.2: GetStatus port 2 status 001002 POWER sig=se0 CSC ehci_hcd 0000:01:07.2: GetStatus port 3 status 001403 POWER sig=k CSC CONNECT Restarting tasks...<3>BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e try_to_wake_up+0xe1/0xea thaw_processes+0x97/0xc4 unprepare_processes+0x25/0x2a pm_suspend_disk+0xc4/0xc8 enter_state+0x50/0x16f state_store+0x83/0x8f state_store+0x0/0x8f subsys_attr_store+0x1e/0x22 sysfs_write_file+0x92/0xb9 sysfs_write_file+0x0/0xb9 vfs_write+0x83/0x122 sys_write+0x3c/0x63 sysenter_past_esp+0x54/0x75 hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0002 ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [0] = 0x00010100 CSC PPS hub 1-0:1.0: port 1, status 0100, change 0001, 12 Mb/s done BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e vfs_write+0xe3/0x122 sys_write+0x3c/0x63 work_resched+0x5/0x16 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e io_schedule+0xe/0x16 sync_buffer+0x2b/0x2e __wait_on_bit+0x31/0x56 sync_buffer+0x0/0x2e sync_buffer+0x0/0x2e out_of_line_wait_on_bit+0x61/0x69 wake_bit_function+0x0/0x3c __wait_on_buffer+0x1c/0x1f ext3_bread+0x47/0x61 dx_probe+0x3a/0x2af ext3_find_entry+0xc2/0x4ed snprintf+0x1b/0x1f ext3_lookup+0x1f/0x75 __lookup_hash+0xaa/0xc3 open_namei+0xc9/0x4e5 do_filp_open+0x1c/0x31 snprintf+0x1b/0x1f filp_open+0xf/0x11 do_coredump+0x4e9/0x59e __dequeue_signal+0x149/0x154 get_signal_to_deliver+0x3eb/0x418 do_page_fault+0x0/0x4c3 do_notify_resume+0x6f/0x5a1 error_code+0x4f/0x54 iret_exc+0x136/0x779 do_page_fault+0x473/0x4c3 do_page_fault+0x0/0x4c3 work_notifysig+0x13/0x19 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e generic_make_request+0x191/0x1c2 io_schedule+0xe/0x16 sync_buffer+0x2b/0x2e __wait_on_bit+0x31/0x56 sync_buffer+0x0/0x2e sync_buffer+0x0/0x2e out_of_line_wait_on_bit+0x61/0x69 wake_bit_function+0x0/0x3c __wait_on_buffer+0x1c/0x1f ext3_bread+0x47/0x61 ext3_find_entry+0x14f/0x4ed ext3_lookup+0x1f/0x75 __lookup_hash+0xaa/0xc3 open_namei+0xc9/0x4e5 do_filp_open+0x1c/0x31 snprintf+0x1b/0x1f filp_open+0xf/0x11 do_coredump+0x4e9/0x59e __dequeue_signal+0x149/0x154 get_signal_to_deliver+0x3eb/0x418 do_page_fault+0x0/0x4c3 do_notify_resume+0x6f/0x5a1 error_code+0x4f/0x54 iret_exc+0x136/0x779 do_page_fault+0x473/0x4c3 do_page_fault+0x0/0x4c3 work_notifysig+0x13/0x19 hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100 hub 2-0:1.0: state 7 ports 3 chg 0000 evt 0002 ohci_hcd 0000:00:03.0: GetStatus roothub.portstatus [0] = 0x00010100 CSC PPS hub 2-0:1.0: port 1, status 0100, change 0001, 12 Mb/s BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e get_page_from_freelist+0x7d/0x2fb generic_make_request+0x191/0x1c2 io_schedule+0xe/0x16 sync_buffer+0x2b/0x2e __wait_on_bit+0x31/0x56 sync_buffer+0x0/0x2e sync_buffer+0x0/0x2e out_of_line_wait_on_bit+0x61/0x69 wake_bit_function+0x0/0x3c __wait_on_buffer+0x1c/0x1f __bread+0x59/0x6c read_inode_bitmap+0x28/0x4c ext3_new_inode+0x3f9/0x824 ext3_create+0x5d/0xc2 ext3_create+0x0/0xc2 vfs_create+0x5e/0x9a open_namei+0x135/0x4e5 do_filp_open+0x1c/0x31 snprintf+0x1b/0x1f filp_open+0xf/0x11 do_coredump+0x4e9/0x59e __dequeue_signal+0x149/0x154 get_signal_to_deliver+0x3eb/0x418 do_page_fault+0x0/0x4c3 do_notify_resume+0x6f/0x5a1 error_code+0x4f/0x54 iret_exc+0x136/0x779 do_page_fault+0x473/0x4c3 do_page_fault+0x0/0x4c3 work_notifysig+0x13/0x19 hub 2-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100 hub 3-0:1.0: state 7 ports 3 chg 0004 evt 0006 ohci_hcd 0000:01:07.0: GetStatus roothub.portstatus [0] = 0x00010100 CSC PPS hub 3-0:1.0: port 1, status 0100, change 0001, 12 Mb/s BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e get_page_from_freelist+0x7d/0x2fb generic_make_request+0x191/0x1c2 io_schedule+0xe/0x16 sync_buffer+0x2b/0x2e __wait_on_bit+0x31/0x56 sync_buffer+0x0/0x2e sync_buffer+0x0/0x2e out_of_line_wait_on_bit+0x61/0x69 wake_bit_function+0x0/0x3c __wait_on_buffer+0x1c/0x1f __ext3_get_inode_loc+0x27b/0x2c2 ext3_reserve_inode_write+0x1a/0x7a ext3_mark_inode_dirty+0x11/0x27 journal_dirty_metadata+0x12e/0x15c ext3_new_inode+0x793/0x824 ext3_create+0x5d/0xc2 ext3_create+0x0/0xc2 vfs_create+0x5e/0x9a open_namei+0x135/0x4e5 do_filp_open+0x1c/0x31 snprintf+0x1b/0x1f filp_open+0xf/0x11 do_coredump+0x4e9/0x59e __dequeue_signal+0x149/0x154 get_signal_to_deliver+0x3eb/0x418 do_page_fault+0x0/0x4c3 do_notify_resume+0x6f/0x5a1 error_code+0x4f/0x54 iret_exc+0x136/0x779 do_page_fault+0x473/0x4c3 do_page_fault+0x0/0x4c3 work_notifysig+0x13/0x19 hub 3-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100 ohci_hcd 0000:01:07.0: GetStatus roothub.portstatus [1] = 0x00010100 CSC PPS hub 3-0:1.0: port 2, status 0100, change 0001, 12 Mb/s usb 3-2: USB disconnect, address 3 usb 3-2: usb_disable_device nuking all URBs usb 3-2: unregistering interface 3-2:1.0 usb 3-2:1.0: uevent usb 3-2: unregistering device usb 3-2: uevent hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100 hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0002 ohci_hcd 0000:01:07.1: GetStatus roothub.portstatus [0] = 0x00010100 CSC PPS hub 4-0:1.0: port 1, status 0100, change 0001, 12 Mb/s BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e generic_make_request+0x191/0x1c2 io_schedule+0xe/0x16 sync_buffer+0x2b/0x2e __wait_on_bit+0x31/0x56 sync_buffer+0x0/0x2e sync_buffer+0x0/0x2e out_of_line_wait_on_bit+0x61/0x69 wake_bit_function+0x0/0x3c __wait_on_buffer+0x1c/0x1f __ext3_get_inode_loc+0x27b/0x2c2 ext3_reserve_inode_write+0x1a/0x7a ext3_mark_inode_dirty+0x11/0x27 add_dirent_to_buf+0x1fa/0x279 ext3_add_entry+0x11f/0x871 ext3_new_inode+0x814/0x824 ext3_add_nondir+0xf/0x3a ext3_create+0x8e/0xc2 ext3_create+0x0/0xc2 vfs_create+0x5e/0x9a open_namei+0x135/0x4e5 do_filp_open+0x1c/0x31 snprintf+0x1b/0x1f filp_open+0xf/0x11 do_coredump+0x4e9/0x59e __dequeue_signal+0x149/0x154 get_signal_to_deliver+0x3eb/0x418 do_page_fault+0x0/0x4c3 do_notify_resume+0x6f/0x5a1 error_code+0x4f/0x54 iret_exc+0x136/0x779 do_page_fault+0x473/0x4c3 do_page_fault+0x0/0x4c3 work_notifysig+0x13/0x19 hub 4-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100 hub 5-0:1.0: state 7 ports 5 chg 0004 evt 000c ehci_hcd 0000:01:07.2: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT hub 5-0:1.0: port 2, status 0501, change 0001, 480 Mb/s usb 5-2: USB disconnect, address 3 usb 5-2: usb_disable_device nuking all URBs usb 5-2: unregistering interface 5-2:1.0 usb 5-2:1.0: uevent usb 5-2: unregistering device usb 5-2: uevent hub 5-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x501 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e vprintk+0x23f/0x286 generic_make_request+0x191/0x1c2 io_schedule+0xe/0x16 sync_buffer+0x2b/0x2e __wait_on_bit+0x31/0x56 sync_buffer+0x0/0x2e sync_buffer+0x0/0x2e out_of_line_wait_on_bit+0x61/0x69 wake_bit_function+0x0/0x3c __wait_on_buffer+0x1c/0x1f __bread+0x59/0x6c read_block_bitmap+0x27/0x4a ext3_new_blocks+0x191/0x55d debug_mutex_add_waiter+0x14/0x25 ext3_get_blocks_handle+0x12b/0x89d ext3_get_blocks_handle+0x12b/0x89d ext3_get_blocks_handle+0x353/0x89d work_notifysig+0x13/0x19 vprintk+0x23f/0x286 vprintk+0x23f/0x286 smp_apic_timer_interrupt+0x2a/0x2f apic_timer_interrupt+0x1c/0x24 ext3_direct_io_get_blocks+0x8e/0xa8 ext3_get_block+0xf/0x12 __block_prepare_write+0x114/0x379 block_prepare_write+0x16/0x22 ext3_get_block+0x0/0x12 ext3_prepare_write+0x7f/0x115 ext3_get_block+0x0/0x12 generic_file_buffered_write+0x21e/0x52b journal_stop+0x1c7/0x1d1 __ext3_journal_stop+0x19/0x34 __generic_file_aio_write_nolock+0x3a1/0x3de generic_file_aio_write+0x3d/0xa4 generic_file_aio_write+0x51/0xa4 ext3_file_write+0x19/0x83 do_sync_write+0xb8/0xf3 autoremove_wake_function+0x0/0x2d ext3_orphan_del+0x52/0x1b6 inode_setattr+0x146/0x150 _mmx_memcpy+0x3c/0x136 dump_write+0x10/0x1c elf_core_dump+0x6ad/0xb32 notify_change+0x20d/0x21d do_coredump+0x545/0x59e __dequeue_signal+0x149/0x154 get_signal_to_deliver+0x3eb/0x418 do_page_fault+0x0/0x4c3 do_notify_resume+0x6f/0x5a1 error_code+0x4f/0x54 iret_exc+0x136/0x779 do_page_fault+0x473/0x4c3 do_page_fault+0x0/0x4c3 work_notifysig+0x13/0x19 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 4 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e generic_make_request+0x191/0x1c2 io_schedule+0xe/0x16 sync_buffer+0x2b/0x2e __wait_on_bit+0x31/0x56 sync_buffer+0x0/0x2e sync_buffer+0x0/0x2e out_of_line_wait_on_bit+0x61/0x69 wake_bit_function+0x0/0x3c __wait_on_buffer+0x1c/0x1f __bread+0x59/0x6c ext3_get_branch+0x6b/0xe0 ext3_get_blocks_handle+0xb5/0x89d get_page_from_freelist+0x1e3/0x2fb journal_dirty_metadata+0x153/0x15c ext3_mark_iloc_dirty+0x2d7/0x331 ext3_direct_io_get_blocks+0x8e/0xa8 ext3_get_block+0xf/0x12 do_mpage_readpage+0xe3/0x318 generic_file_buffered_write+0x511/0x52b mpage_readpages+0x8e/0xef ext3_get_block+0x0/0x12 __alloc_pages+0x4d/0x25d ext3_readpages+0x0/0x15 __do_page_cache_readahead+0x140/0x201 ext3_get_block+0x0/0x12 generic_file_aio_write+0x3d/0xa4 generic_file_aio_write+0x5a/0xa4 filemap_nopage+0x148/0x2e2 __handle_mm_fault+0x201/0x6a2 get_user_pages+0x1ac/0x25b elf_core_dump+0x983/0xb32 do_coredump+0x545/0x59e __dequeue_signal+0x149/0x154 get_signal_to_deliver+0x3eb/0x418 do_page_fault+0x0/0x4c3 do_notify_resume+0x6f/0x5a1 error_code+0x4f/0x54 iret_exc+0x136/0x779 do_page_fault+0x473/0x4c3 do_page_fault+0x0/0x4c3 work_notifysig+0x13/0x19 BUG: scheduling while atomic: zsh/0x00000001/2196 schedule+0x43/0x54e ext3_readpages+0x0/0x15 __do_page_cache_readahead+0x140/0x201 ext3_get_block+0x0/0x12 io_schedule+0xe/0x16 sync_page+0x0/0x36 sync_page+0x33/0x36 __wait_on_bit_lock+0x2c/0x51 __lock_page+0x50/0x56 wake_bit_function+0x0/0x3c filemap_nopage+0x20c/0x2e2 __handle_mm_fault+0x201/0x6a2 get_user_pages+0x1ac/0x25b elf_core_dump+0x983/0xb32 do_coredump+0x545/0x59e __dequeue_signal+0x149/0x154 get_signal_to_deliver+0x3eb/0x418 do_page_fault+0x0/0x4c3 do_notify_resume+0x6f/0x5a1 error_code+0x4f/0x54 iret_exc+0x136/0x779 do_page_fault+0x473/0x4c3 do_page_fault+0x0/0x4c3 work_notifysig+0x13/0x19 note: zsh[2196] exited with preempt_count 1 0:0:0:0: rejecting I/O to dead device EXT3-fs error (device sda1): ext3_find_entry: reading directory #2 offset 0 ehci_hcd 0000:01:07.2: Unlink after no-IRQ? Controller is probably using the wrong IRQ. usb 5-2: khubd timed out on ep0in len=8/64 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device usb 5-2: khubd timed out on ep0out len=0/0 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device usb 5-2: khubd timed out on ep0out len=0/0 0:0:0:0: rejecting I/O to dead device usb 5-2: device not accepting address 4, error -110 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 5 0:0:0:0: rejecting I/O to dead device usb 5-2: khubd timed out on ep0in len=18/64 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device usb 5-2: khubd timed out on ep0out len=0/0 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 5, error -110 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 6 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device usb 5-2: khubd timed out on ep0out len=0/0 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 6, error -110 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 7 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device usb 5-2: khubd timed out on ep0out len=0/0 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 7, error -110 ehci_hcd 0000:01:07.2: GetStatus port 3 status 001403 POWER sig=k CSC CONNECT hub 5-0:1.0: port 3, status 0501, change 0001, 480 Mb/s hub 5-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x501 ehci_hcd 0000:01:07.2: port 3 low speed --> companion ehci_hcd 0000:01:07.2: GetStatus port 3 status 003402 POWER OWNER sig=k CSC hub 5-0:1.0: state 7 ports 5 chg 0000 evt 0000 hub 3-0:1.0: state 7 ports 3 chg 0000 evt 0004 ohci_hcd 0000:01:07.0: GetStatus roothub.portstatus [1] = 0x00010301 CSC LSDA PPS CCS hub 3-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s 0:0:0:0: rejecting I/O to dead device hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301 ohci_hcd 0000:01:07.0: GetStatus roothub.portstatus [1] = 0x00100303 PRSC LSDA PPS PES CCS usb 3-2: new low speed USB device using ohci_hcd and address 4 ohci_hcd 0000:01:07.0: GetStatus roothub.portstatus [1] = 0x00100303 PRSC LSDA PPS PES CCS usb 3-2: skipped 1 descriptor after interface usb 3-2: default language 0x0409 usb 3-2: new device found, idVendor=045e, idProduct=0040 usb 3-2: new device strings: Mfr=1, Product=3, SerialNumber=0 usb 3-2: Product: Microsoft 3-Button Mouse with IntelliEye(TM) usb 3-2: Manufacturer: Microsoft usb 3-2: uevent usb 3-2: device is bus-powered usb 3-2: configuration #1 chosen from 1 choice usb 3-2: adding 3-2:1.0 (config #1, interface 0) usb 3-2:1.0: uevent usbhid 3-2:1.0: usb_probe_interface usbhid 3-2:1.0: usb_probe_interface - got id input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /class/input/input3 input: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:01:07.0-2 drivers/usb/core/inode.c: creating file '004' hub 3-0:1.0: state 7 ports 3 chg 0000 evt 0004 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device 0:0:0:0: rejecting I/O to dead device hub 5-0:1.0: state 7 ports 5 chg 0000 evt 0004 ehci_hcd 0000:01:07.2: GetStatus port 2 status 001002 POWER sig=se0 CSC hub 5-0:1.0: port 2, status 0100, change 0001, 12 Mb/s hub 5-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100 hub 5-0:1.0: state 7 ports 5 chg 0000 evt 0004 ehci_hcd 0000:01:07.2: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT hub 5-0:1.0: port 2, status 0501, change 0001, 480 Mb/s hub 5-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x501 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 9 usb 5-2: khubd timed out on ep0in len=18/64 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 9, error -110 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 10 usb 5-2: khubd timed out on ep0in len=18/64 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 10, error -110 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 11 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 11, error -110 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 12 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 12, error -110 hub 5-0:1.0: state 7 ports 5 chg 0000 evt 0004 ehci_hcd 0000:01:07.2: GetStatus port 2 status 001002 POWER sig=se0 CSC hub 5-0:1.0: port 2, status 0100, change 0001, 12 Mb/s hub 5-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100 hub 5-0:1.0: state 7 ports 5 chg 0000 evt 0004 ehci_hcd 0000:01:07.2: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT hub 5-0:1.0: port 2, status 0501, change 0001, 480 Mb/s hub 5-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x501 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 13 usb 5-2: khubd timed out on ep0in len=8/64 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 13, error -110 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 14 usb 5-2: khubd timed out on ep0in len=18/64 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 14, error -110 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 15 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 15, error -110 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 16 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 16, error -110 hub 5-0:1.0: state 7 ports 5 chg 0000 evt 0004 ehci_hcd 0000:01:07.2: GetStatus port 2 status 001002 POWER sig=se0 CSC hub 5-0:1.0: port 2, status 0100, change 0001, 12 Mb/s hub 5-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100 hub 5-0:1.0: state 7 ports 5 chg 0000 evt 0004 ehci_hcd 0000:01:07.2: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT hub 5-0:1.0: port 2, status 0501, change 0001, 480 Mb/s hub 5-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x501 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 17 usb 5-2: khubd timed out on ep0in len=8/64 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 17, error -110 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 18 usb 5-2: khubd timed out on ep0in len=18/64 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 18, error -110 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 19 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 19, error -110 ehci_hcd 0000:01:07.2: port 2 high speed ehci_hcd 0000:01:07.2: GetStatus port 2 status 001005 POWER sig=se0 PE CONNECT usb 5-2: new high speed USB device using ehci_hcd and address 20 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: khubd timed out on ep0out len=0/0 usb 5-2: device not accepting address 20, error -110 --=-=-= while testing suspending with that kernel, the root shell that echoed in /sys/power/state got killed with "note: zsh[2196] exited with preempt_count 1" --=-=-=-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/