mbox

[PULL,0/1] vfio-ccw fix for 5.3

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

Pull-request

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

Message

Cornelia Huck July 5, 2019, 6:21 a.m. UTC
The following changes since commit 05f31e3bf6b34fe6e4922868d132f6455f81d5bf:

  s390: ap: kvm: Enable PQAP/AQIC facility for the guest (2019-07-02 16:00:28 +0200)

are available in the Git repository at:

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

for you to fetch changes up to c382cbc6dbf513d73cf896ad43a3789ad42c2e2f:

  vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1 (2019-07-05 07:58:53 +0200)

----------------------------------------------------------------
Fix a bug introduced in the refactoring.

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

Eric Farman (1):
  vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1

 drivers/s390/cio/vfio_ccw_cp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vasily Gorbik July 5, 2019, 12:20 p.m. UTC | #1
On Fri, Jul 05, 2019 at 08:21:31AM +0200, Cornelia Huck wrote:
> The following changes since commit 05f31e3bf6b34fe6e4922868d132f6455f81d5bf:
> 
>   s390: ap: kvm: Enable PQAP/AQIC facility for the guest (2019-07-02 16:00:28 +0200)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git tags/vfio-ccw-20190705
> 
> for you to fetch changes up to c382cbc6dbf513d73cf896ad43a3789ad42c2e2f:
> 
>   vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1 (2019-07-05 07:58:53 +0200)
> 
> ----------------------------------------------------------------
> Fix a bug introduced in the refactoring.
> 
> ----------------------------------------------------------------
> 
> Eric Farman (1):
>   vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1
> 
>  drivers/s390/cio/vfio_ccw_cp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> -- 
> 2.20.1
> 
Applied, thanks.