mbox

[PULL,0/1] vfio-ccw fix

Message ID 20200703095253.620719-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 tags/vfio-ccw-20200703

Message

Cornelia Huck July 3, 2020, 9:52 a.m. UTC
The following changes since commit 9e9f85e029a2ee4167aacf3ff04e4288a5e5c74e:

  s390: update defconfigs (2020-07-01 20:02:38 +0200)

are available in the Git repository at:

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

for you to fetch changes up to d8ca55addb9315ecd9fc4397f4c94d3f1980161c:

  vfio-ccw: Fix a build error due to missing include of linux/slab.h (2020-07-03 11:41:31 +0200)

----------------------------------------------------------------
add a missing include

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

Sean Christopherson (1):
  vfio-ccw: Fix a build error due to missing include of linux/slab.h

 drivers/s390/cio/vfio_ccw_chp.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Heiko Carstens July 3, 2020, 4:21 p.m. UTC | #1
On Fri, Jul 03, 2020 at 11:52:52AM +0200, Cornelia Huck wrote:
> The following changes since commit 9e9f85e029a2ee4167aacf3ff04e4288a5e5c74e:
> Sean Christopherson (1):
>   vfio-ccw: Fix a build error due to missing include of linux/slab.h
> 
>  drivers/s390/cio/vfio_ccw_chp.c | 1 +
>  1 file changed, 1 insertion(+)

Pulled, however it would have been nice if the commit log would have
contained some words how to trigger the build error.

Thanks!