9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Alexander Viro <viro@math.psu.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] OT: linux complexity trends
Date: Mon, 26 Nov 2001 13:24:53 -0500	[thread overview]
Message-ID: <Pine.GSO.4.21.0111261311060.12852-100000@weyl.math.psu.edu> (raw)
In-Reply-To: <01112610404404.17193@snaresland>



On Mon, 26 Nov 2001, Ronald G Minnich wrote:

> On Monday 26 November 2001 07:54, you wrote:
> > But look: the Plan 9 kernel is a big beast, no doubt about it.   All those
> > drivers, for one thing.
>
> any opinions in this group about dynamically loading drivers.

Can get extremely messy wrt unload-related races.  If you limit yourself
to uniform kernel<->module API - maybe. struct Dev would be natural candidate,
but #<letter> convention might get uncomfortable very soon and AFAICS you will
need to work on locking and proper refcounting - from the fast look through
code it's not a lot to change, but I didn't dig deep enough to say for sure.
The question being, is it really worth the trouble?

PS: apologies for delay with port of patch to current tree - it had been
quite a week, what with 2.5 fork and beginning of merges...



  reply	other threads:[~2001-11-26 18:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-26 14:54 rob pike
2001-11-26 17:40 ` Ronald G Minnich
2001-11-26 18:24   ` Alexander Viro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-11-26 22:37 forsyth
2001-11-26 19:01 presotto
2001-11-26 17:56 presotto
2001-11-26 18:48 ` Dan Cross
2001-11-27 10:16   ` Thomas Bushnell, BSG
2001-11-26 14:42 forsyth
2001-11-26 14:00 presotto
2001-11-26 13:13 forsyth
2001-11-26 18:36 ` Dan Cross
2001-11-26 19:45   ` Ronald G Minnich
2001-11-26 12:41 steve.simon

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=Pine.GSO.4.21.0111261311060.12852-100000@weyl.math.psu.edu \
    --to=viro@math.psu.edu \
    --cc=9fans@cse.psu.edu \
    /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;
as well as URLs for NNTP newsgroup(s).