search for: esend

Displaying 2 results from an estimated 2 matches for "esend".

Did you mean: send
2009 Dec 24
1
[PATCH] vhost: access check thinko fixes
...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 at redhat.com> --- Rusty, this needs to be applied on top of the access_ok patch. If you want me to rool it in with that one and esend, let me know please. Thanks! drivers/vhost/vhost.c | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 2b65d9b..c8c25db 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@...
2009 Dec 24
1
[PATCH] vhost: access check thinko fixes
...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 at redhat.com> --- Rusty, this needs to be applied on top of the access_ok patch. If you want me to rool it in with that one and esend, let me know please. Thanks! drivers/vhost/vhost.c | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 2b65d9b..c8c25db 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@...