[pve-devel] pve-kernel-3.10 : vhost-net: extend device allocation to vmalloc

Dmitry Petuhov mityapetuhov at gmail.com
Fri Sep 5 10:54:43 CEST 2014


Yes, patch mostly unchanged, only difference is in this piece:

====8<====
+@@ -736,7 +749,7 @@ static int vhost_net_open(struct inode *
+ }
+ r = vhost_dev_init(dev, vqs, VHOST_NET_VQ_MAX);
+ if (r < 0) {
+- kfree(n);
++ vhost_net_free(n);
+ kfree(vqs);
+ return r;
+ }
====8<====

There's no such check in 3.16.


05.09.2014 11:17, Stefan Priebe - Profihost AG пишет:
> Am 05.09.2014 um 08:06 schrieb Alexandre Derumier:
>> should fix bug report here:
>> http://forum.proxmox.com/threads/19194-VM-start-problem-with-virtio-net
>>
>> backported from 3.16 kernel
> Thanks but is it really a backport? It seems like a straight forward
> cherry-pick?
>
>> (I'm currently building the kernel, I'll provide a link to test today)
>>
>> _______________________________________________
>> pve-devel mailing list
>> pve-devel at pve.proxmox.com
>> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


-- 
С уважением,
   Дмитрий Петухов
   Ведущий системный администратор
   Отдел информационных технологий
   ЗАО "Электро-ком"
   phone: +79209755610
   email: d.petuhov at electro-com.ru




More information about the pve-devel mailing list