From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/7] [S390]: Introduction of AF_IUCV sockets support Date: Thu, 08 Feb 2007 14:00:22 -0800 (PST) Message-ID: <20070208.140022.45514241.davem@davemloft.net> References: <20070202120528.GA10392@de.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: fpavlic@de.ibm.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:56509 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1423488AbXBHWAY (ORCPT ); Thu, 8 Feb 2007 17:00:24 -0500 In-Reply-To: <20070202120528.GA10392@de.ibm.com> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Frank Pavlic Date: Fri, 2 Feb 2007 13:05:28 +0100 > The patch set consists of following patches: > > [1/7] [S390]: Rewrite of the IUCV base code, part 1 > [2/7] [S390]: Rewrite of the IUCV base code, part 2 > [3/7] [S390]: Adapt monreader driver to new IUCV API > [4/7] [S390]: Adapt vmlogrdr driver to new IUCV API > [5/7] [S390]: Adapt netiucv driver to new IUCV API > [6/7] [S390]: Adapt special message interface to new IUCV API > [7/7] [S390]: Add AF_IUCV socket support I've applied all of this, although some of the driver conversions (notable, patches #5 and #6) didn't apply cleanly so I applied them by hand. Watch out for any fallout from this when Linus pulls these changes in. Thanks.