From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: randconfig build error with next-20131211, in drivers/infiniband/hw/usnic/usnic_uiom.c Date: Thu, 19 Dec 2013 12:02:04 -0800 Message-ID: <52B350BC.8000903@infradead.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jim Davis , Stephen Rothwell , linux-next-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, umalhi-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org, roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, hal.rosenstock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org List-Id: linux-next.vger.kernel.org On 12/11/13 07:57, Jim Davis wrote: > Building with the attached random configuration file, >=20 > drivers/infiniband/hw/usnic/usnic_uiom.c: In function > =91usnic_uiom_attach_dev_to_pd=92: > drivers/infiniband/hw/usnic/usnic_uiom.c:505:2: error: implicit decla= ration of f > unction =91iommu_domain_has_cap=92 [-Werror=3Dimplicit-function-decla= ration] > if (!iommu_domain_has_cap(pd->domain, IOMMU_CAP_CACHE_COHERENCY)) { > ^ > cc1: some warnings being treated as errors > make[3]: *** [drivers/infiniband/hw/usnic/usnic_uiom.o] Error 1 >=20 This build error still happens in linux-next of 20131219. --=20 ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756078Ab3LSUCL (ORCPT ); Thu, 19 Dec 2013 15:02:11 -0500 Received: from merlin.infradead.org ([205.233.59.134]:35741 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751357Ab3LSUCJ (ORCPT ); Thu, 19 Dec 2013 15:02:09 -0500 Message-ID: <52B350BC.8000903@infradead.org> Date: Thu, 19 Dec 2013 12:02:04 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Jim Davis , Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, umalhi@cisco.com, roland@kernel.org, hal.rosenstock@gmail.com Subject: Re: randconfig build error with next-20131211, in drivers/infiniband/hw/usnic/usnic_uiom.c References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/11/13 07:57, Jim Davis wrote: > Building with the attached random configuration file, > > drivers/infiniband/hw/usnic/usnic_uiom.c: In function > ‘usnic_uiom_attach_dev_to_pd’: > drivers/infiniband/hw/usnic/usnic_uiom.c:505:2: error: implicit declaration of f > unction ‘iommu_domain_has_cap’ [-Werror=implicit-function-declaration] > if (!iommu_domain_has_cap(pd->domain, IOMMU_CAP_CACHE_COHERENCY)) { > ^ > cc1: some warnings being treated as errors > make[3]: *** [drivers/infiniband/hw/usnic/usnic_uiom.o] Error 1 > This build error still happens in linux-next of 20131219. -- ~Randy