Re: [RFC PATCH v1 01/33] mm: introduce common help functions to deal with reserved/managed pages

2013-03-08 Thread Jiang Liu
Hi Sam, Thanks for review! On 03/06/2013 03:47 AM, Sam Ravnborg wrote: > On Tue, Mar 05, 2013 at 10:54:44PM +0800, Jiang Liu wrote: >> Code to deal with reserved/managed pages are duplicated by many >> architectures, so introduce common help functions to reduce duplicated >> code. These co

Re: [PATCH] VSOCK: Split vm_sockets.h into kernel/uapi

2013-03-08 Thread David Miller
From: David Howells Date: Fri, 08 Mar 2013 01:09:18 + > Greg KH wrote: > >> David, is there any rush to get stuff like this into 3.9 for any >> uapi-type changes, or can it just wait for 3.10? > > Not especially. It won't appear in userspace due to the __KERNEL__ guards. I've applied thi

Re: [PATCH 1/2] virtio-scsi: use pr_err() instead of printk()

2013-03-08 Thread Wanlong Gao
On 03/08/2013 05:48 PM, Paolo Bonzini wrote: > Il 07/03/2013 04:29, Wanlong Gao ha scritto: >> Convert the virtio-scsi driver to use pr_err() instead of printk(). >> >> Signed-off-by: Wanlong Gao > > Acked-by: Paolo Bonzini Thank you. > > to this patch only. For the other it's a matter of ta

[PATCHv2] virtio: Introduce vringh wrappers in virtio_config

2013-03-08 Thread sjur . brandeland
From: Sjur Brændeland Add wrappers for the host vrings to support loose coupling between the virtio device and driver. A new struct vringh_config_ops with the functions find_vrhs() and del_vrhs() is added to the virtio_device struct. This enables virtio drivers to manage virtio host rings withou

Re: [PATCH 1/2] virtio-scsi: use pr_err() instead of printk()

2013-03-08 Thread Paolo Bonzini
Il 07/03/2013 04:29, Wanlong Gao ha scritto: > Convert the virtio-scsi driver to use pr_err() instead of printk(). > > Signed-off-by: Wanlong Gao Acked-by: Paolo Bonzini to this patch only. For the other it's a matter of taste, and since this is not a fast path it's easier to have a single la

Re: [PATCH V2 0/6] tcm_vhost hotplug/hotunplug support and locking/flushing fix

2013-03-08 Thread Stefan Hajnoczi
On Fri, Mar 08, 2013 at 10:21:41AM +0800, Asias He wrote: > Changes in v2: > - Remove code duplication in tcm_vhost_{hotplug,hotunplug} > - Fix racing of vs_events_nr > - Add flush fix patch to this series > > Asias He (6): > tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint() > tcm_vhos