Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261681AbUKXCRK (ORCPT ); Tue, 23 Nov 2004 21:17:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261687AbUKXCRK (ORCPT ); Tue, 23 Nov 2004 21:17:10 -0500 Received: from mx2.elte.hu ([157.181.151.9]:16528 "EHLO mx2.elte.hu") by vger.kernel.org with ESMTP id S261681AbUKXCRD (ORCPT ); Tue, 23 Nov 2004 21:17:03 -0500 Date: Wed, 24 Nov 2004 04:19:08 +0100 From: Ingo Molnar To: Florian Schmidt Cc: linux-kernel@vger.kernel.org, Lee Revell , Rui Nuno Capela , Mark_H_Johnson@Raytheon.com, "K.R. Foley" , Bill Huey , Adam Heath , Thomas Gleixner , Michal Schmidt , Fernando Pablo Lopez-Lezcano , Karsten Wiese , Gunther Persoons , emann@mrv.com, Shane Shrybman , Amit Shah , Esben Nielsen Subject: Re: [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-9 Message-ID: <20041124031908.GA12028@elte.hu> References: <20041111215122.GA5885@elte.hu> <20041116125402.GA9258@elte.hu> <20041116130946.GA11053@elte.hu> <20041116134027.GA13360@elte.hu> <20041117124234.GA25956@elte.hu> <20041118123521.GA29091@elte.hu> <20041118164612.GA17040@elte.hu> <20041122005411.GA19363@elte.hu> <20041123175823.GA8803@elte.hu> <20041124012827.625fa7e1@mango.fruits.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041124012827.625fa7e1@mango.fruits.de> User-Agent: Mutt/1.4.1i X-ELTE-SpamVersion: MailScanner 4.31.6-itk1 (ELTE 1.2) SpamAssassin 2.63 ClamAV 0.73 X-ELTE-VirusStatus: clean X-ELTE-SpamCheck: no X-ELTE-SpamCheck-Details: score=-4.9, required 5.9, autolearn=not spam, BAYES_00 -4.90 X-ELTE-SpamLevel: X-ELTE-SpamScore: -4 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 747 Lines: 21 * Florian Schmidt wrote: > Hi, i have some problem with unresolved symbols loading my alsa sound > card driver with this kernel version. At first i suspected an unclean > build, but then i did make clean bzImage modules and the unresolved > symbols persist (i have wakeup/nonpreemptible/interrupts-off tracing > enabled (see .config)): > > snd_pcm: Unknown symbol user_trace_stop does adding this line to kernel/latency.c resolve it?: EXPORT_SYMBOL(user_trace_stop); Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/