From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936214AbcJTM6Q (ORCPT ); Thu, 20 Oct 2016 08:58:16 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:48221 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933442AbcJTM6O (ORCPT ); Thu, 20 Oct 2016 08:58:14 -0400 Date: Thu, 20 Oct 2016 14:55:45 +0200 (CEST) From: Thomas Gleixner To: Sudip Mukherjee cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] kernel: irq: fix build failure In-Reply-To: <57FBBA0B.9070500@gmail.com> Message-ID: References: <1475775403-27207-1-git-send-email-sudipm.mukherjee@gmail.com> <57FBBA0B.9070500@gmail.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 10 Oct 2016, Sudip Mukherjee wrote: > On Thursday 06 October 2016 11:06 PM, Sudip Mukherjee wrote: > > The allmodconfig build of powerpc is failing with the error: > > ERROR: ".irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > > > > export the symbol to fix the failure. > > Hi Thomas, > powerpc and arm allmodconfig builds still fails with the same error. > Build logs of next-20161010 are at: > arm at https://travis-ci.org/sudipm-mukherjee/parport/jobs/166321467 > powerpc at https://travis-ci.org/sudipm-mukherjee/parport/jobs/166321473 I know. This is under discussion with the driver folks as we are not going to blindly export stuff just because someone slapped a irq_set_parent() into the code w/o knowing why. Thanks, tglx