Hi Dave & Jakub, please apply the following patch series for qeth to netdev's net tree. This brings two fixes for deadlocks when a device is removed while it has certain types of async work pending. And one additional fix for a missing NULL check in an error case. Thanks, Julian Alexandra Winter (2): s390/qeth: Fix deadlock in remove_discipline s390/qeth: fix deadlock during failing recovery Julian Wiedmann (1): s390/qeth: fix NULL deref in qeth_clear_working_pool_list() arch/s390/include/asm/ccwgroup.h | 2 +- drivers/s390/cio/ccwgroup.c | 10 ++++++++-- drivers/s390/net/qeth_core.h | 1 - drivers/s390/net/qeth_core_main.c | 22 +++++++++------------- drivers/s390/net/qeth_l2_main.c | 1 - drivers/s390/net/qeth_l3_main.c | 1 - 6 files changed, 18 insertions(+), 19 deletions(-) -- 2.25.1