From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:10614 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726681AbgCJRiM (ORCPT ); Tue, 10 Mar 2020 13:38:12 -0400 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 02AHZLun015089 for ; Tue, 10 Mar 2020 13:38:11 -0400 Received: from e06smtp05.uk.ibm.com (e06smtp05.uk.ibm.com [195.75.94.101]) by mx0a-001b2d01.pphosted.com with ESMTP id 2ynr9m778w-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 10 Mar 2020 13:38:11 -0400 Received: from localhost by e06smtp05.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 10 Mar 2020 17:38:09 -0000 From: Julian Wiedmann Subject: [PATCH net 0/3] s390/qeth: fixes 2020-03-10 Date: Tue, 10 Mar 2020 18:38:00 +0100 Message-Id: <20200310173803.91602-1-jwi@linux.ibm.com> Sender: linux-s390-owner@vger.kernel.org List-ID: To: David Miller Cc: netdev , linux-s390 , Heiko Carstens , Ursula Braun , Julian Wiedmann Hi Dave, please apply the following patch series for qeth to netdev's net tree. This fixes three minor issues: 1) a setup parameter gets cleared unnecessarily when the HW config changes, 2) insufficient error handling when initially filling the RX ring, and 3) a rarely used worker that needs to be cancelled during tear down. Thanks, Julian Julian Wiedmann (3): s390/qeth: don't reset default_out_queue s390/qeth: handle error when backing RX buffer s390/qeth: cancel RX reclaim work earlier drivers/s390/net/qeth_core_main.c | 15 +++++++++------ drivers/s390/net/qeth_l2_main.c | 1 + drivers/s390/net/qeth_l3_main.c | 1 + 3 files changed, 11 insertions(+), 6 deletions(-) -- 2.17.1