[PATCH] BNX2I: Fixed NULL ptr deference for 1G bnx2 Linux iSCSI offload

2012-08-21 Thread Eddie Wai
This patch fixes the following kernel panic invoked by uninitialized fields in the chip initialization for the 1G bnx2 iSCSI offload. One of the bits in the chip initialization is being used by the latest firmware to control overflow packets. When this control bit gets enabled erroneously, it wou

Re: [PATCH] BNX2I: Fixed NULL ptr deference for 1G bnx2 Linux iSCSI offload

2012-08-21 Thread Mike Christie
On 08/21/2012 12:35 PM, Eddie Wai wrote: > This patch fixes the following kernel panic invoked by uninitialized fields > in the chip initialization for the 1G bnx2 iSCSI offload. > > One of the bits in the chip initialization is being used by the latest > firmware to control overflow packets. Whe