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:	Wed, 26 Jan 2011 15:40:05 -0500 (EST)
From:	Justin Piszcz <jpiszcz@...idpixels.com>
To:	adam radford <aradford@...il.com>
cc:	linux-kernel@...r.kernel.org, linux-scsi@...r.kernel.org,
	Alan Piszcz <ap@...arrain.com>
Subject: Re: 3w-sas 0000:02:00.0: vpd r/w failed.



On Wed, 26 Jan 2011, adam radford wrote:

> On Wed, Jan 26, 2011 at 11:45 AM, Justin Piszcz <jpiszcz@...idpixels.com> wrote:
>>
>> [475380.769837] 3w-sas 0000:02:00.0: vpd r/w failed.  This is likely a
>> firmware bug on this device.  Contact the card vendor for a firmware update.
>>
>
> Justin,
>
> pci_vpd_pci22_wait() uses 'HZ' and time_after() to detect a timeout of
> reading the vpd.
>
> Do you have your kernel compiled with the following?
>
> -# CONFIG_NO_HZ is not set
> -# CONFIG_ACPI_PROCESSOR is not set
> -# CONFIG_CPU_FREQ is not set
>
> -Adam
>

Hi,

Yes, exactly:

$ egrep '(CONFIG_NO_HZ|CONFIG_ACPI_PROCESSOR|CONFIG_CPU_FREQ)' .config
# CONFIG_NO_HZ is not set
# CONFIG_ACPI_PROCESSOR is not set
# CONFIG_CPU_FREQ is not set

When I use the CPU_FREQ, two things occur:

1. The motherboard reduces the voltages to the PCI-e slots I am told unless
    you also specify: processor.max_cstate=2.  When this occurs, it can cause
    RAID controllers, or other devices plugged into the PCI-e slots to have
    problems.  Therefore, I have kept these options disabled and the only
    problem I have had is no turbo boost but I am fine with that since my
    system is quiet and stable.

2. With cpufreq loaded, it also emits a very high pitch whining noise
    (I have two of these boards, it does not do that with Windows 7).

Does the driver require some combination of those options to be enabled? Or
does the 3ware card need a firmware update?  What is the recommended fix?

It appears this has happened two times, so 2.6.36 & 2.6.37:

Dec 24 17:38:54 p34 kernel: [ 5687.691080] 3w-sas 0000:02:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
Jan 26 12:26:11 p34 kernel: [475380.769837] 3w-sas 0000:02:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.

Justin.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ