From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Wiedmann Subject: [PATCH net 0/6] s390/qeth: fixes 2018-04-19 Date: Thu, 19 Apr 2018 12:52:05 +0200 Message-ID: <20180419105211.83935-1-jwi@linux.ibm.com> Cc: , , Martin Schwidefsky , Heiko Carstens , Stefan Raspl , Ursula Braun , Julian Wiedmann To: David Miller Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:50188 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751047AbeDSKwl (ORCPT ); Thu, 19 Apr 2018 06:52:41 -0400 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w3JAoamj101312 for ; Thu, 19 Apr 2018 06:52:41 -0400 Received: from e06smtp10.uk.ibm.com (e06smtp10.uk.ibm.com [195.75.94.106]) by mx0b-001b2d01.pphosted.com with ESMTP id 2hes9usac9-1 (version=TLSv1.2 cipher=AES256-SHA256 bits=256 verify=NOT) for ; Thu, 19 Apr 2018 06:52:40 -0400 Received: from localhost by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 19 Apr 2018 11:52:38 +0100 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, new mail address, same old me. Please apply the following qeth fixes for 4.17. The common theme seems to be error handling improvements in various areas of cmd IO. Patches 1-3 should also go back to stable. Thank you, Julian Julian Wiedmann (6): s390/qeth: fix error handling in adapter command callbacks s390/qeth: avoid control IO completion stalls s390/qeth: handle failure on workqueue creation s390/qeth: fix MAC address update sequence s390/qeth: fix request-side race during cmd IO timeout s390/qeth: use Read device to query hypervisor for MAC drivers/s390/net/qeth_core.h | 2 - drivers/s390/net/qeth_core_main.c | 158 +++++++++++++++++--------------------- drivers/s390/net/qeth_core_mpc.h | 12 +++ drivers/s390/net/qeth_l2_main.c | 59 +++++++------- 4 files changed, 116 insertions(+), 115 deletions(-) -- 2.13.5