From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Subject: Re: [-next] ERROR: "epapr_hypercall_start" [drivers/tty/ehv_bytechan.ko] undefined! Date: Fri, 10 Aug 2012 18:58:58 +1000 Message-ID: <1344589138.27290.18.camel@concordia> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from ozlabs.org ([203.10.76.45]:43034 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757944Ab2HJI65 (ORCPT ); Fri, 10 Aug 2012 04:58:57 -0400 In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Geert Uytterhoeven Cc: linuxppc-dev@lists.ozlabs.org, Linux-Next , yu.liu@freescale.com, stuart.yoder@freescale.com, Timur Tabi On Fri, 2012-08-10 at 09:43 +0200, Geert Uytterhoeven wrote: > Sicne a few days, powerpc allmodconfig fails with: > > ERROR: "epapr_hypercall_start" [drivers/tty/ehv_bytechan.ko] undefined! > make[2]: *** [__modpost] Error 1 > make[1]: *** [modules] Error 2 > > http://kisskb.ellerman.id.au/kisskb/buildresult/6883300/ Yep, modular build is broken. Since this commit by the looks of it: commit 6d2d82627f4f1e96a33664ace494fa363e0495cb Author: Liu Yu-B13201 Date: Tue Jul 3 05:48:56 2012 +0000 PPC: Don't use hardcoded opcode for ePAPR hcall invocation Signed-off-by: Liu Yu Signed-off-by: Stuart Yoder Signed-off-by: Alexander Graf cheers