From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267516AbUHPKjB (ORCPT ); Mon, 16 Aug 2004 06:39:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267517AbUHPKjA (ORCPT ); Mon, 16 Aug 2004 06:39:00 -0400 Received: from cantor.suse.de ([195.135.220.2]:23532 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S267516AbUHPKi4 (ORCPT ); Mon, 16 Aug 2004 06:38:56 -0400 Date: Mon, 16 Aug 2004 12:38:55 +0200 Message-ID: From: Takashi Iwai To: Lee Revell Cc: Ingo Molnar , linux-kernel , Andrew Morton , Scott Wood Subject: Re: [patch] voluntary-preempt-2.6.8-rc2-M5 In-Reply-To: <1091847265.949.8.camel@mindpipe> References: <1090732537.738.2.camel@mindpipe> <1090795742.719.4.camel@mindpipe> <20040726082330.GA22764@elte.hu> <1090830574.6936.96.camel@mindpipe> <20040726083537.GA24948@elte.hu> <1090832436.6936.105.camel@mindpipe> <20040726124059.GA14005@elte.hu> <20040726204720.GA26561@elte.hu> <20040729222657.GA10449@elte.hu> <1091141622.30033.3.camel@mindpipe> <20040730064431.GA17777@elte.hu> <1091228074.805.6.camel@mindpipe> <1091847265.949.8.camel@mindpipe> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 15) (Security Through Obscurity) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, (sorry for late reply, just back from vacation) At Fri, 06 Aug 2004 22:54:26 -0400, Lee Revell wrote: > > On Mon, 2004-08-02 at 11:19, Takashi Iwai wrote: > > At Fri, 30 Jul 2004 18:54:39 -0400, > > Lee Revell wrote: > > > > > > I discovered that a few of the XRUN traces were spurious - jackd > > > apparently does something while stopping and starting that produces an > > > XRUN trace but that jackd does not consider an error. I will fix this > > > in jackd. The msync() related XRUN triggered by apt-get is definitely > > > real. > > > > Yes. There is a bogus report at stopping (snd_pcm_drain is called). > > It was fixed in the recent ALSA cvs tree, but seems not propagated to > > bk yet... > > > > It also seems to produce an xrun at startup. This is with the latest > ALSA CVS. Is this behavior by design? No, this is not. It should be a real XRUN, I believe. Takashi