mbox

[PULL,0/1] vfio-ccw: bugfix for 5.1

Message ID 20190204170643.7521-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-20190204

Message

Cornelia Huck Feb. 4, 2019, 5:06 p.m. UTC
[Had hoped there would be more, but let's get at least that one queued.]

The following changes since commit 7dd541a3fb34b34f0f25154dd0d24d0d9b1ca0f3:

  s390: no need to check return value of debugfs_create functions (2019-01-28 15:58:55 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 405d566f98ae19ccf624b31b6eccd6039d9cbc39:

  vfio-ccw: Don't assume there are more ccws after a TIC (2019-02-04 16:41:04 +0100)

----------------------------------------------------------------
A fix in ccw chain processing.

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

Farhan Ali (1):
  vfio-ccw: Don't assume there are more ccws after a TIC

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

Comments

Martin Schwidefsky Feb. 7, 2019, 4:29 p.m. UTC | #1
On Mon,  4 Feb 2019 18:06:42 +0100
Cornelia Huck <cohuck@redhat.com> wrote:

> [Had hoped there would be more, but let's get at least that one queued.]
> 
> The following changes since commit 7dd541a3fb34b34f0f25154dd0d24d0d9b1ca0f3:
> 
>   s390: no need to check return value of debugfs_create functions (2019-01-28 15:58:55 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git tags/vfio-ccw-20190204
> 
> for you to fetch changes up to 405d566f98ae19ccf624b31b6eccd6039d9cbc39:
> 
>   vfio-ccw: Don't assume there are more ccws after a TIC (2019-02-04 16:41:04 +0100)
> 
> ----------------------------------------------------------------
> A fix in ccw chain processing.
> 
> ----------------------------------------------------------------
> 
> Farhan Ali (1):
>   vfio-ccw: Don't assume there are more ccws after a TIC
> 
>  drivers/s390/cio/vfio_ccw_cp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Pulled and pushed to s390/features. Thanks.