From: Olivier Galibert <galibert@pobox.com>
To: lkml <linux-kernel@vger.kernel.org>
Subject: Re: __initcall macros and C token pasting
Date: Sun, 26 Sep 2004 19:21:04 +0200 [thread overview]
Message-ID: <20040926172104.GA44528@dspnet.fr.eu.org> (raw)
In-Reply-To: <9e473391040925121774e7e1e1@mail.gmail.com>
On Sat, Sep 25, 2004 at 03:17:14PM -0400, Jon Smirl wrote:
> However this has a side effect. DRM drivers are distributed outside of
> the kernel. This leads to the possibility of wanting two drivers
> simultaneously loaded that need different versions of the core.
> Without the DRM macros we can only have one version of the core
> loaded. What are you going to do?
Stop distributing the drivers outside of the kernel?
> One response is to build a stable API for the core.
This has absolutely zero chance to happen, as the evolution of the
kernel has proven time and again. The internal APIs of the kernel
aren't stable, however much we'd like them to be, because the best way
to do something at time t isn't the best way to do it at time t+1.
The best that is done is to try to change the drivers at the time the
core changes, and that only happens if the source of the drivers is
there along with the rest of the kernel.
OG.
next prev parent reply other threads:[~2004-09-26 17:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-25 17:57 __initcall macros and C token pasting Jon Smirl
2004-09-25 18:32 ` viro
2004-09-25 18:40 ` Jon Smirl
2004-09-25 19:17 ` Jon Smirl
2004-09-26 17:21 ` Olivier Galibert [this message]
2004-09-26 17:24 ` Tonnerre
2004-09-26 17:42 ` Christoph Hellwig
2004-09-26 19:56 ` Geert Uytterhoeven
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=20040926172104.GA44528@dspnet.fr.eu.org \
--to=galibert@pobox.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox