Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1171978

Re: Build regressions/improvements in v4.1

From Russell King - ARM Linux <linux@arm.linux.org.uk>
Newsgroups linux.kernel
Subject Re: Build regressions/improvements in v4.1
Date 2015-06-25 11:40 +0200
Message-ID <pFbNw-4Ne-15@gated-at.bofh.it> (permalink)
References <pEgPg-6dW-1@gated-at.bofh.it> <pEgYV-6pw-5@gated-at.bofh.it> <pEhih-71u-1@gated-at.bofh.it> <pErhF-4IR-23@gated-at.bofh.it> <pFbua-4qv-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Jun 25, 2015 at 10:18:15AM +0100, Russell King - ARM Linux wrote:
> On Tue, Jun 23, 2015 at 09:50:00AM +0200, Geert Uytterhoeven wrote:
> As for the build errors you're reporting, that doesn't seem to be
> anything new.  It seems to be down to a missing dependency between
> ARM_PTDUMP and MMU, which means that ARM_PTDUMP is selectable on !MMU
> systems.  I'll add that dependency, but that's just a small drop in
> the ocean - it looks like it's the least of the problems with ARM
> randconfig...

Now that the build has finished... even with that fixed...

arch/arm/mach-versatile/built-in.o: In function `pci_versatile_setup':
arch/arm/mach-versatile/pci.c:249: undefined reference to `pci_ioremap_io'
kernel/built-in.o: In function `set_section_ro_nx':
kernel/module.c:1738: undefined reference to `set_memory_nx'
kernel/built-in.o: In function `set_page_attributes':
kernel/module.c:1709: undefined reference to `set_memory_ro'
...

which means that DEBUG_SET_MODULE_RONX also needs to depend on MMU.
As for the pci_ioremap_io, I'm not sure what to do about that.

In any case, I'll queue up both of these dependency fixes as low
priority.  Thanks.

-- 
FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
according to speedtest.net.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: Build regressions/improvements in v4.1 Geert Uytterhoeven <geert@linux-m68k.org> - 2015-06-22 23:00 +0200
  Re: Build regressions/improvements in v4.1 Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-06-22 23:20 +0200
    Re: Build regressions/improvements in v4.1 Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-06-25 11:20 +0200
      Re: Build regressions/improvements in v4.1 Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-06-25 11:40 +0200
      Re: Build regressions/improvements in v4.1 Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-06-25 11:40 +0200

csiph-web