Re: linux-next: Tree for Sep 18 (build failures)

From: Guenter Roeck
Date: Fri Sep 18 2015 - 10:22:16 EST


On Fri, Sep 18, 2015 at 02:08:10PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20150917:
>
> I used the h8300 tree from next-20150828 since the current tree has been
> rebased onto something very old :-(
>
> The bluetooth tree still had its build failure.
>
> The tip tree gained a conflict against Linus' tree.
>
> The akpm-current tree lost its build failure.
>
> Non-merge commits (relative to Linus' tree): 1938
> 1581 files changed, 83940 insertions(+), 23948 deletions(-)
>

Build failures:

ia64:defconfig
ia64:allnoconfig

drivers/built-in.o: In function `efi_mem_attributes':
(.text+0xde962): undefined reference to `memmap'
drivers/built-in.o: In function `efi_mem_attributes':
(.text+0xde971): undefined reference to `memmap'

Bisect points to 'efi, x86: Rearrange efi_mem_attributes()'.
On a side note, 'memmap' is really a bad name for a global variable,
As the patch desciption suggests, the variable does not exist for ia64,
so the build failure is not entirely unexpected.

----
powerpc:ppc64e_defconfig
powerpc:85xx/sbc8548_defconfig

arch/powerpc/sysdev/fsl_pci.c: In function 'fsl_pci_mcheck_exception':
arch/powerpc/sysdev/fsl_pci.c:1002:4: error: passing argument 2 of 'probe_kernel_read' makes pointer from integer without a cast

Bisect points to 'uaccess: reimplement probe_kernel_address() using
probe_kernel_read()'.

Guenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/