mbox

[PULL,0/2] virtio-ccw fixes

Message ID 20180926164830.8435-1-cohuck@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/virtio-ccw-20180926

Message

Cornelia Huck Sept. 26, 2018, 4:48 p.m. UTC
The following changes since commit 8c0f9f5b309d627182d5da72a69246f58bde1026:

  Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name" (2018-09-25 13:28:58 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/virtio-ccw-20180926

for you to fetch changes up to 1fd7ccf82385b3b14e4b3f009a82ada17ddc1e6f:

  virtio/s390: fix race in ccw_io_helper() (2018-09-25 15:29:10 +0200)

----------------------------------------------------------------
Two patches fixing races in the virtio-ccw driver.

----------------------------------------------------------------

Halil Pasic (2):
  virtio/s390: avoid race on vcdev->config
  virtio/s390: fix race in ccw_io_helper()

 drivers/s390/virtio/virtio_ccw.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

Comments

Cornelia Huck Nov. 29, 2018, 2:56 p.m. UTC | #1
On Wed, 26 Sep 2018 18:48:28 +0200
Cornelia Huck <cohuck@redhat.com> wrote:

> The following changes since commit 8c0f9f5b309d627182d5da72a69246f58bde1026:
> 
>   Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name" (2018-09-25 13:28:58 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/virtio-ccw-20180926
> 
> for you to fetch changes up to 1fd7ccf82385b3b14e4b3f009a82ada17ddc1e6f:
> 
>   virtio/s390: fix race in ccw_io_helper() (2018-09-25 15:29:10 +0200)
> 
> ----------------------------------------------------------------
> Two patches fixing races in the virtio-ccw driver.
> 
> ----------------------------------------------------------------
> 
> Halil Pasic (2):
>   virtio/s390: avoid race on vcdev->config
>   virtio/s390: fix race in ccw_io_helper()
> 
>  drivers/s390/virtio/virtio_ccw.c | 17 ++++++++++++++---
>  1 file changed, 14 insertions(+), 3 deletions(-)
> 

Ping. I don't see these patches in master :(
Cornelia Huck Dec. 6, 2018, 12:18 p.m. UTC | #2
On Thu, 29 Nov 2018 15:56:48 +0100
Cornelia Huck <cohuck@redhat.com> wrote:

> On Wed, 26 Sep 2018 18:48:28 +0200
> Cornelia Huck <cohuck@redhat.com> wrote:
> 
> > The following changes since commit 8c0f9f5b309d627182d5da72a69246f58bde1026:
> > 
> >   Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name" (2018-09-25 13:28:58 +0200)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/virtio-ccw-20180926
> > 
> > for you to fetch changes up to 1fd7ccf82385b3b14e4b3f009a82ada17ddc1e6f:
> > 
> >   virtio/s390: fix race in ccw_io_helper() (2018-09-25 15:29:10 +0200)
> > 
> > ----------------------------------------------------------------
> > Two patches fixing races in the virtio-ccw driver.
> > 
> > ----------------------------------------------------------------
> > 
> > Halil Pasic (2):
> >   virtio/s390: avoid race on vcdev->config
> >   virtio/s390: fix race in ccw_io_helper()
> > 
> >  drivers/s390/virtio/virtio_ccw.c | 17 ++++++++++++++---
> >  1 file changed, 14 insertions(+), 3 deletions(-)
> >   
> 
> Ping. I don't see these patches in master :(

Ping^2. Any chance to get this into the next version?
Michael S. Tsirkin Dec. 6, 2018, 1:53 p.m. UTC | #3
On Thu, Dec 06, 2018 at 01:18:28PM +0100, Cornelia Huck wrote:
> On Thu, 29 Nov 2018 15:56:48 +0100
> Cornelia Huck <cohuck@redhat.com> wrote:
> 
> > On Wed, 26 Sep 2018 18:48:28 +0200
> > Cornelia Huck <cohuck@redhat.com> wrote:
> > 
> > > The following changes since commit 8c0f9f5b309d627182d5da72a69246f58bde1026:
> > > 
> > >   Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name" (2018-09-25 13:28:58 +0200)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/virtio-ccw-20180926
> > > 
> > > for you to fetch changes up to 1fd7ccf82385b3b14e4b3f009a82ada17ddc1e6f:
> > > 
> > >   virtio/s390: fix race in ccw_io_helper() (2018-09-25 15:29:10 +0200)
> > > 
> > > ----------------------------------------------------------------
> > > Two patches fixing races in the virtio-ccw driver.
> > > 
> > > ----------------------------------------------------------------
> > > 
> > > Halil Pasic (2):
> > >   virtio/s390: avoid race on vcdev->config
> > >   virtio/s390: fix race in ccw_io_helper()
> > > 
> > >  drivers/s390/virtio/virtio_ccw.c | 17 ++++++++++++++---
> > >  1 file changed, 14 insertions(+), 3 deletions(-)
> > >   
> > 
> > Ping. I don't see these patches in master :(
> 
> Ping^2. Any chance to get this into the next version?

Pulled, thanks!