]> git.baikalelectronics.ru Git - kernel.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)
commitcae7d016ab48df6a39844d614d8797b204a96404
tree70e34b48f7858b459ab4e4291452cde9ed4c958d
parent7c808f51dc7888288f457bc97ffc9e548dd570e2
parente58c91b25951066e3ced864d37c5fc440d089ac8
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>