Re: [PATCH v1 11/19] zsmalloc: squeeze freelist into page->mapping

2016-03-18 Thread Sergey Senozhatsky
On (03/11/16 16:30), Minchan Kim wrote: > -static void *location_to_obj(struct page *page, unsigned long obj_idx) > +static void objidx_to_page_and_ofs(struct size_class *class, > + struct page *first_page, > + unsigned long obj_idx, > +

Re: [PATCH] gpu/drm: Use u64_to_user_pointer

2016-03-18 Thread kbuild test robot
Hi Joe, [auto build test ERROR on drm/drm-next] [also build test ERROR on next-20160318] [cannot apply to v4.5] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Joe-Perches/gpu-drm-Use

Re: [virtio-dev] virtio-vsock live migration

2016-03-18 Thread Michael S. Tsirkin
On Wed, Mar 16, 2016 at 02:32:00PM +, Stefan Hajnoczi wrote: > On Tue, Mar 15, 2016 at 06:12:55PM +0200, Michael S. Tsirkin wrote: > > On Tue, Mar 15, 2016 at 03:15:29PM +, Stefan Hajnoczi wrote: > > > On Mon, Mar 14, 2016 at 01:13:24PM +0200, Michael S. Tsirkin wrote: > > > > On Thu, Mar

Re: [RFC v2 -next 1/2] virtio: Start feature MTU support

2016-03-18 Thread Stephen Hemminger
On Tue, 15 Mar 2016 17:04:12 -0400 Aaron Conole wrote: > --- a/include/uapi/linux/virtio_net.h > +++ b/include/uapi/linux/virtio_net.h > @@ -55,6 +55,7 @@ > #define VIRTIO_NET_F_MQ 22 /* Device supports Receive Flow >*