public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/1] vfio-ccw fix
@ 2020-07-03  9:52 Cornelia Huck
  2020-07-03  9:52 ` [PULL 1/1] vfio-ccw: Fix a build error due to missing include of linux/slab.h Cornelia Huck
  2020-07-03 16:21 ` [PULL 0/1] vfio-ccw fix Heiko Carstens
  0 siblings, 2 replies; 3+ messages in thread
From: Cornelia Huck @ 2020-07-03  9:52 UTC (permalink / raw)
  To: Heiko Carstens, Vasily Gorbik, Christian Borntraeger
  Cc: Eric Farman, Halil Pasic, linux-s390, kvm, Cornelia Huck

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(+)

-- 
2.25.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PULL 1/1] vfio-ccw: Fix a build error due to missing include of linux/slab.h
  2020-07-03  9:52 [PULL 0/1] vfio-ccw fix Cornelia Huck
@ 2020-07-03  9:52 ` Cornelia Huck
  2020-07-03 16:21 ` [PULL 0/1] vfio-ccw fix Heiko Carstens
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2020-07-03  9:52 UTC (permalink / raw)
  To: Heiko Carstens, Vasily Gorbik, Christian Borntraeger
  Cc: Eric Farman, Halil Pasic, linux-s390, kvm, Sean Christopherson,
	Cornelia Huck

From: Sean Christopherson <sean.j.christopherson@intel.com>

Include linux/slab.h to fix a build error due to kfree() being undefined.

Fixes: 3f02cb2fd9d2 ("vfio-ccw: Wire up the CRW irq and CRW region")
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200703022628.6036-1-sean.j.christopherson@intel.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 drivers/s390/cio/vfio_ccw_chp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/s390/cio/vfio_ccw_chp.c b/drivers/s390/cio/vfio_ccw_chp.c
index a646fc81c872..13b26a1c7988 100644
--- a/drivers/s390/cio/vfio_ccw_chp.c
+++ b/drivers/s390/cio/vfio_ccw_chp.c
@@ -8,6 +8,7 @@
  *            Eric Farman <farman@linux.ibm.com>
  */
 
+#include <linux/slab.h>
 #include <linux/vfio.h>
 #include "vfio_ccw_private.h"
 
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PULL 0/1] vfio-ccw fix
  2020-07-03  9:52 [PULL 0/1] vfio-ccw fix Cornelia Huck
  2020-07-03  9:52 ` [PULL 1/1] vfio-ccw: Fix a build error due to missing include of linux/slab.h Cornelia Huck
@ 2020-07-03 16:21 ` Heiko Carstens
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Carstens @ 2020-07-03 16:21 UTC (permalink / raw)
  To: Cornelia Huck
  Cc: Vasily Gorbik, Christian Borntraeger, Eric Farman, Halil Pasic,
	linux-s390, kvm

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!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-03 16:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-03  9:52 [PULL 0/1] vfio-ccw fix Cornelia Huck
2020-07-03  9:52 ` [PULL 1/1] vfio-ccw: Fix a build error due to missing include of linux/slab.h Cornelia Huck
2020-07-03 16:21 ` [PULL 0/1] vfio-ccw fix Heiko Carstens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox