From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Wiedmann Subject: [PATCH net 0/4] s390/qeth: fixes 2017-12-13 Date: Wed, 13 Dec 2017 18:56:28 +0100 Message-ID: <20171213175632.100561-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]:39562 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752816AbdLMR4n (ORCPT ); Wed, 13 Dec 2017 12:56:43 -0500 Received: from pps.filterd (m0098409.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id vBDHuBSX111652 for ; Wed, 13 Dec 2017 12:56:42 -0500 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0a-001b2d01.pphosted.com with ESMTP id 2eu7unkrks-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 13 Dec 2017 12:56:41 -0500 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 13 Dec 2017 17:56:39 -0000 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, some more patches for 4.15, that fix multiple issues with IP Takeover configuration in qeth. Please queue them up for stable kernels as well (4.9 and newer). Thanks, Julian Julian Wiedmann (4): s390/qeth: apply takeover changes when mode is toggled s390/qeth: don't apply takeover changes to RXIP s390/qeth: lock IP table while applying takeover changes s390/qeth: update takeover IPs after configuration change drivers/s390/net/qeth_core.h | 6 ++-- drivers/s390/net/qeth_core_main.c | 6 ++-- drivers/s390/net/qeth_l3.h | 2 +- drivers/s390/net/qeth_l3_main.c | 36 ++++++++++++++++--- drivers/s390/net/qeth_l3_sys.c | 75 +++++++++++++++++++++------------------ 5 files changed, 79 insertions(+), 46 deletions(-) -- 2.13.5