]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'ibmvnic-Correct-long-term-mapped-buffer-error-handling'
authorDavid S. Miller <davem@davemloft.net>
Thu, 22 Jun 2017 15:31:35 +0000 (11:31 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Jun 2017 15:31:35 +0000 (11:31 -0400)
commit9995bac58514928dd59ab916abfe66b2afcb3d07
tree70e34b48f7858b459ab4e4291452cde9ed4c958d
parent8fac365f63c866a00015fa13932d8ffc584518b8
parentf3be0cbc722c8de2f45c5d9f71f1b21da85554fd
Merge branch 'ibmvnic-Correct-long-term-mapped-buffer-error-handling'

Thomas Falcon says:

====================
ibmvnic: Correct long-term-mapped buffer error handling

This patch set fixes the error-handling of long-term-mapped buffers
during adapter initialization and reset. The first patch fixes a bug
in an incorrectly defined descriptor that was keeping the return
codes from the VIO server from being properly checked. The second patch
fixes and cleans up the error-handling implementation.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>