From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from manchmal.in-ulm.de ([217.10.9.201]:41821 "EHLO manchmal.in-ulm.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751274AbcEISV1 (ORCPT ); Mon, 9 May 2016 14:21:27 -0400 Date: Mon, 9 May 2016 20:21:24 +0200 From: Christoph Biedl To: stable@vger.kernel.org Subject: Re: [PATCH 3.14 00/23] 3.14.69-stable review Message-ID: <1462817085@msgid.manchmal.in-ulm.de> References: <20160509071646.726412064@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160509071646.726412064@linuxfoundation.org> Sender: stable-owner@vger.kernel.org List-ID: 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