Re: Notifier chains are unsafe

From: Keith Owens
Date: Wed Nov 02 2005 - 04:54:10 EST


On Tue, 1 Nov 2005 16:20:43 -0500 (EST),
Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> wrote:
>You mean the RCU-style update? It will hang when a callout routine tries
>to deregister itself as it is running, although we could add a new
>unregister_self API to handle that. Just check for num_callers equal to 1
>instead of 0.

A callout on an atomic notifer chain has no business calling the
register/unregister functions. It makes no sense for an atomic context
to call a routine that can sleep or block.

-
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/