[PULL] virtio console fixes and lguest comment fix

2010-09-20 Thread Rusty Russell
The following changes since commit 2422084a94fcd5038406261b331672a13c92c050: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../mattst88/alpha-2.6 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.

Re: [PATCH 2/2] staging: hv: Remove camel cases from vmbus channel functions

2010-09-20 Thread Greg KH
On Mon, Sep 20, 2010 at 09:13:39PM +, Haiyang Zhang wrote: > From: Haiyang Zhang > > Remove camel cases from vmbus channel functions > Converted the function names, local variables to lower cases. Nice try, but you can do better :) > /* Internal routines */ > -static int VmbusChannelCreate

[PATCH 1/2] staging: hv: Remove camel cases of vmbus packet buffer structures

2010-09-20 Thread Haiyang Zhang
From: Haiyang Zhang Remove camel cases of vmbus packet buffer structures Remove camel cases of: struct VMBUS_CHANNEL_PACKET_PAGE_BUFFER struct VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER Signed-off-by: Haiyang Zhang Signed-off-by: Hank Janssen --- drivers/staging/hv/blkvsc.c |2 +- drivers

Re: [GIT PULL net-2.6] vhost-net: fix range checking

2010-09-20 Thread David Miller
From: "Michael S. Tsirkin" Date: Mon, 20 Sep 2010 19:42:22 +0200 > git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-net Pulled, thanks! ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linux-fou

[GIT PULL net-2.6] vhost-net: fix range checking

2010-09-20 Thread Michael S. Tsirkin
David, The following tree includes a bugfix for vhost-net. It is on top of net-2.6. Please merge it for 2.6.36. Thanks! The following changes since commit 053d8f6622701f849fda2ca2c9ae596c13599ba9: Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost (2010-09-09