[ +cc Rob H, Grant L, devicetree ] On 04/28/2015 08:24 AM, kbuild test robot wrote: > tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-testing > head: 962a6a5ce6b8280d6ce7416ce57a36103d31a523 > commit: 5a95cfdfaf5cb960ea06f333323dbe85ed269abf [9/30] of: earlycon: Fix 'stdout-path' with ':' path terminator > config: microblaze-mmu_defconfig (attached as .config) > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 5a95cfdfaf5cb960ea06f333323dbe85ed269abf > # save the attached .config to linux build tree > make.cross ARCH=microblaze > > All error/warnings: > > drivers/of/fdt.c: In function 'early_init_dt_scan_chosen_serial': >>> drivers/of/fdt.c:807:2: error: implicit declaration of function 'fdt_path_offset_namelen' [-Werror=implicit-function-declaration] > offset = fdt_path_offset_namelen(fdt, p, (int)(q - p)); > ^ > cc1: some warnings being treated as errors Greg, This error occurs because the patch "libfdt: Add fdt_path_offset_namelen()" has not been upstreamed yet by the devicetree maintainers. Please back out commits 5a95cfdfaf5c ("of: earlycon: Fix 'stdout-path' with ':' path terminator") through 865f9cc509db ("of: earlycon: Log more helpful message if earlycon not found") from tty-testing. I'll just resend the series when the situation with the missing commit has been sorted. Regards, Peter Hurley -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html