Greg Kroah-Hartman wrote... > This is the start of the stable review cycle for the 3.14.69 release. > There are 23 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. There's a weird build error here test-building one (but not all) of my x86_32 kernel configurations: | GEN .version | CHK include/generated/compile.h | UPD include/generated/compile.h | CC init/version.o | LD init/built-in.o | drivers/built-in.o: In function `pnp_bios_callfunc': | bioscalls.c:(.text+0x5b3c7): undefined reference to `pnp_bios_callpoint' | make[3]: *** [vmlinux] Error 1 | Makefile:831: recipe for target 'vmlinux' failed Some checking suggests this is not caused by the current patch set; instead it's build environment now using gcc 5.3.1 as provided by Debian stretch. The 4.9.2 compiler in jessie works fine. If anybody can shed some light on this ... I'm mostly curious. Kernel 4.4 builds fine, 4.5 has linker issues on powerpc, something I'm aware of since the 4.5-rc times but haven't managed to investigate yet. Christoph -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html