The patch titled reference rt-mutex-design in rtmutex.c has been added to the -mm tree. Its filename is reference-rt-mutex-design-in-rtmutexc.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: reference rt-mutex-design in rtmutex.c From: Steven Rostedt <rostedt@xxxxxxxxxxx> In order to prevent Doc Rot, this patch adds a reference to the design document for rtmutex.c in rtmutex.c. So when someone needs to update or change the design of that file they will know that a document actually exists that explains the design (helping them change it), and hopefully that they will update the document if they too change the design. Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx> Acked-by: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/rtmutex.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN kernel/rtmutex.c~reference-rt-mutex-design-in-rtmutexc kernel/rtmutex.c --- a/kernel/rtmutex.c~reference-rt-mutex-design-in-rtmutexc +++ a/kernel/rtmutex.c @@ -7,6 +7,8 @@ * Copyright (C) 2005-2006 Timesys Corp., Thomas Gleixner <tglx@xxxxxxxxxxx> * Copyright (C) 2005 Kihon Technologies Inc., Steven Rostedt * Copyright (C) 2006 Esben Nielsen + * + * See Documentation/rt-mutex-design.txt for details. */ #include <linux/spinlock.h> #include <linux/module.h> _ Patches currently in -mm which might be from rostedt@xxxxxxxxxxx are remove-unnecessary-barrier-in-rtc_get_rtc_time.patch fix-bad-macro-param-in-timerc.patch add-linux-mm-mailing-list-for-memory-management-in.patch reference-rt-mutex-design-in-rtmutexc.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