Re: acquire_console_mutex: WARNING: at 2.6.33.4-rt20/kernel/mutex-debug.c:65 mutex_remove_waiter+0xe8/0x11c()

From: Arnd Bergmann
Date: Mon May 31 2010 - 07:29:19 EST


On Sunday 30 May 2010, Olaf Hering wrote:
> > You could try to pull in the blk/tty branch from
> > http://git.kernel.org/?p=linux/kernel/git/arnd/playground.git and enable
> > CONFIG_TTY_MUTEX to see if that gives you better lockdep output,
> > because that replaces the implicit dropping of the BKL with mutex operations
> > that lockdep is aware of.
>
> CONFIG_TTY_MUTEX depends on SMP and this ARM system does not support
> CONFIG_SMP, its hidden by Kconfig dependencies.
>
Ah right, sorry about that.

It should be

depends on SMP || PREEMPT

Arnd


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