The patch titled lockdep-stacktrace-subsystem-s390-support fix has been added to the -mm tree. Its filename is lockdep-stacktrace-subsystem-s390-support-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: lockdep-stacktrace-subsystem-s390-support fix From: Cedric Le Goater <clg@xxxxxxxxxx> fix compile issue when stacktrace is not configured Signed-off-by: Cedric Le Goater <clg@xxxxxxxxxx> Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/s390/kernel/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN arch/s390/kernel/Makefile~lockdep-stacktrace-subsystem-s390-support-fix arch/s390/kernel/Makefile --- a/arch/s390/kernel/Makefile~lockdep-stacktrace-subsystem-s390-support-fix +++ a/arch/s390/kernel/Makefile @@ -4,7 +4,7 @@ EXTRA_AFLAGS := -traditional -obj-y := bitmap.o traps.o time.o process.o stacktrace.o \ +obj-y := bitmap.o traps.o time.o process.o \ setup.o sys_s390.o ptrace.o signal.o cpcmd.o ebcdic.o \ semaphore.o s390_ext.o debug.o profile.o irq.o reipl_diag.o @@ -21,6 +21,7 @@ obj-$(CONFIG_COMPAT) += compat_linux.o obj-$(CONFIG_BINFMT_ELF32) += binfmt_elf32.o obj-$(CONFIG_VIRT_TIMER) += vtime.o +obj-$(CONFIG_STACKTRACE) += stacktrace.o # Kexec part S390_KEXEC_OBJS := machine_kexec.o crash.o _ Patches currently in -mm which might be from clg@xxxxxxxxxx are origin.patch git-s390.patch namespaces-utsname-switch-to-using-uts-namespaces-cleanup.patch ipc-namespace-core-unshare-fix.patch ipc-namespace-utils-compilation-fix.patch lockdep-stacktrace-subsystem-s390-support-fix.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