From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH] virtio-net: fix a typo Date: Mon, 17 Jan 2011 11:42:29 +0200 Message-ID: <20110117094228.GE23479@redhat.com> References: <1295252059-27438-1-git-send-email-aurelien@aurel32.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, virtualization@lists.linux-foundation.org, rusty@rustcorp.com.au To: Aurelien Jarno Return-path: Content-Disposition: inline In-Reply-To: <1295252059-27438-1-git-send-email-aurelien@aurel32.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, Jan 17, 2011 at 09:14:19AM +0100, Aurelien Jarno wrote: > fitler -> filter > > Cc: netdev@vger.kernel.org > Cc: Michael S. Tsirkin > Signed-off-by: Aurelien Jarno Acked-by: Michael S. Tsirkin obviously. Cc: virtualization@lists.linux-foundation.org rusty@rustcorp.com.au as well. BTW Rusty, ./scripts/get_maintainer.pl doesn't work for most of virtio since there is no entry in MAINTAINERS for virtio net/block/core. Adding it will help people know whom to contact with issues/patches. It will also help if I am Cc'd on patches as this way I won't forget to review them. ---> Add MAINTAINERS entry for virtio core, net, block Patches should keep coming through Rusty but it helps if I'm Cc'd as well. Signed-off-by: Michael S. Tsirkin ---- Comments? diff --git a/MAINTAINERS b/MAINTAINERS index 23d0436..7de75ad 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6439,6 +6439,16 @@ S: Maintained F: drivers/char/virtio_console.c F: include/linux/virtio_console.h +VIRTIO CORE, NET AND BLOCK DRIVERS +M: Rusty Russell +M: "Michael S. Tsirkin" +L: virtualization@lists.linux-foundation.org +S: Maintained +F: drivers/virtio/ +F: drivers/net/virtio_net.c +F: drivers/block/virtio_blk.c +F: include/linux/virtio_*.h + VIRTIO HOST (VHOST) M: "Michael S. Tsirkin" L: kvm@vger.kernel.org