mbox

[PULL,0/1] vfio-ccw patch for next release

Message ID 20190828155716.22809-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-20190828

Message

Cornelia Huck Aug. 28, 2019, 3:57 p.m. UTC
The following changes since commit 416f79c23dbe47e0e223efc06d3487e1d90a92ee:

  s390/paes: Prepare paes functions for large key blobs (2019-08-21 12:58:54 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 60e05d1cf0875f0cf73472f7dff71d9933c5b697:

  vfio-ccw: add some logging (2019-08-23 12:53:32 +0200)

----------------------------------------------------------------
Add some logging into the s390dbf.

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

Cornelia Huck (1):
  vfio-ccw: add some logging

 drivers/s390/cio/vfio_ccw_drv.c     | 50 ++++++++++++++++++++++++++--
 drivers/s390/cio/vfio_ccw_fsm.c     | 51 ++++++++++++++++++++++++++++-
 drivers/s390/cio/vfio_ccw_ops.c     | 10 ++++++
 drivers/s390/cio/vfio_ccw_private.h | 17 ++++++++++
 4 files changed, 124 insertions(+), 4 deletions(-)

Comments

Vasily Gorbik Aug. 29, 2019, 2:38 p.m. UTC | #1
On Wed, Aug 28, 2019 at 05:57:15PM +0200, Cornelia Huck wrote:
> The following changes since commit 416f79c23dbe47e0e223efc06d3487e1d90a92ee:
> 
>   s390/paes: Prepare paes functions for large key blobs (2019-08-21 12:58:54 +0200)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git tags/vfio-ccw-20190828
> 
> for you to fetch changes up to 60e05d1cf0875f0cf73472f7dff71d9933c5b697:
> 
>   vfio-ccw: add some logging (2019-08-23 12:53:32 +0200)
> 
> ----------------------------------------------------------------
> Add some logging into the s390dbf.
> 
> ----------------------------------------------------------------
> 
> Cornelia Huck (1):
>   vfio-ccw: add some logging
> 
>  drivers/s390/cio/vfio_ccw_drv.c     | 50 ++++++++++++++++++++++++++--
>  drivers/s390/cio/vfio_ccw_fsm.c     | 51 ++++++++++++++++++++++++++++-
>  drivers/s390/cio/vfio_ccw_ops.c     | 10 ++++++
>  drivers/s390/cio/vfio_ccw_private.h | 17 ++++++++++
>  4 files changed, 124 insertions(+), 4 deletions(-)
> 
> -- 
> 2.20.1
> 

Applied, thanks!