From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:46664 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754191AbeBNGxH (ORCPT ); Wed, 14 Feb 2018 01:53:07 -0500 Date: Wed, 14 Feb 2018 07:53:06 +0100 From: Greg KH To: Christoph Biedl Cc: stable@vger.kernel.org, Nicholas Piggin Subject: Re: Linux 4.9.81 Message-ID: <20180214065306.GA26267@kroah.com> References: <1518543587@msgid.manchmal.in-ulm.de> <1518547656@msgid.manchmal.in-ulm.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1518547656@msgid.manchmal.in-ulm.de> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Feb 13, 2018 at 07:49:30PM +0100, Christoph Biedl wrote: > Christoph Biedl wrote... > > > This seems to help: > (...) > > Not enough, additionally CONFIG_LOCKUP_DETECTOR has to be set, else the linker will fail: > > LD init/built-in.o > arch/powerpc/platforms/built-in.o: In function `.pnv_setup_arch': > setup.c:(.init.text+0x37ec): undefined reference to `.setup_rfi_flush' > Makefile:976: recipe for target 'vmlinux' failed > make[3]: *** [vmlinux] Error 1 Yes, I knew powerpc had build issues, due to patches the powerpc developers had sent me to apply. So I was hoping someone would build it and say what I needed to do to fix it :) thanks, greg k-h