[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1363378546.16793.26.camel@ul30vt.home>
Date: Fri, 15 Mar 2013 14:15:46 -0600
From: Alex Williamson <alex.williamson@...hat.com>
To: Arnd Bergmann <arnd@...db.de>
Cc: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
kvm@...r.kernel.org
Subject: Re: [PATCH] vfio: include <linux/slab.h> for kmalloc
On Thu, 2013-03-14 at 22:56 +0100, Arnd Bergmann wrote:
> The vfio drivers call kmalloc or kzalloc, but do not
> include <linux/slab.h>, which causes build errors on
> ARM.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> Cc: Alex Williamson <alex.williamson@...hat.com>
> Cc: kvm@...r.kernel.org
> ---
> Please apply for 3.9
Applied, Thanks,
Alex
> drivers/vfio/pci/vfio_pci_config.c | 1 +
> drivers/vfio/pci/vfio_pci_intrs.c | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/drivers/vfio/pci/vfio_pci_config.c b/drivers/vfio/pci/vfio_pci_config.c
> index 964ff22..aeb00fc 100644
> --- a/drivers/vfio/pci/vfio_pci_config.c
> +++ b/drivers/vfio/pci/vfio_pci_config.c
> @@ -27,6 +27,7 @@
> #include <linux/pci.h>
> #include <linux/uaccess.h>
> #include <linux/vfio.h>
> +#include <linux/slab.h>
>
> #include "vfio_pci_private.h"
>
> diff --git a/drivers/vfio/pci/vfio_pci_intrs.c b/drivers/vfio/pci/vfio_pci_intrs.c
> index 3639371..a965091 100644
> --- a/drivers/vfio/pci/vfio_pci_intrs.c
> +++ b/drivers/vfio/pci/vfio_pci_intrs.c
> @@ -22,6 +22,7 @@
> #include <linux/vfio.h>
> #include <linux/wait.h>
> #include <linux/workqueue.h>
> +#include <linux/slab.h>
>
> #include "vfio_pci_private.h"
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists