mbox

[PULL,0/2] vfio-ccw: fixes

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git tags/vfio-ccw-20181001

Message

Cornelia Huck Oct. 1, 2018, 11:53 a.m. UTC
The following changes since commit 55a5542a546238354d1f209f794414168cf8c71d:

  s390/hibernate: fix error handling when suspend cpu != resume cpu (2018-09-20 13:20:23 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git tags/vfio-ccw-20181001

for you to fetch changes up to bf42daed6bd136774415ae6d26c8475152f92b54:

  s390/cio: Refactor alloc of ccw_io_region (2018-09-27 16:33:01 +0200)

----------------------------------------------------------------
Change allocation of ccw_io_region so that the usercopy hardening
code can figure out that everything is fine.

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

Eric Farman (2):
  s390/cio: Convert ccw_io_region to pointer
  s390/cio: Refactor alloc of ccw_io_region

 drivers/s390/cio/vfio_ccw_drv.c     | 24 +++++++++++++++++++++++-
 drivers/s390/cio/vfio_ccw_fsm.c     |  6 +++---
 drivers/s390/cio/vfio_ccw_ops.c     |  4 ++--
 drivers/s390/cio/vfio_ccw_private.h |  2 +-
 4 files changed, 29 insertions(+), 7 deletions(-)

Comments

Martin Schwidefsky Oct. 1, 2018, 2:12 p.m. UTC | #1
On Mon,  1 Oct 2018 13:53:56 +0200
Cornelia Huck <cohuck@redhat.com> wrote:

> The following changes since commit 55a5542a546238354d1f209f794414168cf8c71d:
> 
>   s390/hibernate: fix error handling when suspend cpu != resume cpu (2018-09-20 13:20:23 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git tags/vfio-ccw-20181001
> 
> for you to fetch changes up to bf42daed6bd136774415ae6d26c8475152f92b54:
> 
>   s390/cio: Refactor alloc of ccw_io_region (2018-09-27 16:33:01 +0200)
> 
> ----------------------------------------------------------------
> Change allocation of ccw_io_region so that the usercopy hardening
> code can figure out that everything is fine.
> 
> ----------------------------------------------------------------
> 
> Eric Farman (2):
>   s390/cio: Convert ccw_io_region to pointer
>   s390/cio: Refactor alloc of ccw_io_region
> 
>  drivers/s390/cio/vfio_ccw_drv.c     | 24 +++++++++++++++++++++++-
>  drivers/s390/cio/vfio_ccw_fsm.c     |  6 +++---
>  drivers/s390/cio/vfio_ccw_ops.c     |  4 ++--
>  drivers/s390/cio/vfio_ccw_private.h |  2 +-
>  4 files changed, 29 insertions(+), 7 deletions(-)
> 

Pulled & pushed to linux-s390:fixes. Thanks.