All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Knorr <kraxel@bytesex.org>
To: linux-kernel@vger.kernel.org
Subject: Re: kernel 2.5.10 problems
Date: 26 Apr 2002 06:54:56 GMT	[thread overview]
Message-ID: <slrnachue0.a20.kraxel@bytesex.org> (raw)
In-Reply-To: <courier.3CC89816.00006EFA@softhome.net> <20020426022139.N14343@suse.de>

Dave Jones wrote:
>  On Thu, Apr 25, 2002 at 05:58:14PM -0600, dmacbanay@softhome.net wrote:
>  
>  > 4.  Starting with kernel 2.5.6 (kernels 2.5.5 through 2.5.6-pre3 work)  the 
>  > KDE program krecord closes right after it starts. 
>  
>  Interesting. last few lines of strace output may show up what's going on.
>  Can you do a before/after strace on a working & non-working kernel?

That one likely is a known bug in the ALSA OSS emulation, Takashi
recently fixed it.

  Gerd

===== sound/core/oss/pcm_oss.c 1.4 vs edited =====
--- 1.4/sound/core/oss/pcm_oss.c	Mon Mar 18 16:21:13 2002
+++ edited/sound/core/oss/pcm_oss.c	Wed Apr 17 12:00:55 2002
@@ -557,7 +557,7 @@
 			if (ret < 0)
 				break;
 		}
-		ret = snd_pcm_lib_read(substream, ptr, frames);
+//		ret = snd_pcm_lib_read(substream, ptr, frames);
 		if (in_kernel) {
 			mm_segment_t fs;
 			fs = snd_enter_user();

  parent reply	other threads:[~2002-04-26  7:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-25 23:58 kernel 2.5.10 problems dmacbanay
2002-04-25 20:41 ` Pavel Machek
2002-04-26  0:21 ` Dave Jones
2002-04-26  1:07   ` dmacbanay
2002-04-26  6:54   ` Gerd Knorr [this message]
2002-04-26  0:24 ` Dave Jones
2002-04-26  1:11   ` dmacbanay
2002-04-27  7:58   ` Tommy Faasen
2002-04-27 18:32     ` Miles Lane
2002-04-28  0:41       ` Keith Owens
  -- strict thread matches above, loose matches on Subject: below --
2002-05-01 23:12 Miles Lane
2002-05-14  7:27 Nils-Erik Svangård

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=slrnachue0.a20.kraxel@bytesex.org \
    --to=kraxel@bytesex.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.