]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 's390-qeth-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Feb 2019 17:43:48 +0000 (09:43 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Feb 2019 17:43:48 +0000 (09:43 -0800)
commitf52660d1576d2b89c9ab1251fc266a01ceae837b
tree29d3e353e7d7de47e4c69c99c4a448b8900c6a16
parentb966491fb3892993bbf47fe42e2399b55d37d0b5
parent4a850d20b2df3b15b0293d82acbc9c808a7c61a1
Merge branch 's390-qeth-fixes'

Julian Wiedmann says:

====================
s390/qeth: fixes 2019-02-04

please apply the following four fixes to -net.

Patch 1 takes care of a common resource leak in various error paths, while the
second patch fixes a misordered kfree when cleaning up after an error.
The other two patches ensure that there's no stale work dangling on workqueues
when the qeth device has already been offlined and/or removed.
====================

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