lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 17 Feb 2009 19:35:35 -0800 (PST)
From:	david@...g.hm
To:	Yinghai Lu <yinghai@...nel.org>
cc:	Matthew Wilcox <matthew@....cx>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	linux-scsi@...r.kernel.org, DL-MPTFusionLinux@....com
Subject: Re: mpt fusion broken sometime since 2.6.24

On Tue, 17 Feb 2009, Yinghai Lu wrote:

> Date: Tue, 17 Feb 2009 19:28:59 -0800
> From: Yinghai Lu <yinghai@...nel.org>
> To: david@...g.hm
> Cc: Matthew Wilcox <matthew@....cx>,
>     linux-kernel <linux-kernel@...r.kernel.org>, linux-scsi@...r.kernel.org,
>     DL-MPTFusionLinux@....com
> Subject: Re: mpt fusion broken sometime since 2.6.24
> 
> david@...g.hm wrote:
>> On Tue, 17 Feb 2009, Yinghai Lu wrote:
>>
>>> david@...g.hm wrote:
>>>> On Tue, 17 Feb 2009, david@...g.hm wrote:
>>>>
>>>>>> do you have chance to try current tip/master
>>>>>> http://people.redhat.com/mingo/tip.git/readme.txt
>>>>>> or 2.6.29-rcX
>>>>>> plus following patch?
>>>>>
>>>>> I will see about trying this.
>>>>
>>>> does the fact that I am compiling a monolithic kernel (no modules) make
>>>> any difference related to the patch below?
>>>
>>> please try this patch too. wonder if your BIOS does enable the HT MSI ...
>>
>> this does solve the problem.
>
> can you send out boot log?

attached

DAvid Lang

> YH
>>
>> David Lang
>>
>>>
>>> diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
>>> index baad093..7e97b90 100644
>>> --- a/drivers/pci/quirks.c
>>> +++ b/drivers/pci/quirks.c
>>> @@ -1981,6 +1981,9 @@ static void __devinit quirk_msi_ht_cap(struct
>>> pci_dev *dev)
>>> DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SERVERWORKS,
>>> PCI_DEVICE_ID_SERVERWORKS_HT2000_PCIE,
>>>             quirk_msi_ht_cap);
>>>
>>> +DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_AMD,
>>> PCI_DEVICE_ID_AMD_8132_BRIDGE,
>>> +            quirk_msi_ht_cap);
>>> +
>>>
>>> /* The nVidia CK804 chipset may have 2 HT MSI mappings.
>>>  * MSI are supported if the MSI capability set in any of these mappings.
>>>
>
>
View attachment "boot.log" of type "TEXT/PLAIN" (39863 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ