Displaying 9 results from an estimated 9 matches for "tebolt".
2017 Jan 31
3
[PATCH] vhost: fix initialization for vq->is_le
...m vhost_vq_init_access.
>>
>> With the above, there is no reason for vhost_reset_is_le to do just half
>> of the job. Let us make vhost_reset_is_le reinitialize is_le.
>>
>> Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com>
>> Reported-by: Michael A. Tebolt <miket at us.ibm.com>
>> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com>
>> Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices")
>> ---
> Reviewed-by: Greg Kurz <groug at kaod.org>
>
Thanks!
We have some t...
2017 Jan 31
3
[PATCH] vhost: fix initialization for vq->is_le
...m vhost_vq_init_access.
>>
>> With the above, there is no reason for vhost_reset_is_le to do just half
>> of the job. Let us make vhost_reset_is_le reinitialize is_le.
>>
>> Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com>
>> Reported-by: Michael A. Tebolt <miket at us.ibm.com>
>> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com>
>> Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices")
>> ---
> Reviewed-by: Greg Kurz <groug at kaod.org>
>
Thanks!
We have some t...
2017 Jan 30
3
[PATCH] vhost: fix initialization for vq->is_le
...ialize, and fix virtio_net by removing the
reset from vhost_vq_init_access.
With the above, there is no reason for vhost_reset_is_le to do just half
of the job. Let us make vhost_reset_is_le reinitialize is_le.
Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com>
Reported-by: Michael A. Tebolt <miket at us.ibm.com>
Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com>
Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices")
---
The bug was already discussed here:
http://www.spinics.net/lists/kvm/msg144365.html
This is a follow up patch....
2017 Jan 30
3
[PATCH] vhost: fix initialization for vq->is_le
...ialize, and fix virtio_net by removing the
reset from vhost_vq_init_access.
With the above, there is no reason for vhost_reset_is_le to do just half
of the job. Let us make vhost_reset_is_le reinitialize is_le.
Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com>
Reported-by: Michael A. Tebolt <miket at us.ibm.com>
Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com>
Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices")
---
The bug was already discussed here:
http://www.spinics.net/lists/kvm/msg144365.html
This is a follow up patch....
2017 Jan 30
0
[PATCH] vhost: fix initialization for vq->is_le
...ing the
> reset from vhost_vq_init_access.
>
> With the above, there is no reason for vhost_reset_is_le to do just half
> of the job. Let us make vhost_reset_is_le reinitialize is_le.
>
> Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com>
> Reported-by: Michael A. Tebolt <miket at us.ibm.com>
> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com>
> Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices")
> ---
Reviewed-by: Greg Kurz <groug at kaod.org>
>
> The bug was already discussed here:...
2017 Jan 31
0
[PATCH] vhost: fix initialization for vq->is_le
...gt;>
> >> With the above, there is no reason for vhost_reset_is_le to do just half
> >> of the job. Let us make vhost_reset_is_le reinitialize is_le.
> >>
> >> Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com>
> >> Reported-by: Michael A. Tebolt <miket at us.ibm.com>
> >> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com>
> >> Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices")
> >> ---
> > Reviewed-by: Greg Kurz <groug at kaod.org>
> >...
2017 Jan 26
2
[BUG/RFC] vhost: net: big endian viring access despite virtio 1
...was first introduced by
https://lkml.org/lkml/2015/4/10/226 (dug it up in the hope that reasons
for the reset were discussed -- but no enlightenment for me).
Finally I would like to credit Dave Gilbert for hinting that the
unreasonable avail.idx may be due to an endianness problem and Michael A.
Tebolt for reporting the bug and testing.
-------------------------8<--------------
>From b26e2bbdc03832a0204ee2b42967a1b49a277dc8 Mon Sep 17 00:00:00 2001
From: Halil Pasic <pasic at linux.vnet.ibm.com>
Date: Thu, 26 Jan 2017 00:06:15 +0100
Subject: [PATCH] vhost: remove useless/dangerous re...
2017 Jan 26
2
[BUG/RFC] vhost: net: big endian viring access despite virtio 1
...was first introduced by
https://lkml.org/lkml/2015/4/10/226 (dug it up in the hope that reasons
for the reset were discussed -- but no enlightenment for me).
Finally I would like to credit Dave Gilbert for hinting that the
unreasonable avail.idx may be due to an endianness problem and Michael A.
Tebolt for reporting the bug and testing.
-------------------------8<--------------
>From b26e2bbdc03832a0204ee2b42967a1b49a277dc8 Mon Sep 17 00:00:00 2001
From: Halil Pasic <pasic at linux.vnet.ibm.com>
Date: Thu, 26 Jan 2017 00:06:15 +0100
Subject: [PATCH] vhost: remove useless/dangerous re...
2017 Jan 26
0
[BUG/RFC] vhost: net: big endian viring access despite virtio 1
...https://lkml.org/lkml/2015/4/10/226 (dug it up in the hope that reasons
> for the reset were discussed -- but no enlightenment for me).
>
> Finally I would like to credit Dave Gilbert for hinting that the
> unreasonable avail.idx may be due to an endianness problem and Michael A.
> Tebolt for reporting the bug and testing.
>
> -------------------------8<--------------
> >From b26e2bbdc03832a0204ee2b42967a1b49a277dc8 Mon Sep 17 00:00:00 2001
> From: Halil Pasic <pasic at linux.vnet.ibm.com>
> Date: Thu, 26 Jan 2017 00:06:15 +0100
> Subject: [PATCH] vhos...