Re: [patch 33/61] lock validator: disable NMI watchdog if CONFIG_LOCKDEP

From: Keith Owens
Date: Mon May 29 2006 - 18:51:09 EST


Ingo Molnar (on Mon, 29 May 2006 23:25:50 +0200) wrote:
>From: Ingo Molnar <mingo@xxxxxxx>
>
>The NMI watchdog uses spinlocks (notifier chains, etc.),
>so it's not lockdep-safe at the moment.

Fixed in 2.6.17-rc1. notify_die() uses atomic_notifier_call_chain()
which uses RCU, not spinlocks.

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