From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ursula Braun Subject: [PATCH net 0/5] net/smc: fixes 2018-09-18 Date: Tue, 18 Sep 2018 15:46:33 +0200 Message-ID: <20180918134638.90271-1-ubraun@linux.ibm.com> Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, raspl@linux.ibm.com, linux-kernel@vger.kernel.org To: davem@davemloft.net Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:45260 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729587AbeIRTT1 (ORCPT ); Tue, 18 Sep 2018 15:19:27 -0400 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w8IDeeDZ093038 for ; Tue, 18 Sep 2018 09:46:46 -0400 Received: from e06smtp04.uk.ibm.com (e06smtp04.uk.ibm.com [195.75.94.100]) by mx0b-001b2d01.pphosted.com with ESMTP id 2mk14um6hq-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 18 Sep 2018 09:46:46 -0400 Received: from localhost by e06smtp04.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 18 Sep 2018 14:46:44 +0100 Sender: netdev-owner@vger.kernel.org List-ID: Dave, here are some fixes in different areas of the smc code for the net tree. Thanks, Ursula Karsten Graul (1): net/smc: no urgent data check for listen sockets Ursula Braun (3): net/smc: fix non-blocking connect problem net/smc: remove duplicate mutex_unlock net/smc: enable fallback for connection abort in state INIT YueHaibing (1): net/smc: fix sizeof to int comparison net/smc/af_smc.c | 26 ++++++++++++++++---------- net/smc/smc_clc.c | 14 ++++++-------- net/smc/smc_close.c | 14 +++++++------- 3 files changed, 29 insertions(+), 25 deletions(-) -- 2.16.4