From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760556AbZAUNOb (ORCPT ); Wed, 21 Jan 2009 08:14:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755410AbZAUNOV (ORCPT ); Wed, 21 Jan 2009 08:14:21 -0500 Received: from hpsmtp-eml19.KPNXCHANGE.COM ([213.75.38.84]:24152 "EHLO hpsmtp-eml19.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755273AbZAUNOU (ORCPT ); Wed, 21 Jan 2009 08:14:20 -0500 From: Frans Pop To: "Rafael J. Wysocki" Subject: WARNING: at drivers/pci/pci-driver.c:368 pci_legacy_suspend+0x7b/0xb8() Date: Wed, 21 Jan 2009 14:14:17 +0100 User-Agent: KMail/1.9.9 Cc: linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901211414.18009.elendil@planet.nl> X-OriginalArrivalTime: 21 Jan 2009 13:14:19.0075 (UTC) FILETIME=[2AEFF930:01C97BCA] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rafael, My last suspend to RAM gave me the WARN below. This is with 2.6.28-rc2 with the following patches on top: * hp-wmi: fix regressions caused by missing if statement * double disk spin off fix: Hibernation: Introduce system_entering_hibernation DMI: Introduce dmi_first_match to make the interface more flexible SATA: Blacklisting of systems that spin off disks during ACPI power off SATA AHCI: Blacklist system that spins off disks during ACPI power off SATA Sil: Blacklist system that spins off disks during ACPI power off SATA PIIX: Blacklist system that spins off disks during ACPI power off * selected patches based on regression overview: USB: Fix suspend-resume of PCI USB controllers Revert "x86: signal: change type of paramter for sys_rt_sigreturn()" USB: don't enable wakeup by default for PCI host controllers work_on_cpu: dont try to get_online_cpus() in work_on_cpu. PCI PM: Restore standard config registers of all devices early I suspect the cause to be the last patch, as an earlier suspend which I did without that patch did not result in the warning. ricoh-mmc: Suspending. ricoh-mmc: Controller is now re-enabled. ------------[ cut here ]------------ WARNING: at drivers/pci/pci-driver.c:368 pci_legacy_suspend+0x7b/0xb8() Hardware name: HP Compaq 2510p Notebook PC Modules linked in: tcp_diag inet_diag i915 drm i2c_algo_bit i2c_core ppdev parport_pc lp parport ipv6 nfs lockd nfs_acl auth_rpcgss sunrpc ext2 coretemp hp_wmi acpi_cpufreq loop snd_hda_codec_analog snd_hda_intel snd_hda_codec snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss arc4 snd_seq_midi snd_rawmidi ecb snd_seq_midi_event snd_seq iwlagn iwlcore snd_timer snd_seq_device rfkill snd lib80211 mac80211 serio_raw soundcore pcmcia snd_page_alloc hp_accel cfg80211 psmouse pcspkr iTCO_wdt yenta_socket rsrc_nonstatic pcmcia_core usblp intel_agp wmi video output lis3lv02d container battery ac button joydev evdev ext3 jbd mbcache sha256_generic aes_x86_64 aes_generic cbc usbhid hid dm_crypt dm_mirror dm_region_hash dm_log dm_snapshot dm_mod sg sr_mod cdrom sd_mod piix ide_pci_generic ata_piix ide_core pata_acpi ohci1394 sdhci_pci sdhci ieee1394 mmc_core led_class ricoh_mmc ata_generic ehci_hcd libata uhci_hcd e1000e scsi_mod thermal processor fan thermal_sys Pid: 6325, comm: s2ram Not tainted 2.6.29-rc2 #7 Call Trace: [] warn_slowpath+0xd3/0x10f [] ? acpi_ns_get_node+0x92/0xa1 [] ? printk+0x67/0x6d [] ? pci_bus_write_config_byte+0x59/0x67 [] ? ricoh_mmc_enable+0x13c/0x145 [ricoh_mmc] [] pci_legacy_suspend+0x7b/0xb8 [] pci_pm_suspend+0x34/0x86 [] pm_op+0x52/0xe5 [] device_suspend+0x32e/0x453 [] suspend_devices_and_enter+0x3e/0x12e [] enter_state+0x110/0x164 [] state_store+0xb7/0xd7 [] kobj_attr_store+0x17/0x19 [] sysfs_write_file+0xdf/0x114 [] vfs_write+0xa7/0xe1 [] sys_write+0x47/0x6f [] system_call_fastpath+0x16/0x1b ---[ end trace 7b44d6d0be5818c2 ]---