From patchwork Tue Aug 4 13:57:52 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory Haskins X-Patchwork-Id: 30723 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 0A9D8B7087 for ; Tue, 4 Aug 2009 23:58:28 +1000 (EST) Received: by ozlabs.org (Postfix) id ED0C3DDDA2; Tue, 4 Aug 2009 23:58:27 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 5D8CDDDDA0 for ; Tue, 4 Aug 2009 23:58:27 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754506AbZHDN55 (ORCPT ); Tue, 4 Aug 2009 09:57:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753098AbZHDN54 (ORCPT ); Tue, 4 Aug 2009 09:57:56 -0400 Received: from mail-yx0-f175.google.com ([209.85.210.175]:44655 "EHLO mail-yx0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751247AbZHDN5z (ORCPT ); Tue, 4 Aug 2009 09:57:55 -0400 Received: by yxe5 with SMTP id 5so2929489yxe.33 for ; Tue, 04 Aug 2009 06:57:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type; bh=6CBZr8PrHFQlt25Kwzu4PFL0c2SvA8nuziUIvsjT5kM=; b=dgJ7cCln6zX1Yk9kUolVSCzfVSW3GVP/z9+K0y9uX6yTRzYNB+sSgkb230dxJ3h9Rm taD+YjbkTweP7K0nfhO8LS+q6mYmS5VQBsVeBB43+KIydgVqrosnr9ajlf4Cl2mMFUqj 86CRFLAloRHo/P0Qj7+b8fjtGOzKo8/Aql+Ns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type; b=EhxgNqNakEWaUK7keLt4YvbA2ynq8m3CQ12A0xC10Qw4T/pVHQ3STzzetfL3Cz7cfH sRkDFoIJmA1gp3JDvkQ2EZ+WGdlpCpzENKLLRwa5boqbutbMki+e168xAIdPgM/6i6nw g+E3KxQnGPSC2h412efIHn7uNnxDw+gf0MW4k= Received: by 10.90.75.9 with SMTP id x9mr529083aga.74.1249394275557; Tue, 04 Aug 2009 06:57:55 -0700 (PDT) Received: from Greg.laurelwood.net (68-116-192-8.dhcp.oxfr.ma.charter.com [68.116.192.8]) by mx.google.com with ESMTPS id 6sm14713746agb.68.2009.08.04.06.57.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 04 Aug 2009 06:57:54 -0700 (PDT) Message-ID: <4A783E60.7080203@gmail.com> Date: Tue, 04 Aug 2009 09:57:52 -0400 From: Gregory Haskins User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: David Miller CC: ghaskins@novell.com, netdev@vger.kernel.org, shemminger@vyatta.com, linux-kernel@vger.kernel.org, alacrityvm-devel@lists.sourceforge.net, Stephen Rothwell Subject: Re: [Alacrityvm-devel] [PATCH v2] net: Add vbus_enet driver References: <20090803171801.17268.93846.stgit@dev.haskins.net> <20090804010915.17855.2660.stgit@dev.haskins.net> <20090803.193836.248921133.davem@davemloft.net> In-Reply-To: <20090803.193836.248921133.davem@davemloft.net> X-Enigmail-Version: 0.96.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org David Miller wrote: > From: Gregory Haskins > Date: Mon, 03 Aug 2009 21:14:04 -0400 > >> net: Add vbus_enet driver >> >> A virtualized 802.x network device based on the VBUS interface. It can be >> used with any hypervisor/kernel that supports the virtual-ethernet/vbus >> protocol. >> >> Signed-off-by: Gregory Haskins > > I'm fine with this, it depends upon the vbus infrastructure so > whoever pulls that in can pull this in as well: > > Acked-by: David S. Miller Thanks, David. If there are no other comments/objections, I would propose to pull this into linux-next. I have prepared a branch specifically for this purpose, which can be found here: git://git.kernel.org/pub/scm/linux/kernel/git/ghaskins/alacrityvm/linux-2.6.git linux-next I have also folded the following update to MAINTAINERS into the series: diff --git a/MAINTAINERS b/MAINTAINERS index d6befb2..7cbcf5d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2707,6 +2707,12 @@ L: linux-mips@linux-mips.org S: Maintained F: drivers/serial/ioc3_serial.c +IOQ LIBRARY +M: Gregory Haskins +S: Maintained +F: include/linux/ioq.h +F: lib/ioq.c + IP MASQUERADING M: Juanjo Ciarlante S: Maintained @@ -4555,6 +4561,12 @@ F: drivers/serial/serial_lh7a40x.c F: drivers/usb/gadget/lh7a40* F: drivers/usb/host/ohci-lh7a40* +SHM-SIGNAL LIBRARY +M: Gregory Haskins +S: Maintained +F: include/linux/shm_signal.h +F: lib/shm_signal.c + SHPC HOTPLUG DRIVER M: Kristen Carlson Accardi L: linux-pci@vger.kernel.org @@ -5423,6 +5435,19 @@ S: Maintained F: Documentation/fb/uvesafb.txt F: drivers/video/uvesafb.* +VBUS +M: Gregory Haskins +S: Maintained +F: include/linux/vbus* +F: drivers/vbus/* + +VBUS ETHERNET DRIVER +M: Gregory Haskins +S: Maintained +W: http://developer.novell.com/wiki/index.php/AlacrityVM +F: include/linux/venet.h +F: drivers/net/vbus-enet.c + VFAT/FAT/MSDOS FILESYSTEM M: OGAWA Hirofumi S: Maintained