From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Guenter Roeck <linux@roeck-us.net>, David Airlie <airlied@linux.ie>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
linux-kernel@vger.kernel.org,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
Oleksij Rempel <linux@rempel-privat.de>,
linux-next@vger.kernel.org,
Matthew Wilcox <matthew.r.wilcox@intel.com>,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: linux-next: Tree for Jan 30 (build failures)
Date: Fri, 30 Jan 2015 17:15:38 +0100 [thread overview]
Message-ID: <20150130171538.0facb9b1@bbrezillon> (raw)
In-Reply-To: <20150130142520.GA6872@roeck-us.net>
Hi Guenter,
On Fri, 30 Jan 2015 06:25:20 -0800
Guenter Roeck <linux@roeck-us.net> wrote:
> On Fri, Jan 30, 2015 at 06:02:09PM +1100, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20150129:
> >
> > The arm-soc gained conflicts against the arm-current and arm trees.
> >
> > The spi tree gained a build failure for which I reverted a commit.
> >
> > Non-merge commits (relative to Linus' tree): 6300
> > 6348 files changed, 255117 insertions(+), 131620 deletions(-)
> >
> > ----------------------------------------------------------------------------
>
> Build failures below. I copied the culprits (including Linus ;-).
>
> Guenter
>
> ===
> Building arc:defconfig ... failed
> Building arc:tb10x_defconfig ... failed
> --------------
> Error log:
> arch/arc/mm/fault.c: In function 'do_page_fault':
> arch/arc/mm/fault.c:164: error: 'VM_FAULT_SIGSEV' undeclared
>
> Typo. Caused by 33692f27597f ("vm: add VM_FAULT_SIGSEGV handling support"),
> from mainline. I submitted a patch.
>
> ===
> Building mips:allmodconfig ... failed
> --------------
> Error log:
>
> fs/built-in.o: In function `dax_fault':
> (.text+0x5e284): undefined reference to `copy_user_page'
>
> Caused by 4927b7d77c001 ("dax,ext2: replace the XIP page fault handler with the
> DAX page fault handler"). Looks like copy_user_page does not exist in mips.
>
> ===
> Building sparc64:allmodconfig ... failed
> --------------
> Error log:
> drivers/built-in.o: In function `asm9260_timer_init':
> asm9260_timer.c:(.init.text+0x60d4): undefined reference to `of_io_request_and_map'
>
> Caused by e4940cd76934 ("ARM: clocksource: add asm9260_timer driver").
> of_io_request_and_map does not exist for the sparc architecture.
> Maybe that driver should depend on ARM or at least on !SPARC ?
>
> ===
> Building xtensa:allmodconfig ... failed
> --------------
> Error log:
> drivers/gpu/drm/drm_gem_cma_helper.c: In function ‘drm_gem_cma_create’:
> drivers/gpu/drm/drm_gem_cma_helper.c:110:2: error: implicit declaration of function ‘dma_alloc_writecombine’
> drivers/gpu/drm/drm_gem_cma_helper.c: In function ‘drm_gem_cma_free_object’:
> drivers/gpu/drm/drm_gem_cma_helper.c:193:3: error: implicit declaration of function ‘dma_free_writecombine’
> drivers/gpu/drm/drm_gem_cma_helper.c: In function ‘drm_gem_cma_mmap_obj’:
> drivers/gpu/drm/drm_gem_cma_helper.c:330:2: error: implicit declaration of function ‘dma_mmap_writecombine’
>
> Caused by 1a396789f65a2 ("drm: add Atmel HLCDC Display Controller support").
> It selects DRM_KMS_CMA_HELPER which selects DRM_GEM_CMA_HELPER which needs
> the missing dma functions. Those are not supported on xtensa (HAVE_DMA_ATTRS
> is not set for xtensa). Maybe the controller should depend on HAVE_DMA_ATTRS.
I fixed that one a week ago: [1].
I'm Adding Dave and the dri-devel ML in Cc, apart from that I don't know
what I can/should do to make it appear in linux-next.
Dave, unless you think there is a risk in applying this patch, could
you take it in your drm-next tree ?
Best Regards,
Boris
[1]http://www.spinics.net/lists/dri-devel/msg75848.html
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2015-01-30 16:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-30 7:02 linux-next: Tree for Jan 30 Stephen Rothwell
2015-01-30 14:25 ` linux-next: Tree for Jan 30 (build failures) Guenter Roeck
2015-01-30 16:01 ` Oleksij Rempel
2015-01-30 17:30 ` Guenter Roeck
2015-01-30 16:15 ` Boris Brezillon [this message]
2015-01-30 19:07 ` linux-next: Tree for Jan 30 (clk related WARNING on arm) Guenter Roeck
2015-02-01 9:23 ` Geert Uytterhoeven
2015-02-01 18:49 ` Guenter Roeck
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=20150130171538.0facb9b1@bbrezillon \
--to=boris.brezillon@free-electrons.com \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=linux@rempel-privat.de \
--cc=linux@roeck-us.net \
--cc=matthew.r.wilcox@intel.com \
--cc=sfr@canb.auug.org.au \
--cc=torvalds@linux-foundation.org \
/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;
as well as URLs for NNTP newsgroup(s).