From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932207AbWGDKzc (ORCPT ); Tue, 4 Jul 2006 06:55:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932210AbWGDKzc (ORCPT ); Tue, 4 Jul 2006 06:55:32 -0400 Received: from ns.suse.de ([195.135.220.2]:64471 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S932207AbWGDKzb (ORCPT ); Tue, 4 Jul 2006 06:55:31 -0400 Date: Tue, 04 Jul 2006 12:55:30 +0200 Message-ID: From: Takashi Iwai To: Andrew Morton Cc: Santiago Garcia Mantinan , linux-kernel@vger.kernel.org Subject: Re: awe64 isa pnp ALSA problems since 2.6.17 In-Reply-To: <20060703175032.843ed1fb.akpm@osdl.org> References: <20060630205703.GA2840@pul.manty.net> <20060703223128.GA2423@pul.manty.net> <20060703175032.843ed1fb.akpm@osdl.org> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta25) (eggplant) (+CVS-20060326) (i386-suse-linux) 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 X-Mailing-List: linux-kernel@vger.kernel.org At Mon, 3 Jul 2006 17:50:32 -0700, Andrew Morton wrote: > > On Tue, 4 Jul 2006 00:31:28 +0200 > Santiago Garcia Mantinan wrote: > > > > The patch should fix the error above. > > > > I have applied your patch, did a make mrproper and then compiled again, I'm > > still getting the very same message: > > > > setup_irq: irq handler mismatch > > setup_irq+0xe5/0xfb pnp_test_handler+0x0/0x6 > > request_irq+0x6b/0x8b pnp_check_irq+0xb8/0x12f > > pnp_test_handler+0x0/0x6 pnp_assign_irq+0xd7/0xf4 > > pnp_assign_resources+0x1bc/0x23a > > This has been addressed in Linus's current tree, via: > > if (request_irq(*irq, pnp_test_handler, > IRQF_DISABLED|IRQF_PROBE_SHARED, "pnp", NULL)) > > in drivers/pnp/resource.c. These fixes should go to 2.6.17.x tree, right? Then I'll prepare the patch for ALSA part... Takashi