Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753792AbZIISwX (ORCPT ); Wed, 9 Sep 2009 14:52:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752617AbZIISwX (ORCPT ); Wed, 9 Sep 2009 14:52:23 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:54864 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752590AbZIISwV (ORCPT ); Wed, 9 Sep 2009 14:52:21 -0400 Message-ID: <4AA7F965.6020408@garzik.org> Date: Wed, 09 Sep 2009 14:52:21 -0400 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Thunderbird/3.0b3 MIME-Version: 1.0 To: tfjellstrom@shaw.ca CC: linux-kernel@vger.kernel.org, linux-scsi , Linux IDE mailing list Subject: Re: 2.6.31-rc9 kernel BUG and mvsas References: <200909090414.41274.tfjellstrom@shaw.ca> <200909091030.13147.tfjellstrom@shaw.ca> In-Reply-To: <200909091030.13147.tfjellstrom@shaw.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) X-Spam-Report: SpamAssassin version 3.2.5 on srv5.dvmed.net summary: Content analysis details: (-4.4 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3517 Lines: 67 On 09/09/2009 12:30 PM, Thomas Fjellstrom wrote: > No errors on that disk. Other than the one above, and its more of a warning. > However, I just rebooted to add some extra drives, thinking everything was > working a little better now that I've updated to 2.6.31-rc9, I'm treated to > the following two messages right after boot (and a system lockup to boot): > > kernel: [ 971.033138] ------------[ cut here ]------------ > kernel: [ 971.033211] WARNING: at drivers/ata/libata-core.c:4913 > __ata_qc_complete+0x5a/0xe1 [libata]() > kernel: [ 971.033217] Hardware name: GA-MA790FXT-UD5P > kernel: [ 971.033221] Modules linked in: powernow_k8 cpufreq_conservative > cpufreq_stats cpufreq_userspace cpufreq_powersave kvm_amd kvm nfsd exportfs > nfs lockd fscache nfs_acl auth_rpcgss sunrpc bridge stp it87 hwmon_vid adt7473 > firewire_sbp2 loop md_mod snd_hda_codec_realtek snd_hda_intel snd_hda_codec > snd_hwdep snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_midi snd_rawmidi > snd_seq_midi_event snd_seq snd_timer snd_seq_device snd amd64_edac_mod > edac_core i2c_piix4 soundcore snd_page_alloc i2c_core evdev wmi parport_pc > button parport processor ext3 jbd mbcache dm_mod sg sr_mod cdrom sd_mod > crc_t10dif usbhid ata_generic ide_pci_generic hid mvsas firewire_ohci libsas > firewire_core crc_itu_t scsi_transport_sas r8169 atiixp ide_core floppy ahci > mii ohci_hcd libata ehci_hcd scsi_mod thermal fan thermal_sys [last unloaded: > scsi_wait_scan] > kernel: [ 971.033337] Pid: 0, comm: swapper Not tainted 2.6.31-rc9 #2 > kernel: [ 971.033342] Call Trace: > kernel: [ 971.033346] [] ? > __ata_qc_complete+0x5a/0xe1 [libata] > kernel: [ 971.033434] [] ? __ata_qc_complete+0x5a/0xe1 > [libata] > kernel: [ 971.033446] [] ? warn_slowpath_common+0x77/0xa3 > kernel: [ 971.033455] [] ? enqueue_task+0x5c/0x65 > kernel: [ 971.033496] [] ? __ata_qc_complete+0x5a/0xe1 > [libata] > kernel: [ 971.033519] [] ? sas_ata_task_done+0x178/0x210 > [libsas] > kernel: [ 971.033528] [] ? blk_run_queue+0x21/0x35 > kernel: [ 971.033548] [] ? mvs_slot_complete+0x3df/0x41b > [mvsas] > kernel: [ 971.033565] [] ? mvs_int_rx+0x92/0x101 [mvsas] > kernel: [ 971.033583] [] ? mvs_int_full+0x25/0x88 [mvsas] > kernel: [ 971.033600] [] ? mvs_64xx_isr+0x31/0x40 [mvsas] > kernel: [ 971.033617] [] ? mvs_interrupt+0x61/0x78 [mvsas] > kernel: [ 971.033625] [] ? handle_IRQ_event+0x58/0x135 > kernel: [ 971.033633] [] ? handle_fasteoi_irq+0x7d/0xb5 > kernel: [ 971.033642] [] ? handle_irq+0x17/0x1d That warning is triggered when an ata_queued_cmd is passed to completion without the ATA_QCFLAG_ACTIVE flag being set (which indicates the qc was started with some activity). That possibly indicates the low-level driver (or libsas) was passing an already-completed cmd to libata. > The added hard drives are connected to a Supermicro AOC-SASLP-MV8, which is > based on a marvel MV64460/64461/64462 chipset, which uses the sata_mv driver. Surely you mean 'mvsas' driver? Jeff -- 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/