]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.
authorBenjamin Li <benli@broadcom.com>
Wed, 2 Jul 2008 17:59:04 +0000 (10:59 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 2 Jul 2008 18:25:54 +0000 (11:25 -0700)
commit4ae5ca29aeb92b1d53d22bb952d68983a8c3d26e
tree20fb5b9194982ff50d6795dc435dd8e09264233e
parentd17a73c6e05acafa04fc6b20505bb039480efb89
PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.

For Broadcom 5706, 5708, 5709 rev. A nics, any read beyond the
VPD end tag will hang the device.  This problem was initially
observed when a vpd entry was created in sysfs
('/sys/bus/pci/devices/<id>/vpd').   A read to this sysfs entry
will dump 32k of data.  Reading a full 32k will cause an access
beyond the VPD end tag causing the device to hang.  Once the device
is hung, the bnx2 driver will not be able to reset the device.
We believe that it is legal to read beyond the end tag and
therefore the solution is to limit the read/write length.

A majority of this patch is from Matthew Wilcox who gave code for
reworking the PCI vpd size information.  A PCI quirk added for the
Broadcom NIC's to limit the read/write's.

Signed-off-by: Benjamin Li <benli@broadcom.com>
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/access.c
drivers/pci/pci-sysfs.c
drivers/pci/pci.h
drivers/pci/quirks.c