From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from manchmal.in-ulm.de ([217.10.9.201]:51226 "EHLO manchmal.in-ulm.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965425AbeBMStd (ORCPT ); Tue, 13 Feb 2018 13:49:33 -0500 Date: Tue, 13 Feb 2018 19:49:30 +0100 From: Christoph Biedl To: Greg KH Cc: stable@vger.kernel.org, Nicholas Piggin Subject: Re: Linux 4.9.81 Message-ID: <1518547656@msgid.manchmal.in-ulm.de> References: <1518543587@msgid.manchmal.in-ulm.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1518543587@msgid.manchmal.in-ulm.de> Sender: stable-owner@vger.kernel.org List-ID: 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 Christoph