Re: [PATCH net] ibmvnic: Fix early release of login buffer

2018-02-22 Thread David Miller
From: Thomas Falcon Date: Wed, 21 Feb 2018 18:18:30 -0600 > The login buffer is released before the driver can perform > sanity checks between resources the driver requested and what > firmware will provide. Don't release the login buffer until > the sanity check is

[PATCH net] ibmvnic: Fix early release of login buffer

2018-02-21 Thread Thomas Falcon
The login buffer is released before the driver can perform sanity checks between resources the driver requested and what firmware will provide. Don't release the login buffer until the sanity check is performed. Fixes: 34f0f4e3f488 ("ibmvnic: Fix login buffer memory leaks") Signed-off-by: Thomas