OSDN Git Service

Merge branch 's390-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 20 Nov 2019 20:29:47 +0000 (12:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Nov 2019 20:29:47 +0000 (12:29 -0800)
commita20ee510a941c9864860c4b59300867eb06eb675
tree23928e68fa44604c69ef3f8162a204f023d0994f
parent004b39427f945696db30abb2c4e1a3856ffff819
parent2f3c269d96d00a7854377e52d2cb7af44bfc77f0
Merge branch 's390-fixes'

Julian Wiedmann says:

====================
s390/qeth: fixes 2019-11-20

please apply two late qeth fixes to your net tree.

The first fixes a deadlock that can occur if a qeth device is set
offline while in the middle of processing deferred HW events.
The second patch converts the return value of an error path to
use -EIO, so that it can be passed back to userspace.
====================

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