From: Marc Zyngier <marc.zyngier@arm.com>
To: Mian Yousaf Kaukab <yousaf.kaukab@suse.com>,
linux-kernel@vger.kernel.org, kvm@vger.kernel.org,
alex.williamson@redhat.com
Cc: eric.auger@redhat.com, will.deacon@arm.com
Subject: Re: [PATCH v1] irqdomain: add empty irq_domain_check_msi_remap
Date: Thu, 2 Mar 2017 15:19:49 +0000 [thread overview]
Message-ID: <9715ebce-0510-d348-2ef4-c679ae950bc3@arm.com> (raw)
In-Reply-To: <20170302151147.25909-1-yousaf.kaukab@suse.com>
On 02/03/17 15:11, Mian Yousaf Kaukab wrote:
> Fix following build error for s390:
> drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_attach_group':
> drivers/vfio/vfio_iommu_type1.c:1290:25: error: implicit declaration of function 'irq_domain_check_msi_remap'
>
> Signed-off-by: Mian Yousaf Kaukab <yousaf.kaukab@suse.com>
> ---
> History:
> v1:
> -Return false instead of true as suggested by Marc and Eric.
> -Drop 2/2
>
> include/linux/irqdomain.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
> index 188eced6813e..9f3616085423 100644
> --- a/include/linux/irqdomain.h
> +++ b/include/linux/irqdomain.h
> @@ -524,6 +524,10 @@ static inline struct irq_domain *irq_find_matching_fwnode(
> {
> return NULL;
> }
> +static inline bool irq_domain_check_msi_remap(void)
> +{
> + return false;
> +}
> #endif /* !CONFIG_IRQ_DOMAIN */
>
> #endif /* _LINUX_IRQDOMAIN_H */
>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
I'll queue that now.
Thanks,
M.
--
Jazz is not dead. It just smells funny...
next prev parent reply other threads:[~2017-03-02 15:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-02 15:11 Mian Yousaf Kaukab
2017-03-02 15:19 ` Marc Zyngier [this message]
2017-03-02 15:34 ` Auger Eric
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=9715ebce-0510-d348-2ef4-c679ae950bc3@arm.com \
--to=marc.zyngier@arm.com \
--cc=alex.williamson@redhat.com \
--cc=eric.auger@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=will.deacon@arm.com \
--cc=yousaf.kaukab@suse.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
all inboxes | Powered by JetHome®