Re: [Lse-tech] Re: [PATCH 0/7]: Fix for unsafe notifier chain

From: Keith Owens
Date: Sun Nov 27 2005 - 10:58:43 EST


On Sun, 27 Nov 2005 14:47:36 +0100,
Andi Kleen <ak@xxxxxxx> wrote:
>akpm wrote
>> - Introduce a new notifier API which is wholly unlocked
>
>The old notifiers were already wholly unlocked. So it wouldn't
>even need any changes. Just additional locks everywhere.

Wrong. The existing implementation is racy as hell. There is NO
locking on the existing chains, these patches make the notifier chains
race free.

Some of the notifier callbacks are used in weird contexts, including
NMI, so the only option for those chains is RCU. Obviously those
callbacks cannot sleep. Other chains are used in more normal context
_AND_ the callbacks want to sleep, so those chains need to use sleeping
locks.

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