Re: [2.6 patch] EXPORT_UNUSED_SYMBOL{,GPL}{,un}register_die_notifier

From: Andrew Morton
Date: Fri Jun 30 2006 - 23:38:59 EST


On Fri, 30 Jun 2006 13:33:17 +0200
Adrian Bunk <bunk@xxxxxxxxx> wrote:

> -EXPORT_SYMBOL(register_die_notifier);
> +EXPORT_UNUSED_SYMBOL(register_die_notifier); /* June 2006 */
> -EXPORT_SYMBOL(unregister_die_notifier);
> +EXPORT_UNUSED_SYMBOL(unregister_die_notifier); /* June 2006 */

I'd expect there are any number of low-level debugging quick-hacky modules
around which want to hook into here.

We can try it I guess, but I expect we'll hear about it.
-
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/