mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Diego Calleja <diegocg@gmail.com>
To: Stephane Wirtel <stephane.wirtel@belgacom.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux-2.6.13 : __check_region is deprecated
Date: Tue, 30 Aug 2005 01:28:13 +0200	[thread overview]
Message-ID: <20050830012813.7737f6f6.diegocg@gmail.com> (raw)
In-Reply-To: <20050829231417.GB2736@localhost.localdomain>

El Tue, 30 Aug 2005 01:14:17 +0200,
Stephane Wirtel <stephane.wirtel@belgacom.net> escribió:

> Is there a function to replace this deprecated function ?

request_region

> Why is it deprecated ?

>From http://lists.osdl.org/pipermail/kernel-janitors/2004-January/000346.html:
"The reason that check_region() is deprecated is that it is racy.
It could report that a region is available and then another driver
could immediately reserve that region, since check_region() doesn't
have any reservation capability."


/me wonders why check_region has not been killed, it has been
deprecated for years; killing it would force developers to fix it
and would help to identify unmaintained drivers...

  parent reply	other threads:[~2005-08-29 23:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-29 23:14 Stephane Wirtel
2005-08-29 23:21 ` Randy.Dunlap
2005-08-29 23:25 ` Jesper Juhl
2005-08-29 23:28 ` Diego Calleja [this message]
2005-08-29 23:34   ` Jesper Juhl
2005-08-29 23:55     ` Diego Calleja
2005-08-29 23:59       ` Jesper Juhl
2005-08-30 14:28       ` David Hollis
2005-08-30 14:50         ` Adrian Bunk
2005-08-30 15:09         ` Randy.Dunlap
2005-08-30  6:10 ` Stephane Wirtel

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=20050830012813.7737f6f6.diegocg@gmail.com \
    --to=diegocg@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stephane.wirtel@belgacom.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome