From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com ([66.111.4.29]:58267 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147AbcEJHDM (ORCPT ); Tue, 10 May 2016 03:03:12 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 234E020DBF for ; Tue, 10 May 2016 03:03:11 -0400 (EDT) Date: Tue, 10 May 2016 09:03:07 +0200 From: Greg KH To: Christoph Biedl Cc: stable@vger.kernel.org Subject: Re: [PATCH 3.14 00/23] 3.14.69-stable review Message-ID: <20160510070307.GA21785@kroah.com> References: <20160509071646.726412064@linuxfoundation.org> <1462817085@msgid.manchmal.in-ulm.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462817085@msgid.manchmal.in-ulm.de> Sender: stable-owner@vger.kernel.org List-ID: On Mon, May 09, 2016 at 08:21:24PM +0200, Christoph Biedl wrote: > 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. Can you use 'git bisect' to track down the problem commit? thanks, greg k-h