From: Cornelia Huck <cohuck@redhat.com>
To: Tian Tao <tiantao6@hisilicon.com>
Cc: <alex.williamson@redhat.com>, <kvm@vger.kernel.org>
Subject: Re: [PATCH] vfio/iommu_type1: Fix duplicate included kthread.h
Date: Fri, 19 Feb 2021 13:21:31 +0100 [thread overview]
Message-ID: <20210219132131.0414e977.cohuck@redhat.com> (raw)
In-Reply-To: <1613614649-59501-1-git-send-email-tiantao6@hisilicon.com>
On Thu, 18 Feb 2021 10:17:29 +0800
Tian Tao <tiantao6@hisilicon.com> wrote:
> linux/kthread.h is included more than once, remove the one that isn't
> necessary.
>
> Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
> ---
> drivers/vfio/vfio_iommu_type1.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/vfio/vfio_iommu_type1.c b/drivers/vfio/vfio_iommu_type1.c
> index ec9fd95..b3df383 100644
> --- a/drivers/vfio/vfio_iommu_type1.c
> +++ b/drivers/vfio/vfio_iommu_type1.c
> @@ -31,7 +31,6 @@
> #include <linux/rbtree.h>
> #include <linux/sched/signal.h>
> #include <linux/sched/mm.h>
> -#include <linux/kthread.h>
> #include <linux/slab.h>
> #include <linux/uaccess.h>
> #include <linux/vfio.h>
This is not in Linus' tree yet, only on Alex' next branch, would be
good to mention that.
Fixes: 898b9eaeb3fe ("vfio/type1: block on invalid vaddr")
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
prev parent reply other threads:[~2021-02-19 12:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-18 2:17 [PATCH] vfio/iommu_type1: Fix duplicate included kthread.h Tian Tao
2021-02-19 12:21 ` Cornelia Huck [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210219132131.0414e977.cohuck@redhat.com \
--to=cohuck@redhat.com \
--cc=alex.williamson@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=tiantao6@hisilicon.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox