All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre Ossman <drzeus-list@drzeus.cx>
To: Amol Lad <amol@verismonetworks.com>
Cc: linux kernel <linux-kernel@vger.kernel.org>,
	kernel Janitors <kernel-janitors@lists.osdl.org>
Subject: Re: [KJ] [PATCH] drivers/mmc/mmc.c: Replacing yield() with a
Date: Sun, 22 Oct 2006 20:23:59 +0000	[thread overview]
Message-ID: <453BD35F.1030902@drzeus.cx> (raw)
In-Reply-To: <1160570743.19143.307.camel@amol.verismonetworks.com>

Amol Lad wrote:
> In 2.6, the semantics of calling yield() changed from "sleep for a
> bit" to "I really don't want to run for a while".  This matches POSIX
> better, but there's a lot of drivers still using yield() when they mean
> cond_resched(), schedule() or even schedule_timeout().
> 
> For this driver cond_resched() seems to be a better
> alternative
> 

A version of this patch has been pushed towards Andrew. Thanks for
pointing it out.

Rgds
-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  PulseAudio, core developer          http://pulseaudio.org
  rdesktop, core developer          http://www.rdesktop.org
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

WARNING: multiple messages have this Message-ID (diff)
From: Pierre Ossman <drzeus-list@drzeus.cx>
To: Amol Lad <amol@verismonetworks.com>
Cc: linux kernel <linux-kernel@vger.kernel.org>,
	kernel Janitors <kernel-janitors@lists.osdl.org>
Subject: Re: [PATCH] drivers/mmc/mmc.c: Replacing yield() with a better	alternative
Date: Sun, 22 Oct 2006 22:23:59 +0200	[thread overview]
Message-ID: <453BD35F.1030902@drzeus.cx> (raw)
In-Reply-To: <1160570743.19143.307.camel@amol.verismonetworks.com>

Amol Lad wrote:
> In 2.6, the semantics of calling yield() changed from "sleep for a
> bit" to "I really don't want to run for a while".  This matches POSIX
> better, but there's a lot of drivers still using yield() when they mean
> cond_resched(), schedule() or even schedule_timeout().
> 
> For this driver cond_resched() seems to be a better
> alternative
> 

A version of this patch has been pushed towards Andrew. Thanks for
pointing it out.

Rgds
-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  PulseAudio, core developer          http://pulseaudio.org
  rdesktop, core developer          http://www.rdesktop.org

  parent reply	other threads:[~2006-10-22 20:23 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-11 12:45 [PATCH] drivers/mmc/mmc.c: Replacing yield() with a better alternative Amol Lad
2006-10-11 12:57 ` [KJ] [PATCH] drivers/mmc/mmc.c: Replacing yield() with a Amol Lad
2006-10-11 12:58 ` Arjan van de Ven
2006-10-11 12:58   ` [PATCH] drivers/mmc/mmc.c: Replacing yield() with a better alternative Arjan van de Ven
2006-10-11 14:16   ` [KJ] most users of msleep_interruptible are broken Matthew Wilcox
2006-10-11 14:16     ` Matthew Wilcox
2006-10-11 14:20     ` [KJ] " Pierre Ossman
2006-10-11 14:20       ` Pierre Ossman
2006-10-11 14:53       ` [KJ] " Arjan van de Ven
2006-10-11 14:53         ` Arjan van de Ven
2006-10-11 15:07         ` [KJ] " Pierre Ossman
2006-10-11 15:07           ` Pierre Ossman
2006-10-11 20:30     ` [KJ] " Pavel Machek
2006-10-11 20:30       ` Pavel Machek
2006-10-12  5:54   ` [KJ] [PATCH] drivers/mmc/mmc.c: Replacing yield() with a Nick Piggin
2006-10-12  5:54     ` [PATCH] drivers/mmc/mmc.c: Replacing yield() with a better alternative Nick Piggin
2006-10-16  6:49     ` [KJ] [PATCH] drivers/mmc/mmc.c: Replacing yield() with a Pierre Ossman
2006-10-16  6:49       ` [PATCH] drivers/mmc/mmc.c: Replacing yield() with a better alternative Pierre Ossman
2006-10-22 20:23 ` Pierre Ossman [this message]
2006-10-22 20:23   ` Pierre Ossman

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=453BD35F.1030902@drzeus.cx \
    --to=drzeus-list@drzeus.cx \
    --cc=amol@verismonetworks.com \
    --cc=kernel-janitors@lists.osdl.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.