The patch titled lock validator: add s390 to supported options has been added to the -mm tree. Its filename is lock-validator-add-s390-to-supported-options.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: lock validator: add s390 to supported options From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Enable DEBUG_SPINLOCK_ALLOC, DEBUG_RWLOCK_ALLOC, DEBUG_MUTEX_ALLOC, DEBUG_RWSEM_ALLOC and LOCKDEP for s390. Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Acked-by: Ingo Molnar <mingo@xxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Cc: Arjan van de Ven <arjan@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- lib/Kconfig.debug | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff -puN lib/Kconfig.debug~lock-validator-add-s390-to-supported-options lib/Kconfig.debug --- 25/lib/Kconfig.debug~lock-validator-add-s390-to-supported-options Mon Jun 19 15:06:18 2006 +++ 25-akpm/lib/Kconfig.debug Mon Jun 19 15:06:18 2006 @@ -145,7 +145,7 @@ config DEBUG_SPINLOCK config DEBUG_SPINLOCK_ALLOC bool "Spinlock debugging: detect incorrect freeing of live spinlocks" - depends on DEBUG_SPINLOCK && X86 + depends on DEBUG_SPINLOCK && (X86 || S390) select LOCKDEP help This feature will check whether any held spinlock is incorrectly @@ -194,7 +194,7 @@ config PROVE_SPIN_LOCKING config DEBUG_RWLOCK_ALLOC bool "rw-lock debugging: detect incorrect freeing of live rwlocks" - depends on DEBUG_SPINLOCK && X86 + depends on DEBUG_SPINLOCK && (X86 || S390) select LOCKDEP help This feature will check whether any held rwlock is incorrectly @@ -251,7 +251,7 @@ config DEBUG_MUTEXES config DEBUG_MUTEX_ALLOC bool "Mutex debugging: detect incorrect freeing of live mutexes" - depends on DEBUG_MUTEXES && X86 + depends on DEBUG_MUTEXES && (X86 || S390) select LOCKDEP help This feature will check whether any held mutex is incorrectly @@ -307,7 +307,7 @@ config DEBUG_RWSEMS config DEBUG_RWSEM_ALLOC bool "rwsem debugging: detect incorrect freeing of live rwsems" - depends on DEBUG_RWSEMS && X86 + depends on DEBUG_RWSEMS && (X86 || S390) select LOCKDEP help This feature will check whether any held rwsem is incorrectly @@ -359,7 +359,7 @@ config LOCKDEP select FRAME_POINTER select KALLSYMS select KALLSYMS_ALL - depends on X86 + depends on X86 || S390 config DEBUG_NON_NESTED_UNLOCKS bool "Detect non-nested unlocks" _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are git-klibc.patch s390-move-var-declarations-behind-ifdef.patch adjust-handle_irr_event-return-type.patch add-__iowrite64_copy-s390-fix.patch kthread-convert-s390machc-from-kernel_thread.patch lock-validator-s390-stacktrace-interface.patch lock-validator-s390-config_frame_pointer-support.patch lock-validator-s390-rwsem-semaphore-changes.patch lock-validator-early_init_irq_lock_type--console_init.patch lock-validator-s390-irqtrace-support.patch lock-validator-__local_bh_enable-_local_bh_enable.patch lock-validator-s390-use-raw_spinlock-in-mcck-handler.patch lock-validator-add-s390-to-supported-options.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html