* Re: next-20160707 build: 1 failures 6 warnings (next-20160707) [not found] <E1bL5XI-0004Z9-EP@optimist> @ 2016-07-07 12:22 ` Mark Brown 2016-07-07 13:18 ` Tomasz Figa 0 siblings, 1 reply; 4+ messages in thread From: Mark Brown @ 2016-07-07 12:22 UTC (permalink / raw) To: Mark Yao, David Airlie, Heiko Stuebner, Simon Xue, Shunqian Zheng, Tomasz Figa, Joerg Roedel Cc: linaro-kernel, kernel-build-reports, dri-devel, linux-rockchip, linux-next, linux-arm-kernel [-- Attachment #1.1: Type: text/plain, Size: 532 bytes --] On Thu, Jul 07, 2016 at 10:23:56AM +0100, Build bot for Mark Brown wrote: Today's -next fails to build an arm64 allmodconfig due to: > arm64-allmodconfig > ../drivers/gpu/drm/rockchip/rockchip_drm_drv.c:17:27: fatal error: asm/dma-iommu.h: No such file or directory triggered by c51f43a9c171ea (iommu/rockchip: Enable Rockchip IOMMU on ARM64) which enables the Rockchip IOMMU driver on ARM64 which lacks the above header. Either the use of the header needs to be removed or an explicit ARM64 dependency added at the DRM level. [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 473 bytes --] [-- Attachment #2: Type: text/plain, Size: 160 bytes --] _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: next-20160707 build: 1 failures 6 warnings (next-20160707) 2016-07-07 12:22 ` next-20160707 build: 1 failures 6 warnings (next-20160707) Mark Brown @ 2016-07-07 13:18 ` Tomasz Figa [not found] ` <CAAFQd5DacKar+T1Fj62NvAZOT_QWBhahftZJXGq40Z19n-Z4Hg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Tomasz Figa @ 2016-07-07 13:18 UTC (permalink / raw) To: Mark Brown Cc: Mark Yao, David Airlie, Heiko Stuebner, Simon Xue, Shunqian Zheng, Joerg Roedel, kernel-build-reports, linaro-kernel, linux-next, linux-arm-kernel@lists.infradead.org, open list:ARM/Rockchip SoC..., dri-devel Hi Mark, On Thu, Jul 7, 2016 at 9:22 PM, Mark Brown <broonie@kernel.org> wrote: > On Thu, Jul 07, 2016 at 10:23:56AM +0100, Build bot for Mark Brown wrote: > > Today's -next fails to build an arm64 allmodconfig due to: > >> arm64-allmodconfig >> ../drivers/gpu/drm/rockchip/rockchip_drm_drv.c:17:27: fatal error: asm/dma-iommu.h: No such file or directory > > triggered by c51f43a9c171ea (iommu/rockchip: Enable Rockchip IOMMU on > ARM64) which enables the Rockchip IOMMU driver on ARM64 which lacks the > above header. Either the use of the header needs to be removed or an > explicit ARM64 dependency added at the DRM level. Looks like next is missing the DRM side of the series, which makes the driver in question not need this header anymore. This is probably because we missed this hidden dependency and decided to push the IOMMU part separately through the IOMMU tree. I guess we can remove the offending patch from the IOMMU tree and let the DRM tree include it based on a topic branch from Joerg. Joerg, David, Mark Yao, what do you think? Best regards, Tomasz ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <CAAFQd5DacKar+T1Fj62NvAZOT_QWBhahftZJXGq40Z19n-Z4Hg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: next-20160707 build: 1 failures 6 warnings (next-20160707) [not found] ` <CAAFQd5DacKar+T1Fj62NvAZOT_QWBhahftZJXGq40Z19n-Z4Hg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2016-07-07 15:32 ` Joerg Roedel 2016-07-12 13:59 ` Daniel Vetter 0 siblings, 1 reply; 4+ messages in thread From: Joerg Roedel @ 2016-07-07 15:32 UTC (permalink / raw) To: Tomasz Figa Cc: linaro-kernel-cunTk1MwBs8s++Sfvej+rw, Simon Xue, kernel-build-reports-cunTk1MwBs8s++Sfvej+rw, David Airlie, dri-devel, open list:ARM/Rockchip SoC..., Mark Brown, linux-next-u79uwXL29TY76Z2rM5mHXA, Mark Yao, Shunqian Zheng, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Heiko Stuebner On Thu, Jul 07, 2016 at 10:18:02PM +0900, Tomasz Figa wrote: > This is probably because we missed this hidden dependency and decided > to push the IOMMU part separately through the IOMMU tree. I guess we > can remove the offending patch from the IOMMU tree and let the DRM > tree include it based on a topic branch from Joerg. > > Joerg, David, Mark Yao, what do you think? Will the DRM patches go upstream soon, or is there still discussion around them? For now I am going to remove/revert that patch in my tree. Joerg ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: next-20160707 build: 1 failures 6 warnings (next-20160707) 2016-07-07 15:32 ` Joerg Roedel @ 2016-07-12 13:59 ` Daniel Vetter 0 siblings, 0 replies; 4+ messages in thread From: Daniel Vetter @ 2016-07-12 13:59 UTC (permalink / raw) To: Joerg Roedel Cc: Tomasz Figa, linaro-kernel, Simon Xue, kernel-build-reports, dri-devel, open list:ARM/Rockchip SoC..., Mark Brown, linux-next, Shunqian Zheng, linux-arm-kernel@lists.infradead.org On Thu, Jul 07, 2016 at 05:32:37PM +0200, Joerg Roedel wrote: > On Thu, Jul 07, 2016 at 10:18:02PM +0900, Tomasz Figa wrote: > > This is probably because we missed this hidden dependency and decided > > to push the IOMMU part separately through the IOMMU tree. I guess we > > can remove the offending patch from the IOMMU tree and let the DRM > > tree include it based on a topic branch from Joerg. > > > > Joerg, David, Mark Yao, what do you think? > > Will the DRM patches go upstream soon, or is there still discussion > around them? For now I am going to remove/revert that patch in my tree. drm is pretty much done for 4.8, but as usual there's some driver maintainers who are rather late. I'd say unlikely it lands in 4.8, postpone to 4.9 seems more reasonable given the trouble it just caused. -Daniel > > > Joerg > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-07-12 13:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1bL5XI-0004Z9-EP@optimist>
2016-07-07 12:22 ` next-20160707 build: 1 failures 6 warnings (next-20160707) Mark Brown
2016-07-07 13:18 ` Tomasz Figa
[not found] ` <CAAFQd5DacKar+T1Fj62NvAZOT_QWBhahftZJXGq40Z19n-Z4Hg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-07-07 15:32 ` Joerg Roedel
2016-07-12 13:59 ` Daniel Vetter
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox