Displaying 20 results from an estimated 8000 matches similar to: "[PATCH 1/2] virtio/s390: avoid race on vcdev->config"
2018 Sep 24
0
[PATCH 1/2] virtio/s390: avoid race on vcdev->config
On Fri, 21 Sep 2018 17:47:47 -0400
Farhan Ali <alifm at linux.ibm.com> wrote:
> On 09/21/2018 09:28 AM, Halil Pasic wrote:
> > Anyway I'm fine with swapping the old out and your new version in,
> > if you prefer it that way.
> >
> > If you do, would you like to have a respin?
Just send me a respin with something that you find useful :) (maybe a
mashup of
2018 Sep 19
0
[RFC PATCH 1/2] virtio/s390: avoid race on vcdev->config
On Wed, 19 Sep 2018 00:52:14 +0200
Halil Pasic <pasic at linux.ibm.com> wrote:
> On 09/18/2018 08:29 PM, Cornelia Huck wrote:
> > On Wed, 12 Sep 2018 16:02:01 +0200
> > Halil Pasic <pasic at linux.ibm.com> wrote:
> >
> >> Currently we have a race on vcdev->config in virtio_ccw_get_config() and
> >> in virtio_ccw_set_config().
> >>
2018 Sep 18
0
[RFC PATCH 1/2] virtio/s390: avoid race on vcdev->config
On Wed, 12 Sep 2018 16:02:01 +0200
Halil Pasic <pasic at linux.ibm.com> wrote:
> Currently we have a race on vcdev->config in virtio_ccw_get_config() and
> in virtio_ccw_set_config().
>
> This normally does not cause problems, as these are usually infrequent
> operations. But occasionally sysfs attributes are directly dependent on
> pieces of virio config and trigger a
2019 May 09
0
[PATCH 04/10] s390/mm: force swiotlb for protected virtualization
> Subject: [PATCH 04/10] s390/mm: force swiotlb for protected virtualization
> Date: Fri, 26 Apr 2019 20:32:39 +0200
> From: Halil Pasic <pasic at linux.ibm.com>
> To: kvm at vger.kernel.org, linux-s390 at vger.kernel.org, Cornelia Huck <cohuck at redhat.com>,
> Martin Schwidefsky <schwidefsky at de.ibm.com>, Sebastian Ott <sebott at linux.ibm.com>
> CC:
2018 Sep 18
0
[RFC PATCH 2/2] virtio/s390: fix race in ccw_io_helper()
On Wed, 12 Sep 2018 16:02:02 +0200
Halil Pasic <pasic at linux.ibm.com> wrote:
> While ccw_io_helper() seems like intended to be exclusive in a sense that
> it is supposed to facilitate I/O for at most one thread at any given
> time, there is actually nothing ensuring that threads won't pile up at
> vcdev->wait_q. If they all threads get woken up and see the status that
2018 Sep 24
0
[PATCH 2/2] virtio/s390: fix race in ccw_io_helper()
On Mon, 24 Sep 2018 14:57:26 +0200
Halil Pasic <pasic at linux.ibm.com> wrote:
> On 09/21/2018 03:30 PM, Cornelia Huck wrote:
> > On Fri, 21 Sep 2018 14:46:21 +0200
> > Halil Pasic <pasic at linux.ibm.com> wrote:
> Again, not what I tried to say. By 'This' I meant 'this race'. How
> about?
>
> """
> This race normally does
2019 May 27
1
[PATCH v2 6/8] virtio/s390: add indirection to indicators access
On Mon, 27 May 2019 13:57:06 +0200
Halil Pasic <pasic at linux.ibm.com> wrote:
> On Mon, 27 May 2019 13:00:28 +0200
> Cornelia Huck <cohuck at redhat.com> wrote:
>
> > On Thu, 23 May 2019 18:22:07 +0200
> > Michael Mueller <mimu at linux.ibm.com> wrote:
> >
> > > From: Halil Pasic <pasic at linux.ibm.com>
> > >
> >
2019 May 27
2
[PATCH v2 6/8] virtio/s390: add indirection to indicators access
On Thu, 23 May 2019 18:22:07 +0200
Michael Mueller <mimu at linux.ibm.com> wrote:
> From: Halil Pasic <pasic at linux.ibm.com>
>
> This will come in handy soon when we pull out the indicators from
> virtio_ccw_device to a memory area that is shared with the hypervisor
> (in particular for protected virtualization guests).
>
> Signed-off-by: Halil Pasic <pasic
2019 May 27
2
[PATCH v2 6/8] virtio/s390: add indirection to indicators access
On Thu, 23 May 2019 18:22:07 +0200
Michael Mueller <mimu at linux.ibm.com> wrote:
> From: Halil Pasic <pasic at linux.ibm.com>
>
> This will come in handy soon when we pull out the indicators from
> virtio_ccw_device to a memory area that is shared with the hypervisor
> (in particular for protected virtualization guests).
>
> Signed-off-by: Halil Pasic <pasic
2019 May 10
0
[PATCH 08/10] virtio/s390: add indirection to indicators access
On Fri, 10 May 2019 09:43:08 +0200
Pierre Morel <pmorel at linux.ibm.com> wrote:
> On 09/05/2019 20:26, Halil Pasic wrote:
> > On Thu, 9 May 2019 14:01:01 +0200
> > Pierre Morel <pmorel at linux.ibm.com> wrote:
> >
> >> On 08/05/2019 16:31, Pierre Morel wrote:
> >>> On 26/04/2019 20:32, Halil Pasic wrote:
> >>>> This will come
2019 May 13
0
[PATCH 08/10] virtio/s390: add indirection to indicators access
On Fri, 10 May 2019 17:36:05 +0200
Pierre Morel <pmorel at linux.ibm.com> wrote:
> On 10/05/2019 13:54, Halil Pasic wrote:
> > On Fri, 10 May 2019 09:43:08 +0200
> > Pierre Morel <pmorel at linux.ibm.com> wrote:
> >
> >> On 09/05/2019 20:26, Halil Pasic wrote:
> >>> On Thu, 9 May 2019 14:01:01 +0200
> >>> Pierre Morel
2019 Jan 04
0
[RFC PATCH 1/1] s390/virtio: handle find on invalid queue gracefully
On Thu, 3 Jan 2019 14:00:10 +0100
Halil Pasic <pasic at linux.ibm.com> wrote:
> On Wed, 2 Jan 2019 19:25:49 +0100
> Cornelia Huck <cohuck at redhat.com> wrote:
>
> > On Wed, 2 Jan 2019 18:50:20 +0100
> > Halil Pasic <pasic at linux.ibm.com> wrote:
> >
> > > A queue with a capacity of zero is clearly not a valid virtio queue.
> >
2019 May 27
0
[PATCH v2 6/8] virtio/s390: add indirection to indicators access
On Mon, 27 May 2019 13:00:28 +0200
Cornelia Huck <cohuck at redhat.com> wrote:
> On Thu, 23 May 2019 18:22:07 +0200
> Michael Mueller <mimu at linux.ibm.com> wrote:
>
> > From: Halil Pasic <pasic at linux.ibm.com>
> >
> > This will come in handy soon when we pull out the indicators from
> > virtio_ccw_device to a memory area that is shared with
2020 Jun 05
1
[PATCH] s390/virtio: remove unused pm callbacks
On Thu, 4 Jun 2020 23:44:21 +0200
Halil Pasic <pasic at linux.ibm.com> wrote:
> On Tue, 26 May 2020 11:36:29 +0200
> Cornelia Huck <cohuck at redhat.com> wrote:
>
> > Support for hibernation on s390 has been recently been removed with
s/been recently been removed/recently been removed/
> > commit 394216275c7d ("s390: remove broken hibernate / power
2019 Apr 09
0
[RFC PATCH 02/12] virtio/s390: DMA support for virtio-ccw
On Tue, 9 Apr 2019 13:29:27 +0200
Halil Pasic <pasic at linux.ibm.com> wrote:
> On Tue, 9 Apr 2019 11:57:43 +0200
> Cornelia Huck <cohuck at redhat.com> wrote:
>
> > On Fri, 5 Apr 2019 01:16:12 +0200
> > Halil Pasic <pasic at linux.ibm.com> wrote:
> >
> > > Currently we have a problem if a virtio-ccw device has
> > >
2019 May 10
2
[PATCH 08/10] virtio/s390: add indirection to indicators access
On 10/05/2019 13:54, Halil Pasic wrote:
> On Fri, 10 May 2019 09:43:08 +0200
> Pierre Morel <pmorel at linux.ibm.com> wrote:
>
>> On 09/05/2019 20:26, Halil Pasic wrote:
>>> On Thu, 9 May 2019 14:01:01 +0200
>>> Pierre Morel <pmorel at linux.ibm.com> wrote:
>>>
>>>> On 08/05/2019 16:31, Pierre Morel wrote:
>>>>> On
2019 May 10
2
[PATCH 08/10] virtio/s390: add indirection to indicators access
On 10/05/2019 13:54, Halil Pasic wrote:
> On Fri, 10 May 2019 09:43:08 +0200
> Pierre Morel <pmorel at linux.ibm.com> wrote:
>
>> On 09/05/2019 20:26, Halil Pasic wrote:
>>> On Thu, 9 May 2019 14:01:01 +0200
>>> Pierre Morel <pmorel at linux.ibm.com> wrote:
>>>
>>>> On 08/05/2019 16:31, Pierre Morel wrote:
>>>>> On
2019 May 10
2
[PATCH 08/10] virtio/s390: add indirection to indicators access
On 09/05/2019 20:26, Halil Pasic wrote:
> On Thu, 9 May 2019 14:01:01 +0200
> Pierre Morel <pmorel at linux.ibm.com> wrote:
>
>> On 08/05/2019 16:31, Pierre Morel wrote:
>>> On 26/04/2019 20:32, Halil Pasic wrote:
>>>> This will come in handy soon when we pull out the indicators from
>>>> virtio_ccw_device to a memory area that is shared with
2019 May 10
2
[PATCH 08/10] virtio/s390: add indirection to indicators access
On 09/05/2019 20:26, Halil Pasic wrote:
> On Thu, 9 May 2019 14:01:01 +0200
> Pierre Morel <pmorel at linux.ibm.com> wrote:
>
>> On 08/05/2019 16:31, Pierre Morel wrote:
>>> On 26/04/2019 20:32, Halil Pasic wrote:
>>>> This will come in handy soon when we pull out the indicators from
>>>> virtio_ccw_device to a memory area that is shared with
2019 May 09
1
[PATCH 08/10] virtio/s390: add indirection to indicators access
On 08/05/2019 16:31, Pierre Morel wrote:
> On 26/04/2019 20:32, Halil Pasic wrote:
>> This will come in handy soon when we pull out the indicators from
>> virtio_ccw_device to a memory area that is shared with the hypervisor
>> (in particular for protected virtualization guests).
>>
>> Signed-off-by: Halil Pasic <pasic at linux.ibm.com>
>> ---
>>