Re: [PATCH] vhost: access check thinko fixes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 24 Dec 2009 04:30:58 pm Michael S. Tsirkin wrote:
> This fixes two issues with recent access checking patch:
> 1.  if (&d->vqs[i].private_data) -> if (d->vqs[i].private_data)
> 2.  we can't forbid log base changes while ring is running,
>     because host needs to resize log in rare cases
>     (e.g. when memory is added with a baloon)
>     and in that case it needs to increase log size with realloc,
>     which might move the log address.
> 
> Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>

Thanks, applied.

Rusty.

_______________________________________________
Virtualization mailing list
Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/virtualization

[Index of Archives]     [KVM Development]     [Libvirt Development]     [Libvirt Users]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux