From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755312Ab2GaFib (ORCPT ); Tue, 31 Jul 2012 01:38:31 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:64076 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751710Ab2GaFi2 (ORCPT ); Tue, 31 Jul 2012 01:38:28 -0400 Date: Mon, 30 Jul 2012 22:38:27 -0700 (PDT) Message-ID: <874nootrqo.wl%kuninori.morimoto.gx@renesas.com> To: Thomas Gleixner , Andrew Morton , Greg KH Cc: Linus Walleij , Stephen Rothwell , Kuninori Morimoto , linux-kernel@vger.kernel.org, linux-next@vger.kernel.org From: Kuninori Morimoto Subject: [PATCH 0/2][resend] genirq: export patches In-Reply-To: <87fw8h4xtb.wl%kuninori.morimoto.gx@renesas.com> References: <20120706161455.dd899154fbc8a79ee530572f@canb.auug.org.au> <87r4slg063.wl%kuninori.morimoto.gx@renesas.com> <87fw8h4xtb.wl%kuninori.morimoto.gx@renesas.com> User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all These are "resend" of genirq export patches. Kuninori Morimoto (2): genirq: export irq_set_chip_and_handler_name() genirq: export dummy_irq_chip > > Hi Thomas > > Could you please teach me current status of these patches ? > > Kuninori Morimoto (2): > genirq: export irq_set_chip_and_handler_name() > genirq: export dummy_irq_chip > > At Mon, 9 Jul 2012 22:34:23 +0200, > Linus Walleij wrote: > > > > On Mon, Jul 9, 2012 at 4:04 AM, Kuninori Morimoto > > wrote: > > > > > Hi Linus Walleij, Stephen, and Thomas > > > > > >> >> > After merging the gpio-lw tree, today's linux-next build (x86_64 > > >> >> > allmodconfig) failed like this: > > >> >> > > > >> >> > ERROR: "irq_set_chip_and_handler_name" [drivers/gpio/gpio-pcf857x.ko] undefined! > > >> >> > ERROR: "dummy_irq_chip" [drivers/gpio/gpio-pcf857x.ko] undefined! > > >> >> > > >> >> Thanks, I've dropped the offending patch, Kuninori can you look into this and > > >> >> provide a new patch? It's the second patch from your patch set. > > >> > > > >> > OK. I will, but it will be next week. > > >> > And could you please show me where is your repository/branch ? > > >> > > >> http://git.kernel.org/?p=linux/kernel/git/linusw/linux-gpio.git;a=summary > > >> branch devel/for-next > > > > > > In my check, these are export symbol issue. > > > I think above 2 function/struct were not exported for module. > > > > > > Is it poosible to solve this issue by these patches ? > > > > Hm Thomas has to answer to that (and merge the patches, if he > > likes them). > > > > Yours, > > Linus Walleij > > > Best regards > --- > Kuninori Morimoto