]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ibmvnic-Fixes-for-device-reset-handling'
authorDavid S. Miller <davem@davemloft.net>
Mon, 10 Jun 2019 02:51:28 +0000 (19:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Jun 2019 02:51:28 +0000 (19:51 -0700)
commit6f7a6ce6d708201112297d12731d0bb18bbe92bc
tree1b7a2b892939b819e6962ef0784e348f76618094
parent19cf757435d3dc966a0cca340c717284acfa2ef4
parent43468b42fc6d37630295df06ed293d34bca1fff8
Merge branch 'ibmvnic-Fixes-for-device-reset-handling'

Thomas Falcon says:

====================
ibmvnic: Fixes for device reset handling

This series contains three unrelated fixes to issues seen during
device resets. The first patch fixes an error when the driver requests
to deactivate the link of an uninitialized device, resulting in a
failure to reset. Next, a patch to fix multicast transmission
failures seen after a driver reset. The final patch fixes mishandling
of memory allocation failures during device initialization, which
caused a kernel oops.
====================

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