From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Wiedmann Subject: [PATCH net 0/2] s390/qeth: fixes 2018-02-09 Date: Fri, 9 Feb 2018 11:03:48 +0100 Message-ID: <20180209100350.60572-1-jwi@linux.vnet.ibm.com> Cc: , , Martin Schwidefsky , Heiko Carstens , Stefan Raspl , Ursula Braun , Julian Wiedmann To: David Miller Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:52608 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750920AbeBIKEk (ORCPT ); Fri, 9 Feb 2018 05:04:40 -0500 Received: from pps.filterd (m0098409.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w19A4T3S092433 for ; Fri, 9 Feb 2018 05:04:40 -0500 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0a-001b2d01.pphosted.com with ESMTP id 2g17d2x2fd-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 09 Feb 2018 05:04:32 -0500 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 9 Feb 2018 10:04:05 -0000 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, please apply the following two qeth patches for 4.16 and stable. One restricts a command quirk to the intended commandd type, while the other fixes an off-by-one during data transmission that can cause qeth to build malformed buffer descriptors. Thanks, Julian Julian Wiedmann (1): s390/qeth: fix SETIP command handling Ursula Braun (1): s390/qeth: fix underestimated count of buffer elements drivers/s390/net/qeth_core.h | 7 ++++++- drivers/s390/net/qeth_core_main.c | 14 ++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) -- 2.13.5