From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265091AbUHHEVU (ORCPT ); Sun, 8 Aug 2004 00:21:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265093AbUHHEVU (ORCPT ); Sun, 8 Aug 2004 00:21:20 -0400 Received: from viper.oldcity.dca.net ([216.158.38.4]:19605 "HELO viper.oldcity.dca.net") by vger.kernel.org with SMTP id S265091AbUHHEVK (ORCPT ); Sun, 8 Aug 2004 00:21:10 -0400 Subject: Re: [patch] preempt-timing-on-2.6.8-rc2-O2 From: Lee Revell To: William Lee Irwin III Cc: Ingo Molnar , linux-kernel In-Reply-To: <20040808024852.GS17188@holomorphy.com> References: <20040802092855.GA15894@elte.hu> <20040802100815.GA18349@elte.hu> <20040802101840.GB2334@holomorphy.com> <20040802103516.GA20584@elte.hu> <20040802105100.GA22855@elte.hu> <1091932214.1150.3.camel@mindpipe> <20040808023306.GP17188@holomorphy.com> <1091932615.1150.6.camel@mindpipe> <20040808023941.GQ17188@holomorphy.com> <1091933229.1150.15.camel@mindpipe> <20040808024852.GS17188@holomorphy.com> Content-Type: text/plain Message-Id: <1091938876.1183.19.camel@mindpipe> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 08 Aug 2004 00:21:16 -0400 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2004-08-07 at 22:48, William Lee Irwin III wrote: > It's probably actually a false positive. What I was explaining was why, > if it were in fact a non-preemptible critical section, it wouldn't cause > xruns. > These two seem to be real. It looks like get_user_pages is still problematic in 2.6.8-rc2. (jackd/6219): 10943us non-preemptible critical section violated 1000 us preempt threshold starting at kmap_atomic+0x10/0x60 and ending at kunmap_atomic+0x8/0x20 [] dump_stack+0x17/0x20 [] dec_preempt_count+0x3c/0x50 [] kunmap_atomic+0x8/0x20 [] do_anonymous_page+0x8b/0x190 [] do_no_page+0x4e/0x310 [] handle_mm_fault+0xc1/0x170 [] get_user_pages+0x110/0x380 [] make_pages_present+0x68/0x90 [] do_mmap_pgoff+0x3e6/0x620 [] sys_mmap2+0x76/0xb0 [] syscall_call+0x7/0xb ALSA /home/rlrevell/cvs/alsa/alsa-driver/alsa-kernel/core/pcm_lib.c:139: XRUN: pcmC0D2c [] dump_stack+0x17/0x20 [] snd_pcm_period_elapsed+0x27b/0x3e0 [snd_pcm] [] snd_emu10k1_interrupt+0xd1/0x3c0 [snd_emu10k1] [] generic_handle_IRQ_event+0x33/0x60 [] do_IRQ+0xb2/0x180 [] common_interrupt+0x18/0x20 [] __touch_preempt_timing+0x8/0x20 [] inc_preempt_count+0x32/0x40 [] fget+0x1e/0x60 [] do_pollfd+0x2d/0xa0 [] do_poll+0x5f/0xc0 [] sys_poll+0x131/0x220 [] syscall_call+0x7/0xb (gnome-terminal/914): 10738us non-preemptible critical section violated 1000 us preempt threshold starting at fget+0x1e/0x60 and ending at fget+0x3d/0x60 [] dump_stack+0x17/0x20 [] dec_preempt_count+0x3c/0x50 [] fget+0x3d/0x60 [] do_pollfd+0x2d/0xa0 [] do_poll+0x5f/0xc0 [] sys_poll+0x131/0x220 [] syscall_call+0x7/0xb Lee