lkml.org 
[lkml]   [2006]   [Feb]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] Avoid calling down_read and down_write during startup
On Thu, 23 Feb 2006, Andrew Morton wrote:

> Benjamin LaHaise <bcrl@kvack.org> wrote:
> >
> > On Thu, Feb 23, 2006 at 05:36:56PM -0500, Alan Stern wrote:
> > > This patch (as660) changes the registration and unregistration routines
> > > for blocking notifier chains. During system startup, when task switching
> > > is illegal, the routines will avoid calling down_write().
> >
> > Why is that necessary? The down_write() will immediately succeed as no
> > other process can possibly be holding the lock when the system is booting,
> > so the special casing doesn't fix anything.
>
> down_write() unconditionally (and reasonably) does local_irq_enable() in
> the uncontended case. And enabling local interrupts early in boot can
> cause crashes.

Ben, earlier you expressed concern about the extra overhead due to
cache-line contention (on SMP) in the down_read() call added to
blocking_notifier_call_chain. I don't remember which notifier chain in
particular you were worried about; something to do with networking.

Does this still bother you? I can see a couple of ways around it.

One is to make that notifier chain atomic instead of blocking. Of course,
this is feasible only if the chain's callout routines never block. If
they do, then perhaps there's no point worrying about cache misses.

Another possibility is to write a variant implementation of rw-semaphores,
one that wouldn't cause a cache miss in the common case of an uncontested
read lock. It could be done. I can write a somewhat inefficient
version easily enough; no doubt someone more experienced in this sort of
thing could do a better job.

What do you think?

Alan Stern

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-02-24 04:21    [W:0.123 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site