From: Thomas Falcon <[email protected]>
Date: Fri, 21 Aug 2020 13:39:01 -0500
> The login response buffer is freed after it is received
> and parsed, but other functions in the driver still attempt
> to read it, such as when the device is opened, causing the
> Oops below. Store relevant information in the driver's
> private data structures and use those instead.
...
> Fixes: f3ae59c0c015 ("ibmvnic: store RX and TX subCRQ handle array in
> ibmvnic_adapter struct")
> Signed-off-by: Thomas Falcon <[email protected]>
Applied, thanks.